[Version 1.18.2, SOLVED] Increased hitbox size only works for entity collision, but not for block collision

By
LeeCrafts,
in Modder Support
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic. Time: 8/10/22 7:20 PM Description: Mod loading error has occurred java.lang.Exception: Mod Loading has failed at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) [?:?] {re:classloading} at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) [?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft$$Lambda$3569/1174919051.run(Unknown Source) [?:?] {} at net.minecraft.util.Util.func_215077_a(Util.java:320) [?:?] {re:classloading} at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft$$Lambda$3352/424832797.accept(Unknown Source) [?:?] {} at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:113) [?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:481) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.34.jar:36.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$420/566698125.call(Unknown Source) [forge-1.16.5-36.2.34.jar:36.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[?:?] {re:classloading} -- MOD jei -- Details: Mod File: jei-1.16.5-7.7.1.152.jar Failure message: fml.modloading.dupedmod Mod Version: 7.7.1.152 Mod Issue URL: https://github.com/mezz/JustEnoughItems/issues?q=is%3Aissue Exception message: MISSING EXCEPTION MESSAGE Stacktrace: at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[?:?] {re:classloading} at net.minecraftforge.fml.CrashReportExtender$$Lambda$3599/485371408.accept(Unknown Source) ~[?:?] {} at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51] {} at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:86) [?:?] {re:classloading} at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) [?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft$$Lambda$3569/1174919051.run(Unknown Source) [?:?] {} at net.minecraft.util.Util.func_215077_a(Util.java:320) [?:?] {re:classloading} at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft$$Lambda$3352/424832797.accept(Unknown Source) [?:?] {} at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:113) [?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:481) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.34.jar:36.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$420/566698125.call(Unknown Source) [forge-1.16.5-36.2.34.jar:36.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {} -- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 507993864 bytes (484 MB) / 1791492096 bytes (1708 MB) up to 3817865216 bytes (3641 MB) CPUs: 4 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /mixin-0.8.4.jar mixin PLUGINSERVICE /eventbus-4.0.0.jar eventbus PLUGINSERVICE /forge-1.16.5-36.2.34.jar object_holder_definalize PLUGINSERVICE /forge-1.16.5-36.2.34.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /forge-1.16.5-36.2.34.jar capability_inject_definalize PLUGINSERVICE /forge-1.16.5-36.2.34.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE /forge-1.16.5-36.2.34.jar fml TRANSFORMATIONSERVICE FML: 36.2 Forge: net.minecraftforge:36.2.34 FML Language Providers: javafml@36.2 minecraft@1 kotori_scala@2.13.8-build-3 Mod List: forge-1.16.5-36.2.34-client.jar |Minecraft |minecraft |1.16.5 |NONE |Manifest: NOSIGNATURE forge-1.16.5-36.2.34-universal.jar |Forge |forge |36.2.34 |NONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
-
Had a problem earlier, fixed it but now i have another problem [10Aug2022 18:59:08.851] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, ear_thy, --version, 1.19-forge-41.1.0, --gameDir, C:\Users\p47ma\AppData\Roaming\.minecraft, --assetsDir, C:\Users\p47ma\AppData\Roaming\.minecraft\assets, --assetIndex, 1.19, --uuid, 772f3b51fbd7416ab06a41bc3bdffdfb, --accessToken, ????????, --clientId, MTlkZTU5YjAtMWY0MS00YTliLWJkYjktY2M1Y2Y2OGYzMmU2, --xuid, 2535412698634849, --userType, msa, --versionType, release, --launchTarget, forgeclient, --fml.forgeVersion, 41.1.0, --fml.mcVersion, 1.19, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220607.102129] [10Aug2022 18:59:08.856] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.3 by Microsoft; OS Windows 10 arch amd64 version 10.0 [10Aug2022 18:59:09.191] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/p47ma/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2390!/ Service=ModLauncher Env=CLIENT [10Aug2022 18:59:10.235] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\p47ma\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlcore\1.19-41.1.0\fmlcore-1.19-41.1.0.jar is missing mods.toml file [10Aug2022 18:59:10.243] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\p47ma\AppData\Roaming\.minecraft\libraries\net\minecraftforge\javafmllanguage\1.19-41.1.0\javafmllanguage-1.19-41.1.0.jar is missing mods.toml file [10Aug2022 18:59:10.254] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\p47ma\AppData\Roaming\.minecraft\libraries\net\minecraftforge\lowcodelanguage\1.19-41.1.0\lowcodelanguage-1.19-41.1.0.jar is missing mods.toml file [10Aug2022 18:59:10.263] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\p47ma\AppData\Roaming\.minecraft\libraries\net\minecraftforge\mclanguage\1.19-41.1.0\mclanguage-1.19-41.1.0.jar is missing mods.toml file [10Aug2022 18:59:10.396] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 4 dependencies adding them to mods collection [10Aug2022 18:59:12.174] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 [10Aug2022 18:59:12.176] [main/ERROR] [mixin/]: Mixin config rubidium.mixins.json does not specify "minVersion" property [10Aug2022 18:59:12.216] [main/ERROR] [mixin/]: Mixin config mixins.oculus.compat.sodium.json does not specify "minVersion" property [10Aug2022 18:59:12.226] [main/ERROR] [mixin/]: Mixin config polylib.mixins.json does not specify "minVersion" property [10Aug2022 18:59:12.329] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector] [10Aug2022 18:59:12.330] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclient' with arguments [--version, 1.19-forge-41.1.0, --gameDir, C:\Users\p47ma\AppData\Roaming\.minecraft, --assetsDir, C:\Users\p47ma\AppData\Roaming\.minecraft\assets, --uuid, 772f3b51fbd7416ab06a41bc3bdffdfb, --username, ear_thy, --assetIndex, 1.19, --accessToken, ????????, --clientId, MTlkZTU5YjAtMWY0MS00YTliLWJkYjktY2M1Y2Y2OGYzMmU2, --xuid, 2535412698634849, --userType, msa, --versionType, release] [10Aug2022 18:59:12.357] [main/INFO] [Rubidium/]: Loaded configuration file for Rubidium: 29 options available, 0 override(s) found [10Aug2022 18:59:12.375] [main/WARN] [mixin/]: Reference map 'morevillagers-forge-forge-refmap.json' for morevillagers.mixins.json could not be read. If this is a development environment you can ignore this message [10Aug2022 18:59:12.405] [main/WARN] [mixin/]: Reference map 'vct.refmap.json' for variant_crafting_tables.mixins.json could not be read. If this is a development environment you can ignore this message [10Aug2022 18:59:12.418] [main/WARN] [mixin/]: Reference map 'everycomp.refmap.json' for everycomp-common.mixins.json could not be read. If this is a development environment you can ignore this message [10Aug2022 18:59:12.419] [main/WARN] [mixin/]: Reference map 'everycomp.refmap.json' for everycomp.mixins.json could not be read. If this is a development environment you can ignore this message [10Aug2022 18:59:12.791] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/item/ItemProperties$static$1 (java.lang.ClassNotFoundException: net.minecraft.client.renderer.item.ItemProperties$static$1) [10Aug2022 18:59:12.791] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.item.ItemProperties$static$1 was not found infernal-expansion.mixins.json:client.MixinItemProperties [10Aug2022 18:59:13.500] [main/WARN] [mixin/]: Error loading class: me/cominixo/betterf3/modules/TargetModule (java.lang.ClassNotFoundException: me.cominixo.betterf3.modules.TargetModule) [10Aug2022 18:59:13.500] [main/WARN] [mixin/]: @Mixin target me.cominixo.betterf3.modules.TargetModule was not found securitycraft.mixins.json:f3.BetterF3TargetModuleMixin [10Aug2022 18:59:14.867] [pool-3-thread-1/WARN] [mixin/]: @Inject(@At("HEAD")) Shift.BY=1 on blueprint.mixins.json:EntityMixin::handler$zof000$baseTick exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [10Aug2022 18:59:17.715] [pool-3-thread-1/INFO] [net.minecraft.util.datafix.DataFixers/]: Building unoptimized datafixer [10Aug2022 18:59:18.945] [pool-3-thread-1/WARN] [mixin/]: @ModifyVariable(@At("INVOKE")) Shift.BY=4 on infernal-expansion.mixins.json:common.MixinMultiNoiseBiomeSourcePreset::localvar$zzg000$IE_addNetherBiomes exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [10Aug2022 18:59:19.836] [Render thread/WARN] [mixin/]: Method overwrite conflict for m_85995_ in mixins.oculus.vertexformat.json:block_rendering.MixinBufferBuilder_SeparateAo, previously written by me.jellysquid.mods.sodium.mixin.features.buffer_builder.intrinsics.MixinBufferBuilder. Skipping method. [10Aug2022 18:59:20.144] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResources/]: Assets URL 'union:/C:/Users/p47ma/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.19-20220607.102129/client-1.19-20220607.102129-srg.jar%23243!/assets/.mcassetsroot' uses unexpected schema [10Aug2022 18:59:20.144] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResources/]: Assets URL 'union:/C:/Users/p47ma/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.19-20220607.102129/client-1.19-20220607.102129-srg.jar%23243!/data/.mcassetsroot' uses unexpected schema [10Aug2022 18:59:20.172] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [10Aug2022 18:59:20.586] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: ear_thy [10Aug2022 18:59:20.750] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.1 build 7 [10Aug2022 18:59:21.861] [Render thread/INFO] [Oculus/]: Debug functionality is disabled. [10Aug2022 18:59:21.869] [Render thread/INFO] [Oculus/]: Shaders are disabled because no valid shaderpack is selected [10Aug2022 18:59:21.869] [Render thread/INFO] [Oculus/]: Shaders are disabled [10Aug2022 18:59:22.100] [modloading-worker-0/INFO] [com.command_block.libraryferret.LibraryFerret/]: libraryferret - > Initialize library [10Aug2022 18:59:22.133] [modloading-worker-0/INFO] [com.command_block.libraryferret.LibraryFerret/]: libraryferret - > Initialized library [10Aug2022 18:59:22.133] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Sound Events Registered! [10Aug2022 18:59:22.280] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Blocks Registered! [10Aug2022 18:59:22.281] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Items Registered! [10Aug2022 18:59:22.282] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 41.1.0, for MC 1.19 with MCP 20220607.102129 [10Aug2022 18:59:22.282] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v41.1.0 Initialized [10Aug2022 18:59:22.285] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Effects Registered! [10Aug2022 18:59:22.291] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Potions Registered! [10Aug2022 18:59:22.311] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Entity Types Registered! [10Aug2022 18:59:22.318] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Painting Types Registered! [10Aug2022 18:59:22.327] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Tile Entity Types Registered! [10Aug2022 18:59:22.328] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Biomes Registered! [10Aug2022 18:59:22.329] [modloading-worker-0/WARN] [mixin/]: @Inject(@At("INVOKE")) Shift.BY=2 on mixins.oculus.json:texture.MixinAbstractTexture::handler$zjh000$iris$afterGenerateId exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [10Aug2022 18:59:22.332] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Loot Modifiers Registered! [10Aug2022 18:59:22.335] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Biome Modifiers Registered! [10Aug2022 18:59:22.351] [modloading-worker-0/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Entity Classifications Registered! [10Aug2022 18:59:22.836] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.SpiralSpiresModule [10Aug2022 18:59:23.081] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.PermafrostModule [10Aug2022 18:59:23.085] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.NoMoreLavaPocketsModule [10Aug2022 18:59:23.092] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.NewStoneTypesModule [10Aug2022 18:59:23.102] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.NetherObsidianSpikesModule [10Aug2022 18:59:23.106] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.MonsterBoxModule [10Aug2022 18:59:23.125] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.GlimmeringWealdModule [10Aug2022 18:59:23.227] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.FairyRingsModule [10Aug2022 18:59:23.233] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.CorundumModule [10Aug2022 18:59:23.235] [modloading-worker-0/INFO] [fr.samlegamer.macawsbridgesbop.MacawsBridgesBOP/]: Macaw's Bridges - Biomes O' Plenty : Loading ... [10Aug2022 18:59:23.239] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.ChorusVegetationModule [10Aug2022 18:59:23.248] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.BlossomTreesModule [10Aug2022 18:59:23.256] [modloading-worker-0/INFO] [fr.samlegamer.macawsbridgesbop.MacawsBridgesBOP/]: Macaw's Bridges - Biomes O' Plenty : Is Charged [10Aug2022 18:59:23.260] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.BigStoneClustersModule [10Aug2022 18:59:23.271] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.world.module.AzaleaWoodModule [10Aug2022 18:59:23.274] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.VillagersFollowEmeraldsModule [10Aug2022 18:59:23.276] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.VexesDieWithTheirMastersModule [10Aug2022 18:59:23.278] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.UtilityRecipesModule [10Aug2022 18:59:23.281] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.SnowGolemPlayerHeadsModule [10Aug2022 18:59:23.291] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.SimpleHarvestModule [10Aug2022 18:59:23.295] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.SignEditingModule [10Aug2022 18:59:23.298] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.ShulkerPackingModule [10Aug2022 18:59:23.303] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.ReplaceScaffoldingModule [10Aug2022 18:59:23.307] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.ReacharoundPlacingModule [10Aug2022 18:59:23.330] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.PoisonPotatoUsageModule [10Aug2022 18:59:23.334] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.PigLittersModule [10Aug2022 18:59:23.338] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.PatTheDogsModule [10Aug2022 18:59:23.342] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.MoreNoteBlockSounds [10Aug2022 18:59:23.344] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.MoreBannerLayersModule [10Aug2022 18:59:23.348] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.LockRotationModule [10Aug2022 18:59:23.352] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.HoeHarvestingModule [10Aug2022 18:59:23.355] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.GrabChickensModule [10Aug2022 18:59:23.357] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.GlassShardModule [10Aug2022 18:59:23.363] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.EnhancedLaddersModule [10Aug2022 18:59:23.365] [modloading-worker-0/INFO] [fr.samlegamer.macawsroofsbop.MacawsRoofsBOP/]: Macaw's Roofs - Biome O' Plenty : Loading... [10Aug2022 18:59:23.368] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.EmotesModule [10Aug2022 18:59:23.372] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.DragonScalesModule [10Aug2022 18:59:23.374] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.DoubleDoorOpeningModule [10Aug2022 18:59:23.376] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.CompassesWorkEverywhereModule [10Aug2022 18:59:23.378] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.CampfiresBoostElytraModule [10Aug2022 18:59:23.379] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.BetterElytraRocketModule [10Aug2022 18:59:23.383] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.AutomaticRecipeUnlockModule [10Aug2022 18:59:23.386] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tweaks.module.ArmedArmorStandsModule [10Aug2022 18:59:23.387] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.TrowelModule [10Aug2022 18:59:23.390] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.SlimeInABucketModule [10Aug2022 18:59:23.395] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.SkullPikesModule [10Aug2022 18:59:23.400] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.SeedPouchModule [10Aug2022 18:59:23.402] [modloading-worker-0/INFO] [fr.samlegamer.macawsroofsbop.MacawsRoofsBOP/]: Macaw's Roofs - Biome O' Plenty : Is Charged [10Aug2022 18:59:23.413] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.PickarangModule [10Aug2022 18:59:23.423] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.PathfinderMapsModule [10Aug2022 18:59:23.427] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.ParrotEggsModule [10Aug2022 18:59:23.431] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.EndermoshMusicDiscModule [10Aug2022 18:59:23.437] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.ColorRunesModule [10Aug2022 18:59:23.443] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.CameraModule [10Aug2022 18:59:23.446] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.BundleRecipeModule [10Aug2022 18:59:23.448] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.BottledCloudModule [10Aug2022 18:59:23.453] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.BeaconRedirectionModule [10Aug2022 18:59:23.459] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.AncientTomesModule [10Aug2022 18:59:23.464] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.AmbientDiscsModule [10Aug2022 18:59:23.467] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.tools.module.AbacusModule [10Aug2022 18:59:23.475] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.mobs.module.WraithModule [10Aug2022 18:59:23.479] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.mobs.module.ToretoiseModule [10Aug2022 18:59:23.483] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.mobs.module.StonelingsModule [10Aug2022 18:59:23.488] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.mobs.module.ShibaModule [10Aug2022 18:59:23.491] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.mobs.module.FoxhoundModule [10Aug2022 18:59:23.494] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.mobs.module.ForgottenModule [10Aug2022 18:59:23.500] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.mobs.module.CrabsModule [10Aug2022 18:59:23.503] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.management.module.QuickArmorSwappingModule [10Aug2022 18:59:23.506] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.management.module.ItemSharingModule [10Aug2022 18:59:23.534] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.management.module.InventorySortingModule [10Aug2022 18:59:23.539] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.management.module.HotbarChangerModule [10Aug2022 18:59:23.622] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.management.module.ExpandedItemInteractionsModule [10Aug2022 18:59:23.625] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.management.module.EasyTransferingModule [10Aug2022 18:59:23.627] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.experimental.module.ZombieVillagersOnNormalModule [10Aug2022 18:59:23.630] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.experimental.module.SpawnerReplacerModule [10Aug2022 18:59:23.632] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.experimental.module.OverlayShaderModule [10Aug2022 18:59:23.636] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.experimental.module.NarratorReadoutModule [10Aug2022 18:59:23.641] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.experimental.module.GameNerfsModule [10Aug2022 18:59:23.644] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.experimental.module.EnchantmentsBegoneModule [10Aug2022 18:59:23.645] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.experimental.module.AdjustableChatModule [10Aug2022 18:59:23.648] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.client.module.WoolShutsUpMinecartsModule [10Aug2022 18:59:23.653] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.client.module.VariantAnimalTexturesModule [10Aug2022 18:59:23.656] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.client.module.UsesForCursesModule [10Aug2022 18:59:23.659] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.client.module.UsageTickerModule [10Aug2022 18:59:23.661] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.client.module.SoulCandlesModule [10Aug2022 18:59:23.665] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.client.module.MicrocraftingHelperModule [10Aug2022 18:59:23.670] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.client.module.ImprovedTooltipsModule [10Aug2022 18:59:23.672] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.client.module.GreenerGrassModule [10Aug2022 18:59:23.680] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.client.module.ChestSearchingModule [10Aug2022 18:59:23.683] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.client.module.BackButtonKeybind [10Aug2022 18:59:23.686] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.client.module.AutoWalkKeybindModule [10Aug2022 18:59:23.688] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.WoodenPostsModule [10Aug2022 18:59:23.691] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.VerticalSlabsModule [10Aug2022 18:59:23.696] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.VerticalPlanksModule [10Aug2022 18:59:23.696] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.VariantLaddersModule [10Aug2022 18:59:23.733] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.VariantFurnacesModule [10Aug2022 18:59:23.735] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.VariantChestsModule [10Aug2022 18:59:23.747] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.VariantBookshelvesModule [10Aug2022 18:59:23.751] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.ThatchModule [10Aug2022 18:59:23.757] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.SturdyStoneModule [10Aug2022 18:59:23.758] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.StoolsModule [10Aug2022 18:59:23.761] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.SoulSandstoneModule [10Aug2022 18:59:23.763] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.ShinglesModule [10Aug2022 18:59:23.765] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.ShearVinesModule [10Aug2022 18:59:23.771] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.RopeModule [10Aug2022 18:59:23.776] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.NetherBrickFenceGateModule [10Aug2022 18:59:23.779] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.MoreStoneVariantsModule [10Aug2022 18:59:23.781] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.MorePottedPlantsModule [10Aug2022 18:59:23.784] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.MoreBrickTypesModule [10Aug2022 18:59:23.786] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.MidoriModule [10Aug2022 18:59:23.789] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.LeafCarpetModule [10Aug2022 18:59:23.795] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.JapanesePaletteModule [10Aug2022 18:59:23.797] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.IndustrialPaletteModule [10Aug2022 18:59:23.800] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.HedgesModule [10Aug2022 18:59:23.801] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.GrateModule [10Aug2022 18:59:23.811] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.GoldBarsModule [10Aug2022 18:59:23.815] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.GlassItemFrameModule [10Aug2022 18:59:23.819] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.FramedGlassModule [10Aug2022 18:59:23.821] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.DuskboundBlocksModule [10Aug2022 18:59:23.824] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.CompressedBlocksModule [10Aug2022 18:59:23.826] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.building.module.CelebratoryLampsModule [10Aug2022 18:59:23.827] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.RedstoneRandomizerModule [10Aug2022 18:59:23.840] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.PistonsMoveTileEntitiesModule [10Aug2022 18:59:23.843] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.ObsidianPlateModule [10Aug2022 18:59:23.862] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.MetalButtonsModule [10Aug2022 18:59:23.863] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.JukeboxAutomationModule [10Aug2022 18:59:23.864] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.IronRodModule [10Aug2022 18:59:23.869] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.GravisandModule [10Aug2022 18:59:23.874] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.FeedingTroughModule [10Aug2022 18:59:23.882] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.EnderWatcherModule [10Aug2022 18:59:23.886] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.DispensersPlaceBlocksModule [10Aug2022 18:59:23.888] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.ChuteModule [10Aug2022 18:59:23.890] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.ChainsConnectBlocksModule [10Aug2022 18:59:23.893] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.addons.oddities.module.TotemOfHoldingModule [10Aug2022 18:59:23.899] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.addons.oddities.module.TinyPotatoModule [10Aug2022 18:59:23.909] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.addons.oddities.module.PipesModule [10Aug2022 18:59:23.919] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.addons.oddities.module.MatrixEnchantingModule [10Aug2022 18:59:23.925] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.addons.oddities.module.MagnetsModule [10Aug2022 18:59:23.936] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.addons.oddities.module.CrateModule [10Aug2022 18:59:23.942] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.addons.oddities.module.BackpackModule [10Aug2022 18:59:23.947] [modloading-worker-0/INFO] [quark/]: Dispatching Module Step CONSTRUCT [10Aug2022 18:59:24.230] [modloading-worker-0/INFO] [quark/]: Dispatching Module Step CONSTRUCT_CLIENT [10Aug2022 18:59:24.627] [Render thread/INFO] [quark/]: Dispatching Module Step REGISTER [10Aug2022 18:59:25.466] [Render thread/INFO] [quark/]: Dispatching Module Step POST_REGISTER [10Aug2022 18:59:30.875] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\p47ma\AppData\Roaming\.minecraft\config\everycomp-registry.toml is not correct. Correcting [10Aug2022 18:59:30.876] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.ecologics was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:30.876] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.ecologics.flowering_azalea was corrected from null to its default, true. [10Aug2022 18:59:30.876] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.ecologics.azalea was corrected from null to its default, true. [10Aug2022 18:59:30.877] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.ecologics.coconut was corrected from null to its default, true. [10Aug2022 18:59:30.877] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.ecologics.walnut was corrected from null to its default, true. [10Aug2022 18:59:30.877] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.quark was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:30.877] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.quark.azalea was corrected from null to its default, true. [10Aug2022 18:59:30.877] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.quark.blossom was corrected from null to its default, true. [10Aug2022 18:59:30.877] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:30.878] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty.fir was corrected from null to its default, true. [10Aug2022 18:59:30.878] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty.redwood was corrected from null to its default, true. [10Aug2022 18:59:30.878] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty.cherry was corrected from null to its default, true. [10Aug2022 18:59:30.878] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty.mahogany was corrected from null to its default, true. [10Aug2022 18:59:30.878] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty.jacaranda was corrected from null to its default, true. [10Aug2022 18:59:30.879] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty.palm was corrected from null to its default, true. [10Aug2022 18:59:30.879] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty.willow was corrected from null to its default, true. [10Aug2022 18:59:30.879] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty.dead was corrected from null to its default, true. [10Aug2022 18:59:30.879] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty.magic was corrected from null to its default, true. [10Aug2022 18:59:30.879] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty.umbran was corrected from null to its default, true. [10Aug2022 18:59:30.879] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key wood_type.biomesoplenty.hellbark was corrected from null to its default, true. [10Aug2022 18:59:30.879] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.ecologics was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:30.880] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.ecologics.coconut was corrected from null to its default, true. [10Aug2022 18:59:30.880] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.ecologics.walnut was corrected from null to its default, true. [10Aug2022 18:59:30.880] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.quark was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:30.880] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.quark.blue_blossom was corrected from null to its default, true. [10Aug2022 18:59:30.880] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.quark.lavender_blossom was corrected from null to its default, true. [10Aug2022 18:59:30.880] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.quark.orange_blossom was corrected from null to its default, true. [10Aug2022 18:59:30.880] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.quark.pink_blossom was corrected from null to its default, true. [10Aug2022 18:59:30.880] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.quark.yellow_blossom was corrected from null to its default, true. [10Aug2022 18:59:30.881] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.quark.red_blossom was corrected from null to its default, true. [10Aug2022 18:59:30.881] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:30.881] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.origin was corrected from null to its default, true. [10Aug2022 18:59:30.881] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.flowering_oak was corrected from null to its default, true. [10Aug2022 18:59:30.881] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.rainbow_birch was corrected from null to its default, true. [10Aug2022 18:59:30.881] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.yellow_autumn was corrected from null to its default, true. [10Aug2022 18:59:30.881] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.orange_autumn was corrected from null to its default, true. [10Aug2022 18:59:30.881] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.maple was corrected from null to its default, true. [10Aug2022 18:59:30.881] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.fir was corrected from null to its default, true. [10Aug2022 18:59:30.882] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.redwood was corrected from null to its default, true. [10Aug2022 18:59:30.882] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.white_cherry was corrected from null to its default, true. [10Aug2022 18:59:30.882] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.pink_cherry was corrected from null to its default, true. [10Aug2022 18:59:30.882] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.mahogany was corrected from null to its default, true. [10Aug2022 18:59:30.882] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.jacaranda was corrected from null to its default, true. [10Aug2022 18:59:30.882] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.palm was corrected from null to its default, true. [10Aug2022 18:59:30.882] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.willow was corrected from null to its default, true. [10Aug2022 18:59:30.882] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.dead was corrected from null to its default, true. [10Aug2022 18:59:30.882] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.magic was corrected from null to its default, true. [10Aug2022 18:59:30.883] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.umbran was corrected from null to its default, true. [10Aug2022 18:59:30.883] [Render thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key leaves_type.biomesoplenty.hellbark was corrected from null to its default, true. [10Aug2022 18:59:30.884] [Render thread/INFO] [net.mehvahdjukaar.every_compat.EveryCompat/]: Registering Compat Wood Blocks [10Aug2022 18:59:32.150] [Render thread/INFO] [net.mehvahdjukaar.every_compat.EveryCompat/]: Registering Compat Leaves Blocks [10Aug2022 18:59:32.196] [Render thread/INFO] [net.mehvahdjukaar.every_compat.EveryCompat/]: Registered 829 compat blocks making up 11.917769% of total blocks registered [10Aug2022 18:59:32.818] [Render thread/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class org.infernalstudios.infernalexp.entities.ShroomloinEntity from class org.infernalstudios.infernalexp.entities.WarpbeetleEntity [10Aug2022 18:59:32.860] [Render thread/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class com.github.alexthe666.alexsmobs.entity.EntityLeafcutterAnt from class com.github.alexthe666.alexsmobs.entity.EntityDevilsHolePupfish [10Aug2022 18:59:32.861] [Render thread/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class com.github.alexthe666.alexsmobs.entity.EntityMantisShrimp from class com.github.alexthe666.alexsmobs.entity.EntitySkelewag [10Aug2022 18:59:33.102] [Render thread/INFO] [com.github.alexthe666.alexsmobs.AlexsMobs/]: loaded in block colorizer [10Aug2022 18:59:33.107] [Render thread/INFO] [com.github.alexthe666.alexsmobs.AlexsMobs/]: loaded in item colorizer [10Aug2022 18:59:33.257] [Render thread/INFO] [Oculus/]: Hardware information: [10Aug2022 18:59:33.258] [Render thread/INFO] [Oculus/]: CPU: 12x Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz [10Aug2022 18:59:33.259] [Render thread/INFO] [Oculus/]: GPU: Intel(R) UHD Graphics (Supports OpenGL 3.2.0 - Build 27.20.100.9664) [10Aug2022 18:59:33.259] [Render thread/INFO] [Oculus/]: OS: Windows 10 (10.0) [10Aug2022 18:59:33.398] [Render thread/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Particles Registered! [10Aug2022 18:59:33.525] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded [10Aug2022 18:59:33.658] [Render thread/INFO] [quark/]: Dispatching Module Step SETUP_CLIENT [10Aug2022 18:59:33.684] [Render thread/INFO] [quark/]: Registering model layer quark:crab#main [10Aug2022 18:59:33.684] [Render thread/INFO] [quark/]: Registering model layer quark:shiba#main [10Aug2022 18:59:33.684] [Render thread/INFO] [quark/]: Registering model layer quark:quark_boat_chest#main [10Aug2022 18:59:33.684] [Render thread/INFO] [quark/]: Registering model layer quark:wraith#main [10Aug2022 18:59:33.684] [Render thread/INFO] [quark/]: Registering model layer quark:forgotten_hat#main [10Aug2022 18:59:33.684] [Render thread/INFO] [quark/]: Registering model layer quark:stoneling#main [10Aug2022 18:59:33.684] [Render thread/INFO] [quark/]: Registering model layer quark:toretoise#main [10Aug2022 18:59:33.684] [Render thread/INFO] [quark/]: Registering model layer quark:quark_boat#main [10Aug2022 18:59:33.685] [Render thread/INFO] [quark/]: Registering model layer quark:foxhound#main [10Aug2022 18:59:33.685] [Render thread/INFO] [quark/]: Registering model layer quark:backpack#main [10Aug2022 18:59:33.962] [Render thread/INFO] [quark/]: Dispatching Module Step REGISTER_TOOLTIP_COMPONENT_FACTORIES [10Aug2022 18:59:33.977] [Render thread/INFO] [quark/]: Dispatching Module Step REGISTER_KEYBINDS [10Aug2022 18:59:34.191] [Render thread/INFO] [net.minecraft.server.packs.resources.ReloadableResourceManager/]: Reloading ResourceManager: Mod Resources, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/walls, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/walls, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/torches, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/torches, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/tables, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/tables, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/swords, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/swords, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/stools, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/stools, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/sticks, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/sticks, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/single_dressers, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/single_dressers, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/shovels, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/shovels, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/scaffoldings, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/scaffoldings, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/sawmills, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/sawmills, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/posts, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/posts, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/pickaxes, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/pickaxes, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/panels_stairs, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/panels_stairs, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/panels_slabs, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/panels_slabs, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/panels, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/panels, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/log_piles, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/log_piles, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/lecterns, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/lecterns, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/ladders, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/ladders, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/item_frames, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/item_frames, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/hoes, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/hoes, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/fishing_rods, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/fishing_rods, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/crossbows, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/crossbows, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/crafting_tables, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/crafting_tables, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/composters, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/composters, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/chests, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/chests, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/chairs, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/chairs, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/bows, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/bows, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/bookshelves, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/bookshelves, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/beds, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/beds, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/barrels, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/barrels, ilikewood-1.19-9.0.1.0.jar:ilikewood_resources/axes, ilikewoodxbiomesoplenty-1.19-9.0.0.jar:ilikewood_resources/axes, Default, Everycomp Generated Pack, quark-emote-pack [10Aug2022 18:59:35.138] [Render thread/INFO] [net.mehvahdjukaar.every_compat.EveryCompat/]: Generated runtime CLIENT_RESOURCES for pack Everycomp Generated Pack in: 699 ms [10Aug2022 18:59:38.647] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\p47ma\AppData\Roaming\.minecraft\config\waterdripsound-client.toml is not correct. Correcting [10Aug2022 18:59:38.648] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key General.soundCategory was corrected from AMBIENT to its default, AMBIENT. [10Aug2022 18:59:38.999] [Worker-Main-7/INFO] [quark/]: Dispatching Module Step TEXTURE_STITCH [10Aug2022 18:59:38.999] [Worker-Main-11/INFO] [quark/]: Dispatching Module Step TEXTURE_STITCH [10Aug2022 18:59:38.999] [Worker-Main-4/INFO] [quark/]: Dispatching Module Step TEXTURE_STITCH [10Aug2022 18:59:38.999] [Worker-Main-3/INFO] [quark/]: Dispatching Module Step TEXTURE_STITCH [10Aug2022 18:59:39.011] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\p47ma\AppData\Roaming\.minecraft\config\quark-common.toml is not correct. Correcting [10Aug2022 18:59:39.012] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.012] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Enable 'q' Button was corrected from null to its default, true. [10Aug2022 18:59:39.012] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.'q' Button on the Right was corrected from null to its default, false. [10Aug2022 18:59:39.012] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Disable Q Menu Effects was corrected from null to its default, false. [10Aug2022 18:59:39.012] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Use Anti Overlap was corrected from null to its default, true. [10Aug2022 18:59:39.013] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Use Piston Logic Replacement was corrected from null to its default, true. [10Aug2022 18:59:39.013] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Piston Push Limit was corrected from null to its default, 12. [10Aug2022 18:59:39.013] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Advancement Visibility Depth was corrected from null to its default, 2. [10Aug2022 18:59:39.014] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Shulker Boxes was corrected from null to its default, [minecraft:white_shulker_box, minecraft:orange_shulker_box, minecraft:magenta_shulker_box, minecraft:light_blue_shulker_box, minecraft:yellow_shulker_box, minecraft:lime_shulker_box, minecraft:pink_shulker_box, minecraft:gray_shulker_box, minecraft:light_gray_shulker_box, minecraft:cyan_shulker_box, minecraft:purple_shulker_box, minecraft:blue_shulker_box, minecraft:brown_shulker_box, minecraft:green_shulker_box, minecraft:red_shulker_box, minecraft:black_shulker_box]. [10Aug2022 18:59:39.014] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Interpret Shulker Box Like Blocks was corrected from null to its default, true. [10Aug2022 18:59:39.014] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Enable Worldgen Watchdog was corrected from null to its default, false. [10Aug2022 18:59:39.014] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Print Screen Classnames was corrected from null to its default, false. [10Aug2022 18:59:39.015] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Allowed Screens was corrected from null to its default, []. [10Aug2022 18:59:39.015] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Use Screen List Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.015] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Use Fast Worldgen was corrected from null to its default, false. [10Aug2022 18:59:39.015] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.Enable Network Profiling was corrected from null to its default, false. [10Aug2022 18:59:39.017] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key categories was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.017] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key categories.Automation was corrected from null to its default, true. [10Aug2022 18:59:39.017] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key categories.Building was corrected from null to its default, true. [10Aug2022 18:59:39.017] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key categories.Management was corrected from null to its default, true. [10Aug2022 18:59:39.017] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key categories.Tools was corrected from null to its default, true. [10Aug2022 18:59:39.017] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key categories.Tweaks was corrected from null to its default, true. [10Aug2022 18:59:39.017] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key categories.World was corrected from null to its default, true. [10Aug2022 18:59:39.017] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key categories.Mobs was corrected from null to its default, true. [10Aug2022 18:59:39.018] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key categories.Client was corrected from null to its default, true. [10Aug2022 18:59:39.018] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key categories.Experimental was corrected from null to its default, true. [10Aug2022 18:59:39.018] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key categories.Oddities was corrected from null to its default, true. [10Aug2022 18:59:39.019] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.019] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Redstone Randomizer was corrected from null to its default, true. [10Aug2022 18:59:39.019] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Pistons Move Tile Entities was corrected from null to its default, true. [10Aug2022 18:59:39.019] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Obsidian Plate was corrected from null to its default, true. [10Aug2022 18:59:39.020] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Metal Buttons was corrected from null to its default, true. [10Aug2022 18:59:39.020] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Jukebox Automation was corrected from null to its default, true. [10Aug2022 18:59:39.020] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Iron Rod was corrected from null to its default, true. [10Aug2022 18:59:39.020] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Gravisand was corrected from null to its default, true. [10Aug2022 18:59:39.023] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Feeding Trough was corrected from null to its default, true. [10Aug2022 18:59:39.023] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Ender Watcher was corrected from null to its default, true. [10Aug2022 18:59:39.023] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Dispensers Place Blocks was corrected from null to its default, true. [10Aug2022 18:59:39.023] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Chute was corrected from null to its default, true. [10Aug2022 18:59:39.023] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Chains Connect Blocks was corrected from null to its default, true. [10Aug2022 18:59:39.023] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.pistons_move_tile_entities was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.023] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.pistons_move_tile_entities.Enable Chests Moving Together was corrected from null to its default, true. [10Aug2022 18:59:39.024] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.pistons_move_tile_entities.Render Blacklist was corrected from null to its default, [psi:programmer, botania:starfield]. [10Aug2022 18:59:39.024] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.pistons_move_tile_entities.Movement Blacklist was corrected from null to its default, [minecraft:spawner, integrateddynamics:cable, randomthings:blockbreaker, minecraft:ender_chest, minecraft:enchanting_table, minecraft:trapped_chest, quark:spruce_trapped_chest, quark:birch_trapped_chest, quark:jungle_trapped_chest, quark:acacia_trapped_chest, quark:dark_oak_trapped_chest, endergetic:bolloom_bud]. [10Aug2022 18:59:39.024] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.pistons_move_tile_entities.Delayed Update List was corrected from null to its default, [minecraft:dispenser, minecraft:dropper]. [10Aug2022 18:59:39.024] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.metal_buttons was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.024] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.metal_buttons.Enable Iron was corrected from null to its default, true. [10Aug2022 18:59:39.025] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.metal_buttons.Enable Gold was corrected from null to its default, true. [10Aug2022 18:59:39.025] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.feeding_trough was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.025] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.feeding_trough.Cooldown was corrected from null to its default, 30. [10Aug2022 18:59:39.025] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.feeding_trough.Max Animals was corrected from null to its default, 32. [10Aug2022 18:59:39.025] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.feeding_trough.Love Chance was corrected from null to its default, 0.333333333. [10Aug2022 18:59:39.026] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.feeding_trough.Range was corrected from null to its default, 10.0. [10Aug2022 18:59:39.026] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.dispensers_place_blocks was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.026] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.dispensers_place_blocks.Blacklist was corrected from null to its default, [minecraft:water, minecraft:lava, minecraft:fire]. [10Aug2022 18:59:39.028] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.028] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Wooden Posts was corrected from null to its default, true. [10Aug2022 18:59:39.028] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Vertical Slabs was corrected from null to its default, true. [10Aug2022 18:59:39.028] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Vertical Planks was corrected from null to its default, true. [10Aug2022 18:59:39.028] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Variant Ladders was corrected from null to its default, true. [10Aug2022 18:59:39.028] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Variant Furnaces was corrected from null to its default, true. [10Aug2022 18:59:39.029] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Variant Chests was corrected from null to its default, true. [10Aug2022 18:59:39.029] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Variant Bookshelves was corrected from null to its default, true. [10Aug2022 18:59:39.029] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Thatch was corrected from null to its default, true. [10Aug2022 18:59:39.029] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Sturdy Stone was corrected from null to its default, true. [10Aug2022 18:59:39.030] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Stools was corrected from null to its default, true. [10Aug2022 18:59:39.030] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Soul Sandstone was corrected from null to its default, true. [10Aug2022 18:59:39.030] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Shingles was corrected from null to its default, true. [10Aug2022 18:59:39.030] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Shear Vines was corrected from null to its default, true. [10Aug2022 18:59:39.030] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Rope was corrected from null to its default, true. [10Aug2022 18:59:39.030] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Nether Brick Fence Gate was corrected from null to its default, true. [10Aug2022 18:59:39.030] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.More Stone Variants was corrected from null to its default, true. [10Aug2022 18:59:39.030] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.More Potted Plants was corrected from null to its default, true. [10Aug2022 18:59:39.030] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.More Brick Types was corrected from null to its default, true. [10Aug2022 18:59:39.031] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Midori was corrected from null to its default, true. [10Aug2022 18:59:39.031] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Leaf Carpet was corrected from null to its default, true. [10Aug2022 18:59:39.031] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Japanese Palette was corrected from null to its default, true. [10Aug2022 18:59:39.031] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Industrial Palette was corrected from null to its default, true. [10Aug2022 18:59:39.031] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Hedges was corrected from null to its default, true. [10Aug2022 18:59:39.031] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Grate was corrected from null to its default, true. [10Aug2022 18:59:39.031] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Gold Bars was corrected from null to its default, true. [10Aug2022 18:59:39.031] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Glass Item Frame was corrected from null to its default, true. [10Aug2022 18:59:39.032] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Framed Glass was corrected from null to its default, true. [10Aug2022 18:59:39.032] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Duskbound Blocks was corrected from null to its default, true. [10Aug2022 18:59:39.032] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Compressed Blocks was corrected from null to its default, true. [10Aug2022 18:59:39.032] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.Celebratory Lamps was corrected from null to its default, true. [10Aug2022 18:59:39.032] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.vertical_planks was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.032] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.vertical_planks.Ignore Anti Overlap was corrected from null to its default, false. [10Aug2022 18:59:39.032] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.variant_ladders was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.032] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.variant_ladders.Ignore Anti Overlap was corrected from null to its default, false. [10Aug2022 18:59:39.033] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.variant_ladders.Change Names was corrected from null to its default, true. [10Aug2022 18:59:39.033] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.variant_chests was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.033] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.variant_chests.Ignore Anti Overlap was corrected from null to its default, false. [10Aug2022 18:59:39.064] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.variant_chests.Replace Worldgen Chests was corrected from null to its default, true. [10Aug2022 18:59:39.064] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.variant_chests.Enable Reverting Wooden Chests was corrected from null to its default, true. [10Aug2022 18:59:39.064] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.variant_chests.Structure Chests was corrected from null to its default, [minecraft:village_plains=quark:oak_chest, minecraft:igloo=quark:spruce_chest, minecraft:village_snowy=quark:spruce_chest, minecraft:village_taiga=quark:spruce_chest, minecraft:desert_pyramid=quark:birch_chest, minecraft:jungle_pyramid=quark:jungle_chest, minecraft:village_desert=quark:jungle_chest, minecraft:village_savanna=quark:acacia_chest, minecraft:mansion=quark:dark_oak_chest, minecraft:pillager_outpost=quark:dark_oak_chest, minecraft:ruined_portal=quark:crimson_chest, minecraft:bastion_remnant=quark:crimson_chest, minecraft:fortress=quark:nether_brick_chest, minecraft:end_city=quark:purpur_chest]. [10Aug2022 18:59:39.064] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.variant_bookshelves was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.064] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.variant_bookshelves.Ignore Anti Overlap was corrected from null to its default, false. [10Aug2022 18:59:39.065] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.variant_bookshelves.Change Names was corrected from null to its default, true. [10Aug2022 18:59:39.065] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.thatch was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.065] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.thatch.Fall Damage Multiplier was corrected from null to its default, 0.5. [10Aug2022 18:59:39.065] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.rope was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.065] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.rope.Force Enable Move Tile Entities was corrected from null to its default, false. [10Aug2022 18:59:39.066] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.rope.Enable Dispenser Behavior was corrected from null to its default, true. [10Aug2022 18:59:39.066] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.more_stone_variants was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.066] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.more_stone_variants.Enable Bricks was corrected from null to its default, true. [10Aug2022 18:59:39.066] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.more_stone_variants.Enable Chiseled Bricks was corrected from null to its default, true. [10Aug2022 18:59:39.066] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.more_stone_variants.Enable Pillar was corrected from null to its default, true. [10Aug2022 18:59:39.066] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.more_brick_types was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.066] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.more_brick_types.Enable Blue Nether Bricks was corrected from null to its default, true. [10Aug2022 18:59:39.067] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.more_brick_types.Enable Sandstone Bricks was corrected from null to its default, true. [10Aug2022 18:59:39.067] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.more_brick_types.Enable Cobblestone Bricks was corrected from null to its default, true. [10Aug2022 18:59:39.067] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.more_brick_types.Enable Blackstone Bricks was corrected from null to its default, true. [10Aug2022 18:59:39.067] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.more_brick_types.Enable Dirt Bricks was corrected from null to its default, true. [10Aug2022 18:59:39.067] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.more_brick_types.Enable Netherrack Bricks was corrected from null to its default, true. [10Aug2022 18:59:39.067] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.leaf_carpet was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.068] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.leaf_carpet.Ignore Anti Overlap was corrected from null to its default, false. [10Aug2022 18:59:39.073] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.japanese_palette was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.073] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.japanese_palette.Enable Paper Blocks was corrected from null to its default, true. [10Aug2022 18:59:39.073] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.japanese_palette.Enable Bamboo Mats was corrected from null to its default, true. [10Aug2022 18:59:39.074] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.industrial_palette was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.074] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.industrial_palette.Enable Iron Plates was corrected from null to its default, true. [10Aug2022 18:59:39.074] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.industrial_palette.Enable Iron Ladder was corrected from null to its default, true. [10Aug2022 18:59:39.074] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.gold_bars was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.074] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.gold_bars.Generate In Nether Fortress was corrected from null to its default, true. [10Aug2022 18:59:39.074] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.glass_item_frame was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.074] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.glass_item_frame.Glass Item Frames Update Maps was corrected from null to its default, true. [10Aug2022 18:59:39.074] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.glass_item_frame.Item Render Scale was corrected from null to its default, 1.5. [10Aug2022 18:59:39.076] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.076] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Charcoal Block and Blaze Lantern Stay On Fire Forever was corrected from null to its default, true. [10Aug2022 18:59:39.076] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Charcoal Block Fuel Time was corrected from null to its default, 16000. [10Aug2022 18:59:39.076] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Blaze Lantern Fuel Time was corrected from null to its default, 24000. [10Aug2022 18:59:39.076] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Stick Block Fuel Time was corrected from null to its default, 900. [10Aug2022 18:59:39.077] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Bamboo Bundle Fuel Time was corrected from null to its default, 500. [10Aug2022 18:59:39.077] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Charcoal Block was corrected from null to its default, true. [10Aug2022 18:59:39.077] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Sugar Cane Block was corrected from null to its default, true. [10Aug2022 18:59:39.077] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Bamboo Block was corrected from null to its default, true. [10Aug2022 18:59:39.077] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Cactus Block was corrected from null to its default, true. [10Aug2022 18:59:39.077] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Chorus Fruit Block was corrected from null to its default, true. [10Aug2022 18:59:39.077] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Stick Block was corrected from null to its default, true. [10Aug2022 18:59:39.081] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Apple Crate was corrected from null to its default, true. [10Aug2022 18:59:39.081] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Golden Apple Crate was corrected from null to its default, true. [10Aug2022 18:59:39.081] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Potato Crate was corrected from null to its default, true. [10Aug2022 18:59:39.081] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Carrot Crate was corrected from null to its default, true. [10Aug2022 18:59:39.081] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Beetroot Crate was corrected from null to its default, true. [10Aug2022 18:59:39.081] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Cocoa Bean Sack was corrected from null to its default, true. [10Aug2022 18:59:39.081] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Nether Wart Sack was corrected from null to its default, true. [10Aug2022 18:59:39.082] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Gunpowder Sack was corrected from null to its default, true. [10Aug2022 18:59:39.082] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Berry Sack was corrected from null to its default, true. [10Aug2022 18:59:39.082] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Glow Berry Sack was corrected from null to its default, true. [10Aug2022 18:59:39.082] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Blaze Lantern was corrected from null to its default, true. [10Aug2022 18:59:39.082] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Bonded Leather was corrected from null to its default, true. [10Aug2022 18:59:39.082] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.compressed_blocks.Enable Bonded Rabbit Hide was corrected from null to its default, true. [10Aug2022 18:59:39.082] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.celebratory_lamps was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.085] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key building.celebratory_lamps.Light Level was corrected from null to its default, 15. [10Aug2022 18:59:39.087] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.087] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.Quick Armor Swapping was corrected from null to its default, true. [10Aug2022 18:59:39.087] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.Item Sharing was corrected from null to its default, true. [10Aug2022 18:59:39.087] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.Inventory Sorting was corrected from null to its default, true. [10Aug2022 18:59:39.087] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.Hotbar Changer was corrected from null to its default, true. [10Aug2022 18:59:39.088] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.Expanded Item Interactions was corrected from null to its default, true. [10Aug2022 18:59:39.088] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.Easy Transfering was corrected from null to its default, true. [10Aug2022 18:59:39.088] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.quick_armor_swapping was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.089] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.quick_armor_swapping.Swap Off Hand was corrected from null to its default, true. [10Aug2022 18:59:39.089] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.item_sharing was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.089] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.item_sharing.Render Items In Chat was corrected from null to its default, true. [10Aug2022 18:59:39.089] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.inventory_sorting was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.089] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.inventory_sorting.Enable Player Inventory was corrected from null to its default, true. [10Aug2022 18:59:39.090] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.inventory_sorting.Enable Player Inventory In Chests was corrected from null to its default, true. [10Aug2022 18:59:39.090] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.inventory_sorting.Enable Chests was corrected from null to its default, true. [10Aug2022 18:59:39.090] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.inventory_sorting.Satisfying Click was corrected from null to its default, true. [10Aug2022 18:59:39.090] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.expanded_item_interactions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.090] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.expanded_item_interactions.Enable Armor Interaction was corrected from null to its default, true. [10Aug2022 18:59:39.090] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.expanded_item_interactions.Enable Shulker Box Interaction was corrected from null to its default, true. [10Aug2022 18:59:39.092] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.expanded_item_interactions.Enable Lava Interaction was corrected from null to its default, true. [10Aug2022 18:59:39.092] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.easy_transfering was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.092] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key management.easy_transfering.Enable Shift Lock was corrected from null to its default, true. [10Aug2022 18:59:39.094] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.094] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Trowel was corrected from null to its default, true. [10Aug2022 18:59:39.095] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Slime In A Bucket was corrected from null to its default, true. [10Aug2022 18:59:39.095] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Seed Pouch was corrected from null to its default, true. [10Aug2022 18:59:39.095] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Pickarang was corrected from null to its default, true. [10Aug2022 18:59:39.095] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Pathfinder Maps was corrected from null to its default, true. [10Aug2022 18:59:39.095] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Parrot Eggs was corrected from null to its default, true. [10Aug2022 18:59:39.095] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Endermosh Music Disc was corrected from null to its default, true. [10Aug2022 18:59:39.096] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Color Runes was corrected from null to its default, true. [10Aug2022 18:59:39.096] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Camera was corrected from null to its default, true. [10Aug2022 18:59:39.096] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Bundle Recipe was corrected from null to its default, true. [10Aug2022 18:59:39.097] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Bottled Cloud was corrected from null to its default, true. [10Aug2022 18:59:39.097] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Beacon Redirection was corrected from null to its default, true. [10Aug2022 18:59:39.097] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Ancient Tomes was corrected from null to its default, true. [10Aug2022 18:59:39.097] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Ambient Discs was corrected from null to its default, true. [10Aug2022 18:59:39.097] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.Abacus was corrected from null to its default, true. [10Aug2022 18:59:39.097] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.trowel was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.097] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.trowel.Trowel Max Durability was corrected from null to its default, 0. [10Aug2022 18:59:39.097] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.seed_pouch was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.098] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.seed_pouch.Max Items was corrected from null to its default, 640. [10Aug2022 18:59:39.098] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.seed_pouch.Show All Variants In Creative was corrected from null to its default, true. [10Aug2022 18:59:39.098] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.seed_pouch.Shift Range was corrected from null to its default, 3. [10Aug2022 18:59:39.102] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.102] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.pickarang was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.102] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.pickarang.Timeout was corrected from null to its default, 20. [10Aug2022 18:59:39.103] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.pickarang.Harvest Level was corrected from null to its default, 3. [10Aug2022 18:59:39.103] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.pickarang.Durability was corrected from null to its default, 800. [10Aug2022 18:59:39.103] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.pickarang.Max Hardness was corrected from null to its default, 20.0. [10Aug2022 18:59:39.103] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.pickarang.Attack Damage was corrected from null to its default, 2. [10Aug2022 18:59:39.103] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.pickarang.Cooldown was corrected from null to its default, 10. [10Aug2022 18:59:39.103] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.flamerang was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.103] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.flamerang.Timeout was corrected from null to its default, 20. [10Aug2022 18:59:39.104] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.flamerang.Harvest Level was corrected from null to its default, 4. [10Aug2022 18:59:39.104] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.flamerang.Durability was corrected from null to its default, 1040. [10Aug2022 18:59:39.106] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.flamerang.Max Hardness was corrected from null to its default, 20.0. [10Aug2022 18:59:39.106] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.flamerang.Attack Damage was corrected from null to its default, 3. [10Aug2022 18:59:39.106] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.flamerang.Cooldown was corrected from null to its default, 10. [10Aug2022 18:59:39.106] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.echorang was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.106] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.echorang.Timeout was corrected from null to its default, 40. [10Aug2022 18:59:39.106] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.echorang.Harvest Level was corrected from null to its default, 3. [10Aug2022 18:59:39.107] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.echorang.Durability was corrected from null to its default, 2000. [10Aug2022 18:59:39.107] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.echorang.Max Hardness was corrected from null to its default, 20.0. [10Aug2022 18:59:39.107] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.echorang.Attack Damage was corrected from null to its default, 2. [10Aug2022 18:59:39.107] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.echorang.Cooldown was corrected from null to its default, 10. [10Aug2022 18:59:39.107] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.Enable Flamerang was corrected from null to its default, true. [10Aug2022 18:59:39.107] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.Enable Echorang was corrected from null to its default, true. [10Aug2022 18:59:39.108] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pickarang.Never Use Heart Of Diamond was corrected from null to its default, false. [10Aug2022 18:59:39.108] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pathfinder_maps was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.108] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pathfinder_maps.Customs was corrected from null to its default, []. [10Aug2022 18:59:39.108] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pathfinder_maps.Search Radius was corrected from null to its default, 6400. [10Aug2022 18:59:39.108] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.pathfinder_maps.Xp From Trade was corrected from null to its default, 5. [10Aug2022 18:59:39.108] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.parrot_eggs was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.108] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.parrot_eggs.Chance was corrected from null to its default, 0.05. [10Aug2022 18:59:39.108] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.parrot_eggs.Egg Time was corrected from null to its default, 12000. [10Aug2022 18:59:39.109] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.parrot_eggs.Enable Special Awesome Parrot was corrected from null to its default, true. [10Aug2022 18:59:39.109] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.endermosh_music_disc was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.116] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.endermosh_music_disc.Play Endermosh During Enderdragon Fight was corrected from null to its default, false. [10Aug2022 18:59:39.116] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.endermosh_music_disc.Add To End City Loot was corrected from null to its default, true. [10Aug2022 18:59:39.116] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.endermosh_music_disc.Loot Weight was corrected from null to its default, 5. [10Aug2022 18:59:39.116] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.endermosh_music_disc.Loot Quality was corrected from null to its default, 1. [10Aug2022 18:59:39.117] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.color_runes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.117] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.color_runes.Dungeon Weight was corrected from null to its default, 10. [10Aug2022 18:59:39.118] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.color_runes.Nether Fortress Weight was corrected from null to its default, 8. [10Aug2022 18:59:39.118] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.color_runes.Jungle Temple Weight was corrected from null to its default, 8. [10Aug2022 18:59:39.118] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.color_runes.Desert Temple Weight was corrected from null to its default, 8. [10Aug2022 18:59:39.118] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.color_runes.Item Quality was corrected from null to its default, 0. [10Aug2022 18:59:39.118] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.color_runes.Apply Cost was corrected from null to its default, 5. [10Aug2022 18:59:39.118] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.bottled_cloud was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.118] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.bottled_cloud.Cloud Level Bottom was corrected from null to its default, 191. [10Aug2022 18:59:39.118] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.bottled_cloud.Cloud Level Top was corrected from null to its default, 196. [10Aug2022 18:59:39.118] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.ancient_tomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.118] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.ancient_tomes.Loot Tables was corrected from null to its default, [minecraft:chests/stronghold_library,30, minecraft:chests/simple_dungeon,20, minecraft:chests/bastion_treasure,25, minecraft:chests/woodland_mansion,15, minecraft:chests/nether_bridge,0, minecraft:chests/underwater_ruin_big,0, minecraft:chests/underwater_ruin_small,0, quark:misc/monster_box,5]. [10Aug2022 18:59:39.119] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.ancient_tomes.Item Quality was corrected from null to its default, 2. [10Aug2022 18:59:39.119] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.ancient_tomes.Normal Upgrade Cost was corrected from null to its default, 10. [10Aug2022 18:59:39.119] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.ancient_tomes.Limit Break Upgrade Cost was corrected from null to its default, 30. [10Aug2022 18:59:39.119] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.ancient_tomes.Valid Enchantments was corrected from null to its default, [minecraft:feather_falling, minecraft:thorns, minecraft:sharpness, minecraft:smite, minecraft:bane_of_arthropods, minecraft:knockback, minecraft:fire_aspect, minecraft:looting, minecraft:sweeping, minecraft:efficiency, minecraft:unbreaking, minecraft:fortune, minecraft:power, minecraft:punch, minecraft:luck_of_the_sea, minecraft:lure, minecraft:loyalty, minecraft:riptide, minecraft:impaling, minecraft:piercing]. [10Aug2022 18:59:39.123] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.ancient_tomes.Overleveled Books Glow Rainbow was corrected from null to its default, true. [10Aug2022 18:59:39.124] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.ancient_tomes.Librarians Exchange Ancient Tomes was corrected from null to its default, true. [10Aug2022 18:59:39.124] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.ambient_discs was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.124] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.ambient_discs.Drop On Spider Kill was corrected from null to its default, true. [10Aug2022 18:59:39.124] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.abacus was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.124] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.abacus.highlight_color was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.124] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.abacus.highlight_color.A was corrected from null to its default, 0.4. [10Aug2022 18:59:39.124] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.abacus.highlight_color.R was corrected from null to its default, 0.0. [10Aug2022 18:59:39.124] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.abacus.highlight_color.G was corrected from null to its default, 0.0. [10Aug2022 18:59:39.124] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tools.abacus.highlight_color.B was corrected from null to its default, 0.0. [10Aug2022 18:59:39.128] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.128] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Villagers Follow Emeralds was corrected from null to its default, true. [10Aug2022 18:59:39.128] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Vexes Die With Their Masters was corrected from null to its default, true. [10Aug2022 18:59:39.128] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Utility Recipes was corrected from null to its default, true. [10Aug2022 18:59:39.129] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Snow Golem Player Heads was corrected from null to its default, true. [10Aug2022 18:59:39.129] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Simple Harvest was corrected from null to its default, true. [10Aug2022 18:59:39.129] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Sign Editing was corrected from null to its default, true. [10Aug2022 18:59:39.129] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Shulker Packing was corrected from null to its default, true. [10Aug2022 18:59:39.129] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Replace Scaffolding was corrected from null to its default, true. [10Aug2022 18:59:39.129] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Reacharound Placing was corrected from null to its default, true. [10Aug2022 18:59:39.129] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Poison Potato Usage was corrected from null to its default, true. [10Aug2022 18:59:39.129] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Pig Litters was corrected from null to its default, true. [10Aug2022 18:59:39.129] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Pat The Dogs was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.More Note Block Sounds was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.More Banner Layers was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Lock Rotation was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Hoe Harvesting was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Grab Chickens was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Glass Shard was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Enhanced Ladders was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Emotes was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Dragon Scales was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Double Door Opening was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Compasses Work Everywhere was corrected from null to its default, true. [10Aug2022 18:59:39.130] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Campfires Boost Elytra was corrected from null to its default, true. [10Aug2022 18:59:39.131] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Better Elytra Rocket was corrected from null to its default, true. [10Aug2022 18:59:39.131] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Automatic Recipe Unlock was corrected from null to its default, true. [10Aug2022 18:59:39.131] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Armed Armor Stands was corrected from null to its default, true. [10Aug2022 18:59:39.131] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.Skull Pikes was corrected from null to its default, true. [10Aug2022 18:59:39.131] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.131] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Dye Any Wool was corrected from null to its default, true. [10Aug2022 18:59:39.131] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Better Stone Tool Crafting was corrected from null to its default, true. [10Aug2022 18:59:39.131] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Enable Dispenser was corrected from null to its default, true. [10Aug2022 18:59:39.132] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Enable Repeater was corrected from null to its default, true. [10Aug2022 18:59:39.132] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Enable Minecarts was corrected from null to its default, true. [10Aug2022 18:59:39.138] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Logs To Chests was corrected from null to its default, true. [10Aug2022 18:59:39.138] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Coral To Dye was corrected from null to its default, true. [10Aug2022 18:59:39.138] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Bent Recipes was corrected from null to its default, true. [10Aug2022 18:59:39.138] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Compostable Toxins was corrected from null to its default, true. [10Aug2022 18:59:39.138] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Effective Dragon Breath was corrected from null to its default, true. [10Aug2022 18:59:39.138] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Torches Burn was corrected from null to its default, true. [10Aug2022 18:59:39.138] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.utility_recipes.Bone Meal Utility was corrected from null to its default, true. [10Aug2022 18:59:39.139] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.simple_harvest was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.139] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.simple_harvest.Empty Hand Harvest was corrected from null to its default, true. [10Aug2022 18:59:39.139] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.simple_harvest.Harvesting Costs Durability was corrected from null to its default, false. [10Aug2022 18:59:39.139] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.simple_harvest.Do Harvesting Search was corrected from null to its default, true. [10Aug2022 18:59:39.139] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.simple_harvest.Harvestable Blocks was corrected from null to its default, [minecraft:wheat[age=7], minecraft:carrots[age=7], minecraft:potatoes[age=7], minecraft:beetroots[age=3], minecraft:nether_wart[age=3], minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north], minecraft:cocoa[age=2,facing=south],minecraft:cocoa[age=0,facing=south], minecraft:cocoa[age=2,facing=east],minecraft:cocoa[age=0,facing=east], minecraft:cocoa[age=2,facing=west],minecraft:cocoa[age=0,facing=west]]. [10Aug2022 18:59:39.142] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.simple_harvest.Right Clickable Blocks was corrected from null to its default, [minecraft:sweet_berry_bush, minecraft:cave_vines]. [10Aug2022 18:59:39.142] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.sign_editing was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.142] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.sign_editing.Requires Empty Hand was corrected from null to its default, false. [10Aug2022 18:59:39.142] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.replace_scaffolding was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.142] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.replace_scaffolding.Max Bounces was corrected from null to its default, 1. [10Aug2022 18:59:39.143] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.reacharound_placing was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.143] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.reacharound_placing.Leniency was corrected from null to its default, 0.5. [10Aug2022 18:59:39.143] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.reacharound_placing.Whitelist was corrected from null to its default, []. [10Aug2022 18:59:39.143] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.reacharound_placing.Blacklist was corrected from null to its default, []. [10Aug2022 18:59:39.143] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.reacharound_placing.Display was corrected from null to its default, [ ]. [10Aug2022 18:59:39.143] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.reacharound_placing.Display Horizontal was corrected from null to its default, < >. [10Aug2022 18:59:39.143] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.reacharound_placing.color was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.143] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.reacharound_placing.color.R was corrected from null to its default, 1.0. [10Aug2022 18:59:39.143] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.reacharound_placing.color.G was corrected from null to its default, 1.0. [10Aug2022 18:59:39.146] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.reacharound_placing.color.B was corrected from null to its default, 1.0. [10Aug2022 18:59:39.146] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.poison_potato_usage was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.146] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.poison_potato_usage.Chance was corrected from null to its default, 0.1. [10Aug2022 18:59:39.146] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.poison_potato_usage.Poison Effect was corrected from null to its default, true. [10Aug2022 18:59:39.146] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.pig_litters was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.146] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.pig_litters.Min Pig Litter Size was corrected from null to its default, 2. [10Aug2022 18:59:39.146] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.pig_litters.Max Pig Litter Size was corrected from null to its default, 3. [10Aug2022 18:59:39.147] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.pig_litters.Pigs Eat Golden Carrots was corrected from null to its default, true. [10Aug2022 18:59:39.147] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.pig_litters.Min Golden Carrot Boost was corrected from null to its default, 0. [10Aug2022 18:59:39.147] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.pig_litters.Max Golden Carrot Boost was corrected from null to its default, 2. [10Aug2022 18:59:39.147] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.pat_the_dogs was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.147] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.pat_the_dogs.Dogs Want Love was corrected from null to its default, -1. [10Aug2022 18:59:39.147] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.pat_the_dogs.Pet All Mobs was corrected from null to its default, false. [10Aug2022 18:59:39.148] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.pat_the_dogs.Pettable Denylist was corrected from null to its default, [minecraft:ender_dragon, minecraft:wither, minecraft:armor_stand]. [10Aug2022 18:59:39.148] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.more_note_block_sounds was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.148] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.more_note_block_sounds.Enable Skull Sounds was corrected from null to its default, true. [10Aug2022 18:59:39.148] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.more_note_block_sounds.Enable Amethyst Sound was corrected from null to its default, true. [10Aug2022 18:59:39.148] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.more_banner_layers was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.148] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.more_banner_layers.Layer Limit was corrected from null to its default, 16. [10Aug2022 18:59:39.149] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.grab_chickens was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.149] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.grab_chickens.Needs No Helmet was corrected from null to its default, true. [10Aug2022 18:59:39.149] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.grab_chickens.Slowness Level was corrected from null to its default, 1. [10Aug2022 18:59:39.149] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.enhanced_ladders was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.149] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.enhanced_ladders.Fall Speed was corrected from null to its default, -0.2. [10Aug2022 18:59:39.149] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.enhanced_ladders.Allow Freestanding was corrected from null to its default, true. [10Aug2022 18:59:39.149] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.enhanced_ladders.Allow Dropping Down was corrected from null to its default, true. [10Aug2022 18:59:39.149] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.enhanced_ladders.Allow Sliding was corrected from null to its default, true. [10Aug2022 18:59:39.149] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.enhanced_ladders.Allow Inventory Sneak was corrected from null to its default, true. [10Aug2022 18:59:39.149] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.emotes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.150] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.emotes.Enabled Emotes was corrected from null to its default, [no, yes, wave, salute, cheer, clap, think, point, shrug, headbang, weep, facepalm]. [10Aug2022 18:59:39.150] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.emotes.Custom Emotes was corrected from null to its default, []. [10Aug2022 18:59:39.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.emotes.Custom Emote Debug was corrected from null to its default, false. [10Aug2022 18:59:39.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.compasses_work_everywhere was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.compasses_work_everywhere.Enable Compass Nerf was corrected from null to its default, true. [10Aug2022 18:59:39.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.compasses_work_everywhere.Enable Clock Nerf was corrected from null to its default, true. [10Aug2022 18:59:39.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.compasses_work_everywhere.Enable Nether was corrected from null to its default, true. [10Aug2022 18:59:39.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.compasses_work_everywhere.Enable End was corrected from null to its default, true. [10Aug2022 18:59:39.156] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.campfires_boost_elytra was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.156] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.campfires_boost_elytra.Boost Strength was corrected from null to its default, 0.5. [10Aug2022 18:59:39.156] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.campfires_boost_elytra.Max Speed was corrected from null to its default, 1.0. [10Aug2022 18:59:39.156] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.automatic_recipe_unlock was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.156] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.automatic_recipe_unlock.Ignored Recipes was corrected from null to its default, []. [10Aug2022 18:59:39.156] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.automatic_recipe_unlock.Force Limited Crafting was corrected from null to its default, false. [10Aug2022 18:59:39.156] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.automatic_recipe_unlock.Disable Recipe Book was corrected from null to its default, false. [10Aug2022 18:59:39.156] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.automatic_recipe_unlock.Filter Recipe Advancements was corrected from null to its default, true. [10Aug2022 18:59:39.157] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.skull_pikes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.157] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key tweaks.skull_pikes.Pike Range was corrected from null to its default, 5.0. [10Aug2022 18:59:39.159] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.159] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Spiral Spires was corrected from null to its default, true. [10Aug2022 18:59:39.159] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Permafrost was corrected from null to its default, true. [10Aug2022 18:59:39.159] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.No More Lava Pockets was corrected from null to its default, true. [10Aug2022 18:59:39.159] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.New Stone Types was corrected from null to its default, true. [10Aug2022 18:59:39.159] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Nether Obsidian Spikes was corrected from null to its default, true. [10Aug2022 18:59:39.159] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Monster Box was corrected from null to its default, true. [10Aug2022 18:59:39.159] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Glimmering Weald was corrected from null to its default, true. [10Aug2022 18:59:39.162] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Fairy Rings was corrected from null to its default, true. [10Aug2022 18:59:39.162] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Corundum was corrected from null to its default, true. [10Aug2022 18:59:39.162] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Chorus Vegetation was corrected from null to its default, true. [10Aug2022 18:59:39.163] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Blossom Trees was corrected from null to its default, true. [10Aug2022 18:59:39.163] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Big Stone Clusters was corrected from null to its default, true. [10Aug2022 18:59:39.163] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Azalea Wood was corrected from null to its default, true. [10Aug2022 18:59:39.163] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.163] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.163] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.163] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.dimensions.Dimensions was corrected from null to its default, [minecraft:the_end]. [10Aug2022 18:59:39.163] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.163] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.164] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.biomes.tags.Biome Tags was corrected from null to its default, []. [10Aug2022 18:59:39.164] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.biomes.tags.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.164] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.164] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.biomes.biomes.Biomes was corrected from null to its default, [minecraft:end_highlands]. [10Aug2022 18:59:39.164] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.biomes.biomes.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.164] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.Rarity was corrected from null to its default, 200. [10Aug2022 18:59:39.164] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.Radius was corrected from null to its default, 15. [10Aug2022 18:59:39.164] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.Myalite Conduit Distance was corrected from null to its default, 24. [10Aug2022 18:59:39.164] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spiral_spires.Renewable Myalite was corrected from null to its default, true. [10Aug2022 18:59:39.165] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.165] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.165] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.165] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.165] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.165] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.171] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.172] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.biomes.tags.Biome Tags was corrected from null to its default, []. [10Aug2022 18:59:39.172] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.biomes.tags.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.172] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.172] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.biomes.biomes.Biomes was corrected from null to its default, [minecraft:frozen_peaks]. [10Aug2022 18:59:39.172] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.biomes.biomes.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.172] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.Rarity was corrected from null to its default, 2. [10Aug2022 18:59:39.172] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.Min Y Level was corrected from null to its default, 105. [10Aug2022 18:59:39.172] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.Max Y Level was corrected from null to its default, 140. [10Aug2022 18:59:39.172] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.Horizontal Size was corrected from null to its default, 100. [10Aug2022 18:59:39.173] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.Vertical Size was corrected from null to its default, 30. [10Aug2022 18:59:39.177] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.Horizontal Variation was corrected from null to its default, 10. [10Aug2022 18:59:39.177] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost.generation_settings.Vertical Variation was corrected from null to its default, 5. [10Aug2022 18:59:39.177] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.177] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.Enable Limestone was corrected from null to its default, true. [10Aug2022 18:59:39.177] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.Enable Jasper was corrected from null to its default, true. [10Aug2022 18:59:39.177] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.Enable Shale was corrected from null to its default, true. [10Aug2022 18:59:39.178] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.Enable Myalite was corrected from null to its default, true. [10Aug2022 18:59:39.178] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.178] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.178] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.178] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.178] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen_lower was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.178] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen_lower.Min Height was corrected from null to its default, 0. [10Aug2022 18:59:39.182] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen_lower.Max Height was corrected from null to its default, 60. [10Aug2022 18:59:39.182] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen_lower.Cluster Size was corrected from null to its default, 64. [10Aug2022 18:59:39.182] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen_lower.Cluster Count was corrected from null to its default, 2.0. [10Aug2022 18:59:39.183] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen_upper was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.183] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen_upper.Min Height was corrected from null to its default, 64. [10Aug2022 18:59:39.183] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen_upper.Max Height was corrected from null to its default, 128. [10Aug2022 18:59:39.185] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen_upper.Cluster Size was corrected from null to its default, 64. [10Aug2022 18:59:39.185] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen_upper.Cluster Count was corrected from null to its default, 0.1666666. [10Aug2022 18:59:39.185] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.185] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.185] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.185] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.185] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen_lower was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.185] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen_lower.Min Height was corrected from null to its default, 0. [10Aug2022 18:59:39.186] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen_lower.Max Height was corrected from null to its default, 60. [10Aug2022 18:59:39.186] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen_lower.Cluster Size was corrected from null to its default, 64. [10Aug2022 18:59:39.186] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen_lower.Cluster Count was corrected from null to its default, 2.0. [10Aug2022 18:59:39.186] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen_upper was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.186] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen_upper.Min Height was corrected from null to its default, 64. [10Aug2022 18:59:39.186] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen_upper.Max Height was corrected from null to its default, 128. [10Aug2022 18:59:39.186] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen_upper.Cluster Size was corrected from null to its default, 64. [10Aug2022 18:59:39.192] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen_upper.Cluster Count was corrected from null to its default, 0.1666666. [10Aug2022 18:59:39.192] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.192] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.192] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.192] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.192] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.oregen_lower was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.192] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.oregen_lower.Min Height was corrected from null to its default, 0. [10Aug2022 18:59:39.192] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.oregen_lower.Max Height was corrected from null to its default, 60. [10Aug2022 18:59:39.193] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.oregen_lower.Cluster Size was corrected from null to its default, 64. [10Aug2022 18:59:39.193] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.oregen_lower.Cluster Count was corrected from null to its default, 2.0. [10Aug2022 18:59:39.193] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.oregen_upper was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.193] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.oregen_upper.Min Height was corrected from null to its default, 64. [10Aug2022 18:59:39.193] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.oregen_upper.Max Height was corrected from null to its default, 128. [10Aug2022 18:59:39.193] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.oregen_upper.Cluster Size was corrected from null to its default, 64. [10Aug2022 18:59:39.193] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.shale.oregen_upper.Cluster Count was corrected from null to its default, 0.1666666. [10Aug2022 18:59:39.199] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.199] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.199] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.200] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.dimensions.Dimensions was corrected from null to its default, [minecraft:the_end]. [10Aug2022 18:59:39.200] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.oregen_lower was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.200] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.oregen_lower.Min Height was corrected from null to its default, 0. [10Aug2022 18:59:39.202] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.oregen_lower.Max Height was corrected from null to its default, 60. [10Aug2022 18:59:39.202] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.oregen_lower.Cluster Size was corrected from null to its default, 64. [10Aug2022 18:59:39.202] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.oregen_lower.Cluster Count was corrected from null to its default, 2.0. [10Aug2022 18:59:39.202] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.oregen_upper was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.202] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.oregen_upper.Min Height was corrected from null to its default, 64. [10Aug2022 18:59:39.202] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.oregen_upper.Max Height was corrected from null to its default, 128. [10Aug2022 18:59:39.202] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.oregen_upper.Cluster Size was corrected from null to its default, 64. [10Aug2022 18:59:39.203] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.myalite.oregen_upper.Cluster Count was corrected from null to its default, 0.1666666. [10Aug2022 18:59:39.203] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.nether_obsidian_spikes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.203] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.nether_obsidian_spikes.Chance Per Chunk was corrected from null to its default, 0.1. [10Aug2022 18:59:39.203] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.nether_obsidian_spikes.Big Spike Chance was corrected from null to its default, 0.03. [10Aug2022 18:59:39.203] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.nether_obsidian_spikes.Tries Per Chunk was corrected from null to its default, 4. [10Aug2022 18:59:39.203] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.nether_obsidian_spikes.Big Spike Spawners was corrected from null to its default, true. [10Aug2022 18:59:39.203] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.nether_obsidian_spikes.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.203] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.nether_obsidian_spikes.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.210] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.nether_obsidian_spikes.dimensions.Dimensions was corrected from null to its default, [minecraft:the_nether]. [10Aug2022 18:59:39.210] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.monster_box was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.210] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.monster_box.Chance Per Chunk was corrected from null to its default, 0.2. [10Aug2022 18:59:39.210] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.monster_box.Min Y was corrected from null to its default, -50. [10Aug2022 18:59:39.210] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.monster_box.Max Y was corrected from null to its default, 0. [10Aug2022 18:59:39.210] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.monster_box.Min Mob Count was corrected from null to its default, 5. [10Aug2022 18:59:39.210] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.monster_box.Max Mob Count was corrected from null to its default, 8. [10Aug2022 18:59:39.210] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.monster_box.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.211] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.monster_box.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.211] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.monster_box.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.211] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.monster_box.Enable Extra Loot Table was corrected from null to its default, true. [10Aug2022 18:59:39.211] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.monster_box.Search Range was corrected from null to its default, 15. [10Aug2022 18:59:39.211] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.fairy_rings was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.211] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.fairy_rings.Forest Chance was corrected from null to its default, 0.00625. [10Aug2022 18:59:39.211] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.fairy_rings.Plains Chance was corrected from null to its default, 0.0025. [10Aug2022 18:59:39.211] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.fairy_rings.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.211] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.fairy_rings.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.212] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.fairy_rings.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.212] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.fairy_rings.Ores was corrected from null to its default, [minecraft:emerald_ore, minecraft:diamond_ore]. [10Aug2022 18:59:39.212] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.212] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.Crystal Chance was corrected from null to its default, 0.16. [10Aug2022 18:59:39.212] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.Crystal Cluster Chance was corrected from null to its default, 0.2. [10Aug2022 18:59:39.212] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.Crystal Cluster On Sides Chance was corrected from null to its default, 0.6. [10Aug2022 18:59:39.212] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.Double Crystal Chance was corrected from null to its default, 0.2. [10Aug2022 18:59:39.212] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.Cave Crystal Growth Chance was corrected from null to its default, 5. [10Aug2022 18:59:39.214] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.Crystals Craft Runes was corrected from null to its default, true. [10Aug2022 18:59:39.220] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.Enable Collateral Movement was corrected from null to its default, true. [10Aug2022 18:59:39.220] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.220] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.220] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.220] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.220] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.220] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.biomes.Biome Tags was corrected from null to its default, [minecraft:is_ocean]. [10Aug2022 18:59:39.221] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.221] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.Rarity was corrected from null to its default, 400. [10Aug2022 18:59:39.221] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.Min Y Level was corrected from null to its default, 0. [10Aug2022 18:59:39.221] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.Max Y Level was corrected from null to its default, 64. [10Aug2022 18:59:39.221] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.Horizontal Size was corrected from null to its default, 72. [10Aug2022 18:59:39.221] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.Vertical Size was corrected from null to its default, 20. [10Aug2022 18:59:39.221] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.Horizontal Variation was corrected from null to its default, 22. [10Aug2022 18:59:39.221] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.corundum.generation_settings.Vertical Variation was corrected from null to its default, 4. [10Aug2022 18:59:39.221] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.chorus_vegetation was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.221] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.chorus_vegetation.Rarity was corrected from null to its default, 150. [10Aug2022 18:59:39.222] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.chorus_vegetation.Radius was corrected from null to its default, 7. [10Aug2022 18:59:39.222] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.chorus_vegetation.Chunk Attempts was corrected from null to its default, 120. [10Aug2022 18:59:39.222] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.chorus_vegetation.Highlands Chance was corrected from null to its default, 1.0. [10Aug2022 18:59:39.222] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.chorus_vegetation.Midlands Chance was corrected from null to its default, 0.2. [10Aug2022 18:59:39.222] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.chorus_vegetation.Other End Biomes Chance was corrected from null to its default, 0.0. [10Aug2022 18:59:39.222] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.chorus_vegetation.Passive Teleport Chance was corrected from null to its default, 0.2. [10Aug2022 18:59:39.222] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.chorus_vegetation.Endermite Spawn Chance was corrected from null to its default, 0.01. [10Aug2022 18:59:39.222] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.chorus_vegetation.Teleport Duplication Chance was corrected from null to its default, 0.01. [10Aug2022 18:59:39.222] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.230] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.230] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.231] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.231] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.231] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue.biome_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.231] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue.biome_config.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.232] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue.biome_config.tags.Biome Tags was corrected from null to its default, [forge:is_snowy]. [10Aug2022 18:59:39.232] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue.biome_config.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.232] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue.biome_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.233] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue.biome_config.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.233] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue.biome_config.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.233] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.blue.Rarity was corrected from null to its default, 200. [10Aug2022 18:59:39.233] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.233] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.233] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.237] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.238] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender.biome_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.238] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender.biome_config.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.238] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender.biome_config.tags.Biome Tags was corrected from null to its default, [forge:is_swamp]. [10Aug2022 18:59:39.238] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender.biome_config.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.238] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender.biome_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.239] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender.biome_config.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.239] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender.biome_config.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.239] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.lavender.Rarity was corrected from null to its default, 100. [10Aug2022 18:59:39.239] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.239] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.239] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.240] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.240] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange.biome_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.240] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange.biome_config.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.240] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange.biome_config.tags.Biome Tags was corrected from null to its default, [minecraft:is_savanna]. [10Aug2022 18:59:39.240] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange.biome_config.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.240] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange.biome_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.241] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange.biome_config.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.241] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange.biome_config.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.241] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.orange.Rarity was corrected from null to its default, 100. [10Aug2022 18:59:39.241] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.241] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.241] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.241] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.241] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink.biome_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.241] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink.biome_config.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.241] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink.biome_config.tags.Biome Tags was corrected from null to its default, [minecraft:is_mountain]. [10Aug2022 18:59:39.241] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink.biome_config.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.242] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink.biome_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.242] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink.biome_config.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.256] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink.biome_config.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.256] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.pink.Rarity was corrected from null to its default, 100. [10Aug2022 18:59:39.256] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.256] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.256] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.256] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.257] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow.biome_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.257] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow.biome_config.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.257] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow.biome_config.tags.Biome Tags was corrected from null to its default, [forge:is_plains]. [10Aug2022 18:59:39.257] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow.biome_config.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.257] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow.biome_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.257] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow.biome_config.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.257] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow.biome_config.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.257] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.yellow.Rarity was corrected from null to its default, 200. [10Aug2022 18:59:39.257] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.265] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.265] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.266] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.266] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red.biome_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.266] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red.biome_config.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.266] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red.biome_config.tags.Biome Tags was corrected from null to its default, [minecraft:is_badlands]. [10Aug2022 18:59:39.269] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red.biome_config.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.269] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red.biome_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.269] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red.biome_config.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.269] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red.biome_config.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.269] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.red.Rarity was corrected from null to its default, 30. [10Aug2022 18:59:39.269] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.blossom_trees.Drop Leaf Particles was corrected from null to its default, true. [10Aug2022 18:59:39.269] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.269] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.269] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.Enabled was corrected from null to its default, true. [10Aug2022 18:59:39.270] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.270] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.270] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.270] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.270] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.270] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.biomes.tags.Biome Tags was corrected from null to its default, [minecraft:is_mountain]. [10Aug2022 18:59:39.270] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.biomes.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.270] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.270] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.biomes.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.272] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.biomes.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.272] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.Rarity was corrected from null to its default, 4. [10Aug2022 18:59:39.272] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.Min Y Level was corrected from null to its default, 20. [10Aug2022 18:59:39.272] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.Max Y Level was corrected from null to its default, 80. [10Aug2022 18:59:39.272] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.Horizontal Size was corrected from null to its default, 14. [10Aug2022 18:59:39.272] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.Vertical Size was corrected from null to its default, 14. [10Aug2022 18:59:39.282] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.Horizontal Variation was corrected from null to its default, 9. [10Aug2022 18:59:39.282] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.calcite.Vertical Variation was corrected from null to its default, 9. [10Aug2022 18:59:39.283] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.283] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Enabled was corrected from null to its default, true. [10Aug2022 18:59:39.283] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.283] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.283] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.283] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.284] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.284] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.biomes.tags.Biome Tags was corrected from null to its default, [forge:is_swamp, minecraft:is_ocean]. [10Aug2022 18:59:39.284] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.biomes.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.284] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.284] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.biomes.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.284] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.biomes.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.284] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Rarity was corrected from null to its default, 4. [10Aug2022 18:59:39.284] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Min Y Level was corrected from null to its default, 20. [10Aug2022 18:59:39.285] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Max Y Level was corrected from null to its default, 80. [10Aug2022 18:59:39.285] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Horizontal Size was corrected from null to its default, 14. [10Aug2022 18:59:39.285] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Vertical Size was corrected from null to its default, 14. [10Aug2022 18:59:39.285] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Horizontal Variation was corrected from null to its default, 9. [10Aug2022 18:59:39.285] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Vertical Variation was corrected from null to its default, 9. [10Aug2022 18:59:39.285] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.285] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Enabled was corrected from null to its default, true. [10Aug2022 18:59:39.285] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.286] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.286] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.286] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.286] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.286] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.biomes.tags.Biome Tags was corrected from null to its default, [minecraft:is_badlands, forge:is_sandy]. [10Aug2022 18:59:39.286] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.biomes.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.286] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.286] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.biomes.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.286] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.biomes.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.286] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Rarity was corrected from null to its default, 4. [10Aug2022 18:59:39.287] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Min Y Level was corrected from null to its default, 20. [10Aug2022 18:59:39.287] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Max Y Level was corrected from null to its default, 80. [10Aug2022 18:59:39.287] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Horizontal Size was corrected from null to its default, 14. [10Aug2022 18:59:39.287] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Vertical Size was corrected from null to its default, 14. [10Aug2022 18:59:39.287] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Horizontal Variation was corrected from null to its default, 9. [10Aug2022 18:59:39.287] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Vertical Variation was corrected from null to its default, 9. [10Aug2022 18:59:39.287] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.288] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.Enabled was corrected from null to its default, true. [10Aug2022 18:59:39.288] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.288] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.288] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.288] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.288] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.288] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.biomes.tags.Biome Tags was corrected from null to its default, [forge:is_snowy]. [10Aug2022 18:59:39.288] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.biomes.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.288] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.288] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.biomes.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.289] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.biomes.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.289] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.Rarity was corrected from null to its default, 4. [10Aug2022 18:59:39.289] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.Min Y Level was corrected from null to its default, 20. [10Aug2022 18:59:39.289] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.Max Y Level was corrected from null to its default, 80. [10Aug2022 18:59:39.289] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.Horizontal Size was corrected from null to its default, 14. [10Aug2022 18:59:39.289] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.Vertical Size was corrected from null to its default, 14. [10Aug2022 18:59:39.289] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.Horizontal Variation was corrected from null to its default, 9. [10Aug2022 18:59:39.289] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.shale.Vertical Variation was corrected from null to its default, 9. [10Aug2022 18:59:39.290] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.290] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.Generate In Air was corrected from null to its default, true. [10Aug2022 18:59:39.292] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.Enabled was corrected from null to its default, true. [10Aug2022 18:59:39.292] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.292] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.292] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.dimensions.Dimensions was corrected from null to its default, [minecraft:the_end]. [10Aug2022 18:59:39.292] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.292] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.292] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.biomes.tags.Biome Tags was corrected from null to its default, []. [10Aug2022 18:59:39.292] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.biomes.tags.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.293] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.293] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.biomes.biomes.Biomes was corrected from null to its default, [minecraft:end_highlands]. [10Aug2022 18:59:39.293] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.biomes.biomes.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.293] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.Rarity was corrected from null to its default, 100. [10Aug2022 18:59:39.293] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.Min Y Level was corrected from null to its default, 58. [10Aug2022 18:59:39.293] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.Max Y Level was corrected from null to its default, 62. [10Aug2022 18:59:39.293] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.Horizontal Size was corrected from null to its default, 20. [10Aug2022 18:59:39.293] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.Vertical Size was corrected from null to its default, 40. [10Aug2022 18:59:39.294] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.Horizontal Variation was corrected from null to its default, 6. [10Aug2022 18:59:39.294] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.myalite.Vertical Variation was corrected from null to its default, 10. [10Aug2022 18:59:39.294] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.Blocks To Replace was corrected from null to its default, [minecraft:stone, minecraft:andesite, minecraft:diorite, minecraft:granite, minecraft:netherrack|minecraft:the_nether, minecraft:end_stone|minecraft:the_end, quark:marble, quark:limestone, quark:jasper, quark:slate]. [10Aug2022 18:59:39.345] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.azalea_wood was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.346] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.azalea_wood.Ignore Anti Overlap was corrected from null to its default, false. [10Aug2022 18:59:39.350] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.350] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.Wraith was corrected from null to its default, true. [10Aug2022 18:59:39.350] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.Toretoise was corrected from null to its default, true. [10Aug2022 18:59:39.350] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.Stonelings was corrected from null to its default, true. [10Aug2022 18:59:39.350] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.Shiba was corrected from null to its default, true. [10Aug2022 18:59:39.351] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.Foxhound was corrected from null to its default, true. [10Aug2022 18:59:39.352] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.Forgotten was corrected from null to its default, true. [10Aug2022 18:59:39.352] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.Crabs was corrected from null to its default, true. [10Aug2022 18:59:39.352] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.352] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.Wraith Sounds was corrected from null to its default, [entity.sheep.ambient|entity.sheep.hurt|entity.sheep.death, entity.cow.ambient|entity.cow.hurt|entity.cow.death, entity.pig.ambient|entity.pig.hurt|entity.pig.death, entity.chicken.ambient|entity.chicken.hurt|entity.chicken.death, entity.horse.ambient|entity.horse.hurt|entity.horse.death, entity.cat.ambient|entity.cat.hurt|entity.cat.death, entity.wolf.ambient|entity.wolf.hurt|entity.wolf.death, entity.villager.ambient|entity.villager.hurt|entity.villager.death, entity.polar_bear.ambient|entity.polar_bear.hurt|entity.polar_bear.death, entity.zombie.ambient|entity.zombie.hurt|entity.zombie.death, entity.skeleton.ambient|entity.skeleton.hurt|entity.skeleton.death, entity.spider.ambient|entity.spider.hurt|entity.spider.death, |entity.creeper.hurt|entity.creeper.death, entity.endermen.ambient|entity.endermen.hurt|entity.endermen.death, entity.zombie_pig.ambient|entity.zombie_pig.hurt|entity.zombie_pig.death, entity.witch.ambient|entity.witch.hurt|entity.witch.death, entity.blaze.ambient|entity.blaze.hurt|entity.blaze.death, entity.llama.ambient|entity.llama.hurt|entity.llama.death, |quark:entity.stoneling.cry|quark:entity.stoneling.die, quark:entity.frog.idle|quark:entity.frog.hurt|quark:entity.frog.die]. [10Aug2022 18:59:39.353] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.353] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.Max Cost was corrected from null to its default, 0.7. [10Aug2022 18:59:39.353] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.Spawn Cost was corrected from null to its default, 0.15. [10Aug2022 18:59:39.354] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.Spawn Weight was corrected from null to its default, 8. [10Aug2022 18:59:39.354] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.Min Group Size was corrected from null to its default, 1. [10Aug2022 18:59:39.354] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.Max Group Size was corrected from null to its default, 3. [10Aug2022 18:59:39.354] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.354] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.354] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.biomes.tags.Biome Tags was corrected from null to its default, []. [10Aug2022 18:59:39.354] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.biomes.tags.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.356] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.356] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.biomes.biomes.Biomes was corrected from null to its default, [minecraft:soul_sand_valley]. [10Aug2022 18:59:39.356] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.wraith.spawn_config.biomes.biomes.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.356] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.356] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.Max Y Level was corrected from null to its default, 0. [10Aug2022 18:59:39.356] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.Cooldown Ticks was corrected from null to its default, 1200. [10Aug2022 18:59:39.357] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.Foods was corrected from null to its default, [minecraft:glow_berries]. [10Aug2022 18:59:39.357] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.Regrow Chance was corrected from null to its default, 3. [10Aug2022 18:59:39.357] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.357] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.357] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.357] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.spawn_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.357] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.spawn_config.Spawn Weight was corrected from null to its default, 120. [10Aug2022 18:59:39.357] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.spawn_config.Min Group Size was corrected from null to its default, 2. [10Aug2022 18:59:39.357] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.spawn_config.Max Group Size was corrected from null to its default, 4. [10Aug2022 18:59:39.357] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.spawn_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.spawn_config.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.spawn_config.biomes.tags.Biome Tags was corrected from null to its default, [forge:is_void, minecraft:is_nether, minecraft:is_end]. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.spawn_config.biomes.tags.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.spawn_config.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.spawn_config.biomes.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.toretoise.spawn_config.biomes.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.Max Y Level was corrected from null to its default, 0. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.dimensions was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.dimensions.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.dimensions.Dimensions was corrected from null to its default, [minecraft:overworld]. [10Aug2022 18:59:39.358] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.spawn_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.359] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.spawn_config.Spawn Weight was corrected from null to its default, 80. [10Aug2022 18:59:39.359] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.spawn_config.Min Group Size was corrected from null to its default, 1. [10Aug2022 18:59:39.365] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.spawn_config.Max Group Size was corrected from null to its default, 1. [10Aug2022 18:59:39.366] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.spawn_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.366] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.spawn_config.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.366] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.spawn_config.biomes.tags.Biome Tags was corrected from null to its default, [forge:is_void, minecraft:is_nether, minecraft:is_end]. [10Aug2022 18:59:39.366] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.spawn_config.biomes.tags.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.366] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.spawn_config.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.366] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.spawn_config.biomes.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.366] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.spawn_config.biomes.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.366] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.Enable Diamond Heart was corrected from null to its default, true. [10Aug2022 18:59:39.366] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.Cautious Stonelings was corrected from null to its default, true. [10Aug2022 18:59:39.367] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.Tamable Stonelings was corrected from null to its default, true. [10Aug2022 18:59:39.367] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.stonelings.Weald Pathfinder Maps was corrected from null to its default, true. [10Aug2022 18:59:39.367] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.367] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.spawn_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.367] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.spawn_config.Spawn Weight was corrected from null to its default, 40. [10Aug2022 18:59:39.367] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.spawn_config.Min Group Size was corrected from null to its default, 1. [10Aug2022 18:59:39.367] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.spawn_config.Max Group Size was corrected from null to its default, 3. [10Aug2022 18:59:39.367] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.spawn_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.367] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.spawn_config.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.368] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.spawn_config.biomes.tags.Biome Tags was corrected from null to its default, [minecraft:is_mountain]. [10Aug2022 18:59:39.368] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.spawn_config.biomes.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.372] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.spawn_config.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.372] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.spawn_config.biomes.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.372] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.spawn_config.biomes.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.372] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.shiba.Ignore Areas With Skylight was corrected from null to its default, false. [10Aug2022 18:59:39.372] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.372] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.Tame Chance was corrected from null to its default, 0.05. [10Aug2022 18:59:39.372] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.spawn_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.372] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.spawn_config.Spawn Weight was corrected from null to its default, 30. [10Aug2022 18:59:39.372] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.spawn_config.Min Group Size was corrected from null to its default, 1. [10Aug2022 18:59:39.373] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.spawn_config.Max Group Size was corrected from null to its default, 2. [10Aug2022 18:59:39.373] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.spawn_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.373] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.spawn_config.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.373] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.spawn_config.biomes.tags.Biome Tags was corrected from null to its default, []. [10Aug2022 18:59:39.373] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.spawn_config.biomes.tags.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.373] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.spawn_config.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.373] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.spawn_config.biomes.biomes.Biomes was corrected from null to its default, [minecraft:nether_wastes, minecraft:basalt_deltas]. [10Aug2022 18:59:39.373] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.spawn_config.biomes.biomes.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.373] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.373] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.Max Cost was corrected from null to its default, 0.7. [10Aug2022 18:59:39.373] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.Spawn Cost was corrected from null to its default, 0.15. [10Aug2022 18:59:39.374] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.Spawn Weight was corrected from null to its default, 2. [10Aug2022 18:59:39.374] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.Min Group Size was corrected from null to its default, 1. [10Aug2022 18:59:39.374] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.Max Group Size was corrected from null to its default, 1. [10Aug2022 18:59:39.374] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.374] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.374] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.biomes.tags.Biome Tags was corrected from null to its default, []. [10Aug2022 18:59:39.374] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.biomes.tags.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.374] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.375] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.biomes.biomes.Biomes was corrected from null to its default, [minecraft:soul_sand_valley]. [10Aug2022 18:59:39.375] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.foxhound.lesser_spawn_config.biomes.biomes.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.375] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.forgotten was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.375] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.forgotten.Forgotten Spawn Rate was corrected from null to its default, 0.05. [10Aug2022 18:59:39.375] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.forgotten.Max Height For Spawn was corrected from null to its default, 0. [10Aug2022 18:59:39.375] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.375] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.spawn_config was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.382] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.spawn_config.Spawn Weight was corrected from null to its default, 5. [10Aug2022 18:59:39.382] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.spawn_config.Min Group Size was corrected from null to its default, 1. [10Aug2022 18:59:39.382] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.spawn_config.Max Group Size was corrected from null to its default, 3. [10Aug2022 18:59:39.382] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.spawn_config.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.382] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.spawn_config.biomes.tags was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.382] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.spawn_config.biomes.tags.Biome Tags was corrected from null to its default, [minecraft:is_beach]. [10Aug2022 18:59:39.383] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.spawn_config.biomes.tags.Is Blacklist was corrected from null to its default, false. [10Aug2022 18:59:39.383] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.spawn_config.biomes.biomes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.383] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.spawn_config.biomes.biomes.Biomes was corrected from null to its default, []. [10Aug2022 18:59:39.383] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.spawn_config.biomes.biomes.Is Blacklist was corrected from null to its default, true. [10Aug2022 18:59:39.383] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mobs.crabs.Enable Brewing was corrected from null to its default, true. [10Aug2022 18:59:39.388] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.388] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.Wool Shuts Up Minecarts was corrected from null to its default, true. [10Aug2022 18:59:39.388] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.Variant Animal Textures was corrected from null to its default, true. [10Aug2022 18:59:39.389] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.Uses For Curses was corrected from null to its default, true. [10Aug2022 18:59:39.389] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.Usage Ticker was corrected from null to its default, true. [10Aug2022 18:59:39.389] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.Soul Candles was corrected from null to its default, true. [10Aug2022 18:59:39.389] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.Microcrafting Helper was corrected from null to its default, true. [10Aug2022 18:59:39.389] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.Improved Tooltips was corrected from null to its default, true. [10Aug2022 18:59:39.389] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.Greener Grass was corrected from null to its default, true. [10Aug2022 18:59:39.389] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.Chest Searching was corrected from null to its default, true. [10Aug2022 18:59:39.389] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.Back Button Keybind was corrected from null to its default, true. [10Aug2022 18:59:39.389] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.Auto Walk Keybind was corrected from null to its default, true. [10Aug2022 18:59:39.389] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.variant_animal_textures was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.389] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.variant_animal_textures.Enable Cow was corrected from null to its default, true. [10Aug2022 18:59:39.390] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.variant_animal_textures.Enable Pig was corrected from null to its default, true. [10Aug2022 18:59:39.390] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.variant_animal_textures.Enable Chicken was corrected from null to its default, true. [10Aug2022 18:59:39.390] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.variant_animal_textures.Enable Shiny Rabbit was corrected from null to its default, true. [10Aug2022 18:59:39.390] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.variant_animal_textures.Enable Shiny Llama was corrected from null to its default, true. [10Aug2022 18:59:39.390] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.variant_animal_textures.Enable Shiny Dolphin was corrected from null to its default, true. [10Aug2022 18:59:39.390] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.variant_animal_textures.Enable L G B T Bees was corrected from null to its default, true. [10Aug2022 18:59:39.390] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.variant_animal_textures.Every Bee Is L G B T was corrected from null to its default, false. [10Aug2022 18:59:39.390] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.variant_animal_textures.Shiny Animal Chance was corrected from null to its default, 2048. [10Aug2022 18:59:39.390] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.variant_animal_textures.Shiny Sparkles was corrected from null to its default, true. [10Aug2022 18:59:39.390] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.uses_for_curses was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.391] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.uses_for_curses.Vanish Pumpkin Overlay was corrected from null to its default, true. [10Aug2022 18:59:39.391] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.uses_for_curses.Bind Armor Stands With Player Heads was corrected from null to its default, true. [10Aug2022 18:59:39.391] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.usage_ticker was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.391] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.usage_ticker.Invert was corrected from null to its default, false. [10Aug2022 18:59:39.391] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.usage_ticker.Shift Left was corrected from null to its default, 0. [10Aug2022 18:59:39.391] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.usage_ticker.Shift Right was corrected from null to its default, 0. [10Aug2022 18:59:39.391] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.usage_ticker.Enable Main Hand was corrected from null to its default, true. [10Aug2022 18:59:39.391] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.usage_ticker.Enable Off Hand was corrected from null to its default, true. [10Aug2022 18:59:39.391] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.usage_ticker.Enable Armor was corrected from null to its default, true. [10Aug2022 18:59:39.392] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.392] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Attribute Tooltips was corrected from null to its default, true. [10Aug2022 18:59:39.392] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Food Tooltips was corrected from null to its default, true. [10Aug2022 18:59:39.392] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Shulker Tooltips was corrected from null to its default, true. [10Aug2022 18:59:39.392] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Map Tooltips was corrected from null to its default, true. [10Aug2022 18:59:39.392] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Enchanting Tooltips was corrected from null to its default, true. [10Aug2022 18:59:39.401] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Shulker Box Use Colors was corrected from null to its default, true. [10Aug2022 18:59:39.401] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Shulker Box Require Shift was corrected from null to its default, false. [10Aug2022 18:59:39.401] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Map Require Shift was corrected from null to its default, false. [10Aug2022 18:59:39.401] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Show Saturation was corrected from null to its default, true. [10Aug2022 18:59:39.401] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Food Compression Threshold was corrected from null to its default, 4. [10Aug2022 18:59:39.401] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Food Divisor was corrected from null to its default, 2. [10Aug2022 18:59:39.402] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Enchanting Stacks was corrected from null to its default, [minecraft:diamond_sword, minecraft:diamond_pickaxe, minecraft:diamond_shovel, minecraft:diamond_axe, minecraft:diamond_hoe, minecraft:diamond_helmet, minecraft:diamond_chestplate, minecraft:diamond_leggings, minecraft:diamond_boots, minecraft:shears, minecraft:bow, minecraft:fishing_rod, minecraft:crossbow, minecraft:trident, minecraft:elytra, quark:pickarang]. [10Aug2022 18:59:39.402] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.improved_tooltips.Enchanting Additional Stacks was corrected from null to its default, []. [10Aug2022 18:59:39.402] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.greener_grass was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.402] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.greener_grass.Affect Leaves was corrected from null to its default, true. [10Aug2022 18:59:39.405] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.greener_grass.Block List was corrected from null to its default, [minecraft:large_fern, minecraft:tall_grass, minecraft:grass_block, minecraft:fern, minecraft:grass, minecraft:potted_fern, minecraft:sugar_cane, environmental:giant_tall_grass, valhelsia_structures:grass_block]. [10Aug2022 18:59:39.405] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.greener_grass.Leaves List was corrected from null to its default, [minecraft:spruce_leaves, minecraft:birch_leaves, minecraft:oak_leaves, minecraft:jungle_leaves, minecraft:acacia_leaves, minecraft:dark_oak_leaves, atmospheric:rosewood_leaves, atmospheric:morado_leaves, atmospheric:yucca_leaves, autumnity:maple_leaves, environmental:willow_leaves, environmental:hanging_willow_leaves, minecraft:vine]. [10Aug2022 18:59:39.405] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.greener_grass.color_matrix was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.406] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.greener_grass.color_matrix.R was corrected from null to its default, [0.89, 0.0, 0.0]. [10Aug2022 18:59:39.406] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.greener_grass.color_matrix.G was corrected from null to its default, [0.0, 1.11, 0.0]. [10Aug2022 18:59:39.407] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.greener_grass.color_matrix.B was corrected from null to its default, [0.0, 0.0, 0.89]. [10Aug2022 18:59:39.407] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.chest_searching was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.407] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.chest_searching.overlay_color was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.407] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.chest_searching.overlay_color.A was corrected from null to its default, 0.67. [10Aug2022 18:59:39.407] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.chest_searching.overlay_color.R was corrected from null to its default, 0.0. [10Aug2022 18:59:39.407] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.chest_searching.overlay_color.G was corrected from null to its default, 0.0. [10Aug2022 18:59:39.411] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.chest_searching.overlay_color.B was corrected from null to its default, 0.0. [10Aug2022 18:59:39.411] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.auto_walk_keybind was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.411] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.auto_walk_keybind.Draw Hud was corrected from null to its default, true. [10Aug2022 18:59:39.411] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.auto_walk_keybind.Hud Height was corrected from null to its default, 10. [10Aug2022 18:59:39.418] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.418] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.Zombie Villagers On Normal was corrected from null to its default, false. [10Aug2022 18:59:39.419] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.Spawner Replacer was corrected from null to its default, false. [10Aug2022 18:59:39.419] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.Overlay Shader was corrected from null to its default, false. [10Aug2022 18:59:39.419] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.Narrator Readout was corrected from null to its default, false. [10Aug2022 18:59:39.419] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.Game Nerfs was corrected from null to its default, false. [10Aug2022 18:59:39.419] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.Enchantments Begone was corrected from null to its default, false. [10Aug2022 18:59:39.419] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.Adjustable Chat was corrected from null to its default, false. [10Aug2022 18:59:39.428] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.spawner_replacer was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.428] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.spawner_replacer.Replace Mobs was corrected from null to its default, []. [10Aug2022 18:59:39.428] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.overlay_shader was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.428] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.overlay_shader.Shader was corrected from null to its default, none. [10Aug2022 18:59:39.428] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.game_nerfs was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.429] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.game_nerfs.Nerf Mending was corrected from null to its default, true. [10Aug2022 18:59:39.429] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.game_nerfs.Nerf Villager Discount was corrected from null to its default, true. [10Aug2022 18:59:39.429] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.game_nerfs.Disable Iron Farms was corrected from null to its default, true. [10Aug2022 18:59:39.429] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.game_nerfs.Disable Ice Roads was corrected from null to its default, true. [10Aug2022 18:59:39.429] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.game_nerfs.Disable Wool Drops was corrected from null to its default, true. [10Aug2022 18:59:39.429] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.enchantments_begone was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.429] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.enchantments_begone.Enchantments To Begone was corrected from null to its default, []. [10Aug2022 18:59:39.429] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.adjustable_chat was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.429] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.adjustable_chat.Horizontal Shift was corrected from null to its default, 0. [10Aug2022 18:59:39.429] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key experimental.adjustable_chat.Vertical Shift was corrected from null to its default, 0. [10Aug2022 18:59:39.435] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.435] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.Totem Of Holding was corrected from null to its default, true. [10Aug2022 18:59:39.435] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.Tiny Potato was corrected from null to its default, true. [10Aug2022 18:59:39.435] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.Pipes was corrected from null to its default, true. [10Aug2022 18:59:39.435] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.Matrix Enchanting was corrected from null to its default, true. [10Aug2022 18:59:39.436] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.Magnets was corrected from null to its default, true. [10Aug2022 18:59:39.436] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.Crate was corrected from null to its default, true. [10Aug2022 18:59:39.436] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.Backpack was corrected from null to its default, true. [10Aug2022 18:59:39.436] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.totem_of_holding was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.436] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.totem_of_holding.Dark Souls Mode was corrected from null to its default, true. [10Aug2022 18:59:39.436] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.totem_of_holding.Spawn Totem on PVP Kill was corrected from null to its default, false. [10Aug2022 18:59:39.436] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.totem_of_holding.Destroy Lost Items was corrected from null to its default, false. [10Aug2022 18:59:39.436] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.totem_of_holding.Allow Anyone To Collect was corrected from null to its default, true. [10Aug2022 18:59:39.437] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.totem_of_holding.Enable Soul Compass was corrected from null to its default, true. [10Aug2022 18:59:39.437] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.tiny_potato was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.437] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.tiny_potato.Ignore Anti Overlap was corrected from null to its default, false. [10Aug2022 18:59:39.437] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.tiny_potato.Never Use Heart Of Diamond was corrected from null to its default, false. [10Aug2022 18:59:39.437] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.pipes was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.437] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.pipes.Pipe Speed was corrected from null to its default, 5. [10Aug2022 18:59:39.437] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.pipes.Max Pipe Items was corrected from null to its default, 16. [10Aug2022 18:59:39.437] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.pipes.Do Pipes Whoosh was corrected from null to its default, true. [10Aug2022 18:59:39.437] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.pipes.Enable Encased Pipes was corrected from null to its default, true. [10Aug2022 18:59:39.438] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.438] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Max Bookshelves was corrected from null to its default, 15. [10Aug2022 18:59:39.438] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Piece Price Scale was corrected from null to its default, 9. [10Aug2022 18:59:39.438] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Book Enchantability was corrected from null to its default, 12. [10Aug2022 18:59:39.438] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Base Max Piece Count was corrected from null to its default, 3. [10Aug2022 18:59:39.438] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Base Max Piece Count Book was corrected from null to its default, 1. [10Aug2022 18:59:39.438] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Min Level Cutoff was corrected from null to its default, 8. [10Aug2022 18:59:39.438] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Charge Per Lapis was corrected from null to its default, 4. [10Aug2022 18:59:39.439] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Min Level Scale Factor was corrected from null to its default, 1.2. [10Aug2022 18:59:39.439] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Min Level Scale Factor Book was corrected from null to its default, 2.0. [10Aug2022 18:59:39.439] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Dupe Multiplier was corrected from null to its default, 1.4. [10Aug2022 18:59:39.439] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Incompatible Multiplier was corrected from null to its default, 0.0. [10Aug2022 18:59:39.439] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Allow Books was corrected from null to its default, true. [10Aug2022 18:59:39.439] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Allow Treasures was corrected from null to its default, false. [10Aug2022 18:59:39.439] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Show Tooltip was corrected from null to its default, true. [10Aug2022 18:59:39.439] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Normalize Rarity was corrected from null to its default, true. [10Aug2022 18:59:39.440] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Allow Underwater Enchanting was corrected from null to its default, true. [10Aug2022 18:59:39.443] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Soul Candles Invert was corrected from null to its default, true. [10Aug2022 18:59:39.443] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Disallowed Enchantments was corrected from null to its default, []. [10Aug2022 18:59:39.443] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Influences List was corrected from null to its default, [minecraft:unbreaking, minecraft:fire_protection, minecraft:knockback,minecraft:punch, minecraft:feather_falling, minecraft:looting,minecraft:fortune,minecraft:luck_of_the_sea, minecraft:blast_protection, minecraft:silk_touch,minecraft:channeling, minecraft:bane_of_arthropods, minecraft:protection, minecraft:respiration,minecraft:loyalty,minecraft:infinity, minecraft:sweeping,minecraft:multishot, minecraft:efficiency,minecraft:sharpness,minecraft:lure,minecraft:power,minecraft:impaling,minecraft:quick_charge, minecraft:aqua_affinity,minecraft:depth_strider,minecraft:riptide, minecraft:thorns,minecraft:piercing, minecraft:fire_aspect,minecraft:flame, minecraft:smite,minecraft:projectile_protection]. [10Aug2022 18:59:39.444] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.States To Influences was corrected from null to its default, []. [10Aug2022 18:59:39.444] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Allow Influencing was corrected from null to its default, true. [10Aug2022 18:59:39.444] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Influence Max was corrected from null to its default, 4. [10Aug2022 18:59:39.444] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Influence Power was corrected from null to its default, 0.125. [10Aug2022 18:59:39.444] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.matrix_enchanting.Automatically Convert was corrected from null to its default, true. [10Aug2022 18:59:39.445] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.magnets was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.445] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.magnets.Magnetic Derivation List was corrected from null to its default, [minecraft:iron_ingot, minecraft:copper_ingot, minecraft:exposed_copper, minecraft:weathered_copper, minecraft:oxidized_copper, minecraft:raw_iron, minecraft:raw_copper, minecraft:iron_ore, minecraft:deepslate_iron_ore, minecraft:copper_ore, minecraft:deepslate_copper_ore]. [10Aug2022 18:59:39.447] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.magnets.Magnetic Whitelist was corrected from null to its default, [minecraft:chipped_anvil, minecraft:damaged_anvil]. [10Aug2022 18:59:39.447] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.magnets.Magnetic Blacklist was corrected from null to its default, [minecraft:tripwire_hook]. [10Aug2022 18:59:39.447] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.crate was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.448] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.crate.Max Items was corrected from null to its default, 640. [10Aug2022 18:59:39.448] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.backpack was corrected from null to its default, SimpleCommentedConfig:{}. [10Aug2022 18:59:39.448] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.backpack.Super Op Mode was corrected from null to its default, false. [10Aug2022 18:59:39.449] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.backpack.Enable Ravager Hide was corrected from null to its default, true. [10Aug2022 18:59:39.449] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.backpack.Items In Backpack Tick was corrected from null to its default, true. [10Aug2022 18:59:39.449] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.backpack.Base Ravager Hide Drop was corrected from null to its default, 1. [10Aug2022 18:59:39.449] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oddities.backpack.Extra Chance Per Looting was corrected from null to its default, 0.5. [10Aug2022 18:59:39.456] [modloading-worker-0/INFO] [quark/]: Loading Module Redstone Randomizer [10Aug2022 18:59:39.456] [modloading-worker-0/INFO] [quark/]: Loading Module Pistons Move Tile Entities [10Aug2022 18:59:39.459] [modloading-worker-0/INFO] [quark/]: Loading Module Obsidian Plate [10Aug2022 18:59:39.459] [modloading-worker-0/INFO] [quark/]: Loading Module Metal Buttons [10Aug2022 18:59:39.459] [modloading-worker-0/INFO] [quark/]: Loading Module Jukebox Automation [10Aug2022 18:59:39.461] [modloading-worker-0/INFO] [quark/]: Loading Module Iron Rod [10Aug2022 18:59:39.461] [modloading-worker-0/INFO] [quark/]: Loading Module Gravisand [10Aug2022 18:59:39.461] [modloading-worker-0/INFO] [quark/]: Loading Module Feeding Trough [10Aug2022 18:59:39.464] [modloading-worker-0/INFO] [quark/]: Loading Module Ender Watcher [10Aug2022 18:59:39.464] [modloading-worker-0/INFO] [quark/]: Loading Module Dispensers Place Blocks [10Aug2022 18:59:39.464] [modloading-worker-0/INFO] [quark/]: Loading Module Chute [10Aug2022 18:59:39.464] [modloading-worker-0/INFO] [quark/]: Loading Module Chains Connect Blocks [10Aug2022 18:59:39.464] [modloading-worker-0/INFO] [quark/]: Loading Module Wooden Posts [10Aug2022 18:59:39.490] [modloading-worker-0/INFO] [quark/]: Loading Module Vertical Slabs [10Aug2022 18:59:39.491] [modloading-worker-0/INFO] [quark/]: Loading Module Vertical Planks [10Aug2022 18:59:39.491] [modloading-worker-0/INFO] [quark/]: Loading Module Variant Ladders [10Aug2022 18:59:39.491] [modloading-worker-0/INFO] [quark/]: Loading Module Variant Furnaces [10Aug2022 18:59:39.491] [modloading-worker-0/INFO] [quark/]: Loading Module Variant Chests [10Aug2022 18:59:39.494] [modloading-worker-0/INFO] [quark/]: Loading Module Variant Bookshelves [10Aug2022 18:59:39.494] [modloading-worker-0/INFO] [quark/]: Loading Module Thatch [10Aug2022 18:59:39.494] [modloading-worker-0/INFO] [quark/]: Loading Module Sturdy Stone [10Aug2022 18:59:39.494] [modloading-worker-0/INFO] [quark/]: Loading Module Stools [10Aug2022 18:59:39.495] [modloading-worker-0/INFO] [quark/]: Loading Module Soul Sandstone [10Aug2022 18:59:39.495] [modloading-worker-0/INFO] [quark/]: Loading Module Shingles [10Aug2022 18:59:39.495] [modloading-worker-0/INFO] [quark/]: Loading Module Shear Vines [10Aug2022 18:59:39.497] [modloading-worker-0/INFO] [quark/]: Loading Module Rope [10Aug2022 18:59:39.497] [modloading-worker-0/INFO] [quark/]: Loading Module Nether Brick Fence Gate [10Aug2022 18:59:39.497] [modloading-worker-0/INFO] [quark/]: Loading Module More Stone Variants [10Aug2022 18:59:39.497] [modloading-worker-0/INFO] [quark/]: Loading Module More Potted Plants [10Aug2022 18:59:39.497] [modloading-worker-0/INFO] [quark/]: Loading Module More Brick Types [10Aug2022 18:59:39.497] [modloading-worker-0/INFO] [quark/]: Loading Module Midori [10Aug2022 18:59:39.497] [modloading-worker-0/INFO] [quark/]: Loading Module Leaf Carpet [10Aug2022 18:59:39.497] [modloading-worker-0/INFO] [quark/]: Loading Module Japanese Palette [10Aug2022 18:59:39.498] [Worker-Main-9/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file spells_and_shields:textures/mob_effect/extra_mana.png not found [10Aug2022 18:59:39.500] [modloading-worker-0/INFO] [quark/]: Loading Module Industrial Palette [10Aug2022 18:59:39.501] [modloading-worker-0/INFO] [quark/]: Loading Module Hedges [10Aug2022 18:59:39.501] [modloading-worker-0/INFO] [quark/]: Loading Module Grate [10Aug2022 18:59:39.501] [modloading-worker-0/INFO] [quark/]: Loading Module Gold Bars [10Aug2022 18:59:39.501] [modloading-worker-0/INFO] [quark/]: Loading Module Glass Item Frame [10Aug2022 18:59:39.501] [modloading-worker-0/INFO] [quark/]: Loading Module Framed Glass [10Aug2022 18:59:39.501] [modloading-worker-0/INFO] [quark/]: Loading Module Duskbound Blocks [10Aug2022 18:59:39.501] [modloading-worker-0/INFO] [quark/]: Loading Module Compressed Blocks [10Aug2022 18:59:39.501] [modloading-worker-0/INFO] [quark/]: Loading Module Celebratory Lamps [10Aug2022 18:59:39.503] [modloading-worker-0/INFO] [quark/]: Loading Module Quick Armor Swapping [10Aug2022 18:59:39.504] [modloading-worker-0/INFO] [quark/]: Loading Module Item Sharing [10Aug2022 18:59:39.506] [modloading-worker-0/INFO] [quark/]: Loading Module Inventory Sorting [10Aug2022 18:59:39.513] [modloading-worker-0/INFO] [quark/]: Loading Module Hotbar Changer [10Aug2022 18:59:39.517] [modloading-worker-0/INFO] [quark/]: Loading Module Expanded Item Interactions [10Aug2022 18:59:39.519] [modloading-worker-0/INFO] [quark/]: Loading Module Easy Transfering [10Aug2022 18:59:39.519] [modloading-worker-0/INFO] [quark/]: Loading Module Trowel [10Aug2022 18:59:39.519] [modloading-worker-0/INFO] [quark/]: Loading Module Slime In A Bucket [10Aug2022 18:59:39.521] [modloading-worker-0/INFO] [quark/]: Loading Module Seed Pouch [10Aug2022 18:59:39.522] [modloading-worker-0/INFO] [quark/]: Loading Module Pickarang [10Aug2022 18:59:39.524] [modloading-worker-0/INFO] [quark/]: Loading Module Pathfinder Maps [10Aug2022 18:59:39.525] [modloading-worker-0/INFO] [quark/]: Loading Module Parrot Eggs [10Aug2022 18:59:39.527] [modloading-worker-0/INFO] [quark/]: Loading Module Endermosh Music Disc [10Aug2022 18:59:39.529] [modloading-worker-0/INFO] [quark/]: Loading Module Color Runes [10Aug2022 18:59:39.532] [modloading-worker-0/INFO] [quark/]: Loading Module Camera [10Aug2022 18:59:39.533] [modloading-worker-0/INFO] [quark/]: Loading Module Bundle Recipe [10Aug2022 18:59:39.533] [modloading-worker-0/INFO] [quark/]: Loading Module Bottled Cloud [10Aug2022 18:59:39.535] [modloading-worker-0/INFO] [quark/]: Loading Module Beacon Redirection [10Aug2022 18:59:39.535] [modloading-worker-0/INFO] [quark/]: Loading Module Ancient Tomes [10Aug2022 18:59:39.542] [modloading-worker-0/INFO] [quark/]: Loading Module Ambient Discs [10Aug2022 18:59:39.543] [modloading-worker-0/INFO] [quark/]: Loading Module Abacus [10Aug2022 18:59:39.546] [modloading-worker-0/INFO] [quark/]: Loading Module Villagers Follow Emeralds [10Aug2022 18:59:39.547] [modloading-worker-0/INFO] [quark/]: Loading Module Vexes Die With Their Masters [10Aug2022 18:59:39.549] [modloading-worker-0/INFO] [quark/]: Loading Module Utility Recipes [10Aug2022 18:59:39.550] [modloading-worker-0/INFO] [quark/]: Loading Module Snow Golem Player Heads [10Aug2022 18:59:39.552] [modloading-worker-0/INFO] [quark/]: Loading Module Simple Harvest [10Aug2022 18:59:39.554] [modloading-worker-0/INFO] [quark/]: Loading Module Sign Editing [10Aug2022 18:59:39.555] [modloading-worker-0/INFO] [quark/]: Loading Module Shulker Packing [10Aug2022 18:59:39.557] [modloading-worker-0/INFO] [quark/]: Loading Module Replace Scaffolding [10Aug2022 18:59:39.558] [modloading-worker-0/INFO] [quark/]: Loading Module Reacharound Placing [10Aug2022 18:59:39.561] [modloading-worker-0/INFO] [quark/]: Loading Module Poison Potato Usage [10Aug2022 18:59:39.563] [modloading-worker-0/INFO] [quark/]: Loading Module Pig Litters [10Aug2022 18:59:39.565] [modloading-worker-0/INFO] [quark/]: Loading Module Pat The Dogs [10Aug2022 18:59:39.567] [modloading-worker-0/INFO] [quark/]: Loading Module More Note Block Sounds [10Aug2022 18:59:39.569] [modloading-worker-0/INFO] [quark/]: Loading Module More Banner Layers [10Aug2022 18:59:39.569] [modloading-worker-0/INFO] [quark/]: Loading Module Lock Rotation [10Aug2022 18:59:39.574] [modloading-worker-0/INFO] [quark/]: Loading Module Hoe Harvesting [10Aug2022 18:59:39.576] [modloading-worker-0/INFO] [quark/]: Loading Module Grab Chickens [10Aug2022 18:59:39.578] [modloading-worker-0/INFO] [quark/]: Loading Module Glass Shard [10Aug2022 18:59:39.578] [modloading-worker-0/INFO] [quark/]: Loading Module Enhanced Ladders [10Aug2022 18:59:39.582] [modloading-worker-0/INFO] [quark/]: Loading Module Emotes [10Aug2022 18:59:39.587] [modloading-worker-0/INFO] [quark/]: Loading Module Dragon Scales [10Aug2022 18:59:39.589] [modloading-worker-0/INFO] [quark/]: Loading Module Double Door Opening [10Aug2022 18:59:39.591] [modloading-worker-0/INFO] [quark/]: Loading Module Compasses Work Everywhere [10Aug2022 18:59:39.592] [modloading-worker-0/INFO] [quark/]: Loading Module Campfires Boost Elytra [10Aug2022 18:59:39.593] [modloading-worker-0/INFO] [quark/]: Loading Module Better Elytra Rocket [10Aug2022 18:59:39.595] [modloading-worker-0/INFO] [quark/]: Loading Module Automatic Recipe Unlock [10Aug2022 18:59:39.597] [modloading-worker-0/INFO] [quark/]: Loading Module Armed Armor Stands [10Aug2022 18:59:39.599] [modloading-worker-0/INFO] [quark/]: Loading Module Skull Pikes [10Aug2022 18:59:39.601] [modloading-worker-0/INFO] [quark/]: Loading Module Spiral Spires [10Aug2022 18:59:39.603] [modloading-worker-0/INFO] [quark/]: Loading Module Permafrost [10Aug2022 18:59:39.603] [modloading-worker-0/INFO] [quark/]: Loading Module No More Lava Pockets [10Aug2022 18:59:39.603] [modloading-worker-0/INFO] [quark/]: Loading Module New Stone Types [10Aug2022 18:59:39.604] [modloading-worker-0/INFO] [quark/]: Loading Module Nether Obsidian Spikes [10Aug2022 18:59:39.604] [modloading-worker-0/INFO] [quark/]: Loading Module Monster Box [10Aug2022 18:59:39.609] [modloading-worker-0/INFO] [quark/]: Loading Module Glimmering Weald [10Aug2022 18:59:39.609] [modloading-worker-0/INFO] [quark/]: Loading Module Fairy Rings [10Aug2022 18:59:39.609] [modloading-worker-0/INFO] [quark/]: Loading Module Corundum [10Aug2022 18:59:39.609] [modloading-worker-0/INFO] [quark/]: Loading Module Chorus Vegetation [10Aug2022 18:59:39.609] [modloading-worker-0/INFO] [quark/]: Loading Module Blossom Trees [10Aug2022 18:59:39.610] [modloading-worker-0/INFO] [quark/]: Loading Module Big Stone Clusters [10Aug2022 18:59:39.610] [modloading-worker-0/INFO] [quark/]: Loading Module Azalea Wood [10Aug2022 18:59:39.610] [modloading-worker-0/INFO] [quark/]: Loading Module Wraith [10Aug2022 18:59:39.610] [modloading-worker-0/INFO] [quark/]: Loading Module Toretoise [10Aug2022 18:59:39.611] [modloading-worker-0/INFO] [quark/]: Loading Module Stonelings [10Aug2022 18:59:39.612] [modloading-worker-0/INFO] [quark/]: Loading Module Shiba [10Aug2022 18:59:39.612] [modloading-worker-0/INFO] [quark/]: Loading Module Foxhound [10Aug2022 18:59:39.615] [modloading-worker-0/INFO] [quark/]: Loading Module Forgotten [10Aug2022 18:59:39.616] [modloading-worker-0/INFO] [quark/]: Loading Module Crabs [10Aug2022 18:59:39.617] [modloading-worker-0/INFO] [quark/]: Loading Module Wool Shuts Up Minecarts [10Aug2022 18:59:39.617] [modloading-worker-0/INFO] [quark/]: Loading Module Variant Animal Textures [10Aug2022 18:59:39.620] [modloading-worker-0/INFO] [quark/]: Loading Module Uses For Curses [10Aug2022 18:59:39.620] [modloading-worker-0/INFO] [quark/]: Loading Module Usage Ticker [10Aug2022 18:59:39.622] [modloading-worker-0/INFO] [quark/]: Loading Module Soul Candles [10Aug2022 18:59:39.622] [modloading-worker-0/INFO] [quark/]: Loading Module Microcrafting Helper [10Aug2022 18:59:39.628] [modloading-worker-0/INFO] [quark/]: Loading Module Improved Tooltips [10Aug2022 18:59:39.630] [modloading-worker-0/INFO] [quark/]: Loading Module Greener Grass [10Aug2022 18:59:39.630] [modloading-worker-0/INFO] [quark/]: Loading Module Chest Searching [10Aug2022 18:59:39.633] [modloading-worker-0/INFO] [quark/]: Loading Module Back Button Keybind [10Aug2022 18:59:39.635] [modloading-worker-0/INFO] [quark/]: Loading Module Auto Walk Keybind [10Aug2022 18:59:39.640] [modloading-worker-0/INFO] [quark/]: Loading Module Zombie Villagers On Normal [10Aug2022 18:59:39.640] [modloading-worker-0/INFO] [quark/]: Loading Module Spawner Replacer [10Aug2022 18:59:39.640] [modloading-worker-0/INFO] [quark/]: Loading Module Overlay Shader [10Aug2022 18:59:39.640] [modloading-worker-0/INFO] [quark/]: Loading Module Narrator Readout [10Aug2022 18:59:39.640] [modloading-worker-0/INFO] [quark/]: Loading Module Game Nerfs [10Aug2022 18:59:39.640] [modloading-worker-0/INFO] [quark/]: Loading Module Enchantments Begone [10Aug2022 18:59:39.640] [modloading-worker-0/INFO] [quark/]: Loading Module Adjustable Chat [10Aug2022 18:59:39.641] [modloading-worker-0/INFO] [quark/]: Loading Module Totem Of Holding [10Aug2022 18:59:39.641] [modloading-worker-0/INFO] [quark/]: Loading Module Tiny Potato [10Aug2022 18:59:39.641] [modloading-worker-0/INFO] [quark/]: Loading Module Pipes [10Aug2022 18:59:39.641] [modloading-worker-0/INFO] [quark/]: Loading Module Matrix Enchanting [10Aug2022 18:59:39.641] [modloading-worker-0/INFO] [quark/]: Loading Module Magnets [10Aug2022 18:59:39.641] [modloading-worker-0/INFO] [quark/]: Loading Module Crate [10Aug2022 18:59:39.641] [modloading-worker-0/INFO] [quark/]: Loading Module Backpack [10Aug2022 18:59:39.641] [modloading-worker-0/INFO] [quark/]: Dispatching Module Step CONFIG_CHANGED [10Aug2022 18:59:39.734] [modloading-worker-0/INFO] [quark/]: Dispatching Module Step CONFIG_CHANGED_CLIENT [10Aug2022 18:59:39.810] [Worker-Main-11/INFO] [me.towo.sculkmic.SculkMicMod/]: Registering custom GameEvents [10Aug2022 18:59:39.816] [Worker-Main-9/INFO] [net.rk.thingamajigs.Thingamajigs/]: Loading Thingamajigs... [10Aug2022 18:59:39.821] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/wednesday.ogg does not exist, cannot add it to event quark:entity.frog.wednesday [10Aug2022 18:59:39.822] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/die.ogg does not exist, cannot add it to event quark:entity.frog.die [10Aug2022 18:59:39.822] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/hurt1.ogg does not exist, cannot add it to event quark:entity.frog.hurt [10Aug2022 18:59:39.822] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/hurt2.ogg does not exist, cannot add it to event quark:entity.frog.hurt [10Aug2022 18:59:39.822] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/hurt3.ogg does not exist, cannot add it to event quark:entity.frog.hurt [10Aug2022 18:59:39.822] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/hurt4.ogg does not exist, cannot add it to event quark:entity.frog.hurt [10Aug2022 18:59:39.822] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/idle1.ogg does not exist, cannot add it to event quark:entity.frog.idle [10Aug2022 18:59:39.822] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/idle2.ogg does not exist, cannot add it to event quark:entity.frog.idle [10Aug2022 18:59:39.824] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/idle3.ogg does not exist, cannot add it to event quark:entity.frog.idle [10Aug2022 18:59:39.824] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/idle4.ogg does not exist, cannot add it to event quark:entity.frog.idle [10Aug2022 18:59:39.826] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [infernalexp] Starting version check at https://infernalstudios.org/api/mods/infernalexpansion/forge [10Aug2022 18:59:39.834] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/wednesday.ogg does not exist, cannot add it to event quark:entity.frog.wednesday [10Aug2022 18:59:39.834] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/die.ogg does not exist, cannot add it to event quark:entity.frog.die [10Aug2022 18:59:39.834] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/hurt1.ogg does not exist, cannot add it to event quark:entity.frog.hurt [10Aug2022 18:59:39.834] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/hurt2.ogg does not exist, cannot add it to event quark:entity.frog.hurt [10Aug2022 18:59:39.834] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/hurt3.ogg does not exist, cannot add it to event quark:entity.frog.hurt [10Aug2022 18:59:39.835] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/hurt4.ogg does not exist, cannot add it to event quark:entity.frog.hurt [10Aug2022 18:59:39.835] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/idle1.ogg does not exist, cannot add it to event quark:entity.frog.idle [10Aug2022 18:59:39.835] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/idle2.ogg does not exist, cannot add it to event quark:entity.frog.idle [10Aug2022 18:59:39.835] [Worker-Main-2/INFO] [Sound Physics - General/]: Reloading config [10Aug2022 18:59:39.838] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/idle3.ogg does not exist, cannot add it to event quark:entity.frog.idle [10Aug2022 18:59:39.838] [Worker-Main-2/INFO] [Sound Physics - General/]: Reloading reverb parameters [10Aug2022 18:59:39.838] [Worker-Main-5/WARN] [net.minecraft.client.sounds.SoundManager/]: File quark:sounds/entity/frog/idle4.ogg does not exist, cannot add it to event quark:entity.frog.idle [10Aug2022 18:59:39.856] [Worker-Main-11/INFO] [quark/]: Dispatching Module Step CONFIG_CHANGED [10Aug2022 18:59:39.862] [Worker-Main-3/INFO] [com.belgieyt.redstonevillager.RedstoneVillager/]: Belgie Thanks You [10Aug2022 18:59:39.863] [Worker-Main-11/INFO] [quark/]: Dispatching Module Step CONFIG_CHANGED_CLIENT [10Aug2022 18:59:39.867] [Worker-Main-3/INFO] [yamahari.ilikewood.ILikeWood/]: ClientProxy: FMLCommonSetupEvent [10Aug2022 18:59:39.867] [Worker-Main-11/INFO] [quark/]: Dispatching Module Step SETUP [10Aug2022 18:59:40.019] [Render thread/INFO] [terrablender/]: Registered region minecraft:overworld to index 0 for type OVERWORLD [10Aug2022 18:59:40.019] [Render thread/INFO] [terrablender/]: Registered region minecraft:nether to index 0 for type NETHER [10Aug2022 18:59:40.019] [Render thread/INFO] [terrablender/]: Registered region biomesoplenty:overworld_common to index 1 for type OVERWORLD [10Aug2022 18:59:40.019] [Render thread/INFO] [terrablender/]: Registered region biomesoplenty:overworld_rare to index 2 for type OVERWORLD [10Aug2022 18:59:40.019] [Render thread/INFO] [terrablender/]: Registered region biomesoplenty:nether_common to index 1 for type NETHER [10Aug2022 18:59:40.020] [Render thread/INFO] [terrablender/]: Registered region biomesoplenty:nether_rare to index 2 for type NETHER [10Aug2022 18:59:40.116] [Render thread/INFO] [Framework/SYNCED_ENTITY_DATA]: Registered synced data key cgm:aiming for minecraft:player [10Aug2022 18:59:40.117] [Render thread/INFO] [Framework/SYNCED_ENTITY_DATA]: Registered synced data key cgm:shooting for minecraft:player [10Aug2022 18:59:40.117] [Render thread/INFO] [Framework/SYNCED_ENTITY_DATA]: Registered synced data key cgm:reloading for minecraft:player [10Aug2022 18:59:40.140] [Worker-Main-4/INFO] [xaero.map.WorldMap/]: Loading Xaero's World Map - Stage 1/2 [10Aug2022 18:59:40.145] [Worker-Main-2/INFO] [Sound Physics - General/]: Using Cloth Config GUI [10Aug2022 18:59:40.146] [Worker-Main-2/INFO] [net.rk.thingamajigs.Thingamajigs/]: Thingamajigs Client Stuff Starting... [10Aug2022 18:59:40.178] [Worker-Main-5/INFO] [xaero.common.MinimapLogs/]: Loading Xaero's Minimap - Stage 1/2 [10Aug2022 18:59:40.188] [Worker-Main-2/INFO] [net.rk.thingamajigs.Thingamajigs/]: Thingamajigs Client Stuff Done! [10Aug2022 18:59:40.186] [Worker-Main-6/INFO] [quark/]: Dispatching Module Step SETUP_CLIENT [10Aug2022 18:59:40.180] [Worker-Main-7/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: net/minecraftforge/client/ClientRegistry Index: 1 Listeners: 0: NORMAL 1: net.minecraftforge.eventbus.EventBus$$Lambda$4443/0x0000000100cce6c8@280e1bea java.lang.NoClassDefFoundError: net/minecraftforge/client/ClientRegistry at TRANSFORMER/oculus@1.2.5/net.coderbot.iris.Iris.onInitializeClient(Iris.java:136) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) at LAYER PLUGIN/javafmllanguage@1.19-41.1.0/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) at LAYER PLUGIN/fmlcore@1.19-41.1.0/net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.ClientRegistry at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:141) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ... 14 more [10Aug2022 18:59:40.191] [Worker-Main-7/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event FMLClientSetupEvent dispatch for modid oculus java.lang.NoClassDefFoundError: net/minecraftforge/client/ClientRegistry at net.coderbot.iris.Iris.onInitializeClient(Iris.java:136) ~[oculus-mc1.19-1.2.5.jar%23216!/:?] at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2378!/:?] at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2378!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2378!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2378!/:?] at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23245!/:?] at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23244!/:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?] at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?] Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.ClientRegistry at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:141) ~[securejarhandler-2.1.4.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] ... 14 more [10Aug2022 18:59:40.218] [Worker-Main-11/INFO] [yamahari.ilikewood.ILikeWood/]: ClientProxy: FMLClientSetupEvent [10Aug2022 18:59:40.996] [modloading-worker-0/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SIDED_SETUP, 1 errors found [10Aug2022 18:59:47.877] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'baleofsugarcane:blockstates/baleofsugarcane.json' in resourcepack: 'Mod Resources' for variant: 'axis=z': Unknown blockstate property: 'axis' [10Aug2022 18:59:47.878] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'baleofsugarcane:blockstates/baleofsugarcane.json' in resourcepack: 'Mod Resources' for variant: 'axis=x': Unknown blockstate property: 'axis' [10Aug2022 18:59:47.878] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'baleofsugarcane:blockstates/baleofsugarcane.json' in resourcepack: 'Mod Resources' for variant: 'axis=y': Unknown blockstate property: 'axis' [10Aug2022 18:59:47.878] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'baleofsugarcane:blockstates/baleofsugarcane.json' missing model for variant: 'baleofsugarcane:baleofsugarcane#' [10Aug2022 18:59:54.831] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information java.net.http.HttpConnectTimeoutException: HTTP connect timed out at jdk.internal.net.http.HttpClientImpl.send(HttpClientImpl.java:567) ~[java.net.http:?] at jdk.internal.net.http.HttpClientFacade.send(HttpClientFacade.java:123) ~[java.net.http:?] at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:139) ~[fmlcore-1.19-41.1.0.jar%23244!/:?] at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:177) ~[fmlcore-1.19-41.1.0.jar%23244!/:?] at java.lang.Iterable.forEach(Iterable.java:75) [?:?] at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:114) [fmlcore-1.19-41.1.0.jar%23244!/:?] Caused by: java.net.http.HttpConnectTimeoutException: HTTP connect timed out at jdk.internal.net.http.ResponseTimerEvent.handle(ResponseTimerEvent.java:68) ~[java.net.http:?] at jdk.internal.net.http.HttpClientImpl.purgeTimeoutsAndReturnNextDeadline(HttpClientImpl.java:1270) ~[java.net.http:?] at jdk.internal.net.http.HttpClientImpl$SelectorManager.run(HttpClientImpl.java:899) ~[java.net.http:?] Caused by: java.net.ConnectException: HTTP connect timed out at jdk.internal.net.http.ResponseTimerEvent.handle(ResponseTimerEvent.java:69) ~[java.net.http:?] at jdk.internal.net.http.HttpClientImpl.purgeTimeoutsAndReturnNextDeadline(HttpClientImpl.java:1270) ~[java.net.http:?] at jdk.internal.net.http.HttpClientImpl$SelectorManager.run(HttpClientImpl.java:899) ~[java.net.http:?] [10Aug2022 18:59:54.831] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [additionalguns] Starting version check at https://raw.githubusercontent.com/Pinelog-Studios/VersionChecker/main/additionalguns/update.json [10Aug2022 18:59:55.047] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [additionalguns] Found status: BETA Current: 0.7.2 Target: 0.7.2 [10Aug2022 18:59:55.047] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [sound_physics_remastered] Starting version check at https://maxhenkel.de/update/sound_physics_remastered.json [10Aug2022 18:59:56.053] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [sound_physics_remastered] Found status: OUTDATED Current: 1.19-1.0.10 Target: 1.19-1.0.12 [10Aug2022 18:59:56.055] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [10Aug2022 18:59:56.211] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: UP_TO_DATE Current: 41.1.0 Target: null [10Aug2022 18:59:56.212] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwbridges] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/bridges.json [10Aug2022 18:59:56.237] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwbridges] Found status: UP_TO_DATE Current: 2.0.3 Target: null [10Aug2022 18:59:56.237] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [commonality] Starting version check at https://raw.githubusercontent.com/ApexStudios-Dev/Version/master/commonality.json [10Aug2022 18:59:56.365] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [commonality] Found status: UP_TO_DATE Current: 2.3.0 Target: null [10Aug2022 18:59:56.365] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwfences] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/fences.json [10Aug2022 18:59:56.390] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwfences] Found status: UP_TO_DATE Current: 1.0.6 Target: null [10Aug2022 18:59:56.390] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [securitycraft] Starting version check at https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json [10Aug2022 18:59:56.663] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [securitycraft] Found status: AHEAD Current: 1.9.3.1 Target: null [10Aug2022 18:59:56.663] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [backpacked] Starting version check at https://mrcrayfish.com/modupdatejson?id=backpacked [10Aug2022 18:59:56.981] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [backpacked] Found status: BETA_OUTDATED Current: 2.1.9 Target: 2.1.10 [10Aug2022 18:59:56.981] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cgm] Starting version check at https://raw.githubusercontent.com/MrCrayfish/ModUpdates/master/cgm/update.json [10Aug2022 18:59:57.010] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cgm] Found status: BETA Current: 1.2.8 Target: null [10Aug2022 18:59:57.010] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [survivalplus] Starting version check at https://coolsimulations.net/mcmods/survivalplus/versionchecker.json [10Aug2022 18:59:58.118] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [survivalplus] Found status: UP_TO_DATE Current: 0.1.6g Target: null [10Aug2022 18:59:58.118] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [squake] Starting version check at http://dccg.herokuapp.com/api/fmluc/491072 [10Aug2022 18:59:58.362] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because "promos" is null at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:189) ~[fmlcore-1.19-41.1.0.jar%23244!/:?] at java.lang.Iterable.forEach(Iterable.java:75) [?:?] at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:114) [fmlcore-1.19-41.1.0.jar%23244!/:?] [10Aug2022 18:59:58.363] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [morevanillaarmor] Starting version check at https://assets.melanx.de/updates/morevanillaarmor.json [10Aug2022 18:59:58.593] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [morevanillaarmor] Found status: UP_TO_DATE Current: 1.19-4.0.4 Target: null [10Aug2022 18:59:58.593] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwroofs] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/roofs [10Aug2022 18:59:58.618] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwroofs] Found status: UP_TO_DATE Current: 2.1.2 Target: null [10Aug2022 18:59:58.618] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cfm] Starting version check at https://mrcrayfish.com/modupdatejson?id=cfm [10Aug2022 18:59:58.718] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cfm] Found status: BETA Current: 7.0.0-pre34 Target: 7.0.0-pre34 [10Aug2022 18:59:58.718] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [apexcore] Starting version check at https://raw.githubusercontent.com/ApexStudios-Dev/Version/master/apexcore.json [10Aug2022 18:59:58.748] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [apexcore] Found status: UP_TO_DATE Current: 5.4.0 Target: null [10Aug2022 18:59:58.748] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [infusedfoods] Starting version check at https://raw.githubusercontent.com/ApexStudios-Dev/Version/master/infusedfoods.json [10Aug2022 18:59:58.845] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [infusedfoods] Found status: UP_TO_DATE Current: 5.4.0 Target: null [10Aug2022 18:59:58.845] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [framework] Starting version check at https://mrcrayfish.com/modupdatejson?id=framework [10Aug2022 18:59:58.950] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [framework] Found status: BETA Current: 0.3.3 Target: 0.3.3 [10Aug2022 18:59:58.950] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [smallships] Starting version check at https://raw.githubusercontent.com/talhanation/Ship-Mod/main/update.json [10Aug2022 18:59:58.972] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 10 column 4 path $. at com.google.gson.Gson.fromJson(Gson.java:978) ~[gson-2.8.9.jar%23119!/:?] at com.google.gson.Gson.fromJson(Gson.java:928) ~[gson-2.8.9.jar%23119!/:?] at com.google.gson.Gson.fromJson(Gson.java:877) ~[gson-2.8.9.jar%23119!/:?] at com.google.gson.Gson.fromJson(Gson.java:848) ~[gson-2.8.9.jar%23119!/:?] at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:183) ~[fmlcore-1.19-41.1.0.jar%23244!/:?] at java.lang.Iterable.forEach(Iterable.java:75) [?:?] at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:114) [fmlcore-1.19-41.1.0.jar%23244!/:?] Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 10 column 4 path $. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1562) ~[gson-2.8.9.jar%23119!/:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:490) ~[gson-2.8.9.jar%23119!/:?] at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:413) ~[gson-2.8.9.jar%23119!/:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:184) ~[gson-2.8.9.jar%23119!/:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[gson-2.8.9.jar%23119!/:?] at com.google.gson.Gson.fromJson(Gson.java:963) ~[gson-2.8.9.jar%23119!/:?] ... 6 more [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.895] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.896] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.896] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.896] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.896] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.897] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.897] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.897] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_flowering_azalea_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.897] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.897] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.897] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_coconut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_coconut_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.898] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.899] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.899] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.899] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.899] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.903] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.903] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.903] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.904] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/ecologics/trapped_walnut_chest.json' missing model for variant: 'everycomp:q/ecologics/trapped_walnut_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.905] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.905] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.905] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.905] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.905] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.908] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.908] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.908] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.908] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.908] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.908] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.908] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.908] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.909] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.909] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.909] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.909] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.910] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_fir_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_fir_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.911] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.912] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.912] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.912] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.912] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.914] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_redwood_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_redwood_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.915] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.916] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.916] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.916] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.916] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.919] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.919] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.919] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.919] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.919] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.919] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.919] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.919] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.919] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.919] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.920] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.920] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.920] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_cherry_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_cherry_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.922] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.923] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.923] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.923] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.923] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.923] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.926] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.926] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.926] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.926] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.926] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.926] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.926] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.926] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_mahogany_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.926] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.927] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.927] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.927] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.927] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.929] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.929] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.929] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.929] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.929] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.930] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_jacaranda_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.931] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.931] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.931] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.931] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.931] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.935] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.936] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.936] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.936] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.938] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.938] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.938] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.938] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_palm_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_palm_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.938] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.939] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.939] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.939] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.939] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.940] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.940] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.940] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.940] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.940] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.940] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.940] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.940] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.940] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.940] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.941] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.941] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.941] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_willow_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_willow_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.943] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.944] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.944] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.944] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.944] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.944] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.947] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.947] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.947] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.947] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.947] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.947] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.947] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.947] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.947] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.947] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.948] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.948] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_dead_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_dead_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.948] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.948] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.950] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.950] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.951] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.951] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.951] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.951] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.952] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.952] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.952] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.952] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.952] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.952] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.952] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.952] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.952] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.952] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.953] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.953] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.953] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.953] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.953] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.953] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_magic_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_magic_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.956] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.957] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.957] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.957] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.957] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.959] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_umbran_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_umbran_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.959] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=south,type=left,waterlogged=false' [10Aug2022 19:00:28.959] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=north,type=single,waterlogged=false' [10Aug2022 19:00:28.959] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=east,type=right,waterlogged=false' [10Aug2022 19:00:28.959] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=south,type=right,waterlogged=true' [10Aug2022 19:00:28.959] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=west,type=right,waterlogged=false' [10Aug2022 19:00:28.959] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=south,type=single,waterlogged=true' [10Aug2022 19:00:28.959] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=west,type=left,waterlogged=false' [10Aug2022 19:00:28.960] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=south,type=left,waterlogged=true' [10Aug2022 19:00:28.960] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=west,type=left,waterlogged=true' [10Aug2022 19:00:28.960] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=east,type=single,waterlogged=true' [10Aug2022 19:00:28.960] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=north,type=right,waterlogged=true' [10Aug2022 19:00:28.960] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=south,type=single,waterlogged=false' [10Aug2022 19:00:28.960] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=east,type=left,waterlogged=true' [10Aug2022 19:00:28.960] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=north,type=right,waterlogged=false' [10Aug2022 19:00:28.963] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=west,type=single,waterlogged=true' [10Aug2022 19:00:28.963] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=east,type=single,waterlogged=false' [10Aug2022 19:00:28.963] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=east,type=left,waterlogged=false' [10Aug2022 19:00:28.963] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=north,type=left,waterlogged=true' [10Aug2022 19:00:28.963] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=east,type=right,waterlogged=true' [10Aug2022 19:00:28.963] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=north,type=left,waterlogged=false' [10Aug2022 19:00:28.963] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=south,type=right,waterlogged=false' [10Aug2022 19:00:28.963] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=west,type=right,waterlogged=true' [10Aug2022 19:00:28.963] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=north,type=single,waterlogged=true' [10Aug2022 19:00:28.963] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Exception loading blockstate definition: 'everycomp:blockstates/q/biomesoplenty/trapped_hellbark_chest.json' missing model for variant: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#facing=west,type=single,waterlogged=false' [10Aug2022 19:00:30.863] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/biomesoplenty/trapped_fir_chest#inventory' referenced from: everycomp:q/biomesoplenty/trapped_fir_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/biomesoplenty/trapped_fir_chest.json [10Aug2022 19:00:30.863] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/biomesoplenty/trapped_redwood_chest#inventory' referenced from: everycomp:q/biomesoplenty/trapped_redwood_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/biomesoplenty/trapped_redwood_chest.json [10Aug2022 19:00:30.863] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/biomesoplenty/trapped_magic_chest#inventory' referenced from: everycomp:q/biomesoplenty/trapped_magic_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/biomesoplenty/trapped_magic_chest.json [10Aug2022 19:00:30.863] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/ecologics/trapped_coconut_chest#inventory' referenced from: everycomp:q/ecologics/trapped_coconut_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/ecologics/trapped_coconut_chest.json [10Aug2022 19:00:30.863] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/biomesoplenty/trapped_cherry_chest#inventory' referenced from: everycomp:q/biomesoplenty/trapped_cherry_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/biomesoplenty/trapped_cherry_chest.json [10Aug2022 19:00:30.863] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/biomesoplenty/trapped_willow_chest#inventory' referenced from: everycomp:q/biomesoplenty/trapped_willow_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/biomesoplenty/trapped_willow_chest.json [10Aug2022 19:00:30.863] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/biomesoplenty/trapped_jacaranda_chest#inventory' referenced from: everycomp:q/biomesoplenty/trapped_jacaranda_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/biomesoplenty/trapped_jacaranda_chest.json [10Aug2022 19:00:30.863] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/biomesoplenty/trapped_umbran_chest#inventory' referenced from: everycomp:q/biomesoplenty/trapped_umbran_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/biomesoplenty/trapped_umbran_chest.json [10Aug2022 19:00:30.863] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/ecologics/trapped_flowering_azalea_chest#inventory' referenced from: everycomp:q/ecologics/trapped_flowering_azalea_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/ecologics/trapped_flowering_azalea_chest.json [10Aug2022 19:00:30.863] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/ecologics/trapped_walnut_chest#inventory' referenced from: everycomp:q/ecologics/trapped_walnut_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/ecologics/trapped_walnut_chest.json [10Aug2022 19:00:30.863] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/biomesoplenty/trapped_dead_chest#inventory' referenced from: everycomp:q/biomesoplenty/trapped_dead_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/biomesoplenty/trapped_dead_chest.json [10Aug2022 19:00:30.864] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/biomesoplenty/trapped_hellbark_chest#inventory' referenced from: everycomp:q/biomesoplenty/trapped_hellbark_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/biomesoplenty/trapped_hellbark_chest.json [10Aug2022 19:00:30.864] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/biomesoplenty/trapped_palm_chest#inventory' referenced from: everycomp:q/biomesoplenty/trapped_palm_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/biomesoplenty/trapped_palm_chest.json [10Aug2022 19:00:30.864] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'everycomp:q/biomesoplenty/trapped_mahogany_chest#inventory' referenced from: everycomp:q/biomesoplenty/trapped_mahogany_chest#inventory: java.io.FileNotFoundException: everycomp:models/item/q/biomesoplenty/trapped_mahogany_chest.json [10Aug2022 19:00:47.538] [Worker-Main-1/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ModelEvent$RegisterAdditional to a broken mod state [10Aug2022 19:01:02.995] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to resolve texture reference: #missing in additionalguns:item/ace_of_spades [10Aug2022 19:01:02.995] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to resolve texture reference: #missing in additionalguns:item/angled_grip [10Aug2022 19:01:02.995] [Worker-Main-1/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to resolve texture reference: #missing in additionalguns:item/m1911 [10Aug2022 19:01:02.999] [Worker-Main-1/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state [10Aug2022 19:01:03.026] [Worker-Main-9/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file twilightforest:textures/block/towerwood.png not found [10Aug2022 19:01:03.181] [Worker-Main-11/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file prehistoricfauna:textures/blocks/protopiceoxylon_planks.png not found [10Aug2022 19:01:03.228] [Worker-Main-3/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file caverns_and_chasms:textures/block/azalea_planks.png not found [10Aug2022 19:01:03.313] [Worker-Main-8/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file atmospheric:textures/block/morado_planks.png not found [10Aug2022 19:01:03.345] [Worker-Main-7/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file prehistoricfauna:textures/blocks/protojuniper_planks.png not found [10Aug2022 19:01:03.353] [Worker-Main-4/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file ceilands:textures/block/luzawood_planks.png not found [10Aug2022 19:01:03.495] [Worker-Main-11/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file outer_end:textures/block/azure_planks.png not found [10Aug2022 19:01:03.595] [Worker-Main-5/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file bamboo_blocks:textures/block/bamboo_planks.png not found [10Aug2022 19:01:03.702] [Worker-Main-8/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file nethers_exoticism:textures/blocks/ramboutan_planks.png not found [10Aug2022 19:01:03.916] [Worker-Main-10/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file snowyspirit:textures/blocks/gingerbread_block.png not found [10Aug2022 19:01:03.917] [Worker-Main-10/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file prehistoricfauna:textures/blocks/araucaria_planks.png not found [10Aug2022 19:01:03.966] [Worker-Main-9/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file environmental:textures/block/willow_planks.png not found [10Aug2022 19:01:04.175] [Worker-Main-5/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file undergarden:textures/block/grongle_planks.png not found [10Aug2022 19:01:04.179] [Worker-Main-5/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file endergetic:textures/block/poise_planks.png not found [10Aug2022 19:01:04.647] [Worker-Main-6/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file twilightforest:textures/block/wood/planks_darkwood_0.png not found [10Aug2022 19:01:04.683] [Worker-Main-10/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file environmental:textures/block/cherry_planks.png not found [10Aug2022 19:01:05.090] [Worker-Main-7/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file atmospheric:textures/block/kousa_planks.png not found [10Aug2022 19:01:05.090] [Worker-Main-7/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file twilightforest:textures/block/wood/planks_trans_0.png not found [10Aug2022 19:01:05.230] [Worker-Main-9/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file atmospheric:textures/block/aspen_planks.png not found [10Aug2022 19:01:05.288] [Worker-Main-8/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file minecraft:textures/cannon_iron.png not found [10Aug2022 19:01:05.437] [Worker-Main-10/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file atmospheric:textures/block/yucca_planks.png not found [10Aug2022 19:01:05.510] [Worker-Main-5/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file abundance:textures/block/redbud_planks.png not found [10Aug2022 19:01:05.530] [Worker-Main-8/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file enhanced_mushrooms:textures/block/glowshroom_planks.png not found [10Aug2022 19:01:05.530] [Worker-Main-8/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file atmospheric:textures/block/grimwood_planks.png not found [10Aug2022 19:01:05.607] [Worker-Main-4/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file prehistoricfauna:textures/blocks/liriodendrites_planks.png not found [10Aug2022 19:01:05.632] [Worker-Main-7/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file environmental:textures/block/wisteria_planks.png not found [10Aug2022 19:01:05.670] [Worker-Main-2/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file phantasm:textures/blocks/ebony_planks.png not found [10Aug2022 19:01:05.748] [Worker-Main-10/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file twilightforest:textures/block/wood/planks_twilight_oak_0.png not found [10Aug2022 19:01:05.973] [Worker-Main-10/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file undergarden:textures/block/wigglewood_planks.png not found [10Aug2022 19:01:06.065] [Worker-Main-8/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file morecraft:textures/blocks/netherwood_planks.png not found [10Aug2022 19:01:06.416] [Worker-Main-4/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file habitat:textures/block/fairy_ring_mushroom_planks.png not found [10Aug2022 19:01:06.449] [Worker-Main-9/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file upgrade_aquatic:textures/block/river_planks.png not found [10Aug2022 19:01:06.584] [Worker-Main-9/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file phantasm:textures/blocks/pream_planks.png not found [10Aug2022 19:01:06.768] [Worker-Main-3/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file abundance:textures/block/jacaranda_planks.png not found [10Aug2022 19:01:07.410] [Worker-Main-3/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file nethers_exoticism:textures/blocks/jaboticaba_planks.png not found [10Aug2022 19:01:07.432] [Worker-Main-8/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file undergarden:textures/block/smogstem_planks.png not found [10Aug2022 19:01:07.513] [Worker-Main-7/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file prehistoricfauna:textures/blocks/heidiphyllum_planks.png not found [10Aug2022 19:01:07.786] [Worker-Main-11/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file twigs:textures/block/stripped_bamboo_planks.png not found [10Aug2022 19:01:07.797] [Worker-Main-10/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file prehistoricfauna:textures/blocks/metasequoia_planks.png not found [10Aug2022 19:01:07.974] [Worker-Main-6/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file bayou_blues:textures/block/cypress_planks.png not found [10Aug2022 19:01:08.141] [Worker-Main-9/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file twilightforest:textures/block/wood/planks_canopy_0.png not found [10Aug2022 19:01:08.302] [Worker-Main-7/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file autumnity:textures/block/maple_planks.png not found [10Aug2022 19:01:08.538] [Worker-Main-2/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file twilightforest:textures/block/wood/planks_time_0.png not found [10Aug2022 19:01:08.682] [Worker-Main-10/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file enhanced_mushrooms:textures/block/brown_mushroom_planks.png not found [10Aug2022 19:01:08.913] [Worker-Main-10/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file architects_palette:textures/block/twisted_planks.png not found [10Aug2022 19:01:08.926] [Worker-Main-4/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file darkerdepths:textures/block/petrified_planks.png not found [10Aug2022 19:01:08.942] [Worker-Main-4/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file prehistoricfauna:textures/blocks/zamites_planks.png not found [10Aug2022 19:01:08.942] [Worker-Main-4/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file twilightforest:textures/block/wood/planks_mine_0.png not found [10Aug2022 19:01:08.965] [Worker-Main-9/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file atmospheric:textures/block/rosewood_planks.png not found [10Aug2022 19:01:09.107] [Worker-Main-4/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file upgrade_aquatic:textures/block/driftwood_planks.png not found [10Aug2022 19:01:09.137] [Worker-Main-11/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file ceilands:textures/block/ceiltrunk_planks.png not found [10Aug2022 19:01:09.168] [Worker-Main-11/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file twilightforest:textures/block/wood/planks_mangrove_0.png not found [10Aug2022 19:01:09.383] [Worker-Main-5/ERROR] [net.minecraft.client.renderer.texture.TextureAtlas/]: Using missing texture, file enhanced_mushrooms:textures/block/red_mushroom_planks.png not found [10Aug2022 19:01:09.924] [Worker-Main-1/WARN] [net.minecraft.client.renderer.texture.TextureAtlas/]: Texture thingamajigs:block/pavement_markings/worded/shcool with size 30x16 limits mip level from 4 to 1 [10Aug2022 19:01:15.312] [Worker-Main-8/WARN] [net.minecraft.client.renderer.texture.TextureAtlasSprite/]: Unused frames in sprite alexsmobs:item/hemolymph_sac: [3] [10Aug2022 19:01:18.343] [Worker-Main-1/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state [10Aug2022 19:01:18.354] [Worker-Main-1/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state [10Aug2022 19:01:18.399] [Worker-Main-1/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state [10Aug2022 19:01:18.448] [Worker-Main-1/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state [10Aug2022 19:01:18.465] [Worker-Main-1/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state [10Aug2022 19:01:18.485] [Worker-Main-1/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state [10Aug2022 19:01:18.516] [modloading-worker-0/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to process mod state change request from ModLoadingState[name=ENQUEUE_IMC, previous=, message=net.minecraftforge.fml.ModLoadingState$$Lambda$4301/0x0000000100c99890@1e63c286, phase=COMPLETE, inlineRunnable=Optional.empty, transition=Optional[ParallelTransition[stage=ENQUEUE_IMC, event=class net.minecraftforge.fml.event.lifecycle.InterModEnqueueEvent]]] [10Aug2022 19:01:18.516] [modloading-worker-0/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to process mod state change request from ModLoadingState[name=PROCESS_IMC, previous=ENQUEUE_IMC, message=net.minecraftforge.fml.ModLoadingState$$Lambda$4301/0x0000000100c99890@4eccd73c, phase=COMPLETE, inlineRunnable=Optional.empty, transition=Optional[ParallelTransition[stage=PROCESS_IMC, event=class net.minecraftforge.fml.event.lifecycle.InterModProcessEvent]]] [10Aug2022 19:01:18.517] [modloading-worker-0/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to process mod state change request from ModLoadingState[name=COMPLETE, previous=PROCESS_IMC, message=net.minecraftforge.fml.core.ModStateProvider$$Lambda$4305/0x0000000100ca0798@5ef78b42, phase=COMPLETE, inlineRunnable=Optional.empty, transition=Optional[ParallelTransition[stage=COMPLETE, event=class net.minecraftforge.fml.event.lifecycle.FMLLoadCompleteEvent]]] [10Aug2022 19:01:18.517] [modloading-worker-0/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to process mod state change request from ModLoadingState[name=FREEZE_DATA, previous=COMPLETE, message=net.minecraftforge.fml.ModLoadingState$$Lambda$4300/0x0000000100c99650@5e0015e8, phase=COMPLETE, inlineRunnable=Optional[net.minecraftforge.common.ForgeStatesProvider$$Lambda$4311/0x0000000100ca1948@49a10a9d], transition=Optional.empty] [10Aug2022 19:01:18.517] [modloading-worker-0/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to process mod state change request from ModLoadingState[name=NETWORK_LOCK, previous=FREEZE_DATA, message=net.minecraftforge.fml.ModLoadingState$$Lambda$4300/0x0000000100c99650@61fc51a2, phase=COMPLETE, inlineRunnable=Optional[net.minecraftforge.common.ForgeStatesProvider$$Lambda$4312/0x0000000100ca1b70@3337b44], transition=Optional.empty] [10Aug2022 19:01:18.969] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.goat_horn.play [10Aug2022 19:01:18.969] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [10Aug2022 19:01:18.969] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.skeletal_piglin.ambient [10Aug2022 19:01:18.969] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.skeletal_piglin.hurt [10Aug2022 19:01:18.969] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.skeletal_piglin.death [10Aug2022 19:01:18.969] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.dwarf.ambient [10Aug2022 19:01:18.969] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.dwarf.hurt [10Aug2022 19:01:18.969] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.dwarf.death [10Aug2022 19:01:18.969] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.glaw.ambient [10Aug2022 19:01:18.970] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.glaw.hurt [10Aug2022 19:01:18.970] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.glaw.death [10Aug2022 19:01:18.970] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.smolt.ambient [10Aug2022 19:01:18.970] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.smolt.hurt [10Aug2022 19:01:18.970] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.smolt.death [10Aug2022 19:01:18.970] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.pyrno.ambient [10Aug2022 19:01:18.970] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.pyrno.hurt [10Aug2022 19:01:18.970] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: infernalexp:entity.pyrno.death [10Aug2022 19:01:18.970] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: additionalguns:item.1911.fire [10Aug2022 19:01:18.970] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: additionalguns:item.1911.suppressed [10Aug2022 19:01:18.971] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: additionalguns:item.1911.enchanted [10Aug2022 19:01:19.019] [Render thread/INFO] [com.mojang.blaze3d.audio.Library/]: OpenAL initialized on device OpenAL Soft on Speakers (USB Audio Device) [10Aug2022 19:01:19.019] [Render thread/INFO] [Sound Physics - General/]: Initializing Sound Physics [10Aug2022 19:01:19.019] [Render thread/INFO] [Sound Physics - General/]: EFX Extension recognized [10Aug2022 19:01:19.019] [Render thread/INFO] [Sound Physics - General/]: Max auxiliary sends: 4 [10Aug2022 19:01:19.021] [Render thread/INFO] [Sound Physics - General/]: Aux slot 1 created [10Aug2022 19:01:19.021] [Render thread/INFO] [Sound Physics - General/]: Aux slot 2 created [10Aug2022 19:01:19.021] [Render thread/INFO] [Sound Physics - General/]: Aux slot 3 created [10Aug2022 19:01:19.021] [Render thread/INFO] [Sound Physics - General/]: Aux slot 4 created [10Aug2022 19:01:19.027] [Render thread/INFO] [Sound Physics - General/]: EFX ready [10Aug2022 19:01:19.028] [Render thread/INFO] [net.minecraft.client.sounds.SoundEngine/SOUNDS]: Sound engine started [10Aug2022 19:01:19.028] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundEngineLoadEvent to a broken mod state [10Aug2022 19:01:19.233] [Render thread/INFO] [com.teamabnormals.blueprint.core.Blueprint/]: Endimation Loader has loaded 1 endimations [10Aug2022 19:01:19.235] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 4096x2048x4 minecraft:textures/atlas/blocks.png-atlas [10Aug2022 19:01:19.678] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state [10Aug2022 19:01:19.678] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas [10Aug2022 19:01:19.680] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state [10Aug2022 19:01:19.680] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas [10Aug2022 19:01:19.684] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state [10Aug2022 19:01:19.684] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas [10Aug2022 19:01:19.688] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state [10Aug2022 19:01:19.688] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas [10Aug2022 19:01:19.689] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state [10Aug2022 19:01:19.689] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas [10Aug2022 19:01:19.691] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state [10Aug2022 19:01:19.691] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas [10Aug2022 19:01:19.692] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state [10Aug2022 19:01:21.430] [Render thread/WARN] [net.minecraftforge.client.model.SeparateTransformsModel/]: Model "cave_enhancements:amethyst_flute#inventory" is using the deprecated loader "forge:separate-perspective" instead of "forge:separate_transforms". This loader will be removed in 1.20. [10Aug2022 19:03:06.972] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping!
-
I've been trying to figure out why for hours. Absolutely impossible for me, maybe someone smarter in here can help. Idk where to post logs since they're too long for hastebin , so here's a download of both Server and client logs: https://fromsmash.com/Bpfnsjg9BW-dt
-
So to be clear, to make a new tag type, alongside "blocks", "fluids", "items", etc., I need a registry, right? I want to have a directory just for emblems in the tags folder.
-
thank you so much, spent the past week trying to make a modpack that i wouldn't get bored with and than issued happend and was this close 🤏 to giving up
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.