Leaderboard
Popular Content
Showing content with the highest reputation on 01/27/23 in all areas
-
Hi, I have managed to create dimensions using public static final ResourceKey<Level> NG_MOON = ResourceKey.create(Registry.DIMENSION_REGISTRY, new ResourceLocation(NeutronGalaxy.MODID, "ng_moon")); public static final ResourceKey<DimensionType> NG_MOON_TYPE = ResourceKey.create(Registry.DIMENSION_TYPE_REGISTRY, new ResourceLocation(NeutronGalaxy.MODID, "ng_moon")); and these two json files { "type": "neutrongalaxy:ng_moon", "generator": { "type": "minecraft:noise", "seed": -485105919, "settings": "minecraft:overworld", "biome_source": { "type": "minecraft:fixed", "biome": "minecraft:plains" } } } { "ultrawarm": false, "natural": true, "piglin_safe": false, "respawn_anchor_works": false, "bed_works": false, "has_raids": true, "has_skylight": true, "has_ceiling": false, "coordinate_scale": 1, "ambient_light": 0, "logical_height": 384, "effects": "minecraft:overworld", "infiniburn": "#minecraft:infiniburn_overworld", "min_y": -64, "height": 384, "monster_spawn_light_level": { "type": "minecraft:uniform", "value": { "min_inclusive": 0, "max_inclusive": 7 } }, "monster_spawn_block_light_limit": 0 } But I would like to know if it is possible to create the dimensions using code instead of json files, or generate the json files like the loot table and recipe data generators.1 point
-
So, if you want to use the postchain method, you can load a given effect via GameRenderer#loadEffect, the rest would be creating the json, vsh, and fsh as necessary. Nausea is rendered is highly hardcoded by manipulating the base posestack before everything else is rendered and the overlay is just a simple blit. As for the wobble shader, it's not really used anywhere afaik since it was probably part of the secret settings. It's illegal for this to be hosted.1 point
-
Never heard of mixin before, very cool tool, rewrote everything with mixin and it works. Thanks.1 point
-
1 point
-
It seems to be a problem with AllTheModium. If this is a premade modpack (published on CurseForge), message the modpack creator. If this was a custom-made modpack, remove the mod.1 point
-
You are using the 1.19.3 versions of Ambient Sounds, Clumps, and ItemPhysic on a 1.19 client. You must downgrade them to versions made for 1.19, 1.19.1, or 1.19.2 or upgrade your client to 1.19.3 (and update the other mods as well).1 point
-
Don't do this. This is liable to break hundreds of mods. You should just replace the usage with a mixin injection whenever you need to do your specific logic. No, that's not it. It as to do with how you're reflecting the field. Forge uses SRG mappings during production, so the gameRenderer field is called something different. If you want to use reflection, you should use the ObfuscationReflectionHelper to handle this and provide the SRG name.1 point
-
Are you referring to how a chest determines whether the lid should be open? All that's been moved into separate classes like ContainerOpenersCounter and ChestLidController and is typically triggered through level events now.1 point
-
Your latest crash shows you using broken client side only mods on the server like "not enough animations" and "entity culling". They are broken because they are trying to load client side GUI classes on the server where they don't exist. Remove these from the server, you don't need them there.1 point
-
Hello again all, after fixing my last issue I was able to get the server running and was able to play on it for 2-3 days. However upon attempting to launch the server today I got an error upon starting, and I will attach the code of the error below. Unfortunately there was no crash report created for whatever reason, so I am unable to provide one in this instance. Any help is appreciated! [20:01:49] [main/ERROR] [minecraft/Main]: Failed to start the minecraft server net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file quark-common.toml of type COMMON for modid quark at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.19.2-43.2.0.jar%23488!/:?] {} at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.19.2-43.2.0.jar%23488!/:?] {} at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.19.2-43.2.0.jar%23488!/:?] {} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:computing_frames,re:mixin} at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {} at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.19.2-43.2.0.jar%23488!/:?] {} at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:68) ~[forge-1.19.2-43.2.0-universal.jar%23492!/:?] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.0.jar%23488!/:?] {} at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin} at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.0.jar%23488!/:?] {} at net.minecraftforge.fml.ModLoader.lambda$loadMods$17(ModLoader.java:191) ~[fmlcore-1.19.2-43.2.0.jar%23488!/:?] {} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:computing_frames,re:mixin} at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:191) ~[fmlcore-1.19.2-43.2.0.jar%23488!/:?] {} at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:33) ~[forge-1.19.2-43.2.0-universal.jar%23492!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19.2-20220805.130853-srg.jar%23487!/:?] {re:classloading,re:mixin,pl:mixin:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.2.0.jar%2367!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} Caused by: com.electronwill.nightconfig.core.io.ParsingException: Invalid value: 1der Kill" = true at com.electronwill.nightconfig.toml.ValueParser.parseNumber(ValueParser.java:102) ~[toml-3.6.4.jar%2357!/:?] {} at com.electronwill.nightconfig.toml.ValueParser.parse(ValueParser.java:64) ~[toml-3.6.4.jar%2357!/:?] {} at com.electronwill.nightconfig.toml.ValueParser.parse(ValueParser.java:69) ~[toml-3.6.4.jar%2357!/:?] {} at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:57) ~[toml-3.6.4.jar%2357!/:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:88) ~[toml-3.6.4.jar%2357!/:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2357!/:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2356!/:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2356!/:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2356!/:?] {} at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2356!/:?] {} at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2356!/:?] {} at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.19.2-43.2.0.jar%23488!/:?] {} ... 27 more1 point
-
One of your config files is invalid/corrupted. You can find it in the config folder. If you dont have a backup, you can delete the file and it should be recreated with default values.1 point
-
hold on. do not do both 1 and 2. do variant 2. annotation on class, annotation on event handler method, make method static. you do not want events to trigger twice.1 point
-
Tried to create comforts-server.toml with actual info in it - still crashing Tried to copy/move all config files to defaultconfigs - still crashing Tried to rename -server and -common config files to -server in defaultconfigs folder and still not working. Every time it's giving this error doesn't matter what i'm doing net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file comforts-server.toml of type SERVER for modid comforts at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:61) ~[fmlcore-1.18.1-39.0.79.jar%23122!/:?] at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:74) ~[fmlcore-1.18.1-39.0.79.jar%23122!/:?] at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:64) ~[fmlcore-1.18.1-39.0.79.jar%23122!/:?] at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:64) ~[fmlcore-1.18.1-39.0.79.jar%23122!/:?] at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:94) ~[forge-1.18.1-39.0.79-universal.jar%23125!/:?] at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:173) ~[server-1.18.1-20211210.034407-srg.jar%23121!/:?] at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:644) ~[server-1.18.1-20211210.034407-srg.jar%23121!/:?] at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258) ~[server-1.18.1-20211210.034407-srg.jar%23121!/:?] at java.lang.Thread.run(Thread.java:833) [?:?] Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%238!/:?] at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%238!/:?] at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%238!/:?] at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%238!/:?] at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%238!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%237!/:?] at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:57) ~[fmlcore-1.18.1-39.0.79.jar%23122!/:?] ... 10 more And full latest.log [23:15:35] [main/INFO]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 39.0.79, --fml.mcVersion, 1.18.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20211210.034407] [23:15:35] [main/INFO]: ModLauncher 9.1.0+9.1.0+main.6690ee51 starting: java version 17.0.2 by Oracle Corporation [23:15:35] [main/INFO]: OptiFineTransformationService.onLoad [23:15:35] [main/INFO]: OptiFine ZIP file URL: union:/C:/Users/Снежок/Desktop/server3/mods/preview_OptiFine_1.18.1_HD_U_H5_pre4.jar%2337!/ [23:15:35] [main/INFO]: OptiFine ZIP file: C:\Users\Снежок\Desktop\server3\mods\preview_OptiFine_1.18.1_HD_U_H5_pre4.jar [23:15:35] [main/INFO]: Target.PRE_CLASS is available [23:15:35] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Снежок/Desktop/server3/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2319!/ Service=ModLauncher Env=SERVER [23:15:36] [main/INFO]: OptiFineTransformationService.initialize [23:15:36] [main/INFO]: Found mod file AdvancementPlaques-1.18.1-1.4.2.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file alexsmobs-1.17.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file AmbientSounds_v5.0.9_mc1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file Amplified+Nether+1.0.1+_+Forge.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file Aquaculture-1.18.1-2.3.2.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file AutoRegLib-1.7-52.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file awesomedungeon-2.0.5.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file betterfpsdist-1.18-1.3.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file BiomesOPlenty-1.18.1-15.0.0.105-universal.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file blueprint-1.18.1-5.0.0.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file caelus-forge-1.18.1-3.0.0.2.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file catalogue-1.6.0-1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file Cave_Tweaks_v1.2_Forge.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file chat_heads-0.6.0-forge-1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file cherishedworlds-forge-1.18-5.1.1.0.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file citadel-1.10.10-1.18.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file cloth-config-6.1.50-forge.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file Clumps-forge-1.18.1-8.0.0+5.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file comforts-forge-1.18.1-5.0.0.2.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file Compat-O-Plenty-1.18.1-1.4.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file configured-1.5.3-1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file Controlling-forge-1.18.1-9.0+15.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file corpse-1.18.1-1.0.4.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file CreativeCore_v2.5.0_mc1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file creeperoverhaul-1.18.1-0.3.0-forge.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file curios-forge-1.18.1-5.0.6.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file CuriosQuarkOBP-1.18.1-1.1.0.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file curiouselytra-forge-1.18.1-5.0.1.0.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file DamageTilt-1.18-forge-0.1.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file dungeons_enhanced-1.18.1-3.0-b2.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file eatinganimation-1.18.1-2.0.0.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file endrem_forge-5.0.1-R-1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file EquipmentCompare-1.18.1-1.2.10.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file Fallingleaves-1.18.1-1.3.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file FarmersDelight-1.18.1-1.0.3.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file feature_nbt_deadlock_be_gone_forge-1.0.0+1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file flywheel-forge-1.18-0.5.0a.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file geckolib-1.18-forge-3.0.11.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file Global+Data-++Resourcepacks-forge-1.18.1-1.11.3.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file HunterIllager-1.18.1-3.1.6.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file Iceberg-1.18.1-1.0.40.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file infinitemusic-1.5.1-1.18.1-forge.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file jei-1.18.1-9.4.1.99.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file konkrete_forge_1.3.3_MC_1.18-1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file krypton-1.0.0.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file LibraryFerret-Forge-1.18.1-1.0.3.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file mcw-bridges-2.0.1-mc1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file mcw-fences-1.0.2-mc1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file mcw-lights-1.0.2-mc1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file mcw-paintings-1.0.2-mc1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file mcw-windows-2.0.2-mc1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file morevillagers-FORGE-1.18.1-3.1.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file no_null_processors_forge-2.0.2+1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file PickUpNotifier-v3.1.0-1.18.1-Forge.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file polymorph-forge-1.18.1-0.36.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file PuzzlesLib-v3.1.3-1.18.1-Forge.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file PuzzlesLib-v3.1.5-1.18.1-Forge.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file Quark-3.1-336.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file QuarkOddities-1.18.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file quicksandPR-1.4.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file radium-0.7.7g.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file repurposed_structures_forge-4.2.11+1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file responsiveshields-1.1-mc1.18.x.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file sapience-1.18.1-1.0.2.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file seamless_loading_screen-1.18-3.0.0.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file selene-1.18-1.12.0.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file SereneSeasons-1.18.1-6.0.0.11-universal.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file soundphysics-forge-1.18.1-1.0.4.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file starlight-1.0.0+forge.4fd2e63.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file step-1.18-1.1.0.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file stoneholm-1.4.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file structure_gel-1.18.1-2.1.3.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file supplementaries-1.18.1-1.1.6.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file TerraBlender-forge-1.18.1-1.1.0.76.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file the-conjurer-1.18.1-1.1.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file The_Wild_Update_Mod_V1.1_Minecraft_1.18.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file TreeChop-1.18.1-0.15.6.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file TreePlant-1.18.1-0.3.0.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file valhelsia_core-1.18.1-0.3.2.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file valhelsia_structures-1.18.1-0.1.1.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file visuality-0.4.0-1.18-forge.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file voicechat-forge-1.18.1-2.2.16.jar of type MOD with locator {mods folder locator at C:\Users\Снежок\Desktop\server3\mods} [23:15:36] [main/INFO]: Found mod file fmlcore-1.18.1-39.0.79.jar of type LIBRARY with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@75e01201 [23:15:36] [main/INFO]: Found mod file javafmllanguage-1.18.1-39.0.79.jar of type LANGPROVIDER with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@75e01201 [23:15:36] [main/INFO]: Found mod file mclanguage-1.18.1-39.0.79.jar of type LANGPROVIDER with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@75e01201 [23:15:36] [main/INFO]: Found mod file server-1.18.1-20211210.034407-srg.jar of type MOD with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@75e01201 [23:15:36] [main/INFO]: Found mod file forge-1.18.1-39.0.79-universal.jar of type MOD with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@75e01201 [23:15:36] [main/INFO]: OptiFineTransformationService.transformers [23:15:36] [main/INFO]: Targets: 342 [23:15:37] [main/INFO]: additionalClassesLocator: [optifine., net.optifine.] [23:15:37] [main/INFO]: Compatibility level set to JAVA_17 [23:15:37] [main/ERROR]: Mixin config radium.mixins.json does not specify "minVersion" property [23:15:37] [main/INFO]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector] [23:15:37] [main/INFO]: Successfully loaded Mixin Connector [ca.spottedleaf.starlight.mixin.MixinConnector] [23:15:37] [main/INFO]: Launching target 'forgeserver' with arguments [] [23:15:38] [main/ERROR]: Option util for dependency 'ai.nearby_entity_tracking depends on util=true' not found. Skipping. [23:15:38] [main/ERROR]: Option entity.collisions.unpushable_cramming for dependency 'entity.collisions.unpushable_cramming depends on util=true' not found. Skipping. [23:15:38] [main/ERROR]: Option entity.collisions.unpushable_cramming for dependency 'entity.collisions.unpushable_cramming depends on util.entity_section_position=true' not found. Skipping. [23:15:38] [main/INFO]: Loaded configuration file for Radium: 101 options available, 0 override(s) found [23:15:38] [main/FATAL]: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER [23:15:38] [main/WARN]: Error loading class: net/minecraft/client/gui/screens/Screen (java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER) [23:15:38] [main/WARN]: @Mixin target net.minecraft.client.gui.screens.Screen was not found equipmentcompare.mixins.json:ScreenMixin [23:15:40] [main/WARN]: @Inject(@At("HEAD")) Shift.BY=1 on blueprint.mixins.json:EntityMixin::handler$zzd000$baseTick exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [23:15:44] [modloading-worker-0/INFO]: Loaded seedfix v1.0 by Justsnoopy30! [23:15:44] [modloading-worker-0/WARN]: Falling Leaves is a client only mod and should be removed from the mods list [23:15:44] [modloading-worker-0/INFO]: Hi my friend, unfortunately the key is not correct! The patreon functions are not activated [23:15:44] [modloading-worker-0/INFO]: Hi my friend, unfortunately the key is not correct! The patreon functions are not activated [23:15:44] [modloading-worker-0/INFO]: Hi my friend, unfortunately the key is not correct! The patreon functions are not activated [23:15:44] [modloading-worker-0/INFO]: Forge mod loading, version 39.0.79, for MC 1.18.1 with MCP 20211210.034407 [23:15:44] [modloading-worker-0/INFO]: MinecraftForge v39.0.79 Initialized [23:15:44] [modloading-worker-0/INFO]: [KONKRETE] Successfully initialized! [23:15:44] [modloading-worker-0/INFO]: [KONKRETE] Server-side libs ready to use! [23:15:44] [modloading-worker-0/ERROR]: Running on a dedicated server, disabling mod. [23:15:45] [modloading-worker-0/WARN]: Method overwrite conflict for m_140184_ in radium.mixins.json:world.player_chunk_tick.ThreadedAnvilChunkStorageMixin, previously written by me.steinborn.krypton.mixin.shared.network.flushconsolidation.ThreadedAnvilChunkStorageMixin. Skipping method. [23:15:45] [modloading-worker-0/WARN]: Method overwrite conflict for sendChunks in radium.mixins.json:world.player_chunk_tick.ThreadedAnvilChunkStorageMixin, previously written by me.steinborn.krypton.mixin.shared.network.flushconsolidation.ThreadedAnvilChunkStorageMixin. Skipping method. [23:15:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `shulker_shell`, expected `supplementaries`. This could be a intended override, but in most cases indicates a broken mod. [23:15:51] [main/INFO]: Dungeons Enhanced structures loaded [23:15:51] [main/WARN]: Configuration file C:\Users\Снежок\Desktop\server3\config\sapience-common.toml is not correct. Correcting [23:15:51] [main/WARN]: Incorrect key general_configuration.danceChance was corrected from 0.1 to its default, 0.1. [23:15:51] [main/INFO]: Loading Module Redstone Randomizer [23:15:51] [main/INFO]: Loading Module Pistons Move Tile Entities [23:15:51] [main/INFO]: Loading Module Obsidian Plate [23:15:51] [main/INFO]: Loading Module Metal Buttons [23:15:51] [main/INFO]: Loading Module Jukebox Automation [23:15:51] [main/INFO]: Loading Module Iron Rod [23:15:51] [main/INFO]: Loading Module Gravisand [23:15:51] [main/INFO]: Loading Module Feeding Trough [23:15:51] [main/INFO]: Loading Module Ender Watcher [23:15:51] [main/INFO]: Loading Module Dispensers Place Blocks [23:15:51] [main/INFO]: Loading Module Chute [23:15:51] [main/INFO]: Loading Module Chains Connect Blocks [23:15:51] [main/INFO]: Loading Module Wooden Posts [23:15:51] [main/INFO]: Loading Module Vertical Slabs [23:15:51] [main/INFO]: Loading Module Variant Ladders [23:15:51] [main/INFO]: Loading Module Variant Furnaces [23:15:51] [main/INFO]: Loading Module Variant Chests [23:15:51] [main/INFO]: Loading Module Variant Bookshelves [23:15:51] [main/INFO]: Loading Module Thatch [23:15:51] [main/INFO]: Loading Module Sturdy Stone [23:15:51] [main/INFO]: Loading Module Stools [23:15:51] [main/INFO]: Loading Module Soul Sandstone [23:15:51] [main/INFO]: Loading Module Shingles [23:15:51] [main/INFO]: Loading Module Shear Vines [23:15:51] [main/INFO]: Loading Module Rope [23:15:51] [main/INFO]: Loading Module Oriental Palette [23:15:51] [main/INFO]: Loading Module Nether Brick Fence Gate [23:15:51] [main/INFO]: Loading Module More Stone Variants [23:15:51] [main/INFO]: Loading Module More Potted Plants [23:15:51] [main/INFO]: Loading Module More Brick Types [23:15:51] [main/INFO]: Loading Module Midori [23:15:51] [main/INFO]: Loading Module Leaf Carpet [23:15:51] [main/INFO]: Loading Module Industrial Palette [23:15:51] [main/INFO]: Loading Module Hedges [23:15:51] [main/INFO]: Loading Module Grate [23:15:51] [main/INFO]: Loading Module Gold Bars [23:15:51] [main/INFO]: Loading Module Glass Item Frame [23:15:51] [main/INFO]: Loading Module Framed Glass [23:15:51] [main/INFO]: Loading Module Duskbound Blocks [23:15:51] [main/INFO]: Loading Module Compressed Blocks [23:15:51] [main/INFO]: Loading Module Celebratory Lamps [23:15:51] [main/INFO]: Loading Module Item Sharing [23:15:51] [main/INFO]: Loading Module Inventory Sorting [23:15:51] [main/INFO]: Loading Module Hotbar Changer [23:15:51] [main/INFO]: Loading Module Expanded Item Interactions [23:15:51] [main/INFO]: Loading Module Easy Transfering [23:15:51] [main/INFO]: Loading Module Chests In Boats [23:15:51] [main/INFO]: Loading Module Trowel [23:15:51] [main/INFO]: Loading Module Slime In A Bucket [23:15:51] [main/INFO]: Loading Module Seed Pouch [23:15:51] [main/INFO]: Loading Module Pickarang [23:15:51] [main/INFO]: Loading Module Pathfinder Maps [23:15:51] [main/INFO]: Loading Module Endermosh Music Disc [23:15:51] [main/INFO]: Loading Module Color Runes [23:15:51] [main/INFO]: Loading Module Camera [23:15:51] [main/INFO]: Loading Module Bundle Recipe [23:15:51] [main/INFO]: Loading Module Bottled Cloud [23:15:51] [main/INFO]: Loading Module Beacon Redirection [23:15:51] [main/INFO]: Loading Module Ancient Tomes [23:15:51] [main/INFO]: Loading Module Ambient Discs [23:15:51] [main/INFO]: Loading Module Abacus [23:15:51] [main/INFO]: Loading Module Villagers Follow Emeralds [23:15:51] [main/INFO]: Loading Module Utility Recipes [23:15:51] [main/INFO]: Loading Module Snow Golem Player Heads [23:15:51] [main/INFO]: Loading Module Simple Harvest [23:15:51] [main/INFO]: Loading Module Sign Editing [23:15:51] [main/INFO]: Loading Module Replace Scaffolding [23:15:51] [main/INFO]: Loading Module Reacharound Placing [23:15:51] [main/INFO]: Loading Module Poison Potato Usage [23:15:51] [main/INFO]: Loading Module Pat The Dogs [23:15:51] [main/INFO]: Loading Module Note Block Mob Sounds [23:15:51] [main/INFO]: Loading Module More Banner Layers [23:15:51] [main/INFO]: Loading Module Lock Rotation [23:15:51] [main/INFO]: Loading Module Hoe Harvesting [23:15:51] [main/INFO]: Loading Module Glass Shard [23:15:51] [main/INFO]: Loading Module Enhanced Ladders [23:15:51] [main/INFO]: Loading Module Emotes [23:15:51] [main/INFO]: Loading Module Dragon Scales [23:15:51] [main/INFO]: Loading Module Double Door Opening [23:15:51] [main/INFO]: Loading Module Compasses Work Everywhere [23:15:51] [main/INFO]: Loading Module Campfires Boost Elytra [23:15:51] [main/INFO]: Loading Module Better Elytra Rocket [23:15:51] [main/INFO]: Loading Module Automatic Recipe Unlock [23:15:51] [main/INFO]: Loading Module Armed Armor Stands [23:15:51] [main/INFO]: Loading Module Skull Pikes [23:15:51] [main/INFO]: Loading Module Spiral Spires [23:15:51] [main/INFO]: Loading Module Permafrost [23:15:51] [main/INFO]: Loading Module New Stone Types [23:15:51] [main/INFO]: Loading Module Nether Obsidian Spikes [23:15:51] [main/INFO]: Loading Module Monster Box [23:15:51] [main/INFO]: Loading Module Glimmering Weald [23:15:51] [main/INFO]: Loading Module Fairy Rings [23:15:51] [main/INFO]: Loading Module Corundum [23:15:51] [main/INFO]: Loading Module Chorus Vegetation [23:15:51] [main/INFO]: Loading Module Blossom Trees [23:15:51] [main/INFO]: Loading Module Big Stone Clusters [23:15:51] [main/INFO]: Loading Module Big Dungeon [23:15:51] [main/INFO]: Loading Module Wraith [23:15:51] [main/INFO]: Loading Module Toretoise [23:15:51] [main/INFO]: Loading Module Stonelings [23:15:51] [main/INFO]: Loading Module Shiba [23:15:51] [main/INFO]: Loading Module Frogs [23:15:51] [main/INFO]: Loading Module Foxhound [23:15:51] [main/INFO]: Loading Module Forgotten [23:15:51] [main/INFO]: Loading Module Crabs [23:15:51] [main/INFO]: Loading Module Variant Animal Textures [23:15:51] [main/INFO]: Loading Module Usage Ticker [23:15:51] [main/INFO]: Loading Module Microcrafting Helper [23:15:51] [main/INFO]: Loading Module Improved Tooltips [23:15:51] [main/INFO]: Loading Module Greener Grass [23:15:51] [main/INFO]: Loading Module Chest Searching [23:15:51] [main/INFO]: Loading Module Back Button Keybind [23:15:51] [main/INFO]: Loading Module Auto Walk Keybind [23:15:51] [main/INFO]: Loading Module Overlay Shader [23:15:51] [main/INFO]: Loading Module Narrator Readout [23:15:51] [main/INFO]: Loading Module Game Nerfs [23:15:51] [main/INFO]: Loading Module Adjustable Chat [23:15:51] [main/INFO]: Loading Module Totem Of Holding [23:15:51] [main/INFO]: Loading Module Pipes [23:15:51] [main/INFO]: Loading Module Matrix Enchanting [23:15:51] [main/INFO]: Loading Module Magnets [23:15:51] [main/INFO]: Loading Module Crate [23:15:51] [main/INFO]: Loading Module Backpack [23:15:51] [modloading-worker-0/INFO]: Loaded Cave Tweaks by Starmute! [23:15:51] [modloading-worker-0/INFO]: Compatibility version 14 [23:15:52] [modloading-worker-0/INFO]: betterfpsdist mod initialized [23:15:51] [modloading-worker-0/INFO]: libraryferret - > init ... [23:15:52] [modloading-worker-0/INFO]: Reloading config [23:15:52] [modloading-worker-0/INFO]: Reloading reverb parameters [23:15:52] [Modding Legacy/conjurer_illager/Supporters thread/INFO]: Attempting to load the Modding Legacy supporters list from https://moddinglegacy.com/supporters-changelogs/supporters.txt [23:15:52] [modloading-worker-0/INFO]: Loading plugins [23:15:52] [modloading-worker-0/INFO]: Loaded 0 plugin(s) [23:15:52] [modloading-worker-0/INFO]: Compression will use Java 11, encryption will use Java [23:15:52] [modloading-worker-0/INFO]: Initializing plugins [23:15:52] [modloading-worker-0/INFO]: Initialized 0 plugin(s) [23:15:52] [Forge Version Check/INFO]: [treechop] Starting version check at https://raw.githubusercontent.com/hammertater/treechop/main/update.json [23:15:53] [Forge Version Check/INFO]: [treechop] Found status: OUTDATED Current: 0.15.6 Target: 0.15.7 [23:15:53] [Forge Version Check/INFO]: [conjurer_illager] Starting version check at http://changelogs.moddinglegacy.com/conjurer-illager.json [23:15:53] [Modding Legacy/conjurer_illager/Supporters thread/INFO]: Successfully loaded the Modding Legacy supporters list. [23:15:53] [main/FATAL]: Attempted to load class net/minecraft/client/renderer/RenderType for invalid dist DEDICATED_SERVER [23:15:53] [main/INFO]: Registered biome provider minecraft:biome_provider to index 0 [23:15:53] [main/INFO]: Removed biome provider minecraft:biome_provider [23:15:53] [main/INFO]: Registered biome provider minecraft:biome_provider to index 0 [23:15:53] [main/INFO]: Registered biome provider biomesoplenty:biome_provider to index 1 [23:15:53] [main/INFO]: Registered biome provider biomesoplenty:rare_biome_provider to index 2 [23:15:53] [main/INFO]: Registered biome provider quark:biome_provider to index 3 [23:15:53] [modloading-worker-0/INFO]: Hello world from the MDK [23:15:53] [modloading-worker-0/INFO]: Got IMC [Hello world] [23:15:53] [modloading-worker-0/INFO]: [Structure Gel] Attempting to register unregistered biomes to the biome dictionary. This can be disabled via config [23:15:54] [Forge Version Check/INFO]: [conjurer_illager] Found status: BETA Current: 1.1.1 Target: null [23:15:54] [Forge Version Check/INFO]: [mcwwindows] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/window.json [23:15:54] [Forge Version Check/INFO]: [mcwwindows] Found status: OUTDATED Current: 2.0.2 Target: 2.0.3 [23:15:54] [Forge Version Check/INFO]: [mcwpaintings] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/paintings.json [23:15:54] [Forge Version Check/INFO]: [mcwpaintings] Found status: OUTDATED Current: 1.0.2 Target: 1.0.3 [23:15:54] [Forge Version Check/INFO]: [clumps] Starting version check at https://updates.blamejared.com/get?n=clumps&gv=1.18 [23:15:54] [Forge Version Check/INFO]: [clumps] Found status: BETA Current: 8.0.0+5 Target: null [23:15:54] [Forge Version Check/INFO]: [controlling] Starting version check at https://updates.blamejared.com/get?n=controlling&gv=1.18.1 [23:15:54] [Forge Version Check/INFO]: [controlling] Found status: BETA Current: 9.0+15 Target: 9.0+15 [23:15:54] [Forge Version Check/INFO]: [configured] Starting version check at https://mrcrayfish.com/modupdatejson?id=configured [23:15:55] [Forge Version Check/INFO]: [configured] Found status: BETA Current: 1.5.3 Target: 1.5.3 [23:15:55] [Forge Version Check/INFO]: [pickupnotifier] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/pickupnotifier.json [23:15:55] [Forge Version Check/INFO]: [pickupnotifier] Found status: UP_TO_DATE Current: 3.1.0 Target: null [23:15:55] [Forge Version Check/INFO]: [catalogue] Starting version check at https://mrcrayfish.com/modupdatejson?id=catalogue [23:15:55] [Forge Version Check/INFO]: [catalogue] Found status: BETA Current: 1.6.0 Target: 1.6.0 [23:15:55] [Forge Version Check/INFO]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [23:15:56] [Forge Version Check/INFO]: [forge] Found status: OUTDATED Current: 39.0.79 Target: 39.1.0 [23:15:56] [Forge Version Check/INFO]: [equipmentcompare] Starting version check at https://mc-curse-update-checker.herokuapp.com/502561 [23:15:57] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [23:15:57] [main/INFO]: Injecting existing registry data into this CLIENT instance [23:15:58] [main/ERROR]: Error adding element: Value 9 outside of range [0:7] [23:15:59] [main/WARN]: Assets URL 'union:/C:/Users/Снежок/Desktop/server3/libraries/net/minecraft/server/1.18.1-20211210.034407/server-1.18.1-20211210.034407-srg.jar%23121!/assets/.mcassetsroot' uses unexpected schema [23:15:59] [main/WARN]: Assets URL 'union:/C:/Users/Снежок/Desktop/server3/libraries/net/minecraft/server/1.18.1-20211210.034407/server-1.18.1-20211210.034407-srg.jar%23121!/data/.mcassetsroot' uses unexpected schema [23:15:59] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [23:15:59] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] [23:15:59] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] [23:15:59] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] [23:15:59] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [23:15:59] [main/WARN]: Ambiguity between arguments [deathhistory, player] and [deathhistory, player_uuid] with inputs: [dd12be42-52a9-4a91-a8a1-11c01849e498] [23:15:59] [main/INFO]: Reloading ResourceManager: Default, Amplified+Nether+1.0.1+_+Forge.jar, TreeChop-1.18.1-0.15.6.jar, radium-0.7.7g.jar, QuarkOddities-1.18.jar, no_null_processors_forge-2.0.2+1.18.1.jar, jei-1.18.1-9.4.1.99.jar, the-conjurer-1.18.1-1.1.1.jar, LibraryFerret-Forge-1.18.1-1.0.3.jar, mcw-windows-2.0.2-mc1.18.1.jar, caelus-forge-1.18.1-3.0.0.2.jar, Fallingleaves-1.18.1-1.3.1.jar, Cave_Tweaks_v1.2_Forge.jar, mcw-paintings-1.0.2-mc1.18.1.jar, Clumps-forge-1.18.1-8.0.0+5.jar, Controlling-forge-1.18.1-9.0+15.jar, awesomedungeon-2.0.5.jar, citadel-1.10.10-1.18.jar, alexsmobs-1.17.1.jar, SereneSeasons-1.18.1-6.0.0.11-universal.jar, configured-1.5.3-1.18.1.jar, stoneholm-1.4.1.jar, feature_nbt_deadlock_be_gone_forge-1.0.0+1.18.1.jar, starlight-1.0.0+forge.4fd2e63.jar, PickUpNotifier-v3.1.0-1.18.1-Forge.jar, catalogue-1.6.0-1.18.1.jar, blueprint-1.18.1-5.0.0.jar, chat_heads-0.6.0-forge-1.18.1.jar, cloth-config-6.1.50-forge.jar, forge-1.18.1-39.0.79-universal.jar, supplementaries-1.18.1-1.1.6.jar, konkrete_forge_1.3.3_MC_1.18-1.18.1.jar, structure_gel-1.18.1-2.1.3.jar, selene-1.18-1.12.0.jar, EquipmentCompare-1.18.1-1.2.10.jar, corpse-1.18.1-1.0.4.jar, AdvancementPlaques-1.18.1-1.4.2.jar, mcw-bridges-2.0.1-mc1.18.1.jar, FarmersDelight-1.18.1-1.0.3.jar, voicechat-forge-1.18.1-2.2.16.jar, soundphysics-forge-1.18.1-1.0.4.jar, repurposed_structures_forge-4.2.11+1.18.1.jar, morevillagers-FORGE-1.18.1-3.1.1.jar, TerraBlender-forge-1.18.1-1.1.0.76.jar, AmbientSounds_v5.0.9_mc1.18.1.jar, The_Wild_Update_Mod_V1.1_Minecraft_1.18.1.jar, BiomesOPlenty-1.18.1-15.0.0.105-universal.jar, endrem_forge-5.0.1-R-1.18.1.jar, CreativeCore_v2.5.0_mc1.18.1.jar, mcw-fences-1.0.2-mc1.18.1.jar, dungeons_enhanced-1.18.1-3.0-b2.jar, betterfpsdist-1.18-1.3.jar, Iceberg-1.18.1-1.0.40.jar, flywheel-forge-1.18-0.5.0a.jar, curios-forge-1.18.1-5.0.6.1.jar, CuriosQuarkOBP-1.18.1-1.1.0.jar, TreePlant-1.18.1-0.3.0.jar, polymorph-forge-1.18.1-0.36.jar, AutoRegLib-1.7-52.jar, Quark-3.1-336.jar, seamless_loading_screen-1.18-3.0.0.jar, Global+Data-++Resourcepacks-forge-1.18.1-1.11.3.jar, infinitemusic-1.5.1-1.18.1-forge.jar, quicksandPR-1.4.jar, eatinganimation-1.18.1-2.0.0.jar, Compat-O-Plenty-1.18.1-1.4.1.jar, HunterIllager-1.18.1-3.1.6.jar, sapience-1.18.1-1.0.2.jar, curiouselytra-forge-1.18.1-5.0.1.0.jar, visuality-0.4.0-1.18-forge.jar, cherishedworlds-forge-1.18-5.1.1.0.jar, DamageTilt-1.18-forge-0.1.1.jar, PuzzlesLib-v3.1.5-1.18.1-Forge.jar, Aquaculture-1.18.1-2.3.2.jar, krypton-1.0.0.jar, valhelsia_core-1.18.1-0.3.2.jar, valhelsia_structures-1.18.1-0.1.1.jar, step-1.18-1.1.0.jar, geckolib-1.18-forge-3.0.11.jar, creeperoverhaul-1.18.1-0.3.0-forge.jar, responsiveshields-1.1-mc1.18.x.jar, mcw-lights-1.0.2-mc1.18.1.jar, Better Boss Battles data V. 0.4.2.zip, CraftSound_for_1.17.zip, comforts-forge-1.18.1-5.0.0.2.jar [23:16:01] [Worker-Main-29/INFO]: Loot Modification Manager has assigned 0 sets of modifiers [23:16:01] [Worker-Main-29/INFO]: Skipping loading recipe supplementaries:brass_lantern as it's serializer returned null [23:16:01] [Worker-Main-29/INFO]: Skipping loading recipe supplementaries:inspirations/blackboard_clear as it's serializer returned null [23:16:01] [Worker-Main-29/INFO]: Skipping loading recipe supplementaries:inspirations/flag_dye as it's serializer returned null [23:16:01] [Worker-Main-29/INFO]: Skipping loading recipe supplementaries:planter_rich_soul as it's serializer returned null [23:16:01] [Worker-Main-29/INFO]: Skipping loading recipe supplementaries:inspirations/flag_clear as it's serializer returned null [23:16:01] [Worker-Main-29/INFO]: Loaded 9 recipes [23:16:01] [Worker-Main-29/INFO]: Advancement Modification Manager has assigned 0 sets of modifiers [23:16:01] [Forge Version Check/INFO]: [equipmentcompare] Found status: OUTDATED Current: 1.2.10 Target: 1.2.12 [23:16:01] [Forge Version Check/INFO]: [corpse] Starting version check at https://maxhenkel.de/update/corpse.json [23:16:01] [Forge Version Check/INFO]: [corpse] Found status: UP_TO_DATE Current: 1.18.1-1.0.4 Target: null [23:16:01] [Forge Version Check/INFO]: [advancementplaques] Starting version check at https://mc-curse-update-checker.herokuapp.com/499826 [23:16:02] [Forge Version Check/INFO]: [advancementplaques] Found status: UP_TO_DATE Current: 1.4.2 Target: null [23:16:02] [Forge Version Check/INFO]: [mcwbridges] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/bridges.json [23:16:02] [Forge Version Check/INFO]: [mcwbridges] Found status: OUTDATED Current: 2.0.1 Target: 2.0.2 [23:16:02] [Forge Version Check/INFO]: [voicechat] Starting version check at https://maxhenkel.de/update/voicechat.json [23:16:02] [Forge Version Check/INFO]: [voicechat] Found status: OUTDATED Current: 1.18.1-2.2.16 Target: 1.18.1-2.2.32 [23:16:02] [Forge Version Check/INFO]: [sound_physics_remastered] Starting version check at https://maxhenkel.de/update/sound_physics_remastered.json [23:16:02] [Forge Version Check/INFO]: [sound_physics_remastered] Found status: OUTDATED Current: 1.18.1-1.0.4 Target: 1.18.1-1.0.5 [23:16:02] [Forge Version Check/INFO]: [mcwfences] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/fences.json [23:16:02] [Forge Version Check/INFO]: [mcwfences] Found status: OUTDATED Current: 1.0.2 Target: 1.0.3 [23:16:02] [Forge Version Check/INFO]: [iceberg] Starting version check at https://mc-curse-update-checker.herokuapp.com/520110 [23:16:02] [Forge Version Check/INFO]: [iceberg] Found status: UP_TO_DATE Current: 1.0.40 Target: null [23:16:02] [Forge Version Check/INFO]: [treeplant] Starting version check at https://raw.githubusercontent.com/hammertater/treeplant/main/update.json [23:16:02] [Forge Version Check/INFO]: [treeplant] Found status: BETA Current: 0.3.0 Target: null [23:16:02] [Forge Version Check/INFO]: [seamless_loading_screen] Starting version check at https://raw.githubusercontent.com/DaDerpDuck/Seamless-Loading-Screen-Forge/forge-1.18/update.json [23:16:03] [Worker-Main-29/INFO]: [Automatic Recipe Unlock] Removed 1847 recipe advancements [23:16:03] [Worker-Main-29/ERROR]: Couldn't load advancement supplementaries:nether/goblet: Task Advancement{parentId=minecraft:nether/local_brewery, display=net.minecraft.advancements.DisplayInfo@661c5edf, rewards=AdvancementRewards{experience=0, loot=[], recipes=[], function=net.minecraft.commands.CommandFunction$CacheableFunction@27c79036}, criteria={unlock=net.minecraft.advancements.Criterion@7982e354}, requirements=[[unlock]]} [23:16:03] [Worker-Main-29/INFO]: Loaded 331 advancements [23:16:03] [Forge Version Check/INFO]: [seamless_loading_screen] Found status: BETA Current: 1.18-3.0.0 Target: null [23:16:03] [Forge Version Check/INFO]: [puzzleslib] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzleslib.json [23:16:03] [Forge Version Check/INFO]: [puzzleslib] Found status: OUTDATED Current: 3.1.5 Target: 3.2.1 [23:16:03] [Forge Version Check/INFO]: [step] Starting version check at http://changelogs.moddinglegacy.com/step.json [23:16:03] [Forge Version Check/INFO]: [step] Found status: UP_TO_DATE Current: 1.1.0 Target: null [23:16:03] [Forge Version Check/INFO]: [mcwlights] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/lights.json [23:16:03] [Forge Version Check/INFO]: [mcwlights] Found status: OUTDATED Current: 1.0.2 Target: 1.0.3 [23:16:07] [main/INFO]: Using merged world generation settings [23:16:07] [main/INFO]: Registered biome provider datapack:biome_provider to index 4 [23:16:07] [main/INFO]: Adding nether biomes for datapack datapack:biome_provider with uniqueness 4 [23:16:08] [main/INFO]: Using original world generation settings [23:16:09] [Server thread/INFO]: Starting minecraft server version 1.18.1 [23:16:09] [Server thread/INFO]: Loading properties [23:16:09] [Server thread/INFO]: Default game type: SURVIVAL [23:16:09] [Server thread/INFO]: Generating keypair [23:16:09] [Server thread/INFO]: Starting Minecraft server on *:25565 [23:16:09] [Server thread/INFO]: Using default channel type [23:16:09] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [23:16:09] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [23:16:09] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. [23:16:09] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [23:16:09] [Server thread/ERROR]: Encountered an unexpected exception net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file comforts-server.toml of type SERVER for modid comforts at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:61) ~[fmlcore-1.18.1-39.0.79.jar%23122!/:?] at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:74) ~[fmlcore-1.18.1-39.0.79.jar%23122!/:?] at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:64) ~[fmlcore-1.18.1-39.0.79.jar%23122!/:?] at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:64) ~[fmlcore-1.18.1-39.0.79.jar%23122!/:?] at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:94) ~[forge-1.18.1-39.0.79-universal.jar%23125!/:?] at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:173) ~[server-1.18.1-20211210.034407-srg.jar%23121!/:?] at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:644) ~[server-1.18.1-20211210.034407-srg.jar%23121!/:?] at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258) ~[server-1.18.1-20211210.034407-srg.jar%23121!/:?] at java.lang.Thread.run(Thread.java:833) [?:?] Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%238!/:?] at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%238!/:?] at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%238!/:?] at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%238!/:?] at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%238!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%237!/:?] at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%237!/:?] at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:57) ~[fmlcore-1.18.1-39.0.79.jar%23122!/:?] ... 10 more1 point
-
1 point
-
delete the server config file, it's in the world directory1 point
-
Also while i deleted comforts mod it tried to load another unexisting .toml config file1 point
-
I'm trying to determine the uses/purpose of the defaultconfigs folder as I run a server and have been unable to find anything on this. I realize it may be to terminology or just no one asking before.1 point
-
Sorry, looks like I have a bit of a delayed reply but the scripts folder is for a mod called CraftTweaker, which allows you to change crafting recopies, smelting times, etc. Nearly any professional modpack will be using this mod. More specifically, the scripts folder holds .zs scripts (CraftTweaker's own language) that let you modify the game. More information can be found in the CraftTweaker docs: https://docs.blamejared.com/1.16/en/getting_started/ For example, because I don't like Netherite, I might make a script like the following (I actually run this one on my server): furnace.removeRecipe(<item:minecraft:netherite_scrap>); //Makes it so Netherite Scrap can't be created by Ancient Debris in a furnace blastFurnace.removeRecipe(<item:minecraft:netherite_scrap>); //Makes it so Netherite Scrap can't be created by Ancient Debris in a blast furnace mods.jei.JEI.hideItem(<item:minecraft:netherite_scrap>); //Hides Netherite Scrap from JEI craftingTable.removeByName("minecraft:netherite_ingot"); //Removes a specific recipe from the game. In this case, removes the recipe that turns scrap and gold into ingots craftingTable.addShaped("EasyNetherite", <item:minecraft:netherite_ingot> * 2, [[<item:minecraft:air>, <item:minecraft:coal>, <item:minecraft:air>],[<item:minecraft:diamond>,<item:minecraft:obsidian>,<item:minecraft:gold_ingot>],[<item:minecraft:air>,<item:minecraft:netherrack>,<item:minecraft:air>]]); //Adds a new recipe that makes two netherite from coal, doamond, obsidian, gold, and netherrack. The basics for the language are quite if you spend a bit of time looking at the docs. Hope this helps to answer your question!1 point
-
The configs/files in defaultconfigs (or the folder that is set in configs/fml.toml) will be copied to the serverconfigs folder of any newly created world. This is most likely for use by modpack developers, so they can setup the server configs they want to load every time a world is made in singleplayer.1 point