Ошибка при создании сервера с модами

3 минуты назад, Shomen сказал:

мне надо logs/lastest.log

[12:29:43] [main/ERROR]: Error occurred applying transform of coremod META-INF/itemtransformer.js function tick
jdk.nashorn.internal.runtime.ECMAException: TypeError: null has no such function «getNext»
    at jdk.nashorn.internal.runtime.ECMAErrors.error(ECMAErrors.java:57) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:213) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:185) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:172) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.linker.NashornBottomLinker.linkNull(NashornBottomLinker.java:172) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.linker.NashornBottomLinker.getGuardedInvocation(NashornBottomLinker.java:64) ~[nashorn.jar:?]
    at jdk.internal.dynalink.support.CompositeGuardingDynamicLinker.getGuardedInvocation(CompositeGuardingDynamicLinker.java:124) ~[nashorn.jar:?]
    at jdk.internal.dynalink.support.LinkerServicesImpl.getGuardedInvocation(LinkerServicesImpl.java:149) ~[nashorn.jar:?]
    at jdk.internal.dynalink.DynamicLinker.relink(DynamicLinker.java:233) ~[nashorn.jar:?]
    at jdk.nashorn.internal.scripts.Script$Recompilation$21$16245A$^eval_.initializeCoreMod$transformer-5(<eval>:326) ~[?:?]
    at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:638) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:229) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:387) ~[nashorn.jar:?]
    at jdk.nashorn.api.scripting.ScriptObjectMirror.call(ScriptObjectMirror.java:110) ~[nashorn.jar:?]
    at net.minecraftforge.coremod.NashornFactory.lambda$getFunction$0(NashornFactory.java:18) ~[coremods-4.0.6.jar:4.0.6+14+master.c21a551]
    at net.minecraftforge.coremod.NashornFactory$$Lambda$427/697463019.apply(Unknown Source) ~[?:?]
    at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:18) ~[coremods-4.0.6.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:10) ~[coremods-4.0.6.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModBaseTransformer.transform(CoreModBaseTransformer.java:38) [coremods-4.0.6.jar:?]
    at cpw.mods.modlauncher.TransformerHolder.transform(TransformerHolder.java:41) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.performVote(ClassTransformer.java:179) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:111) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.buildTransformedClassNodeFor(TransformingClassLoader.java:142) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchyFromFile(TransformerClassWriter.java:149) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:112) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformerClassWriter.getSupers(TransformerClassWriter.java:83) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformerClassWriter.getCommonSuperClass(TransformerClassWriter.java:66) [modlauncher-8.1.3.jar:?]
    at org.objectweb.asm.SymbolTable.addMergedType(SymbolTable.java:1202) [asm-9.1.jar:9.1]
    at org.objectweb.asm.Frame.merge(Frame.java:1299) [asm-9.1.jar:9.1]
    at org.objectweb.asm.Frame.merge(Frame.java:1197) [asm-9.1.jar:9.1]
    at org.objectweb.asm.MethodWriter.computeAllFrames(MethodWriter.java:1610) [asm-9.1.jar:9.1]
    at org.objectweb.asm.MethodWriter.visitMaxs(MethodWriter.java:1546) [asm-9.1.jar:9.1]
    at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:769) [asm-tree-9.1.jar:9.1]
    at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:649) [asm-tree-9.1.jar:9.1]
    at org.objectweb.asm.tree.ClassNode.accept(ClassNode.java:452) [asm-tree-9.1.jar:9.1]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:133) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.buildTransformedClassNodeFor(TransformingClassLoader.java:142) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.LaunchPluginHandler.lambda$null$8(LaunchPluginHandler.java:97) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.LaunchPluginHandler$$Lambda$459/1052962026.buildTransformedClassNodeFor(Unknown Source) [modlauncher-8.1.3.jar:?]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.getClassNode(MixinLaunchPluginLegacy.java:222) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.getClassNode(MixinLaunchPluginLegacy.java:207) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:2005) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1017) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:1007) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:895) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:867) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:779) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:539) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:462) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) [modlauncher-8.1.3.jar:8.1.3+8.1.3+main-8.1.x.c94d18ec]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [modlauncher-8.1.3.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) [?: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$464/284123040.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:?]
[12:29:44] [pool-3-thread-1/INFO]: start
[12:29:44] [pool-3-thread-1/ERROR]: Error occurred applying transform of coremod META-INF/itemtransformer.js function tick
jdk.nashorn.internal.runtime.ECMAException: TypeError: null has no such function «getNext»
    at jdk.nashorn.internal.runtime.ECMAErrors.error(ECMAErrors.java:57) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:213) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:185) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:172) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.linker.NashornBottomLinker.linkNull(NashornBottomLinker.java:172) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.linker.NashornBottomLinker.getGuardedInvocation(NashornBottomLinker.java:64) ~[nashorn.jar:?]
    at jdk.internal.dynalink.support.CompositeGuardingDynamicLinker.getGuardedInvocation(CompositeGuardingDynamicLinker.java:124) ~[nashorn.jar:?]
    at jdk.internal.dynalink.support.LinkerServicesImpl.getGuardedInvocation(LinkerServicesImpl.java:149) ~[nashorn.jar:?]
    at jdk.internal.dynalink.DynamicLinker.relink(DynamicLinker.java:233) ~[nashorn.jar:?]
    at jdk.nashorn.internal.scripts.Script$Recompilation$21$16245A$^eval_.initializeCoreMod$transformer-5(<eval>:326) ~[?:?]
    at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:638) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:229) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:387) ~[nashorn.jar:?]
    at jdk.nashorn.api.scripting.ScriptObjectMirror.call(ScriptObjectMirror.java:110) ~[nashorn.jar:?]
    at net.minecraftforge.coremod.NashornFactory.lambda$getFunction$0(NashornFactory.java:18) ~[coremods-4.0.6.jar:4.0.6+14+master.c21a551]
    at net.minecraftforge.coremod.NashornFactory$$Lambda$427/697463019.apply(Unknown Source) ~[?:?]
    at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:18) ~[coremods-4.0.6.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:10) ~[coremods-4.0.6.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModBaseTransformer.transform(CoreModBaseTransformer.java:38) [coremods-4.0.6.jar:?]
    at cpw.mods.modlauncher.TransformerHolder.transform(TransformerHolder.java:41) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.performVote(ClassTransformer.java:179) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:111) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [modlauncher-8.1.3.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
    at net.minecraft.block.Blocks.<clinit>(Blocks.java:30) [?:?]
    at net.minecraft.world.gen.surfacebuilders.SurfaceBuilder.<clinit>(SurfaceBuilder.java:12) [?:?]
    at net.minecraft.world.gen.surfacebuilders.ConfiguredSurfaceBuilders.<clinit>(SourceFile:11) [?:?]
    at net.minecraft.util.registry.WorldGenRegistries.func_243674_g(WorldGenRegistries.java:33) [?:?]
    at net.minecraft.util.registry.WorldGenRegistries$$Lambda$658/523755137.get(Unknown Source) [?:?]
    at net.minecraft.util.registry.WorldGenRegistries.func_243668_a(WorldGenRegistries.java:89) [?:?]
    at net.minecraft.util.registry.WorldGenRegistries$$Lambda$666/1790389397.accept(Unknown Source) [?:?]
    at java.util.LinkedHashMap.forEach(LinkedHashMap.java:676) [?:1.8.0_51]
    at net.minecraft.util.registry.WorldGenRegistries.<clinit>(WorldGenRegistries.java:88) [?:?]
    at net.minecraft.util.registry.Registry.<clinit>(Registry.java:464) [?:?]
    at net.minecraft.util.registry.Bootstrap.func_151354_b(Bootstrap.java:38) [?:?]
    at net.minecraft.client.main.Main.lambda$main$0(Main.java:123) [?:?]
    at net.minecraft.client.main.Main$$Lambda$604/876669389.run(Unknown Source) [?:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[12:29:46] [pool-3-thread-1/INFO]: start
[12:29:46] [pool-3-thread-1/ERROR]: Error occurred applying transform of coremod META-INF/itemtransformer.js function tick
jdk.nashorn.internal.runtime.ECMAException: TypeError: null has no such function «getNext»
    at jdk.nashorn.internal.runtime.ECMAErrors.error(ECMAErrors.java:57) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:213) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:185) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:172) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.linker.NashornBottomLinker.linkNull(NashornBottomLinker.java:172) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.linker.NashornBottomLinker.getGuardedInvocation(NashornBottomLinker.java:64) ~[nashorn.jar:?]
    at jdk.internal.dynalink.support.CompositeGuardingDynamicLinker.getGuardedInvocation(CompositeGuardingDynamicLinker.java:124) ~[nashorn.jar:?]
    at jdk.internal.dynalink.support.LinkerServicesImpl.getGuardedInvocation(LinkerServicesImpl.java:149) ~[nashorn.jar:?]
    at jdk.internal.dynalink.DynamicLinker.relink(DynamicLinker.java:233) ~[nashorn.jar:?]
    at jdk.nashorn.internal.scripts.Script$Recompilation$21$16245A$^eval_.initializeCoreMod$transformer-5(<eval>:326) ~[?:?]
    at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:638) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:229) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:387) ~[nashorn.jar:?]
    at jdk.nashorn.api.scripting.ScriptObjectMirror.call(ScriptObjectMirror.java:110) ~[nashorn.jar:?]
    at net.minecraftforge.coremod.NashornFactory.lambda$getFunction$0(NashornFactory.java:18) ~[coremods-4.0.6.jar:4.0.6+14+master.c21a551]
    at net.minecraftforge.coremod.NashornFactory$$Lambda$427/697463019.apply(Unknown Source) ~[?:?]
    at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:18) ~[coremods-4.0.6.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:10) ~[coremods-4.0.6.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModBaseTransformer.transform(CoreModBaseTransformer.java:38) [coremods-4.0.6.jar:?]
    at cpw.mods.modlauncher.TransformerHolder.transform(TransformerHolder.java:41) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.performVote(ClassTransformer.java:179) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:111) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.buildTransformedClassNodeFor(TransformingClassLoader.java:142) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.LaunchPluginHandler.lambda$null$8(LaunchPluginHandler.java:97) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.LaunchPluginHandler$$Lambda$459/1052962026.buildTransformedClassNodeFor(Unknown Source) [modlauncher-8.1.3.jar:?]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.getClassNode(MixinLaunchPluginLegacy.java:222) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.getClassNode(MixinLaunchPluginLegacy.java:207) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:2005) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:981) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:943) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethodDescriptor(MixinTargetContext.java:1000) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformDescriptor(MixinTargetContext.java:915) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethodRef(MixinTargetContext.java:558) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:465) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:532) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:518) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:386) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) [mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) [modlauncher-8.1.3.jar:8.1.3+8.1.3+main-8.1.x.c94d18ec]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [modlauncher-8.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [modlauncher-8.1.3.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
    at net.minecraft.util.registry.Registry.func_218353_F(Registry.java:159) [?:?]
    at net.minecraft.util.registry.Registry$$Lambda$618/1408814539.get(Unknown Source) [?:?]
    at net.minecraft.util.registry.Registry.lambda$static$51(Registry.java:466) [?:?]
    at net.minecraft.util.registry.Registry$$Lambda$2246/1186271009.accept(Unknown Source) [?:?]
    at java.util.LinkedHashMap.forEach(LinkedHashMap.java:676) [?:1.8.0_51]
    at net.minecraft.util.registry.Registry.<clinit>(Registry.java:465) [?:?]
    at net.minecraft.util.registry.Bootstrap.func_151354_b(Bootstrap.java:38) [?:?]
    at net.minecraft.client.main.Main.lambda$main$0(Main.java:123) [?:?]
    at net.minecraft.client.main.Main$$Lambda$604/876669389.run(Unknown Source) [?:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[12:29:47] [main/INFO]: Environment: authHost=’https://authserver.mojang.com’, accountsHost=’https://api.mojang.com’, sessionHost=’https://sessionserver.mojang.com’, servicesHost=’https://api.minecraftservices.com’, name=’PROD’
[12:29:47] [main/INFO]: Setting user: Krofick
[12:29:47] [main/INFO]: Backend library: LWJGL version 3.2.2 build 10
[12:29:48] [modloading-worker-11/INFO]: Mod usefulbackpacks is signed with a valid certificate.
[12:29:48] [modloading-worker-3/INFO]: Mod uteamcore is signed with a valid certificate.
[12:29:49] [modloading-worker-3/INFO]: Forge mod loading, version 36.2.34, for MC 1.16.5 with MCP 20210115.111550
[12:29:49] [modloading-worker-3/INFO]: MinecraftForge v36.2.34 Initialized
[12:29:49] [modloading-worker-10/INFO]: [Wall-Jump! UNOFFICIAL] is initialized!
[12:29:49] [modloading-worker-9/INFO]: Injecting super coyotes…
[12:29:53] [main/INFO]: Narrator library for x64 successfully loaded
[12:29:53] [main/INFO]: Reloading ResourceManager: Default, Mod Resources, quark-emote-pack
[12:29:53] [modloading-worker-4/INFO]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: []
[12:29:53] [modloading-worker-4/INFO]: Loading Module Chain Linkage
[12:29:53] [modloading-worker-4/INFO]: Loading Module Chains Connect Blocks
[12:29:53] [modloading-worker-4/INFO]: Loading Module Chute
[12:29:53] [modloading-worker-4/INFO]: Loading Module Color Slime
[12:29:53] [modloading-worker-4/INFO]: Loading Module Dispensers Place Blocks
[12:29:53] [modloading-worker-4/INFO]: Loading Module Ender Watcher
[12:29:53] [modloading-worker-4/INFO]: Loading Module Endermites Form Shulkers
[12:29:53] [modloading-worker-4/INFO]: Loading Module Feeding Trough
[12:29:53] [modloading-worker-4/INFO]: Loading Module Gravisand
[12:29:53] [modloading-worker-4/INFO]: Loading Module Iron Rod
[12:29:53] [modloading-worker-4/INFO]: Loading Module Jukebox Automation
[12:29:53] [modloading-worker-4/INFO]: Loading Module Metal Buttons
[12:29:53] [modloading-worker-4/INFO]: Loading Module Obsidian Plate
[12:29:53] [modloading-worker-4/INFO]: Loading Module Pistons Move Tile Entities
[12:29:53] [modloading-worker-4/INFO]: Loading Module Redstone Circuit
[12:29:53] [modloading-worker-4/INFO]: Loading Module Weather Sensor
[12:29:53] [modloading-worker-4/INFO]: Loading Module Bamboo Mat
[12:29:53] [modloading-worker-4/INFO]: Loading Module Burn Vines
[12:29:53] [modloading-worker-4/INFO]: Loading Module Celebratory Lamps
[12:29:53] [modloading-worker-4/INFO]: Loading Module Cobblestone Bricks
[12:29:53] [modloading-worker-4/INFO]: Loading Module Compressed Blocks
[12:29:53] [modloading-worker-4/INFO]: Loading Module Duskbound Blocks
[12:29:53] [modloading-worker-4/INFO]: Loading Module Framed Glass
[12:29:53] [modloading-worker-4/INFO]: Loading Module Gold Bars
[12:29:53] [modloading-worker-4/INFO]: Loading Module Grate
[12:29:53] [modloading-worker-4/INFO]: Loading Module Hedges
[12:29:53] [modloading-worker-4/INFO]: Loading Module Iron Plates
[12:29:53] [modloading-worker-4/INFO]: Loading Module Item Frames
[12:29:53] [modloading-worker-4/INFO]: Loading Module Leaf Carpet
[12:29:53] [modloading-worker-4/INFO]: Loading Module Lit Lamp
[12:29:53] [modloading-worker-4/INFO]: Loading Module Midori
[12:29:53] [modloading-worker-4/INFO]: Loading Module More Brick Types
[12:29:53] [modloading-worker-4/INFO]: Loading Module More Potted Plants
[12:29:53] [modloading-worker-4/INFO]: Loading Module More Stone Variants
[12:29:53] [modloading-worker-4/INFO]: Loading Module Nether Brick Fence Gate
[12:29:53] [modloading-worker-4/INFO]: Loading Module Paper Decor
[12:29:53] [modloading-worker-4/INFO]: Loading Module Quilted Wool
[12:29:53] [modloading-worker-4/INFO]: Loading Module Rope
[12:29:53] [modloading-worker-4/INFO]: Loading Module Shallow Dirt
[12:29:53] [modloading-worker-4/INFO]: Loading Module Shingles
[12:29:53] [modloading-worker-4/INFO]: Loading Module Soul Sandstone
[12:29:53] [modloading-worker-4/INFO]: Loading Module Stained Planks
[12:29:53] [modloading-worker-4/INFO]: Loading Module Stools
[12:29:53] [modloading-worker-4/INFO]: Loading Module Sturdy Stone
[12:29:53] [modloading-worker-4/INFO]: Loading Module Tallow And Candles
[12:29:53] [modloading-worker-4/INFO]: Loading Module Thatch
[12:29:53] [modloading-worker-4/INFO]: Loading Module Tie Leads To Fences
[12:29:53] [modloading-worker-4/INFO]: Loading Module Turf
[12:29:53] [modloading-worker-4/INFO]: Loading Module Variant Bookshelves
[12:29:53] [modloading-worker-4/INFO]: Loading Module Variant Chests
[12:29:53] [modloading-worker-4/INFO]: Loading Module Variant Ladders
[12:29:53] [modloading-worker-4/INFO]: Loading Module Vertical Planks
[12:29:53] [modloading-worker-4/INFO]: Loading Module Vertical Slabs
[12:29:53] [modloading-worker-4/INFO]: Loading Module Wooden Posts
[12:29:53] [modloading-worker-4/INFO]: Loading Module Chests In Boats
[12:29:53] [modloading-worker-4/INFO]: Loading Module Easy Transfering
[12:29:53] [modloading-worker-4/INFO]: Loading Module Hotbar Changer
[12:29:53] [modloading-worker-4/INFO]: Loading Module Inventory Sorting
[12:29:53] [modloading-worker-4/INFO]: Loading Module Item Sharing
[12:29:53] [modloading-worker-4/INFO]: Loading Module Right Click Armor
[12:29:53] [modloading-worker-4/INFO]: Loading Module Shulker Box Right Click
[12:29:53] [modloading-worker-4/INFO]: Loading Module Endermosh Music Disc
[12:29:53] [modloading-worker-4/INFO]: Loading Module Abacus
[12:29:53] [modloading-worker-4/INFO]: Loading Module Ambient Discs
[12:29:53] [modloading-worker-4/INFO]: Loading Module Ancient Tomes
[12:29:53] [modloading-worker-4/INFO]: Loading Module Bottled Cloud
[12:29:53] [modloading-worker-4/INFO]: Loading Module Camera
[12:29:53] [modloading-worker-4/INFO]: Loading Module Color Runes
[12:29:53] [modloading-worker-4/INFO]: Loading Module Pathfinder Maps
[12:29:53] [modloading-worker-4/INFO]: Loading Module Pickarang
[12:29:53] [modloading-worker-4/INFO]: Loading Module Seed Pouch
[12:29:53] [modloading-worker-4/INFO]: Loading Module Slime In A Bucket
[12:29:53] [modloading-worker-4/INFO]: Loading Module Trowel
[12:29:53] [modloading-worker-4/INFO]: Loading Module Skull Pikes
[12:29:53] [modloading-worker-4/INFO]: Loading Module Armed Armor Stands
[12:29:53] [modloading-worker-4/INFO]: Loading Module Automatic Recipe Unlock
[12:29:53] [modloading-worker-4/INFO]: Loading Module Axe Leaf Harvesting
[12:29:53] [modloading-worker-4/INFO]: Loading Module Better Elytra Rocket
[12:29:53] [modloading-worker-4/INFO]: Loading Module Campfires Boost Elytra
[12:29:53] [modloading-worker-4/INFO]: Loading Module Compasses Work Everywhere
[12:29:53] [modloading-worker-4/INFO]: Loading Module Dirt To Path
[12:29:53] [modloading-worker-4/INFO]: Loading Module Double Door Opening
[12:29:53] [modloading-worker-4/INFO]: Loading Module Dragon Scales
[12:29:53] [modloading-worker-4/INFO]: Loading Module Emotes
[12:29:53] [modloading-worker-4/INFO]: Loading Module Enhanced Ladders
[12:29:53] [modloading-worker-4/INFO]: Loading Module Glass Shard
[12:29:53] [modloading-worker-4/INFO]: Loading Module Hoe Harvesting
[12:29:53] [modloading-worker-4/INFO]: Loading Module Improved Sleeping
[12:29:53] [modloading-worker-4/INFO]: Loading Module Infinity Bucket
[12:29:53] [modloading-worker-4/INFO]: Loading Module Lava Bucket As Trash
[12:29:53] [modloading-worker-4/INFO]: Loading Module Lock Rotation
[12:29:53] [modloading-worker-4/INFO]: Loading Module More Banner Layers
[12:29:53] [modloading-worker-4/INFO]: Loading Module Note Block Mob Sounds
[12:29:53] [modloading-worker-4/INFO]: Loading Module Pat The Dogs
[12:29:53] [modloading-worker-4/INFO]: Loading Module Poison Potato Usage
[12:29:53] [modloading-worker-4/INFO]: Loading Module Reacharound Placing
[12:29:53] [modloading-worker-4/INFO]: Loading Module Replace Scaffolding
[12:29:53] [modloading-worker-4/INFO]: Loading Module Sign Editing
[12:29:53] [modloading-worker-4/INFO]: Loading Module Simple Harvest
[12:29:53] [modloading-worker-4/INFO]: Loading Module Snow Golem Player Heads
[12:29:53] [modloading-worker-4/INFO]: Loading Module Springy Slime
[12:29:53] [modloading-worker-4/INFO]: Loading Module Utility Recipes
[12:29:53] [modloading-worker-4/INFO]: Loading Module Villagers Follow Emeralds
[12:29:53] [modloading-worker-4/INFO]: Loading Module Big Dungeon
[12:29:53] [modloading-worker-4/INFO]: Loading Module Big Stone Clusters
[12:29:53] [modloading-worker-4/INFO]: Loading Module Biotite
[12:29:53] [modloading-worker-4/INFO]: Loading Module Blossom Trees
[12:29:53] [modloading-worker-4/INFO]: Loading Module Cave Roots
[12:29:53] [modloading-worker-4/INFO]: Loading Module Chorus Vegetation
[12:29:53] [modloading-worker-4/INFO]: Loading Module Crevices
[12:29:53] [modloading-worker-4/INFO]: Loading Module Deepslate
[12:29:53] [modloading-worker-4/INFO]: Loading Module Fairy Rings
[12:29:53] [modloading-worker-4/INFO]: Loading Module Mega Caves
[12:29:53] [modloading-worker-4/INFO]: Loading Module Monster Box
[12:29:53] [modloading-worker-4/INFO]: Loading Module Nether Obsidian Spikes
[12:29:53] [modloading-worker-4/INFO]: Loading Module New Stone Types
[12:29:53] [modloading-worker-4/INFO]: Loading Module Realistic World Gen
[12:29:53] [modloading-worker-4/INFO]: Loading Module Speleothems
[12:29:53] [modloading-worker-4/INFO]: Loading Module Spiral Spires
[12:29:53] [modloading-worker-4/INFO]: Loading Module Underground Clay
[12:29:53] [modloading-worker-4/INFO]: Loading Module Brimstone Underground Biome
[12:29:53] [modloading-worker-4/INFO]: Loading Module Cave Crystal Underground Biome
[12:29:53] [modloading-worker-4/INFO]: Loading Module Elder Prismarine Underground Biome
[12:29:53] [modloading-worker-4/INFO]: Loading Module Glowshroom Underground Biome
[12:29:53] [modloading-worker-4/INFO]: Loading Module Lush Underground Biome
[12:29:53] [modloading-worker-4/INFO]: Loading Module Overgrown Underground Biome
[12:29:53] [modloading-worker-4/INFO]: Loading Module Permafrost Underground Biome
[12:29:53] [modloading-worker-4/INFO]: Loading Module Sandstone Underground Biome
[12:29:53] [modloading-worker-4/INFO]: Loading Module Slime Underground Biome
[12:29:53] [modloading-worker-4/INFO]: Loading Module Spider Nest Underground Biome
[12:29:53] [modloading-worker-4/INFO]: Loading Module Crabs
[12:29:53] [modloading-worker-4/INFO]: Loading Module Forgotten
[12:29:53] [modloading-worker-4/INFO]: Loading Module Foxhound
[12:29:53] [modloading-worker-4/INFO]: Loading Module Frogs
[12:29:53] [modloading-worker-4/INFO]: Loading Module Stonelings
[12:29:53] [modloading-worker-4/INFO]: Loading Module Toretoise
[12:29:53] [modloading-worker-4/INFO]: Loading Module Wraith
[12:29:53] [modloading-worker-4/INFO]: Loading Module Auto Walk Keybind
[12:29:53] [modloading-worker-4/INFO]: Loading Module Back Button Keybind
[12:29:53] [modloading-worker-4/INFO]: Loading Module Chest Searching
[12:29:53] [modloading-worker-4/INFO]: Loading Module Greener Grass
[12:29:53] [modloading-worker-4/INFO]: Loading Module Improved Mount Hud
[12:29:53] [modloading-worker-4/INFO]: Loading Module Improved Tooltips
[12:29:53] [modloading-worker-4/INFO]: Loading Module Usage Ticker
[12:29:53] [modloading-worker-4/INFO]: Loading Module Variant Animal Textures
[12:29:53] [modloading-worker-4/INFO]: Loading Module Backpack
[12:29:53] [modloading-worker-4/INFO]: Loading Module Crate
[12:29:53] [modloading-worker-4/INFO]: Loading Module Magnets
[12:29:53] [modloading-worker-4/INFO]: Loading Module Matrix Enchanting
[12:29:53] [modloading-worker-4/INFO]: Loading Module Pipes
[12:29:53] [modloading-worker-4/INFO]: Loading Module Totem Of Holding
[12:29:53] [modloading-worker-4/INFO]: Loading Module Adjustable Chat
[12:29:53] [modloading-worker-4/INFO]: Loading Module Custom Underground Biome
[12:29:53] [modloading-worker-4/INFO]: Loading Module Game Nerfs
[12:29:53] [modloading-worker-4/INFO]: Loading Module Microcrafting Helper
[12:29:53] [modloading-worker-4/INFO]: Loading Module Narrator Readout
[12:29:53] [modloading-worker-4/INFO]: Loading Module Overlay Shader
[12:29:53] [modloading-worker-4/INFO]: Loading Module Pallet
[12:29:53] [modloading-worker-4/INFO]: Loading Module Shiba
[12:29:53] [Worker-Main-14/INFO]: No plugins for JourneyMap API discovered.
[12:29:53] [Worker-Main-9/INFO]: Overspawning lammergeiers…
[12:29:53] [Forge Version Check/INFO]: [usefulbackpacks] Starting version check at https://api.u-team.info/update/usefulbackpacks.json
[12:29:53] [Worker-Main-12/WARN]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:anvil_pet_entity, use EntityAttributeCreationEvent instead.
[12:29:53] [Worker-Main-12/WARN]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:bed_pet_entity, use EntityAttributeCreationEvent instead.
[12:29:53] [Worker-Main-12/WARN]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:bill_gates_entity, use EntityAttributeCreationEvent instead.
[12:29:53] [Worker-Main-12/WARN]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:satya_nadella_entity, use EntityAttributeCreationEvent instead.
[12:29:53] [Worker-Main-12/WARN]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:steve_ballmer_entity, use EntityAttributeCreationEvent instead.
[12:29:53] [Worker-Main-12/WARN]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:siamese_entity, use EntityAttributeCreationEvent instead.
[12:29:53] [Worker-Main-12/WARN]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:mini_quantum_blaze_entity, use EntityAttributeCreationEvent instead.
[12:29:53] [Worker-Main-12/WARN]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:mini_quantum_enderman_entity, use EntityAttributeCreationEvent instead.
[12:29:54] [Worker-Main-9/WARN]: Called deprecated GlobalEntityTypeAttributes#put for quark:forgotten, use EntityAttributeCreationEvent instead.
[12:29:54] [Worker-Main-9/WARN]: Called deprecated GlobalEntityTypeAttributes#put for quark:shiba, use EntityAttributeCreationEvent instead.
[12:29:54] [Worker-Main-9/WARN]: Called deprecated GlobalEntityTypeAttributes#put for quark:wraith, use EntityAttributeCreationEvent instead.
[12:29:54] [Worker-Main-9/WARN]: Called deprecated GlobalEntityTypeAttributes#put for quark:frog, use EntityAttributeCreationEvent instead.
[12:29:54] [Worker-Main-9/WARN]: Called deprecated GlobalEntityTypeAttributes#put for quark:stoneling, use EntityAttributeCreationEvent instead.
[12:29:54] [Worker-Main-9/WARN]: Called deprecated GlobalEntityTypeAttributes#put for quark:crab, use EntityAttributeCreationEvent instead.
[12:29:54] [Worker-Main-9/WARN]: Called deprecated GlobalEntityTypeAttributes#put for quark:leash_knot_fake, use EntityAttributeCreationEvent instead.
[12:29:54] [Worker-Main-9/WARN]: Called deprecated GlobalEntityTypeAttributes#put for quark:toretoise, use EntityAttributeCreationEvent instead.
[12:29:54] [Worker-Main-9/WARN]: Called deprecated GlobalEntityTypeAttributes#put for quark:wrapped, use EntityAttributeCreationEvent instead.
[12:29:54] [Worker-Main-9/WARN]: Called deprecated GlobalEntityTypeAttributes#put for quark:foxhound, use EntityAttributeCreationEvent instead.
[12:29:54] [main/INFO]: Initializing Packet Registries
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]: java.io.FileNotFoundException: creativecore:gui/default_style.json
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at net.minecraft.resources.FallbackResourceManager.func_199002_a(FallbackResourceManager.java:63)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at net.minecraft.resources.SimpleReloadableResourceManager.func_199002_a(SimpleReloadableResourceManager.java:61)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at team.creative.creativecore.common.gui.style.GuiStyle.reload(GuiStyle.java:36)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at team.creative.creativecore.client.CreativeCoreClient.init(CreativeCoreClient.java:68)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at team.creative.creativecore.CreativeCore.client(CreativeCore.java:74)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at team.creative.creativecore.CreativeCore$$Lambda$3366/1134331261.accept(Unknown Source)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at net.minecraftforge.eventbus.EventBus$$Lambda$2959/299161977.invoke(Unknown Source)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at net.minecraftforge.eventbus.EventBus$$Lambda$3428/1065920535.invoke(Unknown Source)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at net.minecraftforge.fml.ModContainer$$Lambda$3296/445726857.run(Unknown Source)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689)
[12:29:54] [Worker-Main-14/INFO]: [team.creative.creativecore.common.gui.style.GuiStyle:reload:43]:     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
[12:29:54] [Worker-Main-14/ERROR]: Could not load default style
[12:29:54] [Worker-Main-12/INFO]: [Wall-Jump! UNOFFICIAL] Client is initialized!
[12:29:54] [Forge Version Check/INFO]: [usefulbackpacks] Found status: OUTDATED Current: 1.12.1.90 Target: 1.12.1.103
[12:29:54] [Forge Version Check/INFO]: [journeymap] Starting version check at https://forge.curseupdate.com/32274/journeymap
[12:29:54] [Worker-Main-9/INFO]: Rendering squirrel physics…
[12:29:54] [main/INFO]: Journeymap Initializing
[12:29:55] [main/INFO]: JourneyMap log initialized.
[12:29:55] [main/INFO]: initialize ENTER
[12:29:55] [main/INFO]: [ClientAPI] built with JourneyMap API 1.8-SNAPSHOT
[12:29:55] [main/INFO]: Initializing plugins with Client API: journeymap.client.api.impl.ClientAPI
[12:29:55] [Forge Version Check/WARN]: Failed to process update information
java.lang.NullPointerException: null
    at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:174) ~[?:?]
    at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:201) [?:?]
    at net.minecraftforge.fml.VersionChecker$1$$Lambda$6411/1426077629.accept(Unknown Source) [?:?]
    at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:142) [?:?]
[12:29:55] [Forge Version Check/INFO]: [christmasfestivity] Starting version check at https://raw.githubusercontent.com/TheMillman/ChristmasFestivity/main/update.json
[12:29:55] [Forge Version Check/INFO]: [christmasfestivity] Found status: AHEAD Current: 1.4.7-1.16.5-forge Target: null
[12:29:55] [Forge Version Check/INFO]: [uteamcore] Starting version check at https://api.u-team.info/update/uteamcore.json
[12:29:55] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null
[12:29:55] [Forge Version Check/INFO]: [uteamcore] Found status: OUTDATED Current: 3.2.1.196 Target: 3.2.1.229
[12:29:55] [Forge Version Check/INFO]: [cfm] Starting version check at https://mrcrayfish.com/modupdatejson?id=cfm
[12:29:55] [main/INFO]: initialize EXIT, elapsed count 1 avg 817,28ms
[12:29:56] [Forge Version Check/WARN]: Failed to process update information
java.lang.NullPointerException: null
    at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:174) ~[?:?]
    at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:201) [?:?]
    at net.minecraftforge.fml.VersionChecker$1$$Lambda$6411/1426077629.accept(Unknown Source) [?:?]
    at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:142) [?:?]
[12:29:56] [Forge Version Check/INFO]: [fallingtree] Starting version check at https://raw.githubusercontent.com/RakSrinaNa/FallingTree/1.16.5/update.json
[12:29:56] [Forge Version Check/WARN]: Failed to process update information
java.lang.NullPointerException: null
    at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:174) ~[?:?]
    at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:201) [?:?]
    at net.minecraftforge.fml.VersionChecker$1$$Lambda$6411/1426077629.accept(Unknown Source) [?:?]
    at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:142) [?:?]
[12:29:56] [Forge Version Check/INFO]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[12:29:56] [Forge Version Check/INFO]: [forge] Found status: UP_TO_DATE Current: 36.2.34 Target: null
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/kettle_tray_lid
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/kettle_handle_lid
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/kettle
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_double00
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/kettle_tray
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/kettle_handle
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_double01
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_double20
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_double12
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_double22
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_double02
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_double21
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_middle1
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_double10
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_middle2
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_middle0
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:block/coffee_stem_double11
[12:29:58] [Worker-Main-8/WARN]: Unable to resolve texture reference: #missing in farmersrespite:item/kettle
[12:29:58] [Worker-Main-8/WARN]: Texture tea_kettle:block/teas/white_tea with size 4×4 limits mip level from 4 to 2
[12:29:59] [main/INFO]: Journeymap PostInit
[12:29:59] [main/INFO]: Preloaded theme textures: 73
[12:29:59] [main/INFO]: postInitialize EXIT, elapsed count 1 avg 274,75ms
[12:29:59] [JM-VersionCheck-1/ERROR]: Could not check version URL
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) ~[?:1.8.0_51]
    at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) ~[?:1.8.0_51]
    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) ~[?:1.8.0_51]
    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) ~[?:1.8.0_51]
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) ~[?:1.8.0_51]
    at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) ~[?:1.8.0_51]
    at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) ~[?:1.8.0_51]
    at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) ~[?:1.8.0_51]
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) ~[?:1.8.0_51]
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[?:1.8.0_51]
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[?:1.8.0_51]
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[?:1.8.0_51]
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:275) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:254) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:117) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:314) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3]
    at journeymap.common.version.VersionCheck.makeGetRequest(VersionCheck.java:211) [?:1.16.5-5.8.5p6]
    at journeymap.common.version.VersionCheck.lambda$checkVersion$1(VersionCheck.java:121) [?:1.16.5-5.8.5p6]
    at journeymap.common.version.VersionCheck$$Lambda$7004/2025060646.run(Unknown Source) [?:1.16.5-5.8.5p6]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) ~[?:1.8.0_51]
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) ~[?:1.8.0_51]
    at sun.security.validator.Validator.validate(Validator.java:260) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_51]
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) ~[?:1.8.0_51]
    … 28 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) ~[?:1.8.0_51]
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) ~[?:1.8.0_51]
    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) ~[?:1.8.0_51]
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) ~[?:1.8.0_51]
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) ~[?:1.8.0_51]
    at sun.security.validator.Validator.validate(Validator.java:260) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_51]
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) ~[?:1.8.0_51]
    … 28 more
[12:30:00] [JM-VersionCheck-1/ERROR]: Could not check version URL
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) ~[?:1.8.0_51]
    at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) ~[?:1.8.0_51]
    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) ~[?:1.8.0_51]
    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) ~[?:1.8.0_51]
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) ~[?:1.8.0_51]
    at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) ~[?:1.8.0_51]
    at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) ~[?:1.8.0_51]
    at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) ~[?:1.8.0_51]
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) ~[?:1.8.0_51]
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[?:1.8.0_51]
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[?:1.8.0_51]
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[?:1.8.0_51]
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:275) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:254) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:117) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:314) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) ~[httpclient-4.3.3.jar:4.3.3]
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3]
    at journeymap.common.version.VersionCheck.makeGetRequest(VersionCheck.java:211) [?:1.16.5-5.8.5p6]
    at journeymap.common.version.VersionCheck.lambda$checkVersion$1(VersionCheck.java:122) [?:1.16.5-5.8.5p6]
    at journeymap.common.version.VersionCheck$$Lambda$7004/2025060646.run(Unknown Source) [?:1.16.5-5.8.5p6]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) ~[?:1.8.0_51]
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) ~[?:1.8.0_51]
    at sun.security.validator.Validator.validate(Validator.java:260) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_51]
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) ~[?:1.8.0_51]
    … 28 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) ~[?:1.8.0_51]
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) ~[?:1.8.0_51]
    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) ~[?:1.8.0_51]
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) ~[?:1.8.0_51]
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) ~[?:1.8.0_51]
    at sun.security.validator.Validator.validate(Validator.java:260) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_51]
    at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_51]
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) ~[?:1.8.0_51]
    … 28 more
[12:30:00] [main/INFO]: OpenAL initialized.
[12:30:00] [main/INFO]: Sound engine started
[12:30:01] [main/INFO]: Created: 256x128x0 jei:textures/atlas/gui.png-atlas
[12:30:01] [main/INFO]: Endimation Data Manager has loaded 0 Endimations
[12:30:01] [main/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
[12:30:01] [main/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
[12:30:01] [main/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[12:30:01] [main/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[12:30:01] [main/INFO]: Created: 1024x512x4 minecraft:textures/atlas/chest.png-atlas
[12:30:01] [main/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[12:30:01] [main/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[12:30:02] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[12:30:02] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[12:30:02] [main/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[12:30:02] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
[12:30:27] [Netty Client IO #0/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:27] [Netty Client IO #1/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:27] [Netty Client IO #0/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:27] [Netty Client IO #0/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:27] [Netty Client IO #0/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:28] [Netty Client IO #2/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:28] [Netty Client IO #3/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:28] [Netty Client IO #4/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:28] [Netty Client IO #7/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:28] [Netty Client IO #5/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:29] [main/INFO]: Connecting to localhost, 25565
[12:30:29] [Netty Client IO #8/INFO]: Connected to a vanilla server. Catching up missing behaviour.
[12:30:29] [Netty Client IO #8/INFO]: Loading JourneyMap Forge Configs
[12:30:29] [Netty Client IO #8/INFO]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: []
[12:30:29] [Netty Client IO #8/ERROR]: Exception caught during firing event: null
    Index: 1
    Listeners:
        0: NORMAL
        1: net.minecraftforge.eventbus.EventBus$$Lambda$2959/[email protected]
        2: net.minecraftforge.eventbus.EventBus$$Lambda$2959/[email protected]
java.lang.NullPointerException
    at dev.itsmeow.betteranimalsplus.imdlib.entity.EntityRegistrarHandler.lambda$init$7(EntityRegistrarHandler.java:94)
    at dev.itsmeow.betteranimalsplus.imdlib.entity.EntityRegistrarHandler$$Lambda$4810/315343911.accept(Unknown Source)
    at dev.itsmeow.betteranimalsplus.imdlib.util.config.ConfigBuilder.onLoad(ConfigBuilder.java:23)
    at dev.itsmeow.betteranimalsplus.imdlib.util.config.ConfigBuilderForge.onLoadForge(ConfigBuilderForge.java:59)
    at dev.itsmeow.betteranimalsplus.imdlib.util.config.ConfigBuilderForge$$Lambda$4823/578057674.accept(Unknown Source)
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
    at net.minecraftforge.eventbus.EventBus$$Lambda$2959/299161977.invoke(Unknown Source)
    at net.minecraftforge.eventbus.EventBus$$Lambda$3428/1065920535.invoke(Unknown Source)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3111/1651379334.accept(Unknown Source)
    at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$7(ModContainer.java:152)
    at net.minecraftforge.fml.ModContainer$$Lambda$6096/1054825641.accept(Unknown Source)
    at java.util.Optional.ifPresent(Optional.java:159)
    at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:152)
    at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:90)
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadDefaultServerConfigs$6(ConfigTracker.java:133)
    at net.minecraftforge.fml.config.ConfigTracker$$Lambda$7430/711542727.accept(Unknown Source)
    at java.lang.Iterable.forEach(Iterable.java:75)
    at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062)
    at net.minecraftforge.fml.config.ConfigTracker.loadDefaultServerConfigs(ConfigTracker.java:129)
    at net.minecraftforge.fml.network.NetworkHooks.handleClientLoginSuccess(NetworkHooks.java:147)
    at net.minecraft.client.network.login.ClientLoginNetHandler.func_147390_a(ClientLoginNetHandler.java:118)
    at net.minecraft.network.login.server.SLoginSuccessPacket.func_148833_a(SourceFile:43)
    at net.minecraft.network.login.server.SLoginSuccessPacket.func_148833_a(SourceFile:12)
    at net.minecraft.network.NetworkManager.func_197664_a(NetworkManager.java:148)
    at net.minecraft.network.NetworkManager.channelRead0(NetworkManager.java:138)
    at net.minecraft.network.NetworkManager.channelRead0(NetworkManager.java:49)
    at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:647)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:582)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:499)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:461)
    at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
    at java.lang.Thread.run(Thread.java:745)

[12:30:29] [Netty Client IO #9/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:29] [Netty Client IO #10/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:29] [Netty Client IO #6/ERROR]: Channels [quark:main,carryon:carryonpackets,inventorypets:channel,cfm:network,abnormals_core:net,ironchest:network,autoreglib:main] rejected vanilla connections
[12:30:40] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[12:30:40] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[12:30:40] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[12:30:40] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[12:30:40] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[12:30:40] [main/WARN]: Ambiguity between arguments [waypoint, create, name, dimension, location, color, announce] and [waypoint, create, name, dimension, location, color, player] with inputs: [true, false]
[12:30:40] [main/WARN]: Ambiguity between arguments [waypoint, delete, name, announce] and [waypoint, delete, name, player] with inputs: [true, false]
[12:30:40] [main/INFO]: Reloading ResourceManager: Default, Farmer-s-Delight-0.6-1.16.5.jar, useful_backpacks-1.16.5-1.12.1.90.jar, tea_kettle-1.16.5-0.4.0.0.jar, CreativeCore_v2.1.0_mc1.16.5.jar, jei-1.16.5-7.7.1.152.jar, simplefarming-1.16.5-1.3.8.jar, abnormals_core-1.16.5-3.3.1.jar, farmersrespite-1.16.5-1.1.jar, journeymap-1.16.5-5.8.5p6.jar, christmasfestivity-1.4.7-1.16.5-forge.jar, YDM-s-MobHealthBar-v2.0-forge-1.16.5.jar, AutoRegLib-1.6-49.jar, sit-1.16.5-v1.3.2.jar, Better-Animals-Plus-1.16.5-11.0.8-Forge.jar, u_team_core-1.16.5-3.2.1.196.jar, cfm-7.0.0pre22-1.16.3.jar, ArchitecturyAPI-Forge-1.16.5-v1.32.66.jar, ItemPhysic_v1.4.17_mc1.16.5.jar, cloth-config-4.16.91-1.16-forge.jar, Wall-Jump-UNOFFICIAL-Forge-v1.6.4-1.16.5.jar, inventorypets-1.16.5-2.0.15.jar, carryon-1.16.5-1.15.5.15.jar, FallingTree-1.16.5-2.11.6.jar, forge-1.16.5-36.2.34-universal.jar, Quark-r2.4-322-1.16.5.jar, ironchest-1.16.5-11.2.21.jar
[12:30:41] [main/INFO]: Loot Modification Manager has loaded 0 sets of modifiers
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/simply_fireweed_tea as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe ironchest:upgrades/copper_to_iron_chest_upgrade as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe ironchest:chests/silver_diamond_chest as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/simply_green_tea as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/simply_chorus_tea as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe ironchest:chests/vanilla_copper_chest as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/simply_iced_tea as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe ironchest:chests/silver_gold_chest as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe ironchest:upgrades/copper_to_silver_chest_upgrade as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/simply_floral_tea as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/simply_cocoa as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe ironchest:upgrades/wood_to_copper_chest_upgrade as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/white_latte_quick as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/oolong_latte_quick as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/black_latte_quick as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe ironchest:chests/iron_silver_chest as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/simply_chai_tea as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/simply_black_tea as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe ironchest:upgrades/silver_to_gold_chest_upgrade as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe ironchest:chests/copper_iron_chest as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe ironchest:chests/copper_silver_chest as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/abundance_lavender_tea as it’s serializer returned null
[12:30:41] [main/INFO]: Skipping loading recipe tea_kettle:teas/green_latte_quick as it’s serializer returned null
[12:30:41] [main/INFO]: Loaded 15 recipes
[12:30:41] [main/INFO]: Advancement Modification Manager has loaded 0 sets of modifiers
[12:30:41] [main/ERROR]: Couldn’t parse loot table tea_kettle:blocks/ender_campfire_and_kettle
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string ‘endergetic:ender_campfire’
    at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:127) ~[?:?]
    at net.minecraft.util.JSONUtils$$Lambda$8375/577860226.get(Unknown Source) ~[?:?]
    at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
    at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:127) ~[?:?]
    at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:135) ~[?:?]
    at net.minecraft.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:55) ~[?:?]
    at net.minecraft.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:40) ~[?:?]
    at net.minecraft.loot.StandaloneLootEntry$Serializer.func_230421_b_(SourceFile:151) ~[?:?]
    at net.minecraft.loot.StandaloneLootEntry$Serializer.func_230421_b_(SourceFile:129) ~[?:?]
    at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:86) ~[?:?]
    at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
    at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
    at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
    at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
    at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:61) ~[?:?]
    at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:53) ~[?:?]
    at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:86) ~[?:?]
    at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
    at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
    at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
    at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
    at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:183) ~[?:?]
    at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:180) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
    at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
    at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
    at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:252) ~[?:?]
    at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:249) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:925) ~[gson-2.8.0.jar:?]
    at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:888) ~[?:?]
    at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) [?:?]
    at net.minecraft.loot.LootTableManager$$Lambda$8374/1129185590.accept(Unknown Source) [?:?]
    at java.util.HashMap.forEach(HashMap.java:1280) [?:1.8.0_51]
    at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) [?:?]
    at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) [?:?]
    at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
    at net.minecraft.client.resources.ReloadListener$$Lambda$6108/545320560.accept(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
    at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
    at net.minecraft.resources.AsyncReloader$$Lambda$6313/623931590.run(Unknown Source) [?:?]
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?]
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?]
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
    at net.minecraft.client.Minecraft.func_238189_a_(Minecraft.java:1865) [?:?]
    at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:1714) [?:?]
    at net.minecraft.client.Minecraft.func_238192_a_(Minecraft.java:1687) [?:?]
    at net.minecraft.client.gui.screen.CreateWorldScreen.func_195352_j(CreateWorldScreen.java:260) [?:?]
    at net.minecraft.client.gui.screen.CreateWorldScreen.lambda$init$11(CreateWorldScreen.java:205) [?:?]
    at net.minecraft.client.gui.screen.CreateWorldScreen$$Lambda$7690/708635965.onPress(Unknown Source) [?:?]
    at net.minecraft.client.gui.widget.button.Button.func_230930_b_(SourceFile:33) [?:?]
    at net.minecraft.client.gui.widget.button.AbstractButton.func_230982_a_(SourceFile:16) [?:?]
    at net.minecraft.client.gui.widget.Widget.func_231044_a_(Widget.java:136) [?:?]
    at net.minecraft.client.gui.INestedGuiEventHandler.func_231044_a_(SourceFile:27) [?:?]
    at net.minecraft.client.MouseHelper.func_198033_b(MouseHelper.java:87) [?:?]
    at net.minecraft.client.MouseHelper$$Lambda$7180/1909685965.run(Unknown Source) [?:?]
    at net.minecraft.client.gui.screen.Screen.func_231153_a_(Screen.java:427) [?:?]
    at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:85) [?:?]
    at net.minecraft.client.MouseHelper.func_228030_c_(MouseHelper.java:181) [?:?]
    at net.minecraft.client.MouseHelper$$Lambda$7179/334903645.run(Unknown Source) [?:?]
    at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) [?:?]
    at net.minecraft.client.MouseHelper.func_228028_b_(MouseHelper.java:180) [?:?]
    at net.minecraft.client.MouseHelper$$Lambda$6059/1653159791.invoke(Unknown Source) [?:?]
    at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) [lwjgl-glfw-3.2.2.jar:build 10]
    at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10]
    at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) [lwjgl-glfw-3.2.2.jar:build 10]
    at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:102) [?:?]
    at net.minecraft.client.MainWindow.func_227802_e_(MainWindow.java:306) [?:?]
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:997) [?:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?]
    at net.minecraft.client.main.Main.main(Main.java:184) [?:?]
    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$464/284123040.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:?]
[12:30:41] [main/INFO]: Loaded 1727 advancements
[12:30:42] [main/INFO]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: [minecraft:soul_fire_base_blocks, forge:glass_panes/magenta, forge:ores/biotite, farmersdelight:unaffected_by_rich_soil, quark:planks_vertical_slab, quark:stools, forge:storage_blocks/netherite, forge:glass_panes/white, forge:gravel, forge:glass_panes/cyan, forge:glass_panes/light_gray, minecraft:wool, forge:glass/colorless, forge:glass_panes/light_blue, minecraft:beehives, minecraft:ice, quark:candles, forge:ores/netherite_scrap, minecraft:dragon_immune, minecraft:crops, farmersdelight:heat_sources, quark:quilted_wools, forge:stained_glass, forge:glass/pink, forge:chests, forge:storage_blocks/emerald, forge:ores/redstone, minecraft:warped_stems, forge:glass/red, forge:storage_blocks/iron, forge:glass_panes/brown, forge:glass_panes/green, carryon:block_blacklist, minecraft:prevent_mob_spawning_inside, minecraft:climbable, forge:chests/trapped, forge:fence_gates, minecraft:dark_oak_logs, farmersdelight:compost_activators, quark:ladders, minecraft:coral_plants, farmersdelight:tray_heat_sources, forge:glass_panes, minecraft:non_flammable_wood, forge:sandstone, forge:glass_panes/colorless, minecraft:fences, minecraft:saplings, forge:storage_blocks/lapis, betteranimalsplus:butterfly_growables, minecraft:beds, forge:ores/diamond, minecraft:unstable_bottom_center, minecraft:doors, cfm:fence_gates/picket, minecraft:enderman_holdable, minecraft:banners, minecraft:infiniburn_overworld, minecraft:flower_pots, minecraft:wooden_fences, minecraft:wall_post_override, forge:obsidian, forge:enderman_place_on_blacklist, forge:glass/white, forge:glass_panes/red, minecraft:signs, farmersdelight:mushroom_colony_growable_on, minecraft:wither_summon_base_blocks, forge:glass/magenta, forge:ores/coal, minecraft:hoglin_repellents, minecraft:fire, cfm:fence_gates/upgraded, minecraft:base_stone_nether, minecraft:wall_signs, carryon:block_whitelist, forge:sand/colorless, minecraft:trapdoors, forge:glass/cyan, quark:crab_spawnable, forge:glass, inventorypets:chests, minecraft:soul_speed_blocks, forge:storage_blocks/charcoal, minecraft:leaves, minecraft:walls, minecraft:coral_blocks, forge:glass/green, forge:glass_panes/gray, minecraft:wither_immune, minecraft:acacia_logs, forge:stained_glass_panes, minecraft:underwater_bonemeals, forge:sand/red, minecraft:impermeable, minecraft:sand, forge:end_stones, forge:glass/brown, minecraft:logs_that_burn, forge:fences/wooden, sereneseasons:summer_crops, forge:glass/gray, minecraft:campfires, forge:storage_blocks, minecraft:infiniburn_nether, tea_kettle:furnaces, forge:glass_panes/orange, forge:glass/light_gray, forge:ores/quartz, minecraft:wooden_slabs, forge:glass/blue, minecraft:small_flowers, minecraft:wooden_trapdoors, cfm:fences/upgraded, forge:storage_blocks/coal, forge:glass_panes/black, forge:glass/light_blue, cfm:fences/picket, farmersdelight:wild_crops, forge:storage_blocks/redstone, sereneseasons:winter_crops, forge:glass_panes/blue, minecraft:stairs, quark:underground_biome_replaceable, sereneseasons:unbreakable_infertile_crops, minecraft:logs, forge:stone, minecraft:valid_spawn, minecraft:mushroom_grow_block, quark:wraith_spawnable, minecraft:wooden_doors, minecraft:standing_signs, minecraft:infiniburn_end, forge:glass_panes/yellow, sereneseasons:autumn_crops, forge:glass/purple, quark:slime_blocks, minecraft:crimson_stems, quark:vertical_slab, minecraft:wart_blocks, quark:hedges, farmersdelight:heat_conductors, minecraft:beacon_base_blocks, minecraft:shulker_boxes, minecraft:anvil, minecraft:birch_logs, forge:sand, minecraft:wall_corals, create:fan_heaters, tea_kettle:hot, forge:glass_panes/purple, forge:glass/yellow, quark:pike_trophies, minecraft:oak_logs, forge:ores/gold, forge:barrels, minecraft:piglin_repellents, forge:ores/lapis, forge:glass/black, minecraft:portals, forge:dirt, minecraft:bamboo_plantable_on, forge:fences/nether_brick, forge:glass/lime, forge:chests/wooden, forge:ores/iron, quark:lead_connectable, minecraft:pressure_plates, forge:storage_blocks/biotite, minecraft:jungle_logs, cfm:fences/hedge, forge:chests/ender, minecraft:wooden_stairs, minecraft:spruce_logs, minecraft:carpets, minecraft:base_stone_overworld, minecraft:wooden_buttons, quark:crystal, forge:fence_gates/wooden, minecraft:stone_bricks, forge:storage_blocks/quartz, forge:glass/orange, forge:glass_panes/lime, sereneseasons:spring_crops, minecraft:slabs, minecraft:guarded_by_piglins, forge:ores/emerald, minecraft:corals, minecraft:buttons, minecraft:flowers, quark:foxhound_spawnable, minecraft:planks, forge:cobblestone, minecraft:rails, forge:barrels/wooden, minecraft:strider_warm_blocks, forge:storage_blocks/gold, minecraft:fence_gates, forge:ores, minecraft:bee_growables, minecraft:wooden_pressure_plates, minecraft:tall_flowers, forge:fences, forge:bookshelves, minecraft:stone_pressure_plates, forge:storage_blocks/diamond, minecraft:nylium, minecraft:gold_ores, forge:glass_panes/pink, forge:netherrack]
[12:30:42] [main/INFO]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: [minecraft:soul_fire_base_blocks, forge:glass_panes/magenta, forge:ores/biotite, farmersdelight:unaffected_by_rich_soil, quark:planks_vertical_slab, quark:stools, forge:storage_blocks/netherite, forge:glass_panes/white, forge:gravel, forge:glass_panes/cyan, forge:glass_panes/light_gray, minecraft:wool, forge:glass/colorless, forge:glass_panes/light_blue, minecraft:beehives, minecraft:ice, quark:candles, forge:ores/netherite_scrap, minecraft:dragon_immune, minecraft:crops, farmersdelight:heat_sources, quark:quilted_wools, forge:stained_glass, forge:glass/pink, forge:chests, forge:storage_blocks/emerald, forge:ores/redstone, minecraft:warped_stems, forge:glass/red, forge:storage_blocks/iron, forge:glass_panes/brown, forge:glass_panes/green, carryon:block_blacklist, minecraft:prevent_mob_spawning_inside, minecraft:climbable, forge:chests/trapped, forge:fence_gates, minecraft:dark_oak_logs, farmersdelight:compost_activators, quark:ladders, minecraft:coral_plants, farmersdelight:tray_heat_sources, forge:glass_panes, minecraft:non_flammable_wood, forge:sandstone, forge:glass_panes/colorless, minecraft:fences, minecraft:saplings, forge:storage_blocks/lapis, betteranimalsplus:butterfly_growables, minecraft:beds, forge:ores/diamond, minecraft:unstable_bottom_center, minecraft:doors, cfm:fence_gates/picket, minecraft:enderman_holdable, minecraft:banners, minecraft:infiniburn_overworld, minecraft:flower_pots, minecraft:wooden_fences, minecraft:wall_post_override, forge:obsidian, forge:enderman_place_on_blacklist, forge:glass/white, forge:glass_panes/red, minecraft:signs, farmersdelight:mushroom_colony_growable_on, minecraft:wither_summon_base_blocks, forge:glass/magenta, forge:ores/coal, minecraft:hoglin_repellents, minecraft:fire, cfm:fence_gates/upgraded, minecraft:base_stone_nether, minecraft:wall_signs, carryon:block_whitelist, forge:sand/colorless, minecraft:trapdoors, forge:glass/cyan, quark:crab_spawnable, forge:glass, inventorypets:chests, minecraft:soul_speed_blocks, forge:storage_blocks/charcoal, minecraft:leaves, minecraft:walls, minecraft:coral_blocks, forge:glass/green, forge:glass_panes/gray, minecraft:wither_immune, minecraft:acacia_logs, forge:stained_glass_panes, minecraft:underwater_bonemeals, forge:sand/red, minecraft:impermeable, minecraft:sand, forge:end_stones, forge:glass/brown, minecraft:logs_that_burn, forge:fences/wooden, sereneseasons:summer_crops, forge:glass/gray, minecraft:campfires, forge:storage_blocks, minecraft:infiniburn_nether, tea_kettle:furnaces, forge:glass_panes/orange, forge:glass/light_gray, forge:ores/quartz, minecraft:wooden_slabs, forge:glass/blue, minecraft:small_flowers, minecraft:wooden_trapdoors, cfm:fences/upgraded, forge:storage_blocks/coal, forge:glass_panes/black, forge:glass/light_blue, cfm:fences/picket, farmersdelight:wild_crops, forge:storage_blocks/redstone, sereneseasons:winter_crops, forge:glass_panes/blue, minecraft:stairs, quark:underground_biome_replaceable, sereneseasons:unbreakable_infertile_crops, minecraft:logs, forge:stone, minecraft:valid_spawn, minecraft:mushroom_grow_block, quark:wraith_spawnable, minecraft:wooden_doors, minecraft:standing_signs, minecraft:infiniburn_end, forge:glass_panes/yellow, sereneseasons:autumn_crops, forge:glass/purple, quark:slime_blocks, minecraft:crimson_stems, quark:vertical_slab, minecraft:wart_blocks, quark:hedges, farmersdelight:heat_conductors, minecraft:beacon_base_blocks, minecraft:shulker_boxes, minecraft:anvil, minecraft:birch_logs, forge:sand, minecraft:wall_corals, create:fan_heaters, tea_kettle:hot, forge:glass_panes/purple, forge:glass/yellow, quark:pike_trophies, minecraft:oak_logs, forge:ores/gold, forge:barrels, minecraft:piglin_repellents, forge:ores/lapis, forge:glass/black, minecraft:portals, forge:dirt, minecraft:bamboo_plantable_on, forge:fences/nether_brick, forge:glass/lime, forge:chests/wooden, forge:ores/iron, quark:lead_connectable, minecraft:pressure_plates, forge:storage_blocks/biotite, minecraft:jungle_logs, cfm:fences/hedge, forge:chests/ender, minecraft:wooden_stairs, minecraft:spruce_logs, minecraft:carpets, minecraft:base_stone_overworld, minecraft:wooden_buttons, quark:crystal, forge:fence_gates/wooden, minecraft:stone_bricks, forge:storage_blocks/quartz, forge:glass/orange, forge:glass_panes/lime, sereneseasons:spring_crops, minecraft:slabs, minecraft:guarded_by_piglins, forge:ores/emerald, minecraft:corals, minecraft:buttons, minecraft:flowers, quark:foxhound_spawnable, minecraft:planks, forge:cobblestone, minecraft:rails, forge:barrels/wooden, minecraft:strider_warm_blocks, forge:storage_blocks/gold, minecraft:fence_gates, forge:ores, minecraft:bee_growables, minecraft:wooden_pressure_plates, minecraft:tall_flowers, forge:fences, forge:bookshelves, minecraft:stone_pressure_plates, forge:storage_blocks/diamond, minecraft:nylium, minecraft:gold_ores, forge:glass_panes/pink, forge:netherrack]
[12:30:42] [main/INFO]: Environment: authHost=’https://authserver.mojang.com’, accountsHost=’https://api.mojang.com’, sessionHost=’https://sessionserver.mojang.com’, servicesHost=’https://api.minecraftservices.com’, name=’PROD’
[12:30:42] [Server thread/INFO]: Starting integrated minecraft server version 1.16.5
[12:30:42] [Server thread/INFO]: Generating keypair
[12:30:42] [Server thread/WARN]: Configuration file C:UsersUSERAppDataRoaming.minecraftsavesНовый мир (1)serverconfigusefulbackpacks-server.toml is not correct. Correcting
[12:30:42] [Server thread/WARN]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key server.shareAllNBTData was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Configuration file C:UsersUSERAppDataRoaming.minecraftsavesНовый мир (1)serverconfigsit-server.toml is not correct. Correcting
[12:30:42] [Server thread/WARN]: Incorrect key block_reach_distance was corrected from null to its default, 4. 
[12:30:42] [Server thread/WARN]: Configuration file C:UsersUSERAppDataRoaming.minecraftsavesНовый мир (1)serverconfigjourneymap-server.toml is not correct. Correcting
[12:30:42] [Server thread/WARN]: Incorrect key admins was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key admins.opAccess was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key admins.serverAdmins was corrected from null to its default, [mysticdrew, 79f597fe-2877-4ecb-acdf-8c58cc1854ca]. 
[12:30:42] [Server thread/INFO]: Loading JourneyMap Forge Configs
[12:30:42] [Server thread/WARN]: Configuration file C:UsersUSERAppDataRoaming.minecraftsavesНовый мир (1)serverconfigcarryon-server.toml is not correct. Correcting
[12:30:42] [Server thread/WARN]: Incorrect key settings was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.maxDistance was corrected from null to its default, 2.5. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.maxEntityWidth was corrected from null to its default, 1.5. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.maxEntityHeight was corrected from null to its default, 1.5. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.blockSlownessMultiplier was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.entitySlownessMultiplier was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.maxEntityStackLimit was corrected from null to its default, 10. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.heavyTiles was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.pickupAllBlocks was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.slownessInCreative was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.pickupHostileMobs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.heavyEntities was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.allowBabies was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.useWhitelistBlocks was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.useWhitelistEntities was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.useWhitelistStacking was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.hitWhileCarrying was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.dropCarriedWhenHit was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.useScripts was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key settings.stackableEntities was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key blacklist was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key blacklist.forbiddenTiles was corrected from null to its default, [#forge:immovable, #forge:relocation_not_supported, minecraft:end_portal, minecraft:end_gateway, minecraft:tall_grass, minecraft:large_fern, minecraft:peony, minecraft:rose_bush, minecraft:lilac, minecraft:sunflower, minecraft:*_bed, minecraft:oak_door, minecraft:iron_door, minecraft:spruce_door, minecraft:birch_door, minecraft:jungle_door, minecraft:acacia_door, minecraft:dark_oak_door, minecraft:waterlily, minecraft:cake, minecraft:nether_portal, minecraft:tall_seagrass, animania:block_trough, animania:block_invisiblock, colossalchests:*, ic2:*, bigreactors:*, forestry:*, tconstruct:*, rustic:*, botania:*, astralsorcery:*, quark:colored_bed_*, immersiveengineering:*, embers:block_furnace, embers:ember_bore, embers:ember_activator, embers:mixer, embers:heat_coil, embers:large_tank, embers:crystal_cell, embers:alchemy_pedestal, embers:boiler, embers:combustor, embers:catalzyer, embers:field_chart, embers:inferno_forge, storagedrawers:framingtable, skyresources:*, lootbags:*, exsartagine:*, aquamunda:tank, opencomputers:*, malisisdoors:*, industrialforegoing:*, minecolonies:*, thaumcraft:pillar*, thaumcraft:infernal_furnace, thaumcraft:placeholder*, thaumcraft:infusion_matrix, thaumcraft:golem_builder, thaumcraft:thaumatorium*, magneticraft:oil_heater, magneticraft:solar_panel, magneticraft:steam_engine, magneticraft:shelving_unit, magneticraft:grinder, magneticraft:sieve, magneticraft:solar_tower, magneticraft:solar_mirror, magneticraft:container, magneticraft:pumpjack, magneticraft:solar_panel, magneticraft:refinery, magneticraft:oil_heater, magneticraft:hydraulic_press, magneticraft:multiblock_gap, refinedstorage:*, mcmultipart:*, enderstorage:*, betterstorage:*, practicallogistics2:*, wearablebackpacks:*, rftools:screen, rftools:creative_screen, create:*, magic_doorknob:*, iceandfire:*, ftbquests:*, waystones:*]. 
[12:30:42] [Server thread/WARN]: Incorrect key blacklist.forbiddenEntities was corrected from null to its default, [minecraft:end_crystal, minecraft:ender_dragon, minecraft:ghast, minecraft:shulker, minecraft:leash_knot, minecraft:armor_stand, minecraft:item_frame, minecraft:painting, minecraft:shulker_bullet, animania:hamster, animania:ferret*, animania:hedgehog*, animania:cart, animania:wagon, mynko:*, pixelmon:*, mocreatures:*, quark:totem, vehicle:*]. 
[12:30:42] [Server thread/WARN]: Incorrect key blacklist.forbiddenStacking was corrected from null to its default, [minecraft:horse]. 
[12:30:42] [Server thread/WARN]: Incorrect key whitelist was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key whitelist.allowedEntities was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key whitelist.allowedBlocks was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key whitelist.allowedStacking was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key custom_pickup_conditions was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key custom_pickup_conditions.customPickupConditionsBlocks was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key custom_pickup_conditions.customPickupConditionsEntities was corrected from null to its default, []. 
[12:30:42] [Server thread/INFO]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: [minecraft:soul_fire_base_blocks, forge:glass_panes/magenta, forge:ores/biotite, farmersdelight:unaffected_by_rich_soil, quark:planks_vertical_slab, quark:stools, forge:storage_blocks/netherite, forge:glass_panes/white, forge:gravel, forge:glass_panes/cyan, forge:glass_panes/light_gray, minecraft:wool, forge:glass/colorless, forge:glass_panes/light_blue, minecraft:beehives, minecraft:ice, quark:candles, forge:ores/netherite_scrap, minecraft:dragon_immune, minecraft:crops, farmersdelight:heat_sources, quark:quilted_wools, forge:stained_glass, forge:glass/pink, forge:chests, forge:storage_blocks/emerald, forge:ores/redstone, minecraft:warped_stems, forge:glass/red, forge:storage_blocks/iron, forge:glass_panes/brown, forge:glass_panes/green, carryon:block_blacklist, minecraft:prevent_mob_spawning_inside, minecraft:climbable, forge:chests/trapped, forge:fence_gates, minecraft:dark_oak_logs, farmersdelight:compost_activators, quark:ladders, minecraft:coral_plants, farmersdelight:tray_heat_sources, forge:glass_panes, minecraft:non_flammable_wood, forge:sandstone, forge:glass_panes/colorless, minecraft:fences, minecraft:saplings, forge:storage_blocks/lapis, betteranimalsplus:butterfly_growables, minecraft:beds, forge:ores/diamond, minecraft:unstable_bottom_center, minecraft:doors, cfm:fence_gates/picket, minecraft:enderman_holdable, minecraft:banners, minecraft:infiniburn_overworld, minecraft:flower_pots, minecraft:wooden_fences, minecraft:wall_post_override, forge:obsidian, forge:enderman_place_on_blacklist, forge:glass/white, forge:glass_panes/red, minecraft:signs, farmersdelight:mushroom_colony_growable_on, minecraft:wither_summon_base_blocks, forge:glass/magenta, forge:ores/coal, minecraft:hoglin_repellents, minecraft:fire, cfm:fence_gates/upgraded, minecraft:base_stone_nether, minecraft:wall_signs, carryon:block_whitelist, forge:sand/colorless, minecraft:trapdoors, forge:glass/cyan, quark:crab_spawnable, forge:glass, inventorypets:chests, minecraft:soul_speed_blocks, forge:storage_blocks/charcoal, minecraft:leaves, minecraft:walls, minecraft:coral_blocks, forge:glass/green, forge:glass_panes/gray, minecraft:wither_immune, minecraft:acacia_logs, forge:stained_glass_panes, minecraft:underwater_bonemeals, forge:sand/red, minecraft:impermeable, minecraft:sand, forge:end_stones, forge:glass/brown, minecraft:logs_that_burn, forge:fences/wooden, sereneseasons:summer_crops, forge:glass/gray, minecraft:campfires, forge:storage_blocks, minecraft:infiniburn_nether, tea_kettle:furnaces, forge:glass_panes/orange, forge:glass/light_gray, forge:ores/quartz, minecraft:wooden_slabs, forge:glass/blue, minecraft:small_flowers, minecraft:wooden_trapdoors, cfm:fences/upgraded, forge:storage_blocks/coal, forge:glass_panes/black, forge:glass/light_blue, cfm:fences/picket, farmersdelight:wild_crops, forge:storage_blocks/redstone, sereneseasons:winter_crops, forge:glass_panes/blue, minecraft:stairs, quark:underground_biome_replaceable, sereneseasons:unbreakable_infertile_crops, minecraft:logs, forge:stone, minecraft:valid_spawn, minecraft:mushroom_grow_block, quark:wraith_spawnable, minecraft:wooden_doors, minecraft:standing_signs, minecraft:infiniburn_end, forge:glass_panes/yellow, sereneseasons:autumn_crops, forge:glass/purple, quark:slime_blocks, minecraft:crimson_stems, quark:vertical_slab, minecraft:wart_blocks, quark:hedges, farmersdelight:heat_conductors, minecraft:beacon_base_blocks, minecraft:shulker_boxes, minecraft:anvil, minecraft:birch_logs, forge:sand, minecraft:wall_corals, create:fan_heaters, tea_kettle:hot, forge:glass_panes/purple, forge:glass/yellow, quark:pike_trophies, minecraft:oak_logs, forge:ores/gold, forge:barrels, minecraft:piglin_repellents, forge:ores/lapis, forge:glass/black, minecraft:portals, forge:dirt, minecraft:bamboo_plantable_on, forge:fences/nether_brick, forge:glass/lime, forge:chests/wooden, forge:ores/iron, quark:lead_connectable, minecraft:pressure_plates, forge:storage_blocks/biotite, minecraft:jungle_logs, cfm:fences/hedge, forge:chests/ender, minecraft:wooden_stairs, minecraft:spruce_logs, minecraft:carpets, minecraft:base_stone_overworld, minecraft:wooden_buttons, quark:crystal, forge:fence_gates/wooden, minecraft:stone_bricks, forge:storage_blocks/quartz, forge:glass/orange, forge:glass_panes/lime, sereneseasons:spring_crops, minecraft:slabs, minecraft:guarded_by_piglins, forge:ores/emerald, minecraft:corals, minecraft:buttons, minecraft:flowers, quark:foxhound_spawnable, minecraft:planks, forge:cobblestone, minecraft:rails, forge:barrels/wooden, minecraft:strider_warm_blocks, forge:storage_blocks/gold, minecraft:fence_gates, forge:ores, minecraft:bee_growables, minecraft:wooden_pressure_plates, minecraft:tall_flowers, forge:fences, forge:bookshelves, minecraft:stone_pressure_plates, forge:storage_blocks/diamond, minecraft:nylium, minecraft:gold_ores, forge:glass_panes/pink, forge:netherrack]
[12:30:42] [Server thread/WARN]: Configuration file C:UsersUSERAppDataRoaming.minecraftsavesНовый мир (1)serverconfigforge-server.toml is not correct. Correcting
[12:30:42] [Server thread/WARN]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key server.removeErroringEntities was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key server.removeErroringTileEntities was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key server.fullBoundingBoxLadders was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key server.zombieBaseSummonChance was corrected from null to its default, 0.1. 
[12:30:42] [Server thread/WARN]: Incorrect key server.zombieBabyChance was corrected from null to its default, 0.05. 
[12:30:42] [Server thread/WARN]: Incorrect key server.logCascadingWorldGeneration was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key server.fixVanillaCascading was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key server.dimensionUnloadQueueDelay was corrected from null to its default, 0. 
[12:30:42] [Server thread/WARN]: Incorrect key server.treatEmptyTagsAsAir was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key server.fixAdvancementLoading was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Configuration file C:UsersUSERAppDataRoaming.minecraftsavesНовый мир (1)serverconfigbetteranimalsplus-server.toml is not correct. Correcting
[12:30:42] [Server thread/WARN]: Incorrect key entities was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.spawning.spawn_weight was corrected from null to its default, 7. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.spawning.maximum_group_size was corrected from null to its default, 2. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lammergeier.taming_items was corrected from null to its default, [minecraft:bone]. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning.spawn_weight was corrected from null to its default, 40. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning.biome_based_variants was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.tarantula.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.spawning.spawn_weight was corrected from null to its default, 9. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.spawning.maximum_group_size was corrected from null to its default, 4. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goat.use_vanilla_milk was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.spawning.spawn_weight was corrected from null to its default, 12. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.pheasant.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning.spawn_weight was corrected from null to its default, 8. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning.biome_based_variants was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squirrel.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning.spawn_weight was corrected from null to its default, 11. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning.maximum_group_size was corrected from null to its default, 4. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning.biome_based_variants was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.songbird.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning.spawn_weight was corrected from null to its default, 7. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning.maximum_group_size was corrected from null to its default, 2. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning.biome_based_variants was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.badger.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.spawning.spawn_weight was corrected from null to its default, 10. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.crab.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.spawning.spawn_weight was corrected from null to its default, 8. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.horseshoecrab.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning.spawn_weight was corrected from null to its default, 4. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning.biome_based_variants was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.shark.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.spawning.spawn_weight was corrected from null to its default, 11. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.turkey.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm.spawning.spawn_weight was corrected from null to its default, 2. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm.spawning.maximum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.bobbit_worm.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.spawning.spawn_weight was corrected from null to its default, 15. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.spawning.minimum_group_size was corrected from null to its default, 2. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.spawning.maximum_group_size was corrected from null to its default, 5. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.goose.pickup_blacklist was corrected from null to its default, [betteranimalsplus:goose_egg, betteranimalsplus:golden_goose_egg]. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning.spawn_weight was corrected from null to its default, 2. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning.biome_based_variants was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.whale.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.spawning.spawn_weight was corrected from null to its default, 4. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.spawning.maximum_group_size was corrected from null to its default, 5. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.spawning.spawn_biomes was corrected from null to its default, [minecraft:frozen_ocean, minecraft:stone_shore, minecraft:deep_frozen_ocean, minecraft:snowy_beach]. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.walrus.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal.spawning.spawn_weight was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal.spawning.maximum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_colossal.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant.spawning.spawn_weight was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant.spawning.maximum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.squid_giant.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus.spawning.spawn_weight was corrected from null to its default, 5. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.octopus.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.spawning.spawn_weight was corrected from null to its default, 7. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.spawning.maximum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.brownbear.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.spawning.spawn_weight was corrected from null to its default, 6. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.spawning.maximum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.blackbear.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.spawning.spawn_weight was corrected from null to its default, 16. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.spawning.maximum_group_size was corrected from null to its default, 4. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.deer.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning.spawn_weight was corrected from null to its default, 7. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning.maximum_group_size was corrected from null to its default, 6. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning.biome_based_variants was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.feralwolf.taming_items was corrected from null to its default, [minecraft:bone]. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.spawning.spawn_weight was corrected from null to its default, 5. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.spawning.maximum_group_size was corrected from null to its default, 6. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.hostile_during_daytime was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.coyote.taming_items was corrected from null to its default, [minecraft:rabbit, minecraft:chicken, betteranimalsplus:pheasantraw, minecraft:cooked_rabbit, minecraft:cooked_chicken, betteranimalsplus:pheasantcooked]. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish.spawning.spawn_weight was corrected from null to its default, 10. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish.spawning.maximum_group_size was corrected from null to its default, 5. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.jellyfish.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.spawning.spawn_weight was corrected from null to its default, 10. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.spawning.maximum_group_size was corrected from null to its default, 4. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.reindeer.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning.spawn_weight was corrected from null to its default, 9. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning.maximum_group_size was corrected from null to its default, 4. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning.biome_based_variants was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.nerf_options was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.nerf_options.breed_from_kill was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.nerf_options.breed_from_crops was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.nerf_options.eat_crops was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.boar.nerf_options.target_chance was corrected from null to its default, 100. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey.spawning.spawn_weight was corrected from null to its default, 7. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.lamprey.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus.spawning.spawn_weight was corrected from null to its default, 2. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus.spawning.maximum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.nautilus.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.can_despawn was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.spawning.spawn_weight was corrected from null to its default, 8. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.spawning.maximum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.spawning.spawn_biomes was corrected from null to its default, [minecraft:giant_spruce_taiga, minecraft:giant_tree_taiga, minecraft:giant_spruce_taiga_hills, minecraft:giant_tree_taiga_hills]. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.moose.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater.spawning.spawn_weight was corrected from null to its default, 7. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_freshwater.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater.spawning.spawn_weight was corrected from null to its default, 4. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.eel_saltwater.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly.spawning.spawn_weight was corrected from null to its default, 10. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.butterfly.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly.spawning.spawn_weight was corrected from null to its default, 10. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly.spawning.maximum_group_size was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.dragonfly.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda.spawning.spawn_weight was corrected from null to its default, 3. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda.spawning.maximum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.barracuda.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish.spawning.spawn_weight was corrected from null to its default, 10. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish.spawning.maximum_group_size was corrected from null to its default, 5. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.flying_fish.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha.spawning was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha.spawning.spawn_naturally was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha.spawning.spawn_weight was corrected from null to its default, 7. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha.spawning.minimum_group_size was corrected from null to its default, 1. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha.spawning.maximum_group_size was corrected from null to its default, 5. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha.spawning.spawn_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha.spawning.spawn_costs was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha.spawning.spawn_costs.use_spawn_costs was corrected from null to its default, false. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha.spawning.spawn_costs.cost_per_spawn was corrected from null to its default, 1.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha.spawning.spawn_costs.maximum_cost_per_biome was corrected from null to its default, 10.0. 
[12:30:42] [Server thread/WARN]: Incorrect key entities.piranha.spawning.spawn_costs.spawn_cost_biomes was corrected from null to its default, []. 
[12:30:42] [Server thread/WARN]: Configuration file C:UsersUSERAppDataRoaming.minecraftsavesНовый мир (1)serverconfigjei-server.toml is not correct. Correcting
[12:30:42] [Server thread/WARN]: Incorrect key cheat mode was corrected from null to its default, SimpleCommentedConfig:{}. 
[12:30:42] [Server thread/WARN]: Incorrect key cheat mode.enableCheatModeForOp was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key cheat mode.enableCheatModeForCreative was corrected from null to its default, true. 
[12:30:42] [Server thread/WARN]: Incorrect key cheat mode.enableCheatModeForGive was corrected from null to its default, false. 
[12:30:45] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[12:30:45] [main/INFO]: Подготовка области возрождения: 0%
[12:30:46] [main/INFO]: Подготовка области возрождения: 0%
[12:30:46] [main/INFO]: Подготовка области возрождения: 2%
[12:30:47] [main/INFO]: Подготовка области возрождения: 6%
[12:30:47] [main/INFO]: Подготовка области возрождения: 11%
[12:30:48] [main/INFO]: Подготовка области возрождения: 16%
[12:30:48] [main/INFO]: Подготовка области возрождения: 23%
[12:30:49] [main/INFO]: Подготовка области возрождения: 28%
[12:30:49] [main/INFO]: Подготовка области возрождения: 33%
[12:30:50] [main/INFO]: Подготовка области возрождения: 34%
[12:30:50] [main/INFO]: Подготовка области возрождения: 44%
[12:30:51] [main/INFO]: Подготовка области возрождения: 51%
[12:30:51] [main/INFO]: Подготовка области возрождения: 58%
[12:30:52] [main/INFO]: Подготовка области возрождения: 64%
[12:30:52] [main/INFO]: Подготовка области возрождения: 71%
[12:30:53] [main/INFO]: Подготовка области возрождения: 78%
[12:30:53] [main/INFO]: Подготовка области возрождения: 84%
[12:30:54] [main/INFO]: Подготовка области возрождения: 89%
[12:30:54] [main/INFO]: Подготовка области возрождения: 96%
[12:30:54] [main/INFO]: Time elapsed: 9199 ms
[12:30:55] [Server thread/INFO]: Changing view distance to 16, from 10
[12:30:56] [Netty Local Client IO #0/INFO]: Connected to a modded server.
[12:30:56] [Server thread/INFO]: Using new advancement loading for [email protected]
[12:30:56] [Server thread/INFO]: Krofick[local:E:7bed2e4a] logged in with entity id 280 at (170.5, 69.0, 162.5)
[12:30:56] [Server thread/INFO]: Krofick присоединился к игре
[12:30:56] [main/WARN]: Unknown recipe category: farmersrespite:brewing/farmersrespite:brewing/melon_juice
[12:30:56] [main/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_salmon_from_grill_cooking
[12:30:56] [main/WARN]: Unknown recipe category: cfm:freezer_solidify/minecraft:packed_ice_from_freezing
[12:30:56] [main/WARN]: Unknown recipe category: tea_kettle:tea_mixing/tea_kettle:teas/oolong_latte
[12:30:56] [main/WARN]: Unknown recipe category: tea_kettle:cup_drink/tea_kettle:teas/rose_tea
[12:30:56] [main/WARN]: Unknown recipe category: tea_kettle:cup_drink/tea_kettle:teas/black_tea
[12:30:56] [main/WARN]: Unknown recipe category: farmersrespite:brewing/farmersrespite:brewing/green_tea
[12:30:56] [main/WARN]: Unknown recipe category: farmersrespite:brewing/farmersrespite:brewing/hot_cocoa
[12:30:56] [main/WARN]: Unknown recipe category: farmersrespite:brewing/farmersrespite:brewing/coffee
[12:30:56] [main/WARN]: Unknown recipe category: farmersrespite:brewing/farmersrespite:brewing/apple_cider
[12:30:56] [main/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_cod_from_grill_cooking
[12:30:56] [main/WARN]: Unknown recipe category: tea_kettle:cup_drink/tea_kettle:teas/oolong_tea
[12:30:56] [main/WARN]: Unknown recipe category: cfm:freezer_solidify/minecraft:ice_from_freezing
[12:30:56] [main/WARN]: Unknown recipe category: farmersrespite:brewing/farmersrespite:brewing/black_tea
[12:30:56] [main/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:baked_potato_from_grill_cooking
[12:30:56] [main/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_rabbit_from_grill_cooking
[12:30:56] [main/WARN]: Unknown recipe category: tea_kettle:cup_drink/tea_kettle:teas/white_tea
[12:30:56] [main/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_beef_from_grill_cooking
[12:30:56] [main/WARN]: Unknown recipe category: tea_kettle:tea_mixing/tea_kettle:teas/green_latte
[12:30:56] [main/WARN]: Unknown recipe category: tea_kettle:tea_mixing/tea_kettle:teas/black_latte
[12:30:56] [main/WARN]: Unknown recipe category: tea_kettle:cup_drink/tea_kettle:teas/green_tea
[12:30:56] [main/WARN]: Unknown recipe category: cfm:freezer_solidify/minecraft:blue_ice_from_freezing
[12:30:56] [main/WARN]: Unknown recipe category: tea_kettle:cup_drink/tea_kettle:teas/bamboo_tea
[12:30:56] [main/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:dried_kelp_from_grill_cooking
[12:30:56] [main/WARN]: Unknown recipe category: farmersrespite:brewing/farmersrespite:brewing/yellow_tea
[12:30:56] [main/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_chicken_from_grill_cooking
[12:30:56] [main/WARN]: Unknown recipe category: farmersrespite:brewing/farmersrespite:brewing/rose_hip_tea
[12:30:56] [main/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_porkchop_from_grill_cooking
[12:30:56] [main/WARN]: Unknown recipe category: farmersrespite:brewing/farmersrespite:brewing/purulent_tea
[12:30:56] [main/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_mutton_from_grill_cooking
[12:30:56] [main/WARN]: Unknown recipe category: farmersrespite:brewing/farmersrespite:brewing/dandelion_tea
[12:30:56] [main/WARN]: Unknown recipe category: tea_kettle:tea_mixing/tea_kettle:teas/white_latte
[12:30:57] [main/INFO]: Starting JEI…
[12:30:57] [main/INFO]: Registering item subtypes: jei:minecraft …
[12:30:57] [main/INFO]: Registering item subtypes: jei:minecraft took 844.3 ?s
[12:30:57] [main/INFO]: Registering item subtypes: farmersdelight:jei_plugin …
[12:30:57] [main/INFO]: Registering item subtypes: farmersdelight:jei_plugin took 8.400 ?s
[12:30:57] [main/INFO]: Registering item subtypes: usefulbackpacks:jei …
[12:30:57] [main/INFO]: Registering item subtypes: usefulbackpacks:jei took 253.9 ?s
[12:30:57] [main/INFO]: Registering item subtypes: tea_kettle:main …
[12:30:57] [main/INFO]: Registering item subtypes: tea_kettle:main took 3.600 ?s
[12:30:57] [main/INFO]: Registering item subtypes: jei:debug …
[12:30:57] [main/INFO]: Registering item subtypes: jei:debug took 2.600 ?s
[12:30:57] [main/INFO]: Registering item subtypes: farmersrespite:jei_plugin …
[12:30:57] [main/INFO]: Registering item subtypes: farmersrespite:jei_plugin took 2.400 ?s
[12:30:57] [main/INFO]: Registering item subtypes: uteamcore:jei …
[12:30:57] [main/INFO]: Registering item subtypes: uteamcore:jei took 3.400 ?s
[12:30:57] [main/INFO]: Registering item subtypes: quark:quark …
[12:30:57] [main/INFO]: Registering item subtypes: quark:quark took 596.2 ?s
[12:30:57] [main/INFO]: Registering item subtypes: jei:internal …
[12:30:57] [main/INFO]: Registering item subtypes: jei:internal took 6.900 ?s
[12:30:57] [main/INFO]: Registering fluid subtypes: jei:minecraft …
[12:30:57] [main/INFO]: Registering fluid subtypes: jei:minecraft took 13.00 ?s
[12:30:57] [main/INFO]: Registering fluid subtypes: farmersdelight:jei_plugin …
[12:30:57] [main/INFO]: Registering fluid subtypes: farmersdelight:jei_plugin took 3.200 ?s
[12:30:57] [main/INFO]: Registering fluid subtypes: usefulbackpacks:jei …
[12:30:57] [main/INFO]: Registering fluid subtypes: usefulbackpacks:jei took 3.700 ?s
[12:30:57] [main/INFO]: Registering fluid subtypes: tea_kettle:main …
[12:30:57] [main/INFO]: Registering fluid subtypes: tea_kettle:main took 3.900 ?s
[12:30:57] [main/INFO]: Registering fluid subtypes: jei:debug …
[12:30:57] [main/INFO]: Registering fluid subtypes: jei:debug took 638.3 ?s
[12:30:57] [main/INFO]: Registering fluid subtypes: farmersrespite:jei_plugin …
[12:30:57] [main/INFO]: Registering fluid subtypes: farmersrespite:jei_plugin took 6.100 ?s
[12:30:57] [main/INFO]: Registering fluid subtypes: uteamcore:jei …
[12:30:57] [main/INFO]: Registering fluid subtypes: uteamcore:jei took 4.300 ?s
[12:30:57] [main/INFO]: Registering fluid subtypes: quark:quark …
[12:30:57] [main/INFO]: Registering fluid subtypes: quark:quark took 4.300 ?s
[12:30:57] [main/INFO]: Registering fluid subtypes: jei:internal …
[12:30:57] [main/INFO]: Registering fluid subtypes: jei:internal took 4.000 ?s
[12:30:57] [main/INFO]: Registering ingredients: jei:minecraft …
[12:30:57] [main/INFO]: Registering ingredients: jei:minecraft took 43.29 ms
[12:30:57] [main/INFO]: Registering ingredients: farmersdelight:jei_plugin …
[12:30:57] [main/INFO]: Registering ingredients: farmersdelight:jei_plugin took 5.600 ?s
[12:30:57] [main/INFO]: Registering ingredients: usefulbackpacks:jei …
[12:30:57] [main/INFO]: Registering ingredients: usefulbackpacks:jei took 2.500 ?s
[12:30:57] [main/INFO]: Registering ingredients: tea_kettle:main …
[12:30:57] [main/INFO]: Registering ingredients: tea_kettle:main took 2.400 ?s
[12:30:57] [main/INFO]: Registering ingredients: jei:debug …
[12:30:57] [main/INFO]: Registering ingredients: jei:debug took 24.20 ?s
[12:30:57] [main/INFO]: Registering ingredients: farmersrespite:jei_plugin …
[12:30:57] [main/INFO]: Registering ingredients: farmersrespite:jei_plugin took 5.900 ?s
[12:30:57] [main/INFO]: Registering ingredients: uteamcore:jei …
[12:30:57] [main/INFO]: Registering ingredients: uteamcore:jei took 2.600 ?s
[12:30:57] [main/INFO]: Registering ingredients: quark:quark …
[12:30:57] [main/INFO]: Registering ingredients: quark:quark took 2.400 ?s
[12:30:57] [main/INFO]: Registering ingredients: jei:internal …
[12:30:57] [main/INFO]: Registering ingredients: jei:internal took 3.800 ?s
[12:30:57] [main/INFO]: Registering categories: jei:minecraft …
[12:30:57] [main/INFO]: Registering categories: jei:minecraft took 12.00 ms
[12:30:57] [main/INFO]: Registering categories: farmersdelight:jei_plugin …
[12:30:57] [main/INFO]: Registering categories: farmersdelight:jei_plugin took 3.033 ms
[12:30:57] [main/INFO]: Registering categories: usefulbackpacks:jei …
[12:30:57] [main/INFO]: Registering categories: usefulbackpacks:jei took 4.500 ?s
[12:30:57] [main/INFO]: Registering categories: tea_kettle:main …
[12:30:57] [main/INFO]: Registering categories: tea_kettle:main took 1.204 ms
[12:30:57] [main/INFO]: Registering categories: jei:debug …
[12:30:57] [main/INFO]: Registering categories: jei:debug took 5.700 ?s
[12:30:57] [main/INFO]: Registering categories: farmersrespite:jei_plugin …
[12:30:57] [main/INFO]: Registering categories: farmersrespite:jei_plugin took 697.8 ?s
[12:30:57] [main/INFO]: Registering categories: uteamcore:jei …
[12:30:57] [main/INFO]: Registering categories: uteamcore:jei took 3.400 ?s
[12:30:57] [main/INFO]: Registering categories: quark:quark …
[12:30:57] [main/INFO]: Registering categories: quark:quark took 2.200 ?s
[12:30:57] [main/INFO]: Registering categories: jei:internal …
[12:30:57] [main/INFO]: Registering categories: jei:internal took 1.377 ms
[12:30:57] [main/INFO]: Registering vanilla category extensions: jei:minecraft …
[12:30:57] [main/INFO]: Registering vanilla category extensions: jei:minecraft took 1.835 ms
[12:30:57] [main/INFO]: Registering vanilla category extensions: farmersdelight:jei_plugin …
[12:30:57] [main/INFO]: Registering vanilla category extensions: farmersdelight:jei_plugin took 14.90 ?s
[12:30:57] [main/INFO]: Registering vanilla category extensions: usefulbackpacks:jei …
[12:30:57] [main/INFO]: Registering vanilla category extensions: usefulbackpacks:jei took 1.370 ms
[12:30:57] [main/INFO]: Registering vanilla category extensions: tea_kettle:main …
[12:30:57] [main/INFO]: Registering vanilla category extensions: tea_kettle:main took 4.000 ?s
[12:30:57] [main/INFO]: Registering vanilla category extensions: jei:debug …
[12:30:57] [main/INFO]: Registering vanilla category extensions: jei:debug took 2.200 ?s
[12:30:57] [main/INFO]: Registering vanilla category extensions: farmersrespite:jei_plugin …
[12:30:57] [main/INFO]: Registering vanilla category extensions: farmersrespite:jei_plugin took 2.100 ?s
[12:30:57] [main/INFO]: Registering vanilla category extensions: uteamcore:jei …
[12:30:57] [main/INFO]: Registering vanilla category extensions: uteamcore:jei took 1.900 ?s
[12:30:57] [main/INFO]: Registering vanilla category extensions: quark:quark …
[12:30:57] [main/INFO]: Registering vanilla category extensions: quark:quark took 711.2 ?s
[12:30:57] [main/INFO]: Registering vanilla category extensions: jei:internal …
[12:30:57] [main/INFO]: Registering vanilla category extensions: jei:internal took 3.000 ?s
[12:30:57] [main/INFO]: Registering recipes: jei:minecraft …
[12:30:57] [main/INFO]: Registering recipes: jei:minecraft took 98.87 ms
[12:30:57] [main/INFO]: Registering recipes: farmersdelight:jei_plugin …
[12:30:57] [main/INFO]: Registering recipes: farmersdelight:jei_plugin took 5.538 ms
[12:30:57] [main/INFO]: Registering recipes: usefulbackpacks:jei …
[12:30:57] [main/INFO]: Registering recipes: usefulbackpacks:jei took 5.300 ?s
[12:30:57] [main/INFO]: Registering recipes: tea_kettle:main …
[12:30:57] [main/INFO]: Registering recipes: tea_kettle:main took 272.3 ?s
[12:30:57] [main/INFO]: Registering recipes: jei:debug …
[12:30:57] [main/INFO]: Registering recipes: jei:debug took 12.00 ?s
[12:30:57] [main/INFO]: Registering recipes: farmersrespite:jei_plugin …
[12:30:57] [main/INFO]: Registering recipes: farmersrespite:jei_plugin took 1.217 ms
[12:30:57] [main/INFO]: Registering recipes: uteamcore:jei …
[12:30:57] [main/INFO]: Registering recipes: uteamcore:jei took 28.99 ms
[12:30:57] [main/INFO]: Registering recipes: quark:quark …
[12:30:57] [main/INFO]: Registering recipes: quark:quark took 2.354 ms
[12:30:57] [main/INFO]: Registering recipes: jei:internal …
[12:30:57] [main/INFO]: Registering recipes: jei:internal took 3.800 ?s
[12:30:57] [main/INFO]: Registering recipes transfer handlers: jei:minecraft …
[12:30:57] [main/INFO]: Registering recipes transfer handlers: jei:minecraft took 2.237 ms
[12:30:57] [main/INFO]: Registering recipes transfer handlers: farmersdelight:jei_plugin …
[12:30:57] [main/INFO]: Registering recipes transfer handlers: farmersdelight:jei_plugin took 11.10 ?s
[12:30:57] [main/INFO]: Registering recipes transfer handlers: usefulbackpacks:jei …
[12:30:57] [main/INFO]: Registering recipes transfer handlers: usefulbackpacks:jei took 3.000 ?s
[12:30:57] [main/INFO]: Registering recipes transfer handlers: tea_kettle:main …
[12:30:57] [main/INFO]: Registering recipes transfer handlers: tea_kettle:main took 2.100 ?s
[12:30:57] [main/INFO]: Registering recipes transfer handlers: jei:debug …
[12:30:57] [main/INFO]: Registering recipes transfer handlers: jei:debug took 2.100 ?s
[12:30:57] [main/INFO]: Registering recipes transfer handlers: farmersrespite:jei_plugin …
[12:30:57] [main/INFO]: Registering recipes transfer handlers: farmersrespite:jei_plugin took 9.600 ?s
[12:30:57] [main/INFO]: Registering recipes transfer handlers: uteamcore:jei …
[12:30:57] [main/INFO]: Registering recipes transfer handlers: uteamcore:jei took 2.000 ?s
[12:30:57] [main/INFO]: Registering recipes transfer handlers: quark:quark …
[12:30:57] [main/INFO]: Registering recipes transfer handlers: quark:quark took 1.800 ?s
[12:30:57] [main/INFO]: Registering recipes transfer handlers: jei:internal …
[12:30:57] [main/INFO]: Registering recipes transfer handlers: jei:internal took 1.900 ?s
[12:30:57] [main/INFO]: Registering recipe catalysts: jei:minecraft …
[12:30:57] [main/INFO]: Registering recipe catalysts: jei:minecraft took 102.7 ?s
[12:30:57] [main/INFO]: Registering recipe catalysts: farmersdelight:jei_plugin …
[12:30:57] [main/INFO]: Registering recipe catalysts: farmersdelight:jei_plugin took 26.70 ?s
[12:30:57] [main/INFO]: Registering recipe catalysts: usefulbackpacks:jei …
[12:30:57] [main/INFO]: Registering recipe catalysts: usefulbackpacks:jei took 2.800 ?s
[12:30:57] [main/INFO]: Registering recipe catalysts: tea_kettle:main …
[12:30:57] [main/INFO]: Registering recipe catalysts: tea_kettle:main took 31.90 ?s
[12:30:57] [main/INFO]: Registering recipe catalysts: jei:debug …
[12:30:57] [main/INFO]: Registering recipe catalysts: jei:debug took 10.20 ?s
[12:30:57] [main/INFO]: Registering recipe catalysts: farmersrespite:jei_plugin …
[12:30:57] [main/INFO]: Registering recipe catalysts: farmersrespite:jei_plugin took 36.70 ?s
[12:30:57] [main/INFO]: Registering recipe catalysts: uteamcore:jei …
[12:30:57] [main/INFO]: Registering recipe catalysts: uteamcore:jei took 3.400 ?s
[12:30:57] [main/INFO]: Registering recipe catalysts: quark:quark …
[12:30:57] [main/INFO]: Registering recipe catalysts: quark:quark took 3.000 ?s
[12:30:57] [main/INFO]: Registering recipe catalysts: jei:internal …
[12:30:57] [main/INFO]: Registering recipe catalysts: jei:internal took 2.300 ?s
[12:30:57] [main/INFO]: Registering gui handlers: jei:minecraft …
[12:30:57] [main/INFO]: Registering gui handlers: jei:minecraft took 2.433 ms
[12:30:57] [main/INFO]: Registering gui handlers: farmersdelight:jei_plugin …
[12:30:57] [main/INFO]: Registering gui handlers: farmersdelight:jei_plugin took 25.20 ?s
[12:30:57] [main/INFO]: Registering gui handlers: usefulbackpacks:jei …
[12:30:57] [main/INFO]: Registering gui handlers: usefulbackpacks:jei took 4.400 ?s
[12:30:57] [main/INFO]: Registering gui handlers: tea_kettle:main …
[12:30:57] [main/INFO]: Registering gui handlers: tea_kettle:main took 3.800 ?s
[12:30:57] [main/INFO]: Registering gui handlers: jei:debug …
[12:30:57] [main/INFO]: Registering gui handlers: jei:debug took 7.100 ?s
[12:30:57] [main/INFO]: Registering gui handlers: farmersrespite:jei_plugin …
[12:30:57] [main/INFO]: Registering gui handlers: farmersrespite:jei_plugin took 22.30 ?s
[12:30:57] [main/INFO]: Registering gui handlers: uteamcore:jei …
[12:30:57] [main/INFO]: Registering gui handlers: uteamcore:jei took 3.700 ?s
[12:30:57] [main/INFO]: Registering gui handlers: quark:quark …
[12:30:57] [main/INFO]: Registering gui handlers: quark:quark took 611.1 ?s
[12:30:57] [main/INFO]: Registering gui handlers: jei:internal …
[12:30:57] [main/INFO]: Registering gui handlers: jei:internal took 3.064 ms
[12:30:57] [main/INFO]: Registering advanced plugins: jei:minecraft …
[12:30:57] [main/INFO]: Registering advanced plugins: jei:minecraft took 12.00 ?s
[12:30:57] [main/INFO]: Registering advanced plugins: farmersdelight:jei_plugin …
[12:30:57] [main/INFO]: Registering advanced plugins: farmersdelight:jei_plugin took 2.700 ?s
[12:30:57] [main/INFO]: Registering advanced plugins: usefulbackpacks:jei …
[12:30:57] [main/INFO]: Registering advanced plugins: usefulbackpacks:jei took 2.300 ?s
[12:30:57] [main/INFO]: Registering advanced plugins: tea_kettle:main …
[12:30:57] [main/INFO]: Registering advanced plugins: tea_kettle:main took 2.100 ?s
[12:30:57] [main/INFO]: Registering advanced plugins: jei:debug …
[12:30:57] [main/INFO]: Registering advanced plugins: jei:debug took 2.000 ?s
[12:30:57] [main/INFO]: Registering advanced plugins: farmersrespite:jei_plugin …
[12:30:57] [main/INFO]: Registering advanced plugins: farmersrespite:jei_plugin took 1.900 ?s
[12:30:57] [main/INFO]: Registering advanced plugins: uteamcore:jei …
[12:30:57] [main/INFO]: Registering advanced plugins: uteamcore:jei took 1.700 ?s
[12:30:57] [main/INFO]: Registering advanced plugins: quark:quark …
[12:30:57] [main/INFO]: Registering advanced plugins: quark:quark took 1.800 ?s
[12:30:57] [main/INFO]: Registering advanced plugins: jei:internal …
[12:30:57] [main/INFO]: Registering advanced plugins: jei:internal took 1.700 ?s
[12:30:57] [main/INFO]: Building ingredient list…
[12:30:57] [main/INFO]: Building ingredient list took 2.990 ms
[12:30:57] [main/INFO]: Building ingredient filter…
[12:30:57] [main/INFO]: Building ingredient filter took 232.1 ms
[12:30:57] [main/INFO]: Building bookmarks…
[12:30:57] [main/INFO]: Building bookmarks took 650.0 ?s
[12:30:57] [main/INFO]: Building recipe registry…
[12:30:57] [main/INFO]: Building recipe registry took 46.67 ms
[12:30:57] [main/INFO]: Building runtime…
[12:30:57] [main/INFO]: Building runtime took 26.92 ms
[12:30:57] [main/INFO]: Sending Runtime: jei:minecraft …
[12:30:57] [main/INFO]: Sending Runtime: jei:minecraft took 12.70 ?s
[12:30:57] [main/INFO]: Sending Runtime: farmersdelight:jei_plugin …
[12:30:57] [main/INFO]: Sending Runtime: farmersdelight:jei_plugin took 2.600 ?s
[12:30:57] [main/INFO]: Sending Runtime: usefulbackpacks:jei …
[12:30:57] [main/INFO]: Sending Runtime: usefulbackpacks:jei took 2.200 ?s
[12:30:57] [main/INFO]: Sending Runtime: tea_kettle:main …
[12:30:57] [main/INFO]: Sending Runtime: tea_kettle:main took 1.900 ?s
[12:30:57] [main/INFO]: Sending Runtime: jei:debug …
[12:30:57] [main/INFO]: Sending Runtime: jei:debug took 6.600 ?s
[12:30:57] [main/INFO]: Sending Runtime: farmersrespite:jei_plugin …
[12:30:57] [main/INFO]: Sending Runtime: farmersrespite:jei_plugin took 1.900 ?s
[12:30:57] [main/INFO]: Sending Runtime: uteamcore:jei …
[12:30:57] [main/INFO]: Sending Runtime: uteamcore:jei took 2.100 ?s
[12:30:57] [main/INFO]: Sending Runtime: quark:quark …
[12:30:57] [main/INFO]: Sending Runtime: quark:quark took 1.900 ?s
[12:30:57] [main/INFO]: Sending Runtime: jei:internal …
[12:30:57] [main/INFO]: Sending Runtime: jei:internal took 9.800 ?s
[12:30:57] [main/INFO]: Starting JEI took 577.4 ms
[12:30:58] [Server thread/INFO]: [net.minecraft.server.management.PlayerList:handler$zcb000$wju$sendServerConfigSyncPacket:904]: [Wall-Jump! UNOFFICIAL] Syncing Server Config
[12:30:58] [Server thread/INFO]: [net.minecraft.server.management.PlayerList:handler$zcb000$wju$sendServerConfigSyncPacket:926]: [Wall-Jump! UNOFFICIAL] Synced Server Config
[12:30:58] [Server thread/INFO]: Saving and pausing game…
[12:30:58] [Server thread/INFO]: Saving chunks for level ‘ServerLevel[Новый мир]’/minecraft:overworld
[12:30:58] [main/INFO]: [genandnic.walljump.registry.WallJumpReceivers:lambda$registerClientReceivers$3:56]: [Wall-Jump! UNOFFICIAL] Server Config has been received and synced on Client!
[12:30:58] [main/INFO]: [CHAT] §eJourneyMap:§f Нажмите [§bО§f].
[12:30:58] [main/INFO]: 
[12:30:58] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null
[12:30:58] [main/INFO]: Loaded 0 waypoints from C:UsersUSERAppDataRoaming.minecraftjourneymapdataspНовый мир (1)waypoints
[12:30:58] [main/INFO]: Mapping started in C:UsersUSERAppDataRoaming.minecraftjourneymapdataspНовый мир (1)overworld. Memory: 3680MB total, 1242MB free 
[12:30:59] [Server thread/INFO]: Saving chunks for level ‘ServerLevel[Новый мир]’/minecraft:the_nether
[12:30:59] [Server thread/INFO]: Saving chunks for level ‘ServerLevel[Новый мир]’/minecraft:the_end
[12:30:59] [Server thread/WARN]: Can’t keep up! Is the server overloaded? Running 2564ms or 51 ticks behind
[12:30:59] [main/INFO]: Loaded 1509 advancements
[12:31:15] [Server thread/INFO]: Krofick был убит Железный голем
[12:31:15] [main/INFO]: [CHAT] Krofick был убит Железный голем
[12:31:15] [main/INFO]: Loaded 1523 advancements
[12:31:15] [main/INFO]: Krofick died at BlockPos{x=130, y=76, z=152}. Deathpoints enabled: true. Deathpoint created: true
[12:31:19] [Server thread/INFO]: Saving and pausing game…
[12:31:19] [Server thread/INFO]: Saving chunks for level ‘ServerLevel[Новый мир]’/minecraft:overworld
[12:31:19] [main/INFO]: Mapping halted in C:UsersUSERAppDataRoaming.minecraftjourneymapdatamp~Minecraftminecraft:overworld
[12:31:20] [Server thread/INFO]: Saving chunks for level ‘ServerLevel[Новый мир]’/minecraft:the_nether
[12:31:20] [Server thread/INFO]: Saving chunks for level ‘ServerLevel[Новый мир]’/minecraft:the_end
[12:31:20] [Server thread/INFO]: Krofick lost connection: Отключение
[12:31:20] [Server thread/INFO]: Krofick покинул игру
[12:31:20] [Server thread/INFO]: Stopping singleplayer server as player logged out
[12:31:20] [Server thread/INFO]: Stopping server
[12:31:20] [Server thread/INFO]: Saving players
[12:31:20] [Server thread/INFO]: Saving worlds
[12:31:20] [Server thread/INFO]: Saving chunks for level ‘ServerLevel[Новый мир]’/minecraft:overworld
[12:31:21] [Server thread/INFO]: ThreadedAnvilChunkStorage (Новый мир (1)): All chunks are saved
[12:31:21] [Server thread/INFO]: Saving chunks for level ‘ServerLevel[Новый мир]’/minecraft:the_nether
[12:31:21] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[12:31:21] [Server thread/INFO]: Saving chunks for level ‘ServerLevel[Новый мир]’/minecraft:the_end
[12:31:21] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[12:31:21] [Server thread/INFO]: ThreadedAnvilChunkStorage (Новый мир (1)): All chunks are saved
[12:31:21] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[12:31:21] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[12:31:30] [main/INFO]: Stopping!
 

Java


  • Search


    • Search all Forums


    • Search this Forum


    • Search this Thread


  • Tools


    • Jump to Forum


  • #1

    Aug 27, 2021

    I have been getting a FML error saying server mod list is not compatible with Data may be inaccurate due to protocol size limits. Can anyone help me?

    ATTACHMENTS

    • unknown

      unknown

  • To post a comment, please login.

Posts Quoted:

Reply

Clear All Quotes


Вот лог:

—- Minecraft Crash Report —-

WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
LoadingPlugin (Skillable-1.12.x-beta-7.jar)
ItemPatchingLoader (ItemPhysic_Full_1.4.34_mc1.12.2.jar)
CreativePatchingLoader (CreativeCore_v1.10.20_mc1.12.2.jar)
SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.1.jar)
iceandfire (iceandfire_1.9.1_1.12.2.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 3/25/23 3:33 AM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: de.krokoyt.element.ServerProxy
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:102)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:623)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: de.krokoyt.element.ServerProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:223)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
… 32 more
Caused by: java.lang.NullPointerException

A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————

— System Details —
Details:
Minecraft Version: 1.12.2
Magma Version: 1.12.2-d04e549e
Operating System: Linux (amd64) version 4.19.0-10-amd64
Java Version: 1.8.0_301, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 85949616 bytes (81 MB) / 331948032 bytes (316 MB) up to 2075918336 bytes (1979 MB)
JVM Flags: 3 total; -Xms128M -Xmx2048M -XX:+UseSerialGC
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2860 29 mods loaded, 29 mods active
States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored

| State | ID | Version | Source | Signature |
|:—— |:—————— |:————— |:——————————————— |:——— |
| LC | minecraft | 1.12.2 | minecraft.jar | None |
| LC | mcp | 9.42 | minecraft.jar | None |
| LC | FML | 8.0.99.99 | server.jar | None |
| LC | forge | 14.23.5.2860 | server.jar | None |
| LC | creativecoredummy | 1.0.0 | minecraft.jar | None |
| LC | itemphysic | 1.4.0 | minecraft.jar | None |
| LC | aether_legacy | 1.5.3 | aether_1.12.2_v1.5.3.jar | None |
| LC | astikorcarts | 1.12.2-0.1.2.7 | astikorcarts_1.12.2_0.1.2.7.jar | None |
| LC | skillable | beta-7 | Skillable-1.12.x-beta-7.jar | None |
| LC | autoreglib | 1.3-13 | AutoRegLib-1.3-13.jar | None |
| LC | battletowers | 1.6.3 | BattleTowers_1.12.2.jar | None |
| LC | birdwmod | 1.12.2-1.6.0 | thebirdwatchingmod-1.6.0.jar | None |
| LC | bookworm | 1.12.2-2.5.2.1 | bookworm-1.12.2-2.5.2.1.jar | None |
| LC | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LC | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
| LC | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LC | creativecore | 1.10.0 | CreativeCore_v1.10.20_mc1.12.2.jar | None |
| LC | desirepaths | 1.12.1-1.2.8 | desirepaths-1.12.1-1.2.8.jar | None |
| LC | ebwizardry | 4.3.4 | ElectroblobsWizardry_4.3.4_MC1.12.2.jar | None |
| LE | element | 1.0.1 | ElementaryStaffs_1.12.2_1.0.4.jar | None |
| L | epicfight | 1.12.2-2.0.0 | EpicFightMod-1.12.2-2.2.2.jar | None |
| L | llibrary | 1.7.20 | llibrary_1.7.20_1.12.2.jar | None |
| L | iceandfire | 1.9.1 | iceandfire_1.9.1_1.12.2.jar | None |
| L | mowziesmobs | 1.5.8 | mowziesmobs_1.12.2_1.5.8.jar | None |
| L | rwg | 1.0.1 | Realistic_World_Generation_Mod_1.12.2.jar | None |
| L | roguelike | 1.7.2 | RoguelikeDungeons_1.12.2_1.7.2 (1).jar | None |
| L | spartanweaponry | 1.5.1 | SpartanWeaponry-1.12.2-1.5.1.jar | None |
| L | twilightforest | 3.11.1021 | twilightforest_1.12.2_3.11.1021_universal.jar | None |
| L | orelib | 3.6.0.1 | orelib-1.12.2-3.6.0.1 (1).jar | None |

Loaded coremods (and transformers):
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
LoadingPlugin (Skillable-1.12.x-beta-7.jar)
vazkii.skillable.base.asm.ClassTransformer
ItemPatchingLoader (ItemPhysic_Full_1.4.34_mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
CreativePatchingLoader (CreativeCore_v1.10.20_mc1.12.2.jar)

SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.1.jar)

iceandfire (iceandfire_1.9.1_1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to ‘Magma’
Type: Dedicated Server (map_server.txt)

Добавил на сервер мод BaseFurnitureMods. Версия сервера 1.18. При запуске выдаёт ошибку: «Can’t compile «World» script module. Skyline_Furniture_Basescripts4_worldfridgekit.c(53): Overloaded function ‘OnPlacementComplete’ not compatible». Кто поможет?) Буду очень благодарен) Код по этому пути ниже

override void OnPlacementComplete( Man player )
	{
		super.OnPlacementComplete( player );
		
		PlayerBase pb = PlayerBase.Cast( player );
		if ( GetGame().IsServer() )
		{
			PlayerBase player_base = PlayerBase.Cast( player );
			vector position = player_base.GetLocalProjectionPosition();
			vector orientation = player_base.GetLocalProjectionOrientation();
				
			Furniture_Fridge_Kit1 = GetGame().CreateObject("Skyline_Fridge", pb.GetLocalProjectionPosition(), false );
			Furniture_Fridge_Kit1.SetPosition( position );
			Furniture_Fridge_Kit1.SetOrientation( orientation );
		}	
		
		SetIsDeploySound( true );
	}

Скрыть объявление

В преддверии глобального обновления, мы проводим исследования, которые помогут нам сделать опыт пользования форумом ещё удобнее. Помогите нам, примите участие!

Помогите Не получается запустить сервер , с модами!

Тема в разделе «Помощь», создана пользователем iJason, 18 июл 2017.

  1. Здравствуйте . Дня 2 назад , решил сделать сервер , для нас с друзьями ( с модами ) , но после того , как я установил моды на сервер , во время запуска , сервер выдает ошибку , почитав код , я понял , что не которые моды конфликтуют и в последствие их я удалил , но ошибка не пропала! За ранее спасибо.

    Вложения:

  2. Мод Neat удали с сервера, он только для клиентской части.

  3. такой вопрос , что если проблема в том , что карта не генерируется с модами и с вязи с этим , не запускается?

  4. после переустановки сервера и удаления не которых модов

    Вложения:


  5. HunterGaming

    HunterGaming
    Активный участник
    Пользователь

    Баллы:
    96
    Имя в Minecraft:
    sqdFendy

    Карту пытался удалять, чтоб она сама сгенерировалась?

  6. Надо будет Вам Ядро подогнать Forge нормальное без ошибок =) + русское

Поделиться этой страницей


Rubukkit - свой сервер Minecraft

Понравилась статья? Поделить с друзьями:
  • Ошибка при создании сервера майнкрафт
  • Ошибка при создании сервера unturned
  • Ошибка при создании связи в
  • Ошибка при создании сводной таблицы в excel
  • Ошибка при создании русской темы