Advertisement
Guest User

Untitled

a guest
May 14th, 2021
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 351.70 KB | None | 0 0
  1. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe engineerstools:crushing/tin_grit_crushing_recipe as it's serializer returned null
  2. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_mushroom_em as it's serializer returned null
  3. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_temporal as it's serializer returned null
  4. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_willow as it's serializer returned null
  5. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_palm as it's serializer returned null
  6. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_embur as it's serializer returned null
  7. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_cypress as it's serializer returned null
  8. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_silverbell_pw as it's serializer returned null
  9. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_baobab as it's serializer returned null
  10. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_magic_pw as it's serializer returned null
  11. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_blue_enchanted as it's serializer returned null
  12. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe toolbelt:pouch_upgrade_5_via_sewing as it's serializer returned null
  13. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_apple_te as it's serializer returned null
  14. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_distortic as it's serializer returned null
  15. [15:23:48] [Render thread/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe simplytea:black_tea
  16. com.google.gson.JsonSyntaxException: Unknown item 'simplytea:black_tea'
  17. at net.minecraft.item.crafting.Ingredient.lambda$valueFromJson$11(Ingredient.java:216) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  18. at java.util.Optional.orElseThrow(Unknown Source) ~[?:1.8.0_291] {}
  19. at net.minecraft.item.crafting.Ingredient.func_199803_a(Ingredient.java:215) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  20. at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:41) ~[forge:?] {re:classloading}
  21. at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:155) ~[forge:?] {re:classloading}
  22. at net.minecraft.item.crafting.Ingredient.func_199802_a(Ingredient.java:189) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  23. at vectorwing.farmersdelight.crafting.CookingPotRecipe$Serializer.readIngredients(CookingPotRecipe.java:150) ~[farmersdelight:1.16.3-0.4.0] {re:classloading}
  24. at vectorwing.farmersdelight.crafting.CookingPotRecipe$Serializer.read(CookingPotRecipe.java:132) ~[farmersdelight:1.16.3-0.4.0] {re:classloading}
  25. at vectorwing.farmersdelight.crafting.CookingPotRecipe$Serializer.func_199425_a_(CookingPotRecipe.java:123) ~[farmersdelight:1.16.3-0.4.0] {re:classloading}
  26. at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:141) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.RecipeManagerAccess,pl:mixin:APP:polymorph.mixins.json:RecipeManagerMixin,pl:mixin:APP:performant.mixins.json:item.RecipeManagerMixin,pl:mixin:A}
  27. at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:61) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.RecipeManagerAccess,pl:mixin:APP:polymorph.mixins.json:RecipeManagerMixin,pl:mixin:APP:performant.mixins.json:item.RecipeManagerMixin,pl:mixin:A}
  28. at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:38) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.RecipeManagerAccess,pl:mixin:APP:polymorph.mixins.json:RecipeManagerMixin,pl:mixin:APP:performant.mixins.json:item.RecipeManagerMixin,pl:mixin:A}
  29. at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {re:classloading,re:mixin}
  30. at java.util.concurrent.CompletableFuture.uniAccept(Unknown Source) ~[?:1.8.0_291] {}
  31. at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source) ~[?:1.8.0_291] {}
  32. at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_291] {}
  33. at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading}
  34. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:189) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  35. at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:mixin,re:computing_frames,re:classloading}
  36. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:151) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  37. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(ThreadTaskExecutor.java:167) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  38. at net.minecraft.client.Minecraft.func_238189_a_(Minecraft.java:1863) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:fabrication.mixins.json:a_fixes.uncap_menu_fps.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  39. at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:1712) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:fabrication.mixins.json:a_fixes.uncap_menu_fps.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  40. at net.minecraft.client.Minecraft.lambda$loadWorld$29(Minecraft.java:1804) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:fabrication.mixins.json:a_fixes.uncap_menu_fps.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  41. at net.minecraft.client.Minecraft.lambda$displayExperimentalConfirmationDialog$31(Minecraft.java:1839) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:fabrication.mixins.json:a_fixes.uncap_menu_fps.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  42. at net.minecraft.client.gui.screen.ConfirmScreen.func_213002_b(SourceFile:41) ~[?:?] {re:classloading}
  43. at net.minecraft.client.gui.widget.button.Button.func_230930_b_(SourceFile:33) ~[?:?] {re:classloading}
  44. at net.minecraft.client.gui.widget.button.AbstractButton.func_230982_a_(SourceFile:16) ~[?:?] {re:classloading}
  45. at net.minecraft.client.gui.widget.Widget.func_231044_a_(Widget.java:136) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  46. at net.minecraft.client.gui.INestedGuiEventHandler.func_231044_a_(SourceFile:27) ~[?:?] {re:computing_frames,re:classloading,re:mixin}
  47. at net.minecraft.client.MouseHelper.func_198033_b(MouseHelper.java:87) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  48. at net.minecraft.client.gui.screen.Screen.func_231153_a_(Screen.java:427) ~[?:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  49. at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:85) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  50. at net.minecraft.client.MouseHelper.func_228030_c_(MouseHelper.java:175) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  51. at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(ThreadTaskExecutor.java:111) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  52. at net.minecraft.client.MouseHelper.func_228028_b_(MouseHelper.java:174) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  53. at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
  54. at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:99) ~[fpsreducer:mc1.16.4-1.18] {re:classloading}
  55. at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
  56. at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {}
  57. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
  58. at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:109) ~[?:?] {re:mixin,re:classloading}
  59. at net.minecraft.client.MainWindow.func_227802_e_(MainWindow.java:398) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default}
  60. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:996) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:fabrication.mixins.json:a_fixes.uncap_menu_fps.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  61. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:fabrication.mixins.json:a_fixes.uncap_menu_fps.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  62. at net.minecraft.client.main.Main.main(Main.java:184) ~[minecraft-1.16.5-client.jar:?] {re:classloading,pl:runtimedistcleaner:A}
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291] {}
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  66. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_291] {}
  67. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.1.16-launcher.jar:36.1] {}
  68. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
  69. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
  70. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
  71. at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
  72. at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}
  73. at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50) [ForgeWrapper-1.4.2.jar:?] {}
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291] {}
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  77. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_291] {}
  78. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
  79. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
  80. at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
  81. at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}
  82. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_aspen_atm as it's serializer returned null
  83. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe toolbelt:belt_via_sewing as it's serializer returned null
  84. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_cika as it's serializer returned null
  85. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_jacaranda as it's serializer returned null
  86. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_mysterywood as it's serializer returned null
  87. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_morado as it's serializer returned null
  88. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_glowshroom as it's serializer returned null
  89. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_zelkova as it's serializer returned null
  90. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_poise as it's serializer returned null
  91. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_mossy_glowshroom as it's serializer returned null
  92. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_lament as it's serializer returned null
  93. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_mangrove as it's serializer returned null
  94. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_cactus as it's serializer returned null
  95. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_skyris as it's serializer returned null
  96. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_tiger_pw as it's serializer returned null
  97. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_maple as it's serializer returned null
  98. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe toolbelt:pouch_upgrade_2_via_sewing as it's serializer returned null
  99. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_bulbis as it's serializer returned null
  100. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_maple_aut as it's serializer returned null
  101. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_umbrella_tree as it's serializer returned null
  102. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_grimwood as it's serializer returned null
  103. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:gold_trapdoor as it's serializer returned null
  104. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_willow_env as it's serializer returned null
  105. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_embur as it's serializer returned null
  106. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_yucca as it's serializer returned null
  107. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_wisteria_env as it's serializer returned null
  108. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_shimmerwood as it's serializer returned null
  109. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_maple_pw as it's serializer returned null
  110. [15:23:48] [Render thread/INFO] [minecraft/RecipeManager]: Loaded 62 recipes
  111. [15:23:49] [Render thread/INFO] [Spartan Weaponry/]: Adding Diamond Weapons to the End City Treasure Loot Table!
  112. [15:23:51] [Render thread/INFO] [Spartan Weaponry/]: Adding Iron Weapons to the Village Weaponsmith Loot Table!
  113. [15:23:52] [Render thread/WARN] [minecraft/LootTableManager]: Found validation problem in {alexsmobs:gameplay/seal_reward}.pools[0].entries[1].functions[0]: Parameters [<parameter minecraft:origin>] are not provided in this context
  114. [15:23:52] [Render thread/INFO] [placebo/]: Registered 0 additional loot tables.
  115. [15:23:52] [Render thread/INFO] [co.mi.ab.co.AbnormalsCore/]: Advancement Modification Manager has loaded 8 sets of modifiers
  116. [15:23:52] [Render thread/ERROR] [minecraft/AdvancementList]: Couldn't load advancement craftandhunt:craftandhunt/main/bee_pickup: Task Advancement{parentId=craftandhunt:main/root, display=net.minecraft.advancements.DisplayInfo@5f2b8b7b, rewards=AdvancementRewards{experience=0, loot=[], recipes=[], function=net.minecraft.command.FunctionObject$CacheableFunction@30a5fb17}, criteria={bee=net.minecraft.advancements.Criterion@1ee7e78a}, requirements=[[bee]]}
  117. [15:23:52] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 5746 advancements
  118. [15:23:52] [Render thread/INFO] [placebo/]: Registered 0 additional recipes.
  119. [15:23:52] [Render thread/INFO] [co.fe.dy.wo.BiomeDatabaseManager/]: Loading JSON populator in dynamictrees:default
  120. [15:23:52] [Render thread/INFO] [co.fe.dy.wo.BiomeDatabaseManager/]: Loading JSON populator in dynamictreesplus:default
  121. [15:23:52] [Render thread/INFO] [Dungeon Crawl/]: Loading data...
  122. [15:23:52] [Render thread/INFO] [Dungeon Crawl/]: Finished data loading.
  123. [15:23:52] [Render thread/INFO] [immersivepetroleum/]: Loading Distillation Recipes.
  124. [15:23:52] [Render thread/INFO] [immersivepetroleum/]: Loading Reservoirs.
  125. [15:23:54] [Render thread/INFO] [sl.tc.li.ma.MaterialManager/]: 23 materials loaded
  126. [15:23:54] [Render thread/INFO] [sl.tc.li.ma.st.MaterialStatsManager/]: 72 stats loaded for 24 materials
  127. [15:23:54] [Render thread/INFO] [immersiveengineering/]: Recipes for potions: minecraft:slow_falling, minecraft:weakness, upgrade_aquatic:restfulness_strong, minecraft:long_poison, alexsmobs:bug_pheromones, craftandhunt:long_goatstrength, minecraft:strong_leaping, minecraft:strong_swiftness, minecraft:long_weakness, alexsmobs:long_poison_resistance, craftandhunt:vampire, alexsmobs:long_clinging, undergarden:brittleness, alexsmobs:strong_knockback_resistance, alexsmobs:strong_soulsteal, minecraft:strong_slowness, minecraft:regeneration, craftandhunt:strong_rangestrength, craftandhunt:strong_fire_strike, alexsmobs:speed_iii, minecraft:thick, minecraft:water, minecraft:strong_harming, undergarden:long_brittleness, alexsmobs:soulsteal, minecraft:long_invisibility, craftandhunt:rangestrength, alexsmobs:clinging, alexsmobs:long_bug_pheromones, minecraft:night_vision, minecraft:long_regeneration, minecraft:strong_poison, upgrade_aquatic:repellence, craftandhunt:long_wither_strike, craftandhunt:strong_poison_strike, upgrade_aquatic:insomnia_strong, craftandhunt:long_rangestrength, craftandhunt:long_magic_strike, minecraft:invisibility, upgrade_aquatic:repellence_strong, minecraft:strong_healing, craftandhunt:long_wither_resistance, undergarden:long_virulent_resistance, minecraft:slowness, minecraft:strong_regeneration, minecraft:awkward, upgrade_aquatic:restfulness, craftandhunt:long_poison_resistance, minecraft:strong_turtle_master, minecraft:long_fire_resistance, minecraft:poison, minecraft:strength, minecraft:leaping, alexsmobs:long_lava_vision, alexsmobs:poison_resistance, craftandhunt:poison_strike, upgrade_aquatic:vibing_strong, alexsmobs:knockback_resistance, craftandhunt:long_bug_ignore, craftandhunt:strong_goatstrength, minecraft:long_swiftness, undergarden:virulent_resistance, minecraft:swiftness, craftandhunt:undead_ignore, minecraft:long_slowness, minecraft:harming, craftandhunt:bug_ignore, alexsmobs:lava_vision, craftandhunt:fire_strike, craftandhunt:poison_resistance, minecraft:water_breathing, craftandhunt:long_vampire, craftandhunt:long_fire_strike, craftandhunt:long_poison_strike, craftandhunt:wither_strike, craftandhunt:strong_magic_strike, minecraft:long_water_breathing, craftandhunt:strong_vampire, craftandhunt:magic_strike, craftandhunt:long_wither, minecraft:healing, craftandhunt:wither, minecraft:long_strength, alexsmobs:long_soulsteal, upgrade_aquatic:insomnia, minecraft:long_leaping, craftandhunt:strong_wither, upgrade_aquatic:vibing, upgrade_aquatic:vibing_long, minecraft:fire_resistance, minecraft:long_night_vision, minecraft:long_turtle_master, minecraft:turtle_master, minecraft:strong_strength, minecraft:mundane, craftandhunt:strong_wither_strike, craftandhunt:goatstrength, upgrade_aquatic:repellence_long, craftandhunt:wither_resistance, undergarden:strong_brittleness, craftandhunt:long_undead_ignore, alexsmobs:long_knockback_resistance, minecraft:long_slow_falling
  128. [15:23:54] [Thread-27/INFO] [immersiveengineering/]: Finished recipe profiler for Arc Recycling, took 365 milliseconds
  129. [15:23:54] [Render thread/INFO] [immersiveengineering/]: Couldn't fully analyze 1 club_studded, missing knowledge for {1 club_wood=1.0}
  130. [15:23:54] [Render thread/INFO] [immersiveengineering/]: Couldn't fully analyze 1 cestus_studded, missing knowledge for {1 cestus=1.0}
  131. [15:23:55] [Render thread/INFO] [TerraForged/]: Validating user structure preferences...
  132. [15:23:55] [Render thread/INFO] [TerraForged/]: Loading strata base decorator
  133. [15:23:55] [Render thread/INFO] [TerraForged/]: Created TerraForged chunk-generator with settings {"miscellaneous":{"smoothLayerDecorator":true,"strataRegionSize":600,"strataDecorator":true,"oreCompatibleStoneOnly":true,"erosionDecorator":true,"plainStoneErosion":false,"naturalSnowDecorator":true,"customBiomeFeatures":true,"vanillaLakes":false,"vanillaSprings":true,"vanillaLavaLakes":true,"vanillaLavaSprings":true,"mountainBiomeUsage":0.4,"volcanoBiomeUsage":0.4},"dimensions":{"bedrockLayer":{"material":"minecraft:bedrock","minDepth":1,"variance":4},"dimensions":{"nether":"default","end":"default","includeExtraDimensions":true}},"structures":{"stronghold":{"distance":32,"spread":3,"count":128,"salt":0,"constrainToBiomes":false,"disabled":false},"structures":{"bettermineshafts:mineshaft":{"spacing":1,"separation":0,"salt":593751808,"disabled":false},"dungeoncrawl:dungeon":{"spacing":30,"separation":10,"salt":10387313,"disabled":false},"iceandfire:gorgon_temple":{"spacing":116,"separation":115,"salt":342226464,"disabled":false},"iceandfire:graveyard":{"spacing":123,"separation":122,"salt":342226432,"disabled":false},"iceandfire:mausoleum":{"spacing":116,"separation":115,"salt":342226464,"disabled":false},"minecraft:buried_treasure":{"spacing":1,"separation":0,"salt":0,"disabled":false},"minecraft:desert_pyramid":{"spacing":116,"separation":115,"salt":14357617,"disabled":false},"minecraft:igloo":{"spacing":32,"separation":8,"salt":14357618,"disabled":false},"minecraft:jungle_pyramid":{"spacing":32,"separation":8,"salt":14357619,"disabled":false},"minecraft:mansion":{"spacing":172,"separation":171,"salt":10387319,"disabled":false},"minecraft:monument":{"spacing":32,"separation":5,"salt":10387313,"disabled":false},"minecraft:nether_fossil":{"spacing":2,"separation":1,"salt":14357921,"disabled":false},"minecraft:ocean_ruin":{"spacing":20,"separation":8,"salt":14357621,"disabled":false},"minecraft:pillager_outpost":{"spacing":32,"separation":8,"salt":165745296,"disabled":false},"minecraft:ruined_portal":{"spacing":40,"separation":15,"salt":34222644,"disabled":false},"minecraft:shipwreck":{"spacing":24,"separation":4,"salt":165745296,"disabled":false},"minecraft:swamp_hut":{"spacing":32,"separation":8,"salt":14357620,"disabled":false},"minecraft:village":{"spacing":120,"separation":119,"salt":10387312,"disabled":false},"mowziesmobs:barakoa_village":{"spacing":53,"separation":52,"salt":123444792,"disabled":false},"mowziesmobs:frostmaw_spawn":{"spacing":25,"separation":8,"salt":1237654784,"disabled":false},"mowziesmobs:wrought_chamber":{"spacing":15,"separation":5,"salt":123555792,"disabled":false},"repurposed_structures:fortress_jungle":{"spacing":32,"separation":16,"salt":1464189184,"disabled":false},"repurposed_structures:igloo_grassy":{"spacing":20,"separation":10,"salt":1460835584,"disabled":false},"repurposed_structures:igloo_stone":{"spacing":20,"separation":10,"salt":1327428992,"disabled":false},"repurposed_structures:mansion_birch":{"spacing":140,"separation":70,"salt":182367040,"disabled":false},"repurposed_structures:mansion_desert":{"spacing":140,"separation":70,"salt":724317376,"disabled":false},"repurposed_structures:mansion_jungle":{"spacing":140,"separation":70,"salt":1267916672,"disabled":false},"repurposed_structures:mansion_oak":{"spacing":140,"separation":70,"salt":147853728,"disabled":false},"repurposed_structures:mansion_savanna":{"spacing":140,"separation":70,"salt":2024558976,"disabled":false},"repurposed_structures:mansion_snowy":{"spacing":140,"separation":70,"salt":1115107840,"disabled":false},"repurposed_structures:mansion_taiga":{"spacing":140,"separation":70,"salt":418506496,"disabled":false},"repurposed_structures:mineshaft_birch":{"spacing":1,"separation":0,"salt":399117344,"disabled":false},"repurposed_structures:mineshaft_desert":{"spacing":1,"separation":0,"salt":1990612736,"disabled":false},"repurposed_structures:mineshaft_icy":{"spacing":1,"separation":0,"salt":1451015296,"disabled":false},"repurposed_structures:mineshaft_jungle":{"spacing":1,"separation":0,"salt":1434412928,"disabled":false},"repurposed_structures:mineshaft_ocean":{"spacing":1,"separation":0,"salt":1774808704,"disabled":false},"repurposed_structures:mineshaft_savanna":{"spacing":1,"separation":0,"salt":1960212224,"disabled":false},"repurposed_structures:mineshaft_stone":{"spacing":1,"separation":0,"salt":1436736640,"disabled":false},"repurposed_structures:mineshaft_swamp_or_dark_forest":{"spacing":1,"separation":0,"salt":2037177728,"disabled":false},"repurposed_structures:mineshaft_taiga":{"spacing":1,"separation":0,"salt":1383003136,"disabled":false},"repurposed_structures:outpost_badlands":{"spacing":31,"separation":15,"salt":1702026880,"disabled":false},"repurposed_structures:outpost_birch":{"spacing":39,"separation":19,"salt":1676743168,"disabled":false},"repurposed_structures:outpost_desert":{"spacing":39,"separation":19,"salt":593099392,"disabled":false},"repurposed_structures:outpost_giant_tree_taiga":{"spacing":37,"separation":18,"salt":993252544,"disabled":false},"repurposed_structures:outpost_icy":{"spacing":37,"separation":18,"salt":935294656,"disabled":false},"repurposed_structures:outpost_jungle":{"spacing":39,"separation":19,"salt":548433024,"disabled":false},"repurposed_structures:outpost_oak":{"spacing":45,"separation":22,"salt":698118400,"disabled":false},"repurposed_structures:outpost_snowy":{"spacing":39,"separation":19,"salt":849388480,"disabled":false},"repurposed_structures:outpost_taiga":{"spacing":45,"separation":22,"salt":272805088,"disabled":false},"repurposed_structures:pyramid_badlands":{"spacing":20,"separation":10,"salt":1718729472,"disabled":false},"repurposed_structures:pyramid_snowy":{"spacing":37,"separation":18,"salt":1630533504,"disabled":false},"repurposed_structures:stronghold_stonebrick":{"spacing":85,"separation":42,"salt":1098192640,"disabled":false},"repurposed_structures:village_badlands":{"spacing":109,"separation":108,"salt":1319707520,"disabled":false},"repurposed_structures:village_birch":{"spacing":106,"separation":105,"salt":1102567424,"disabled":false},"repurposed_structures:village_dark_oak":{"spacing":106,"separation":105,"salt":1921339392,"disabled":false},"repurposed_structures:village_giant_taiga":{"spacing":102,"separation":101,"salt":1559528832,"disabled":false},"repurposed_structures:village_jungle":{"spacing":116,"separation":115,"salt":1229975168,"disabled":false},"repurposed_structures:village_mountains":{"spacing":106,"separation":105,"salt":2010876032,"disabled":false},"repurposed_structures:village_oak":{"spacing":106,"separation":105,"salt":2112891008,"disabled":false},"repurposed_structures:village_swamp":{"spacing":102,"separation":101,"salt":1559650944,"disabled":false},"repurposed_structures:witch_hut_birch":{"spacing":48,"separation":24,"salt":904634496,"disabled":false},"repurposed_structures:witch_hut_dark_forest":{"spacing":48,"separation":24,"salt":165100144,"disabled":false},"repurposed_structures:witch_hut_giant_tree_taiga":{"spacing":48,"separation":24,"salt":200289408,"disabled":false},"repurposed_structures:witch_hut_oak":{"spacing":48,"separation":24,"salt":741641344,"disabled":false},"repurposed_structures:witch_hut_taiga":{"spacing":48,"separation":24,"salt":1925189632,"disabled":false},"tconstruct:overworld_slime_island":{"spacing":30,"separation":22,"salt":14357800,"disabled":false},"towers_of_the_wild:derelict_grass_tower":{"spacing":72,"separation":24,"salt":1689781,"disabled":false},"towers_of_the_wild:derelict_tower":{"spacing":72,"separation":24,"salt":1689780,"disabled":false},"towers_of_the_wild:ice_tower":{"spacing":20,"separation":6,"salt":1689779,"disabled":false},"towers_of_the_wild:jungle_tower":{"spacing":57,"separation":56,"salt":1689778,"disabled":false},"towers_of_the_wild:ocean_tower":{"spacing":32,"separation":10,"salt":1689782,"disabled":false},"towers_of_the_wild:ocean_warm_tower":{"spacing":32,"separation":10,"salt":1689782,"disabled":false},"towers_of_the_wild:tower":{"spacing":50,"separation":49,"salt":1689777,"disabled":false}}},"world":{"continent":{"continentType":"MULTI","continentShape":"NATURAL","continentScale":5915,"continentJitter":0.699},"controlPoints":{"deepOcean":0.1,"shallowOcean":0.25,"beach":0.326,"coast":0.448,"inland":0.5},"properties":{"spawnType":"WORLD_ORIGIN","worldHeight":256,"seaLevel":63}},"climate":{"temperature":{"seedOffset":0,"scale":6,"falloff":2,"min":0.0,"max":0.98,"bias":0.05},"moisture":{"seedOffset":0,"scale":6,"falloff":2,"min":0.0,"max":1.0,"bias":0.0},"biomeShape":{"biomeSize":623,"macroNoiseSize":8,"biomeWarpScale":150,"biomeWarpStrength":80},"biomeEdgeShape":{"type":"SIMPLEX","scale":24,"octaves":2,"gain":0.5,"lacunarity":2.65,"strength":14}},"terrain":{"general":{"terrainSeedOffset":0,"terrainRegionSize":1200,"globalVerticalScale":0.98,"globalHorizontalScale":1.0,"fancyMountains":true},"steppe":{"weight":1.0,"baseScale":1.0,"verticalScale":1.0,"horizontalScale":1.0},"plains":{"weight":2.0,"baseScale":1.0,"verticalScale":1.0,"horizontalScale":1.0},"hills":{"weight":2.0,"baseScale":1.0,"verticalScale":1.0,"horizontalScale":1.0},"dales":{"weight":1.5,"baseScale":1.0,"verticalScale":1.0,"horizontalScale":1.0},"plateau":{"weight":1.5,"baseScale":1.0,"verticalScale":1.0,"horizontalScale":1.0},"badlands":{"weight":1.0,"baseScale":1.0,"verticalScale":1.0,"horizontalScale":1.0},"torridonian":{"weight":2.0,"baseScale":1.0,"verticalScale":1.0,"horizontalScale":1.0},"mountains":{"weight":2.5,"baseScale":1.0,"verticalScale":1.0,"horizontalScale":1.0},"volcano":{"weight":5.0,"baseScale":1.0,"verticalScale":1.0,"horizontalScale":1.0}},"rivers":{"seedOffset":0,"riverCount":20,"mainRivers":{"bedDepth":10,"minBankHeight":10,"maxBankHeight":10,"bedWidth":20,"bankWidth":50,"fade":0.75},"branchRivers":{"bedDepth":9,"minBankHeight":7,"maxBankHeight":10,"bedWidth":15,"bankWidth":42,"fade":0.975},"lakes":{"chance":0.513,"minStartDistance":0.0,"maxStartDistance":0.218,"depth":20,"sizeMin":80,"sizeMax":201,"minBankHeight":8,"maxBankHeight":10},"wetlands":{"chance":0.6,"sizeMin":175,"sizeMax":225}},"filters":{"erosion":{"dropletsPerChunk":135,"dropletLifetime":12,"dropletVolume":0.699,"dropletVelocity":0.699,"erosionRate":0.5,"depositeRate":0.5},"smoothing":{"iterations":1,"smoothingRadius":1.799,"smoothingRate":0.898}}}
  134. [15:24:05] [Render thread/INFO] [TerraForged/]: Tags Reloaded
  135. [15:24:05] [Render thread/INFO] [TerraForged/]: Tags Reloaded
  136. [15:24:05] [Render thread/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  137. [15:24:05] [Server thread/INFO] [minecraft/IntegratedServer]: Starting integrated minecraft server version 1.16.5
  138. [15:24:05] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
  139. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\teleportmod-server.toml is not correct. Correcting
  140. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cost config was corrected from null to its default, SimpleCommentedConfig:{}.
  141. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cost config.travelCostType was corrected from null to its default, NONE.
  142. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cost config.baseCost was corrected from null to its default, 1.
  143. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cost config.travelCostType:ITEM was corrected from null to its default, SimpleCommentedConfig:{}.
  144. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cost config.travelCostType:ITEM.itemName was corrected from null to its default, minecraft:ender_pearl.
  145. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cost config.distance-based cost was corrected from null to its default, SimpleCommentedConfig:{}.
  146. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cost config.distance-based cost.enableDistanceBasedCost was corrected from null to its default, false.
  147. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cost config.distance-based cost.distanceMultiplier was corrected from null to its default, 0.1.
  148. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cost config.distance-based cost.maxCost was corrected from null to its default, 0.
  149. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\wyrmroost-server.toml is not correct. Correcting
  150. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dragons was corrected from null to its default, SimpleCommentedConfig:{}.
  151. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dragons.home_radius was corrected from null to its default, 16.
  152. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dragons.breath_lammability was corrected from null to its default, 0.8.
  153. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dragons.breed_limits was corrected from null to its default, [butterfly_leviathan:1, royal_red:2].
  154. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dragons.griefing was corrected from null to its default, SimpleCommentedConfig:{}.
  155. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dragons.griefing.respect_mob_griefing was corrected from null to its default, true.
  156. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dragons.griefing.dragon_griefing was corrected from null to its default, true.
  157. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\musketmod-server.toml is not correct. Correcting
  158. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key musket was corrected from null to its default, SimpleCommentedConfig:{}.
  159. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key musket.bulletStdDev was corrected from null to its default, 1.0.
  160. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key musket.bulletSpeed was corrected from null to its default, 180.0.
  161. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key musket.damageMin was corrected from null to its default, 20.5.
  162. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key musket.damageMax was corrected from null to its default, 21.5.
  163. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\carryon-server.toml is not correct. Correcting
  164. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings was corrected from null to its default, SimpleCommentedConfig:{}.
  165. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.maxDistance was corrected from null to its default, 2.5.
  166. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.maxEntityWidth was corrected from null to its default, 1.5.
  167. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.maxEntityHeight was corrected from null to its default, 1.5.
  168. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.blockSlownessMultiplier was corrected from null to its default, 1.0.
  169. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.entitySlownessMultiplier was corrected from null to its default, 1.0.
  170. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.maxEntityStackLimit was corrected from null to its default, 10.
  171. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.heavyTiles was corrected from null to its default, true.
  172. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.pickupAllBlocks was corrected from null to its default, false.
  173. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.slownessInCreative was corrected from null to its default, true.
  174. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.pickupHostileMobs was corrected from null to its default, false.
  175. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.heavyEntities was corrected from null to its default, true.
  176. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.allowBabies was corrected from null to its default, false.
  177. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.useWhitelistBlocks was corrected from null to its default, false.
  178. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.useWhitelistEntities was corrected from null to its default, false.
  179. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.useWhitelistStacking was corrected from null to its default, false.
  180. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.hitWhileCarrying was corrected from null to its default, false.
  181. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.dropCarriedWhenHit was corrected from null to its default, false.
  182. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.useScripts was corrected from null to its default, false.
  183. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.stackableEntities was corrected from null to its default, true.
  184. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blacklist was corrected from null to its default, SimpleCommentedConfig:{}.
  185. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blacklist.forbiddenTiles was corrected from null to its default, [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:*].
  186. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: 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:*].
  187. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blacklist.forbiddenStacking was corrected from null to its default, [minecraft:horse].
  188. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key whitelist was corrected from null to its default, SimpleCommentedConfig:{}.
  189. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key whitelist.allowedEntities was corrected from null to its default, [].
  190. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key whitelist.allowedBlocks was corrected from null to its default, [].
  191. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key whitelist.allowedStacking was corrected from null to its default, [].
  192. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_pickup_conditions was corrected from null to its default, SimpleCommentedConfig:{}.
  193. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_pickup_conditions.customPickupConditionsBlocks was corrected from null to its default, [].
  194. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_pickup_conditions.customPickupConditionsEntities was corrected from null to its default, [].
  195. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\simplefarming.toml is not correct. Correcting
  196. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak World Generation Rates was corrected from null to its default, SimpleCommentedConfig:{}.
  197. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak World Generation Rates.Probability of berry bushes generating was corrected from null to its default, 2000.
  198. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak World Generation Rates.Probability of opuntias generating was corrected from null to its default, 1500.
  199. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak World Generation Rates.Probability of fruit trees generating was corrected from null to its default, 10000.
  200. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak World Generation Rates.Probability of wild crops generating was corrected from null to its default, 3000.
  201. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak World Generation Rates.Probability of wild plants generating was corrected from null to its default, 8000.
  202. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable World Generation was corrected from null to its default, SimpleCommentedConfig:{}.
  203. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable World Generation.Generate berry bushes was corrected from null to its default, true.
  204. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable World Generation.Generate opuntias was corrected from null to its default, true.
  205. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable World Generation.Generate fruit trees was corrected from null to its default, true.
  206. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable World Generation.Generate wild crops was corrected from null to its default, false.
  207. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable World Generation.Generate wild plants was corrected from null to its default, true.
  208. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable World Generation.Replace stems was corrected from null to its default, false.
  209. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Miscellaneous Features was corrected from null to its default, SimpleCommentedConfig:{}.
  210. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Miscellaneous Features.Right-Click Harvest was corrected from null to its default, ENABLED_DROP.
  211. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Miscellaneous Features.Double Crops Slow Down Motion was corrected from null to its default, false.
  212. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Right-click Harvesting Settings was corrected from null to its default, SimpleCommentedConfig:{}.
  213. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Right-click Harvesting Settings.Enable right-click harvesting for crops was corrected from null to its default, true.
  214. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Right-click Harvesting Settings.Enable right-click harvesting for berry bushes was corrected from null to its default, true.
  215. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Right-click Harvesting Settings.Enable right-click harvesting for opuntias was corrected from null to its default, true.
  216. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Right-click Harvesting Settings.Enable right-click harvesting for tree leaves was corrected from null to its default, true.
  217. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Right-click Harvesting Settings.Enable right-click harvesting for wild plants was corrected from null to its default, true.
  218. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Right-click Harvesting Settings.Enable right-click harvesting for grapes was corrected from null to its default, true.
  219. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Right-click Harvesting Settings.Enable right-click harvesting for double-high-crops was corrected from null to its default, true.
  220. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Dimensions Settings was corrected from null to its default, SimpleCommentedConfig:{}.
  221. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Dimensions Settings.white_dim was corrected from null to its default, [0].
  222. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Dimensions Settings.black_dim was corrected from null to its default, [-1, 1].
  223. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\curios-server.toml is not correct. Correcting
  224. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key curiosSettings was corrected from null to its default, [].
  225. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\fastleafdecay-server.toml is not correct. Correcting
  226. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key MinimumDecayTime was corrected from null to its default, 4.
  227. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key MaximumDecayTime was corrected from null to its default, 11.
  228. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\dynamictrees-server.toml is not correct. Correcting
  229. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key seeds was corrected from null to its default, SimpleCommentedConfig:{}.
  230. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key seeds.dropRate was corrected from null to its default, 0.0.
  231. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key seeds.plantRate was corrected from null to its default, 0.1666666716337204.
  232. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key seeds.timeToLive was corrected from null to its default, 1200.
  233. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key seeds.onlyForest was corrected from null to its default, true.
  234. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees was corrected from null to its default, SimpleCommentedConfig:{}.
  235. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees.growthMultiplier was corrected from null to its default, 0.5.
  236. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees.harvestMultiplier was corrected from null to its default, 1.0.
  237. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees.maxTreeHardness was corrected from null to its default, 20.0.
  238. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees.growthFolding was corrected from null to its default, 2.
  239. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees.dropSticks was corrected from null to its default, true.
  240. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees.scaleBiomeGrowthRate was corrected from null to its default, 0.5.
  241. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees.diseaseChance was corrected from null to its default, 0.0.
  242. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees.maxBranchRotRadius was corrected from null to its default, 8.
  243. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees.rootyBlockHardnessMultiplier was corrected from null to its default, 40.0.
  244. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees.swampOaksInWater was corrected from null to its default, ROOTED.
  245. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key trees.boneMealGrowthPulses was corrected from null to its default, 1.
  246. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction was corrected from null to its default, SimpleCommentedConfig:{}.
  247. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.isLeavesPassable was corrected from null to its default, false.
  248. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.vanillaLeavesCollision was corrected from null to its default, false.
  249. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.enableBranchClimbling was corrected from null to its default, true.
  250. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.canopyCrash was corrected from null to its default, true.
  251. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.axeDamageMode was corrected from null to its default, THICKNESS.
  252. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.enableFallingTrees was corrected from null to its default, true.
  253. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.enableFallingTreeDamage was corrected from null to its default, true.
  254. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.fallingTreeDamageMultiplier was corrected from null to its default, 1.0.
  255. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.dirtBucketPlacesDirt was corrected from null to its default, true.
  256. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.sloppyBreakDrops was corrected from null to its default, false.
  257. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.minRadiusForStrip was corrected from null to its default, 6.
  258. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.enableStripRadiusReduction was corrected from null to its default, true.
  259. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.canBoneMealApple was corrected from null to its default, false.
  260. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key interaction.dynamicSaplingDrops was corrected from null to its default, true.
  261. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key world was corrected from null to its default, SimpleCommentedConfig:{}.
  262. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key world.podzolGen was corrected from null to its default, true.
  263. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key misc was corrected from null to its default, SimpleCommentedConfig:{}.
  264. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key misc.generateDirtBucketRecipes was corrected from null to its default, true.
  265. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key debug was corrected from null to its default, SimpleCommentedConfig:{}.
  266. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key debug.debug was corrected from null to its default, false.
  267. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\dynamictreesplus-server.toml is not correct. Correcting
  268. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cactus was corrected from null to its default, SimpleCommentedConfig:{}.
  269. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cactus.canBoneMealCactus was corrected from null to its default, false.
  270. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cactus.cactusPrickleOnMoveOnly was corrected from null to its default, true.
  271. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key cactus.cactusKillItems was corrected from null to its default, false.
  272. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\bagofyurting-server.toml is not correct. Correcting
  273. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Permissions was corrected from null to its default, SimpleCommentedConfig:{}.
  274. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Permissions.minimum_permission_to_yurt_unyurtable_blocks was corrected from null to its default, 2.
  275. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Creative Mode was corrected from null to its default, SimpleCommentedConfig:{}.
  276. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Creative Mode.creative_upgrade_iteration was corrected from null to its default, 7.
  277. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\druidcraft-server.toml is not correct. Correcting
  278. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key oregeneration was corrected from null to its default, SimpleCommentedConfig:{}.
  279. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key oregeneration.amber_size was corrected from null to its default, 4.
  280. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key oregeneration.amber_weight was corrected from null to its default, 2.
  281. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key oregeneration.moonstone_size was corrected from null to its default, 4.
  282. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key oregeneration.moonstone_weight was corrected from null to its default, 3.
  283. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key oregeneration.fiery_glass_size was corrected from null to its default, 7.
  284. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key oregeneration.fiery_glass_weight was corrected from null to its default, 5.
  285. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key oregeneration.rockroot_size was corrected from null to its default, 3.
  286. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key oregeneration.rockroot_weight was corrected from null to its default, 16.
  287. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key oregeneration.generate_ores was corrected from null to its default, true.
  288. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key droprate was corrected from null to its default, SimpleCommentedConfig:{}.
  289. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key droprate.hemp_seed_rate was corrected from null to its default, 8.
  290. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key droprate.drop_seeds was corrected from null to its default, true.
  291. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key toolcontrollers was corrected from null to its default, SimpleCommentedConfig:{}.
  292. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key toolcontrollers.sickle_block_list was corrected from null to its default, [].
  293. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning was corrected from null to its default, SimpleCommentedConfig:{}.
  294. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.dreadfish_spawn was corrected from null to its default, true.
  295. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.dreadfish_weight was corrected from null to its default, 40.
  296. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.dreadfish_min_group_size was corrected from null to its default, 1.
  297. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.dreadfish_max_group_size was corrected from null to its default, 3.
  298. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.dreadfish_biomes was corrected from null to its default, SNOWY, COLD.
  299. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.dreadfish_exclusions was corrected from null to its default, NETHER, END.
  300. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.beetle_spawn was corrected from null to its default, true.
  301. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.beetle_weight was corrected from null to its default, 10.
  302. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.beetle_min_group_size was corrected from null to its default, 1.
  303. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.beetle_max_group_size was corrected from null to its default, 2.
  304. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.beetle_biomes was corrected from null to its default, CONIFEROUS, FOREST, JUNGLE, DENSE.
  305. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.beetle_exclusions was corrected from null to its default, .
  306. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.lunar_moth_spawn was corrected from null to its default, true.
  307. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.lunar_moth_weight was corrected from null to its default, 2.
  308. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.lunar_moth_min_group_size was corrected from null to its default, 2.
  309. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.lunar_moth_max_group_size was corrected from null to its default, 5.
  310. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.lunar_moth_biomes was corrected from null to its default, FOREST, PLAINS, MOUNTAIN, HILLS.
  311. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entityspawning.lunar_moth_exclusions was corrected from null to its default, DENSE.
  312. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\comforts-server.toml is not correct. Correcting
  313. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
  314. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.autoUse was corrected from null to its default, true.
  315. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.wellRested was corrected from null to its default, false.
  316. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.sleepyFactor was corrected from null to its default, 2.0.
  317. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.nightHammocks was corrected from null to its default, false.
  318. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.sleepingBagBreakage was corrected from null to its default, 0.0.
  319. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.sleepingBagDebuffs was corrected from null to its default, [].
  320. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.insulatedSleepingBag was corrected from null to its default, false.
  321. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\travelersbackpack-server.toml is not correct. Correcting
  322. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
  323. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.toolSlotsAcceptSwords was corrected from null to its default, true.
  324. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.disableCrafting was corrected from null to its default, false.
  325. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.enableBackpackBlockWearable was corrected from null to its default, true.
  326. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.enableLoot was corrected from null to its default, true.
  327. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.invulnerableBackpack was corrected from null to its default, true.
  328. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tanksCapacity was corrected from null to its default, 4000.
  329. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\engineerstools-server.toml is not correct. Correcting
  330. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
  331. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout was corrected from null to its default, SimpleCommentedConfig:{}.
  332. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.pattern_excludes was corrected from null to its default, .
  333. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.pattern_includes was corrected from null to its default, .
  334. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_crushing_hammer was corrected from null to its default, false.
  335. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_redia_tool was corrected from null to its default, false.
  336. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_stimpack was corrected from null to its default, false.
  337. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_diving_capsule was corrected from null to its default, false.
  338. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_ariadne_coal was corrected from null to its default, false.
  339. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_sleeping_bag was corrected from null to its default, false.
  340. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_musli_bar was corrected from null to its default, false.
  341. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_material_box was corrected from null to its default, false.
  342. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.miscellaneous was corrected from null to its default, SimpleCommentedConfig:{}.
  343. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.miscellaneous.with_experimental was corrected from null to its default, false.
  344. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks was corrected from null to its default, SimpleCommentedConfig:{}.
  345. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.redia_tool_durability was corrected from null to its default, 3000.
  346. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.redia_tool_initial_durability_percent was corrected from null to its default, 100.
  347. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.redia_tool_efficiency_curve was corrected from null to its default, 0,1,1,2,2,3,3,3,3,4.
  348. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.redia_tool_furtune_curve was corrected from null to its default, 0,0,0,0,1,1,1,1,2,3.
  349. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.without_safe_attacking was corrected from null to its default, false.
  350. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersTools/]: Loading config file engineerstools-server.toml
  351. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersTools/]: Opt-outs:ariadne_coal_z,ariadne_coal_y,ariadne_coal_x
  352. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersTools/]: REDIA tool config: torch-placing, hoeing, tree-felling, safe-attack, durability:3000, initial-durability:100
  353. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersTools/]: REDIA tool efficiency curve: [0,1,1,2,2,3,3,3,3,4]
  354. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersTools/]: REDIA tool fortune curve: [0,0,0,0,1,1,1,1,2,3]
  355. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersTools/]: Stimpack config: uses:2, trigger:3.0 hearts, inst-heal:3.0 hearts.
  356. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersTools/]: Diving Capsule config: uses:10(dmg 10), trigger:3 bubbles, push:7 bubbles.
  357. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersTools/]: Musli Bar: hunger:6, saturation:1.2
  358. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersTools/]: Musli Press: storage:768hunger/512seeds, bar:8hunger/1seeds
  359. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\forge-server.toml is not correct. Correcting
  360. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
  361. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringEntities was corrected from null to its default, false.
  362. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringTileEntities was corrected from null to its default, false.
  363. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.fullBoundingBoxLadders was corrected from null to its default, false.
  364. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.zombieBaseSummonChance was corrected from null to its default, 0.1.
  365. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.zombieBabyChance was corrected from null to its default, 0.05.
  366. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.logCascadingWorldGeneration was corrected from null to its default, true.
  367. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.fixVanillaCascading was corrected from null to its default, false.
  368. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.dimensionUnloadQueueDelay was corrected from null to its default, 0.
  369. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.treatEmptyTagsAsAir was corrected from null to its default, false.
  370. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.fixAdvancementLoading was corrected from null to its default, true.
  371. [15:24:05] [Thread-1/INFO] [wi.en.ModEngineersTools/]: Config file changed engineerstools-server.toml
  372. [15:24:05] [Thread-1/INFO] [wi.en.ModEngineersTools/]: Opt-outs:ariadne_coal_z,ariadne_coal_y,ariadne_coal_x
  373. [15:24:05] [Thread-1/INFO] [wi.en.ModEngineersTools/]: REDIA tool config: torch-placing, hoeing, tree-felling, safe-attack, durability:3000, initial-durability:100
  374. [15:24:05] [Thread-1/INFO] [wi.en.ModEngineersTools/]: REDIA tool efficiency curve: [0,1,1,2,2,3,3,3,3,4]
  375. [15:24:05] [Thread-1/INFO] [wi.en.ModEngineersTools/]: REDIA tool fortune curve: [0,0,0,0,1,1,1,1,2,3]
  376. [15:24:05] [Thread-1/INFO] [wi.en.ModEngineersTools/]: Stimpack config: uses:2, trigger:3.0 hearts, inst-heal:3.0 hearts.
  377. [15:24:05] [Thread-1/INFO] [wi.en.ModEngineersTools/]: Diving Capsule config: uses:10(dmg 10), trigger:3 bubbles, push:7 bubbles.
  378. [15:24:05] [Thread-1/INFO] [wi.en.ModEngineersTools/]: Musli Bar: hunger:6, saturation:1.2
  379. [15:24:05] [Thread-1/INFO] [wi.en.ModEngineersTools/]: Musli Press: storage:768hunger/512seeds, bar:8hunger/1seeds
  380. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\cofh_core-server.toml is not correct. Correcting
  381. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Commands was corrected from null to its default, SimpleCommentedConfig:{}.
  382. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Commands.Crafting Permission Level was corrected from null to its default, 2.
  383. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Commands.EnderChest Permission Level was corrected from null to its default, 2.
  384. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Commands.Heal Permission Level was corrected from null to its default, 2.
  385. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Commands.Ignite Permission Level was corrected from null to its default, 2.
  386. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Commands.Repair Permission Level was corrected from null to its default, 2.
  387. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enchantments was corrected from null to its default, SimpleCommentedConfig:{}.
  388. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enchantments.Improved Feather Falling was corrected from null to its default, true.
  389. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enchantments.Improved Mending was corrected from null to its default, true.
  390. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Fishing was corrected from null to its default, SimpleCommentedConfig:{}.
  391. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Fishing.Fishing Exhaustion was corrected from null to its default, false.
  392. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Fishing.Fishing Exhaustion Amount was corrected from null to its default, 0.125.
  393. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key World was corrected from null to its default, SimpleCommentedConfig:{}.
  394. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key World.Sapling Growth Reduction was corrected from null to its default, false.
  395. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key World.Sapling Growth Reduction Factor was corrected from null to its default, 4.
  396. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\toolbelt-server.toml is not correct. Correcting
  397. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general was corrected from null to its default, SimpleCommentedConfig:{}.
  398. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.whitelist was corrected from null to its default, [].
  399. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.blacklist was corrected from null to its default, [].
  400. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\immersiveengineering-server.toml is not correct. Correcting
  401. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires was corrected from null to its default, SimpleCommentedConfig:{}.
  402. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.sanitizeConnections was corrected from null to its default, false.
  403. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.copper was corrected from null to its default, SimpleCommentedConfig:{}.
  404. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.copper.maxLength was corrected from null to its default, 16.
  405. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.copper.transferRate was corrected from null to its default, 2048.
  406. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.copper.loss was corrected from null to its default, 0.05.
  407. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.copper.wireConnectorInput was corrected from null to its default, 256.
  408. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.electrum was corrected from null to its default, SimpleCommentedConfig:{}.
  409. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.electrum.maxLength was corrected from null to its default, 16.
  410. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.electrum.transferRate was corrected from null to its default, 8192.
  411. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.electrum.loss was corrected from null to its default, 0.025.
  412. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.electrum.wireConnectorInput was corrected from null to its default, 1024.
  413. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.hv was corrected from null to its default, SimpleCommentedConfig:{}.
  414. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.hv.maxLength was corrected from null to its default, 32.
  415. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.hv.transferRate was corrected from null to its default, 32768.
  416. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.hv.loss was corrected from null to its default, 0.025.
  417. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.hv.wireConnectorInput was corrected from null to its default, 4096.
  418. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.rope was corrected from null to its default, SimpleCommentedConfig:{}.
  419. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.rope.maxLength was corrected from null to its default, 32.
  420. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.cable was corrected from null to its default, SimpleCommentedConfig:{}.
  421. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.cable.maxLength was corrected from null to its default, 32.
  422. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.redstone was corrected from null to its default, SimpleCommentedConfig:{}.
  423. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.redstone.maxLength was corrected from null to its default, 32.
  424. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.insulated_copper was corrected from null to its default, SimpleCommentedConfig:{}.
  425. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.insulated_copper.maxLength was corrected from null to its default, 16.
  426. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.insulated_electrum was corrected from null to its default, SimpleCommentedConfig:{}.
  427. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.insulated_electrum.maxLength was corrected from null to its default, 16.
  428. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.enableWireDamage was corrected from null to its default, true.
  429. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key wires.blocksBreakWires was corrected from null to its default, true.
  430. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines was corrected from null to its default, SimpleCommentedConfig:{}.
  431. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors was corrected from null to its default, SimpleCommentedConfig:{}.
  432. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.lv was corrected from null to its default, SimpleCommentedConfig:{}.
  433. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.lv.storage was corrected from null to its default, 100000.
  434. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.lv.input was corrected from null to its default, 256.
  435. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.lv.output was corrected from null to its default, 256.
  436. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.mv was corrected from null to its default, SimpleCommentedConfig:{}.
  437. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.mv.storage was corrected from null to its default, 1000000.
  438. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.mv.input was corrected from null to its default, 1024.
  439. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.mv.output was corrected from null to its default, 1024.
  440. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.hv was corrected from null to its default, SimpleCommentedConfig:{}.
  441. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.hv.storage was corrected from null to its default, 4000000.
  442. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.hv.input was corrected from null to its default, 4096.
  443. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.capacitors.hv.output was corrected from null to its default, 4096.
  444. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.dynamo_output was corrected from null to its default, 3.0.
  445. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.thermoelectric_output was corrected from null to its default, 1.0.
  446. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.lightning_output was corrected from null to its default, 16000000.
  447. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.dieselGen_output was corrected from null to its default, 4096.
  448. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.external_heater was corrected from null to its default, SimpleCommentedConfig:{}.
  449. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.external_heater.consumption was corrected from null to its default, 8.
  450. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.external_heater.speedupConsumption was corrected from null to its default, 24.
  451. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.preheater_consumption was corrected from null to its default, 32.
  452. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.coredrill was corrected from null to its default, SimpleCommentedConfig:{}.
  453. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.coredrill.time was corrected from null to its default, 200.
  454. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.coredrill.consumption was corrected from null to its default, 40.
  455. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.pump was corrected from null to its default, SimpleCommentedConfig:{}.
  456. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.pump.consumption was corrected from null to its default, 250.
  457. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.pump.consumption_accelerate was corrected from null to its default, 5.
  458. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.pump.infiniteWater was corrected from null to its default, true.
  459. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.pump.placeCobble was corrected from null to its default, true.
  460. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.charger_consumption was corrected from null to its default, 256.
  461. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.teslacoil was corrected from null to its default, SimpleCommentedConfig:{}.
  462. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.teslacoil.consumption was corrected from null to its default, 256.
  463. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.teslacoil.consumption_active was corrected from null to its default, 512.
  464. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.teslacoil.damage was corrected from null to its default, 6.0.
  465. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.turret was corrected from null to its default, SimpleCommentedConfig:{}.
  466. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.turret.consumption was corrected from null to its default, 64.
  467. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.turret.chem_consumption was corrected from null to its default, 32.
  468. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.turret.gun_consumption was corrected from null to its default, 32.
  469. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.garden_cloche was corrected from null to its default, SimpleCommentedConfig:{}.
  470. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.garden_cloche.consumption was corrected from null to its default, 8.
  471. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.garden_cloche.fertilizer was corrected from null to its default, 6000.
  472. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.garden_cloche.fluid was corrected from null to its default, 250.
  473. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.garden_cloche.growth_modifier was corrected from null to its default, 1.0.
  474. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.garden_cloche.solid_fertilizer_mod was corrected from null to its default, 1.0.
  475. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.garden_cloche.fluid_fertilizer_mod was corrected from null to its default, 1.0.
  476. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.lantern was corrected from null to its default, SimpleCommentedConfig:{}.
  477. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.lantern.spawnPrevent was corrected from null to its default, true.
  478. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.lantern.energyDraw was corrected from null to its default, 1.
  479. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.lantern.maxStorage was corrected from null to its default, 10.
  480. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.floodlight was corrected from null to its default, SimpleCommentedConfig:{}.
  481. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.floodlight.spawnPrevent was corrected from null to its default, true.
  482. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.floodlight.energyDraw was corrected from null to its default, 5.
  483. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.floodlight.max_storage was corrected from null to its default, 80.
  484. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.metal_press was corrected from null to its default, SimpleCommentedConfig:{}.
  485. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.metal_press.energyModifier was corrected from null to its default, 1.0.
  486. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.metal_press.timeModifier was corrected from null to its default, 1.0.
  487. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.crusher was corrected from null to its default, SimpleCommentedConfig:{}.
  488. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.crusher.energyModifier was corrected from null to its default, 1.0.
  489. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.crusher.timeModifier was corrected from null to its default, 1.0.
  490. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.squeezer was corrected from null to its default, SimpleCommentedConfig:{}.
  491. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.squeezer.energyModifier was corrected from null to its default, 1.0.
  492. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.squeezer.timeModifier was corrected from null to its default, 1.0.
  493. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.fermenter was corrected from null to its default, SimpleCommentedConfig:{}.
  494. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.fermenter.energyModifier was corrected from null to its default, 1.0.
  495. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.fermenter.timeModifier was corrected from null to its default, 1.0.
  496. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.refinery was corrected from null to its default, SimpleCommentedConfig:{}.
  497. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.refinery.energyModifier was corrected from null to its default, 1.0.
  498. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.refinery.timeModifier was corrected from null to its default, 1.0.
  499. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.auto_workbench was corrected from null to its default, SimpleCommentedConfig:{}.
  500. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.auto_workbench.energyModifier was corrected from null to its default, 1.0.
  501. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.auto_workbench.timeModifier was corrected from null to its default, 1.0.
  502. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.bottling_machine was corrected from null to its default, SimpleCommentedConfig:{}.
  503. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.bottling_machine.energyModifier was corrected from null to its default, 1.0.
  504. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.bottling_machine.timeModifier was corrected from null to its default, 1.0.
  505. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.mixer was corrected from null to its default, SimpleCommentedConfig:{}.
  506. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.mixer.energyModifier was corrected from null to its default, 1.0.
  507. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.mixer.timeModifier was corrected from null to its default, 1.0.
  508. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.sawmill was corrected from null to its default, SimpleCommentedConfig:{}.
  509. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.sawmill.energyModifier was corrected from null to its default, 1.0.
  510. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.sawmill.timeModifier was corrected from null to its default, 1.0.
  511. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.sawmill_bladeDamage was corrected from null to its default, 5.
  512. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.arc_furnace was corrected from null to its default, SimpleCommentedConfig:{}.
  513. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.arc_furnace.energyModifier was corrected from null to its default, 1.0.
  514. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.arc_furnace.timeModifier was corrected from null to its default, 1.0.
  515. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.arc_furnace.electrodeDamage was corrected from null to its default, 96000.
  516. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.arc_furnace.recycle was corrected from null to its default, true.
  517. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.assembler_consumption was corrected from null to its default, 80.
  518. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.excavator was corrected from null to its default, SimpleCommentedConfig:{}.
  519. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.excavator.consumption was corrected from null to its default, 4096.
  520. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.excavator.speed was corrected from null to its default, 1.0.
  521. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.excavator.particles was corrected from null to its default, true.
  522. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.excavator.chance was corrected from null to its default, 0.9.
  523. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.excavator.yield was corrected from null to its default, 38400.
  524. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.excavator.initial_depletion was corrected from null to its default, 0.2.
  525. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key machines.excavator.dimBlacklist was corrected from null to its default, [minecraft:the_end].
  526. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores was corrected from null to its default, SimpleCommentedConfig:{}.
  527. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.copper was corrected from null to its default, SimpleCommentedConfig:{}.
  528. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.copper.vein_size was corrected from null to its default, 8.
  529. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.copper.min_y was corrected from null to its default, 40.
  530. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.copper.max_y was corrected from null to its default, 72.
  531. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.copper.avg_veins_per_chunk was corrected from null to its default, 8.
  532. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.copper.retrogen_enable was corrected from null to its default, false.
  533. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.bauxite was corrected from null to its default, SimpleCommentedConfig:{}.
  534. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.bauxite.vein_size was corrected from null to its default, 4.
  535. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.bauxite.min_y was corrected from null to its default, 40.
  536. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.bauxite.max_y was corrected from null to its default, 85.
  537. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.bauxite.avg_veins_per_chunk was corrected from null to its default, 8.
  538. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.bauxite.retrogen_enable was corrected from null to its default, false.
  539. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.lead was corrected from null to its default, SimpleCommentedConfig:{}.
  540. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.lead.vein_size was corrected from null to its default, 6.
  541. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.lead.min_y was corrected from null to its default, 8.
  542. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.lead.max_y was corrected from null to its default, 36.
  543. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.lead.avg_veins_per_chunk was corrected from null to its default, 4.
  544. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.lead.retrogen_enable was corrected from null to its default, false.
  545. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.silver was corrected from null to its default, SimpleCommentedConfig:{}.
  546. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.silver.vein_size was corrected from null to its default, 8.
  547. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.silver.min_y was corrected from null to its default, 8.
  548. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.silver.max_y was corrected from null to its default, 40.
  549. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.silver.avg_veins_per_chunk was corrected from null to its default, 4.
  550. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.silver.retrogen_enable was corrected from null to its default, false.
  551. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.nickel was corrected from null to its default, SimpleCommentedConfig:{}.
  552. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.nickel.vein_size was corrected from null to its default, 6.
  553. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.nickel.min_y was corrected from null to its default, 8.
  554. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.nickel.max_y was corrected from null to its default, 24.
  555. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.nickel.avg_veins_per_chunk was corrected from null to its default, 2.
  556. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.nickel.retrogen_enable was corrected from null to its default, false.
  557. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.uranium was corrected from null to its default, SimpleCommentedConfig:{}.
  558. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.uranium.vein_size was corrected from null to its default, 4.
  559. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.uranium.min_y was corrected from null to its default, 8.
  560. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.uranium.max_y was corrected from null to its default, 24.
  561. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.uranium.avg_veins_per_chunk was corrected from null to its default, 2.
  562. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.uranium.retrogen_enable was corrected from null to its default, false.
  563. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.retrogen_key was corrected from null to its default, DEFAULT.
  564. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.retrogen_log_flagChunk was corrected from null to its default, true.
  565. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ores.retrogen_log_remaining was corrected from null to its default, true.
  566. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools was corrected from null to its default, SimpleCommentedConfig:{}.
  567. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.disable_hammer_crushing was corrected from null to its default, false.
  568. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.hammer_durability was corrected from null to its default, 100.
  569. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.cutter_durability was corrected from null to its default, 250.
  570. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.bullet_damage was corrected from null to its default, SimpleCommentedConfig:{}.
  571. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.bullet_damage.casull was corrected from null to its default, 10.0.
  572. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.bullet_damage.ap was corrected from null to its default, 10.0.
  573. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.bullet_damage.buck was corrected from null to its default, 2.0.
  574. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.bullet_damage.dragon was corrected from null to its default, 3.0.
  575. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.bullet_damage.homing was corrected from null to its default, 10.0.
  576. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.bullet_damage.wolfpack was corrected from null to its default, 4.0.
  577. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.bullet_damage.wolfpack_part was corrected from null to its default, 8.0.
  578. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.bullet_damage.silver was corrected from null to its default, 10.0.
  579. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.bullet_damage.phial was corrected from null to its default, 1.0.
  580. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.chemthrower was corrected from null to its default, SimpleCommentedConfig:{}.
  581. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.chemthrower.consumption was corrected from null to its default, 10.
  582. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.chemthrower.scroll was corrected from null to its default, true.
  583. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.railgun was corrected from null to its default, SimpleCommentedConfig:{}.
  584. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.railgun.consumption was corrected from null to its default, 800.
  585. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.railgun.damage_modifier was corrected from null to its default, 1.0.
  586. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.powerpack was corrected from null to its default, SimpleCommentedConfig:{}.
  587. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.powerpack.whitelist was corrected from null to its default, [].
  588. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.powerpack.blacklist was corrected from null to its default, [embers:ashen_cloak_chest, ic2:batpack, ic2:cf_pack, ic2:energy_pack, ic2:jetpack, ic2:jetpack_electric, ic2:lappack].
  589. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.toolbox was corrected from null to its default, SimpleCommentedConfig:{}.
  590. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.toolbox.tools was corrected from null to its default, [].
  591. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.toolbox.foods was corrected from null to its default, [].
  592. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tools.toolbox.wiring was corrected from null to its default, [].
  593. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\pamhc2crops.toml is not correct. Correcting
  594. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak Garden World Generation Rates was corrected from null to its default, SimpleCommentedConfig:{}.
  595. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak Garden World Generation Rates.Probability of gardens generating was corrected from null to its default, 2.
  596. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak Garden Cluster Rates was corrected from null to its default, SimpleCommentedConfig:{}.
  597. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak Garden Cluster Rates.Probability of gardens generating was corrected from null to its default, 2.
  598. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak Garden Cluster Sizes was corrected from null to its default, SimpleCommentedConfig:{}.
  599. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Tweak Garden Cluster Sizes.Probability of gardens generating was corrected from null to its default, 32.
  600. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Miscellaneous Features was corrected from null to its default, SimpleCommentedConfig:{}.
  601. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Miscellaneous Features.Enable right-click harvesting for crops was corrected from null to its default, true.
  602. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Miscellaneous Features.Enable grass blocks dropping seeds was corrected from null to its default, false.
  603. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Miscellaneous Features.Enable tall grass blocks dropping seeds was corrected from null to its default, false.
  604. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Miscellaneous Features.Enable fern blocks dropping seeds was corrected from null to its default, false.
  605. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable Garden World Generation was corrected from null to its default, SimpleCommentedConfig:{}.
  606. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable Garden World Generation.Generate arid gardens was corrected from null to its default, true.
  607. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable Garden World Generation.Generate frost gardens was corrected from null to its default, true.
  608. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable Garden World Generation.Generate tropical gardens was corrected from null to its default, true.
  609. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable Garden World Generation.Generate windy gardens was corrected from null to its default, true.
  610. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable Garden World Generation.Generate shaded gardens was corrected from null to its default, true.
  611. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Enable/Disable Garden World Generation.Generate soggy gardens was corrected from null to its default, true.
  612. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Right-click Harvesting Settings was corrected from null to its default, SimpleCommentedConfig:{}.
  613. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Right-click Harvesting Settings.Enable right-click harvesting for crops was corrected from null to its default, true.
  614. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Dimensions Settings was corrected from null to its default, SimpleCommentedConfig:{}.
  615. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Dimensions Settings.white_dim was corrected from null to its default, [minecraft:overworld].
  616. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Dimensions Settings.black_dim was corrected from null to its default, [minecraft:the_end, minecraft:the_nether].
  617. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\archers_paradox-server.toml is not correct. Correcting
  618. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows was corrected from null to its default, SimpleCommentedConfig:{}.
  619. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Blaze was corrected from null to its default, SimpleCommentedConfig:{}.
  620. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Blaze.Burn Duration was corrected from null to its default, 10.
  621. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Blaze.Radius was corrected from null to its default, 2.
  622. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Diamond was corrected from null to its default, SimpleCommentedConfig:{}.
  623. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Diamond.Damage was corrected from null to its default, 4.0.
  624. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Diamond.Knockback was corrected from null to its default, 0.
  625. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Diamond.Piercing was corrected from null to its default, 1.
  626. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Displacement was corrected from null to its default, SimpleCommentedConfig:{}.
  627. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Displacement.Radius was corrected from null to its default, 4.
  628. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Explosive was corrected from null to its default, SimpleCommentedConfig:{}.
  629. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Explosive.Strength was corrected from null to its default, 1.9.
  630. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Explosive.Break Blocks was corrected from null to its default, true.
  631. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Explosive.Cause Fires was corrected from null to its default, true.
  632. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Explosive.Knockback Boost was corrected from null to its default, true.
  633. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Frost was corrected from null to its default, SimpleCommentedConfig:{}.
  634. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Frost.Radius was corrected from null to its default, 4.
  635. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Frost.Permanent Lava Freeze was corrected from null to its default, true.
  636. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Frost.Permanent Water Freeze was corrected from null to its default, true.
  637. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Glowstone was corrected from null to its default, SimpleCommentedConfig:{}.
  638. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Glowstone.Radius was corrected from null to its default, 4.
  639. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Prismarine was corrected from null to its default, SimpleCommentedConfig:{}.
  640. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Prismarine.Damage was corrected from null to its default, 2.0.
  641. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Prismarine.Knockback was corrected from null to its default, 0.
  642. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Prismarine.Piercing was corrected from null to its default, 0.
  643. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Quartz was corrected from null to its default, SimpleCommentedConfig:{}.
  644. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Quartz.Damage was corrected from null to its default, 2.5.
  645. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Quartz.Knockback was corrected from null to its default, 1.
  646. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Quartz.Piercing was corrected from null to its default, 0.
  647. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Redstone was corrected from null to its default, SimpleCommentedConfig:{}.
  648. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Redstone.Radius was corrected from null to its default, 4.
  649. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Shulker was corrected from null to its default, SimpleCommentedConfig:{}.
  650. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Shulker.Effect Duration was corrected from null to its default, 100.
  651. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Slime was corrected from null to its default, SimpleCommentedConfig:{}.
  652. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Slime.Bounces was corrected from null to its default, 4.
  653. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Slime.Knockback was corrected from null to its default, 4.
  654. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Slime.Knockback Boost was corrected from null to its default, true.
  655. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Spore was corrected from null to its default, SimpleCommentedConfig:{}.
  656. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Spore.Radius was corrected from null to its default, 4.
  657. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Verdant was corrected from null to its default, SimpleCommentedConfig:{}.
  658. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Arrows.Verdant.Radius was corrected from null to its default, 4.
  659. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\mantle-server.toml is not correct. Correcting
  660. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tagPreferences was corrected from null to its default, [minecraft, tconstruct, tmechworks, create, immersiveengineering, mekanism, thermalfoundation, thermalexpansion].
  661. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\engineersdecor-server.toml is not correct. Correcting
  662. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
  663. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout was corrected from null to its default, SimpleCommentedConfig:{}.
  664. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.pattern_excludes was corrected from null to its default, .
  665. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.pattern_includes was corrected from null to its default, .
  666. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_clinker_bricks was corrected from null to its default, false.
  667. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_slag_bricks was corrected from null to its default, false.
  668. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_rebar_concrete was corrected from null to its default, false.
  669. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_gas_concrete was corrected from null to its default, false.
  670. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_walls was corrected from null to its default, false.
  671. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_stairs was corrected from null to its default, false.
  672. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_panzer_glass was corrected from null to its default, false.
  673. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_crafting_table was corrected from null to its default, false.
  674. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_lab_furnace was corrected from null to its default, false.
  675. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_electrical_furnace was corrected from null to its default, false.
  676. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_treated_wood_furniture was corrected from null to its default, false.
  677. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_metal_furniture was corrected from null to its default, false.
  678. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_windows was corrected from null to its default, false.
  679. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_light_sources was corrected from null to its default, false.
  680. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_ladders was corrected from null to its default, false.
  681. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_chair_sitting was corrected from null to its default, false.
  682. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_mob_chair_sitting was corrected from null to its default, false.
  683. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_ladder_speed_boost was corrected from null to its default, false.
  684. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_crafting_table_history was corrected from null to its default, false.
  685. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_valves was corrected from null to its default, false.
  686. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_waste_incinerator was corrected from null to its default, false.
  687. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_sign_plates was corrected from null to its default, false.
  688. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_floor_grating was corrected from null to its default, false.
  689. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_factory_dropper was corrected from null to its default, false.
  690. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_factory_hopper was corrected from null to its default, false.
  691. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_factory_placer was corrected from null to its default, false.
  692. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_block_breaker was corrected from null to its default, false.
  693. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_solar_panel was corrected from null to its default, false.
  694. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_fluid_funnel was corrected from null to its default, false.
  695. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_mineral_smelter was corrected from null to its default, false.
  696. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_milking_machine was corrected from null to its default, false.
  697. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_tree_cutter was corrected from null to its default, false.
  698. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_labeled_crate was corrected from null to its default, false.
  699. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_slabs was corrected from null to its default, false.
  700. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_halfslabs was corrected from null to its default, false.
  701. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_poles was corrected from null to its default, false.
  702. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_hsupports was corrected from null to its default, false.
  703. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_recipes was corrected from null to its default, false.
  704. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.optout.without_fences was corrected from null to its default, false.
  705. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.miscellaneous was corrected from null to its default, SimpleCommentedConfig:{}.
  706. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.miscellaneous.with_experimental was corrected from null to its default, false.
  707. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.miscellaneous.without_direct_slab_pickup was corrected from null to its default, false.
  708. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.miscellaneous.with_creative_mode_device_drops was corrected from null to its default, false.
  709. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks was corrected from null to its default, SimpleCommentedConfig:{}.
  710. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.furnace_smelting_speed_percent was corrected from null to its default, 130.
  711. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.furnace_fuel_efficiency_percent was corrected from null to its default, 100.
  712. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.furnace_boost_energy_consumption was corrected from null to its default, 24.
  713. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.chair_mob_sitting_probability_percent was corrected from null to its default, 10.0.
  714. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.chair_mob_standup_probability_percent was corrected from null to its default, 1.0.
  715. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.without_crafting_mouse_scrolling was corrected from null to its default, false.
  716. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.pipevalve_max_flowrate was corrected from null to its default, 1000.
  717. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.pipevalve_redstone_gain was corrected from null to its default, 20.
  718. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.e_furnace_speed_percent was corrected from null to its default, 290.
  719. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.e_furnace_power_consumption was corrected from null to its default, 16.
  720. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.e_furnace_automatic_pulling was corrected from null to its default, false.
  721. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.small_solar_panel_peak_production was corrected from null to its default, 40.
  722. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.block_breaker_power_consumption was corrected from null to its default, 64.
  723. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.block_breaker_reluctance was corrected from null to its default, 17.
  724. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.block_breaker_min_breaking_time was corrected from null to its default, 15.
  725. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.block_breaker_requires_power was corrected from null to its default, false.
  726. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.tree_cutter_energy_consumption was corrected from null to its default, 64.
  727. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.tree_cutter_cutting_time_needed was corrected from null to its default, 60.
  728. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.tree_cutter_requires_power was corrected from null to its default, false.
  729. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.milking_machine_energy_consumption was corrected from null to its default, 0.
  730. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.tweaks.milking_machine_milking_delay was corrected from null to its default, 4000.
  731. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config chairs: sit:true, mob-sit: 10.0%, standup: 0.01%.
  732. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config fluid barrel: capacity:12000mb, transfer-rate:4096mb/t.
  733. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config fluid funnel: tank-fluid-collection:false.
  734. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config pipe valve: maxflow:1000mb, redstone amp:20mb/sig.
  735. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config dropper: item-insertion:true.
  736. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config block breaker: Boost energy consumption:64rf/t, reluctance=17t/hrdn, break time offset=15t.
  737. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config tree cutter: energy consumption:64rf/t, cutting time:1200t.
  738. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config lab furnace speed:130.0%, efficiency:100.0%, boost: 24rf/t.
  739. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config electrical furnace speed:290%, heat-loss: 1K/t, heating consumption:16rf/t.
  740. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config small solar panel: Peak production:40/t.
  741. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config milker: energy consumption:0rf/t [milk fluid available]
  742. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config freezer energy consumption:92rf/t, cooldown-rate: 2%/s.
  743. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config mineal smelter: energy consumption:92rf/t, heat-up rate: 2%/s.
  744. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Config waste incinerator: boost energy consumption:8.
  745. [15:24:05] [Server thread/INFO] [wi.en.ModEngineersDecor/]: Opt-outs:sign_decor,test_block
  746. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\occultism-server.toml is not correct. Correcting
  747. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key storage was corrected from null to its default, SimpleCommentedConfig:{}.
  748. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key storage.stabilizerTier1Slots was corrected from null to its default, 128.
  749. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key storage.stabilizerTier2Slots was corrected from null to its default, 256.
  750. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key storage.stabilizerTier3Slots was corrected from null to its default, 512.
  751. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key storage.stabilizerTier4Slots was corrected from null to its default, 1024.
  752. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key storage.controllerBaseSlots was corrected from null to its default, 128.
  753. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key storage.controllerStackSize was corrected from null to its default, 1024.
  754. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key storage.overrideItemStackSizes was corrected from null to its default, true.
  755. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key spirit_job was corrected from null to its default, SimpleCommentedConfig:{}.
  756. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key spirit_job.drikwingFamiliarSlowFallingSeconds was corrected from null to its default, 15.
  757. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key spirit_job.tier1CrusherTimeMultiplier was corrected from null to its default, 2.0.
  758. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key spirit_job.tier2CrusherTimeMultiplier was corrected from null to its default, 1.0.
  759. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key spirit_job.tier3CrusherTimeMultiplier was corrected from null to its default, 0.5.
  760. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key spirit_job.tier4CrusherTimeMultiplier was corrected from null to its default, 0.2.
  761. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key rituals was corrected from null to its default, SimpleCommentedConfig:{}.
  762. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key rituals.enableClearWeatherRitual was corrected from null to its default, true.
  763. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key rituals.enableRainWeatherRitual was corrected from null to its default, true.
  764. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key rituals.enableThunderWeatherRitual was corrected from null to its default, true.
  765. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key rituals.enableDayTimeRitual was corrected from null to its default, true.
  766. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key rituals.enableNightTimeRitual was corrected from null to its default, true.
  767. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key rituals.enableRemainingIngredientCountMatching was corrected from null to its default, false.
  768. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dimensional_mineshaft was corrected from null to its default, SimpleCommentedConfig:{}.
  769. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dimensional_mineshaft.miner_foliot_unspecialized was corrected from null to its default, SimpleCommentedConfig:{}.
  770. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dimensional_mineshaft.miner_foliot_unspecialized.maxMiningTime was corrected from null to its default, 400.
  771. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dimensional_mineshaft.miner_foliot_unspecialized.rollsPerOperation was corrected from null to its default, 1.
  772. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dimensional_mineshaft.miner_foliot_unspecialized.durability was corrected from null to its default, 1000.
  773. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dimensional_mineshaft.miner_djinni_ores was corrected from null to its default, SimpleCommentedConfig:{}.
  774. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dimensional_mineshaft.miner_djinni_ores.maxMiningTime was corrected from null to its default, 400.
  775. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dimensional_mineshaft.miner_djinni_ores.rollsPerOperation was corrected from null to its default, 1.
  776. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dimensional_mineshaft.miner_djinni_ores.durability was corrected from null to its default, 100.
  777. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\solcarrot-server.toml is not correct. Correcting
  778. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key milestones was corrected from null to its default, SimpleCommentedConfig:{}.
  779. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key milestones.baseHearts was corrected from null to its default, 10.
  780. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key milestones.heartsPerMilestone was corrected from null to its default, 2.
  781. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key milestones.milestones was corrected from null to its default, [5, 10, 15, 20, 25].
  782. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key filtering was corrected from null to its default, SimpleCommentedConfig:{}.
  783. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key filtering.blacklist was corrected from null to its default, [].
  784. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key filtering.whitelist was corrected from null to its default, [].
  785. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key filtering.minimumFoodValue was corrected from null to its default, 1.
  786. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key miscellaneous was corrected from null to its default, SimpleCommentedConfig:{}.
  787. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key miscellaneous.resetOnDeath was corrected from null to its default, false.
  788. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key miscellaneous.limitProgressionToSurvival was corrected from null to its default, false.
  789. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file D:\MultiMC\instances\1.16.4\.minecraft\saves\New World\serverconfig\betteranimalsplus-server.toml is not correct. Correcting
  790. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities was corrected from null to its default, SimpleCommentedConfig:{}.
  791. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.brownbear was corrected from null to its default, SimpleCommentedConfig:{}.
  792. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.brownbear.doSpawning was corrected from null to its default, true.
  793. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.brownbear.weight was corrected from null to its default, 7.
  794. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.brownbear.minGroup was corrected from null to its default, 1.
  795. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.brownbear.maxGroup was corrected from null to its default, 1.
  796. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.brownbear.useSpawnCosts was corrected from null to its default, false.
  797. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.brownbear.costPer was corrected from null to its default, 1.0.
  798. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.brownbear.maxCost was corrected from null to its default, 10.0.
  799. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.brownbear.spawnBiomes was corrected from null to its default, [biomesoplenty:rainforest, biomesoplenty:snowy_coniferous_forest, minecraft:tall_birch_hills, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:ominous_mire, biomesoplenty:fir_clearing, terraforged:snowy_fir_forest, biomesoplenty:coniferous_forest, biomesoplenty:ominous_woods, minecraft:taiga_hills, biomesoplenty:burnt_forest, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, terraforged:cold_marshland, biomesoplenty:overgrown_fungal_jungle, minecraft:wooded_mountains, minecraft:snowy_taiga, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, terraforged:frozen_marsh, biomesoplenty:dead_forest, biomesoplenty:rainbow_hills, biomesoplenty:snowy_fir_clearing, biomesoplenty:jade_cliffs, minecraft:forest, terraforged:snowy_taiga_scrub, biomesoplenty:coniferous_lakes, biomesoplenty:orchard, minecraft:giant_spruce_taiga, biomesoplenty:grove, biomesoplenty:meadow, biomesoplenty:alps_foothills, minecraft:taiga, minecraft:taiga_mountains, biomesoplenty:cherry_blossom_grove, minecraft:birch_forest_hills, terraforged:steppe, terraforged:taiga_scrub, minecraft:dark_forest_hills, minecraft:giant_tree_taiga_hills, terraforged:fir_forest, biomesoplenty:seasonal_pumpkin_patch, minecraft:tall_birch_forest, biomesoplenty:snowy_maple_forest, minecraft:giant_tree_taiga, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, minecraft:wooded_hills, minecraft:snowy_taiga_hills, minecraft:jungle_edge, biomesoplenty:redwood_forest_edge, biomesoplenty:wetland, biomesoplenty:seasonal_forest, minecraft:snowy_taiga_mountains, biomesoplenty:lavender_forest, biomesoplenty:redwood_forest, biomesoplenty:redwood_hills, minecraft:dark_forest].
  800. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.brownbear.doDespawn was corrected from null to its default, false.
  801. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.blackbear was corrected from null to its default, SimpleCommentedConfig:{}.
  802. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.blackbear.doSpawning was corrected from null to its default, true.
  803. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.blackbear.weight was corrected from null to its default, 6.
  804. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.blackbear.minGroup was corrected from null to its default, 1.
  805. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.blackbear.maxGroup was corrected from null to its default, 1.
  806. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.blackbear.useSpawnCosts was corrected from null to its default, false.
  807. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.blackbear.costPer was corrected from null to its default, 1.0.
  808. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.blackbear.maxCost was corrected from null to its default, 10.0.
  809. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.blackbear.spawnBiomes was corrected from null to its default, [biomesoplenty:rainforest, biomesoplenty:snowy_coniferous_forest, minecraft:tall_birch_hills, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:ominous_mire, biomesoplenty:fir_clearing, terraforged:snowy_fir_forest, biomesoplenty:coniferous_forest, biomesoplenty:ominous_woods, minecraft:taiga_hills, biomesoplenty:burnt_forest, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, terraforged:cold_marshland, biomesoplenty:overgrown_fungal_jungle, minecraft:wooded_mountains, minecraft:snowy_taiga, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, terraforged:frozen_marsh, biomesoplenty:dead_forest, biomesoplenty:rainbow_hills, biomesoplenty:snowy_fir_clearing, biomesoplenty:jade_cliffs, minecraft:forest, terraforged:snowy_taiga_scrub, biomesoplenty:coniferous_lakes, biomesoplenty:orchard, minecraft:giant_spruce_taiga, biomesoplenty:grove, biomesoplenty:meadow, biomesoplenty:alps_foothills, minecraft:taiga, minecraft:taiga_mountains, biomesoplenty:cherry_blossom_grove, minecraft:birch_forest_hills, terraforged:steppe, terraforged:taiga_scrub, minecraft:dark_forest_hills, minecraft:giant_tree_taiga_hills, terraforged:fir_forest, biomesoplenty:seasonal_pumpkin_patch, minecraft:tall_birch_forest, biomesoplenty:snowy_maple_forest, minecraft:giant_tree_taiga, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, minecraft:wooded_hills, minecraft:snowy_taiga_hills, minecraft:jungle_edge, biomesoplenty:redwood_forest_edge, biomesoplenty:wetland, biomesoplenty:seasonal_forest, minecraft:snowy_taiga_mountains, biomesoplenty:lavender_forest, biomesoplenty:redwood_forest, biomesoplenty:redwood_hills, minecraft:dark_forest].
  810. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.blackbear.doDespawn was corrected from null to its default, false.
  811. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.deer was corrected from null to its default, SimpleCommentedConfig:{}.
  812. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.deer.doSpawning was corrected from null to its default, true.
  813. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.deer.weight was corrected from null to its default, 16.
  814. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.deer.minGroup was corrected from null to its default, 1.
  815. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.deer.maxGroup was corrected from null to its default, 4.
  816. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.deer.useSpawnCosts was corrected from null to its default, false.
  817. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.deer.costPer was corrected from null to its default, 1.0.
  818. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.deer.maxCost was corrected from null to its default, 10.0.
  819. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.deer.spawnBiomes was corrected from null to its default, [biomesoplenty:jade_grassland, biomesoplenty:rainforest, biomesoplenty:snowy_coniferous_forest, minecraft:tall_birch_hills, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:ominous_mire, biomesoplenty:fir_clearing, druidcraft:darkwood_forest, terraforged:snowy_fir_forest, biomesoplenty:coniferous_forest, biomesoplenty:ominous_woods, minecraft:taiga_hills, biomesoplenty:burnt_forest, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, terraforged:cold_marshland, biomesoplenty:overgrown_fungal_jungle, minecraft:wooded_mountains, minecraft:snowy_taiga, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, terraforged:frozen_marsh, biomesoplenty:mystic_plains, biomesoplenty:dead_forest, biomesoplenty:rainbow_hills, biomesoplenty:snowy_fir_clearing, biomesoplenty:jade_cliffs, minecraft:forest, terraforged:snowy_taiga_scrub, biomesoplenty:coniferous_lakes, biomesoplenty:orchard, minecraft:giant_spruce_taiga, biomesoplenty:grove, biomesoplenty:meadow, biomesoplenty:alps_foothills, minecraft:taiga, minecraft:taiga_mountains, biomesoplenty:cherry_blossom_grove, minecraft:birch_forest_hills, terraforged:steppe, terraforged:taiga_scrub, minecraft:dark_forest_hills, minecraft:giant_tree_taiga_hills, terraforged:fir_forest, biomesoplenty:seasonal_pumpkin_patch, minecraft:tall_birch_forest, biomesoplenty:snowy_maple_forest, minecraft:giant_tree_taiga, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, minecraft:wooded_hills, minecraft:snowy_taiga_hills, minecraft:jungle_edge, biomesoplenty:redwood_forest_edge, biomesoplenty:wetland, biomesoplenty:seasonal_forest, minecraft:snowy_taiga_mountains, biomesoplenty:lavender_forest, biomesoplenty:redwood_forest, biomesoplenty:redwood_hills, minecraft:dark_forest].
  820. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.deer.doDespawn was corrected from null to its default, false.
  821. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lammergeier was corrected from null to its default, SimpleCommentedConfig:{}.
  822. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lammergeier.doSpawning was corrected from null to its default, true.
  823. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lammergeier.weight was corrected from null to its default, 7.
  824. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lammergeier.minGroup was corrected from null to its default, 1.
  825. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lammergeier.maxGroup was corrected from null to its default, 2.
  826. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lammergeier.useSpawnCosts was corrected from null to its default, false.
  827. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lammergeier.costPer was corrected from null to its default, 1.0.
  828. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lammergeier.maxCost was corrected from null to its default, 10.0.
  829. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lammergeier.spawnBiomes was corrected from null to its default, [minecraft:swamp_hills, minecraft:jungle_hills, minecraft:snowy_mountains, minecraft:shattered_savanna, biomesoplenty:grove, minecraft:tall_birch_hills, biomesoplenty:alps_foothills, minecraft:mountains, minecraft:taiga_mountains, minecraft:birch_forest_hills, biomesoplenty:highland, minecraft:shattered_savanna_plateau, biomesoplenty:volcano, minecraft:dark_forest_hills, terraforged:shattered_savanna_scrub, biomesoplenty:highland_moor, biomesoplenty:highland_crag, minecraft:taiga_hills, minecraft:giant_tree_taiga_hills, minecraft:ice_spikes, minecraft:tall_birch_forest, minecraft:mountain_edge, minecraft:desert_hills, minecraft:modified_badlands_plateau, minecraft:giant_spruce_taiga_hills, minecraft:flower_forest, minecraft:wooded_hills, minecraft:bamboo_jungle_hills, biomesoplenty:shrubland_hills, minecraft:wooded_mountains, minecraft:snowy_taiga_hills, biomesoplenty:alps, minecraft:modified_jungle, minecraft:modified_gravelly_mountains, minecraft:eroded_badlands, terraforged:flower_plains, minecraft:snowy_taiga_mountains, biomesoplenty:rainbow_hills, minecraft:gravelly_mountains, minecraft:modified_jungle_edge, biomesoplenty:redwood_hills, biomesoplenty:jade_cliffs, minecraft:modified_wooded_badlands_plateau].
  830. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lammergeier.doDespawn was corrected from null to its default, false.
  831. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lammergeier.tameItems was corrected from null to its default, [minecraft:bone].
  832. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf was corrected from null to its default, SimpleCommentedConfig:{}.
  833. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf.doSpawning was corrected from null to its default, true.
  834. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf.weight was corrected from null to its default, 7.
  835. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf.minGroup was corrected from null to its default, 1.
  836. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf.maxGroup was corrected from null to its default, 6.
  837. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf.useSpawnCosts was corrected from null to its default, false.
  838. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf.costPer was corrected from null to its default, 1.0.
  839. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf.maxCost was corrected from null to its default, 10.0.
  840. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf.spawnBiomes was corrected from null to its default, [biomesoplenty:jade_grassland, biomesoplenty:rainforest, biomesoplenty:snowy_coniferous_forest, minecraft:tall_birch_hills, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:ominous_mire, biomesoplenty:fir_clearing, druidcraft:darkwood_forest, terraforged:snowy_fir_forest, biomesoplenty:coniferous_forest, biomesoplenty:ominous_woods, minecraft:taiga_hills, biomesoplenty:burnt_forest, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, terraforged:cold_marshland, biomesoplenty:overgrown_fungal_jungle, minecraft:wooded_mountains, minecraft:snowy_taiga, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, terraforged:frozen_marsh, biomesoplenty:mystic_plains, biomesoplenty:dead_forest, biomesoplenty:rainbow_hills, biomesoplenty:snowy_fir_clearing, biomesoplenty:jade_cliffs, minecraft:forest, terraforged:snowy_taiga_scrub, biomesoplenty:coniferous_lakes, biomesoplenty:orchard, minecraft:giant_spruce_taiga, biomesoplenty:grove, biomesoplenty:meadow, biomesoplenty:alps_foothills, minecraft:taiga, minecraft:taiga_mountains, biomesoplenty:cherry_blossom_grove, minecraft:birch_forest_hills, terraforged:steppe, terraforged:taiga_scrub, minecraft:dark_forest_hills, minecraft:giant_tree_taiga_hills, terraforged:fir_forest, biomesoplenty:seasonal_pumpkin_patch, minecraft:tall_birch_forest, biomesoplenty:snowy_maple_forest, minecraft:giant_tree_taiga, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, minecraft:wooded_hills, minecraft:snowy_taiga_hills, minecraft:jungle_edge, biomesoplenty:redwood_forest_edge, biomesoplenty:wetland, biomesoplenty:seasonal_forest, minecraft:snowy_taiga_mountains, biomesoplenty:lavender_forest, biomesoplenty:redwood_forest, biomesoplenty:redwood_hills, minecraft:dark_forest].
  841. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf.doDespawn was corrected from null to its default, false.
  842. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf.biomeBasedVariants was corrected from null to its default, true.
  843. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.feralwolf.tameItems was corrected from null to its default, [minecraft:bone].
  844. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote was corrected from null to its default, SimpleCommentedConfig:{}.
  845. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.doSpawning was corrected from null to its default, true.
  846. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.weight was corrected from null to its default, 5.
  847. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.minGroup was corrected from null to its default, 1.
  848. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.maxGroup was corrected from null to its default, 6.
  849. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.useSpawnCosts was corrected from null to its default, false.
  850. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.costPer was corrected from null to its default, 1.0.
  851. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.maxCost was corrected from null to its default, 10.0.
  852. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.spawnBiomes was corrected from null to its default, [biomesoplenty:jade_grassland, biomesoplenty:lush_savanna, biomesoplenty:dryland, biomesoplenty:grove_clearing, minecraft:badlands, minecraft:savanna_plateau, minecraft:plains, biomesoplenty:highland, biomesoplenty:flower_meadow, biomesoplenty:fungal_field, biomesoplenty:lush_desert, minecraft:sunflower_plains, biomesoplenty:shrubland, terraforged:bryce, biomesoplenty:lavender_field, minecraft:desert_hills, biomesoplenty:shrubland_hills, biomesoplenty:tropic_plains, biomesoplenty:golden_prairie, biomesoplenty:prairie, biomesoplenty:tundra, biomesoplenty:dry_boneyard, minecraft:desert_lakes, minecraft:badlands_plateau, minecraft:savanna, minecraft:desert, biomesoplenty:mystic_plains, biomesoplenty:tropic_beach, minecraft:wooded_badlands_plateau, biomesoplenty:orchard, terraforged:savanna_scrub].
  853. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.doDespawn was corrected from null to its default, false.
  854. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.biomeBasedVariants was corrected from null to its default, true.
  855. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.coyoteHostileDaytime was corrected from null to its default, false.
  856. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.coyote.tameItems was corrected from null to its default, [minecraft:rabbit, minecraft:chicken, betteranimalsplus:pheasantraw, minecraft:cooked_rabbit, minecraft:cooked_chicken, betteranimalsplus:pheasantcooked].
  857. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.tarantula was corrected from null to its default, SimpleCommentedConfig:{}.
  858. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.tarantula.doSpawning was corrected from null to its default, true.
  859. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.tarantula.weight was corrected from null to its default, 40.
  860. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.tarantula.minGroup was corrected from null to its default, 1.
  861. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.tarantula.maxGroup was corrected from null to its default, 3.
  862. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.tarantula.useSpawnCosts was corrected from null to its default, false.
  863. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.tarantula.costPer was corrected from null to its default, 1.0.
  864. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.tarantula.maxCost was corrected from null to its default, 10.0.
  865. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.tarantula.spawnBiomes was corrected from null to its default, [minecraft:desert, biomesoplenty:dryland, biomesoplenty:tropic_beach, minecraft:badlands, minecraft:wooded_badlands_plateau, biomesoplenty:lush_desert, biomesoplenty:dry_boneyard, minecraft:desert_lakes, terraforged:bryce, minecraft:desert_hills, minecraft:badlands_plateau].
  866. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.tarantula.doDespawn was corrected from null to its default, true.
  867. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goat was corrected from null to its default, SimpleCommentedConfig:{}.
  868. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goat.doSpawning was corrected from null to its default, true.
  869. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goat.weight was corrected from null to its default, 9.
  870. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goat.minGroup was corrected from null to its default, 1.
  871. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goat.maxGroup was corrected from null to its default, 4.
  872. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goat.useSpawnCosts was corrected from null to its default, false.
  873. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goat.costPer was corrected from null to its default, 1.0.
  874. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goat.maxCost was corrected from null to its default, 10.0.
  875. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goat.spawnBiomes was corrected from null to its default, [biomesoplenty:jade_grassland, minecraft:shattered_savanna, biomesoplenty:highland, minecraft:shattered_savanna_plateau, biomesoplenty:volcano, biomesoplenty:fir_clearing, terraforged:shattered_savanna_scrub, biomesoplenty:highland_crag, biomesoplenty:coniferous_forest, biomesoplenty:ominous_woods, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, biomesoplenty:overgrown_fungal_jungle, biomesoplenty:golden_prairie, minecraft:wooded_mountains, biomesoplenty:tundra, minecraft:savanna, minecraft:snowy_taiga, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, terraforged:frozen_marsh, biomesoplenty:mystic_plains, biomesoplenty:dead_forest, biomesoplenty:snowy_fir_clearing, biomesoplenty:jade_cliffs, minecraft:swamp_hills, minecraft:jungle_hills, biomesoplenty:grove, biomesoplenty:grove_clearing, minecraft:taiga, biomesoplenty:cherry_blossom_grove, minecraft:birch_forest_hills, terraforged:taiga_scrub, minecraft:dark_forest_hills, biomesoplenty:highland_moor, biomesoplenty:wasteland, biomesoplenty:fungal_field, biomesoplenty:lush_desert, terraforged:fir_forest, minecraft:ice_spikes, minecraft:sunflower_plains, biomesoplenty:shrubland, biomesoplenty:lavender_field, biomesoplenty:wooded_scrubland, minecraft:modified_badlands_plateau, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, biomesoplenty:prairie, biomesoplenty:dry_boneyard, biomesoplenty:alps, minecraft:modified_jungle, biomesoplenty:redwood_forest_edge, minecraft:modified_gravelly_mountains, minecraft:gravelly_mountains, biomesoplenty:lavender_forest, biomesoplenty:scrubland, minecraft:modified_jungle_edge, biomesoplenty:redwood_hills, minecraft:modified_wooded_badlands_plateau, minecraft:dark_forest, biomesoplenty:rainforest, biomesoplenty:snowy_coniferous_forest, biomesoplenty:dryland, minecraft:tall_birch_hills, minecraft:savanna_plateau, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:ominous_mire, terraforged:snowy_fir_forest, minecraft:taiga_hills, biomesoplenty:burnt_forest, terraforged:cold_marshland, minecraft:eroded_badlands, biomesoplenty:wooded_wasteland, biomesoplenty:rainbow_hills, minecraft:forest, biomesoplenty:orchard, terraforged:snowy_taiga_scrub, biomesoplenty:coniferous_lakes, minecraft:giant_spruce_taiga, biomesoplenty:lush_savanna, minecraft:snowy_mountains, biomesoplenty:meadow, biomesoplenty:alps_foothills, minecraft:mountains, minecraft:taiga_mountains, minecraft:plains, terraforged:steppe, biomesoplenty:flower_meadow, minecraft:giant_tree_taiga_hills, biomesoplenty:seasonal_pumpkin_patch, minecraft:tall_birch_forest, minecraft:mountain_edge, minecraft:desert_hills, biomesoplenty:snowy_maple_forest, minecraft:giant_tree_taiga, minecraft:wooded_hills, minecraft:bamboo_jungle_hills, biomesoplenty:shrubland_hills, biomesoplenty:tropic_plains, minecraft:snowy_taiga_hills, minecraft:jungle_edge, biomesoplenty:wetland, biomesoplenty:seasonal_forest, minecraft:snowy_taiga_mountains, biomesoplenty:redwood_forest, terraforged:savanna_scrub].
  876. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goat.doDespawn was corrected from null to its default, false.
  877. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goat.goatVanillaMilk was corrected from null to its default, false.
  878. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.jellyfish was corrected from null to its default, SimpleCommentedConfig:{}.
  879. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.jellyfish.doSpawning was corrected from null to its default, true.
  880. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.jellyfish.weight was corrected from null to its default, 10.
  881. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.jellyfish.minGroup was corrected from null to its default, 1.
  882. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.jellyfish.maxGroup was corrected from null to its default, 1.
  883. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.jellyfish.useSpawnCosts was corrected from null to its default, false.
  884. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.jellyfish.costPer was corrected from null to its default, 1.0.
  885. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.jellyfish.maxCost was corrected from null to its default, 10.0.
  886. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.jellyfish.spawnBiomes was corrected from null to its default, [minecraft:frozen_ocean, minecraft:warm_ocean, minecraft:ocean, minecraft:deep_ocean, minecraft:deep_lukewarm_ocean, terraforged:warm_beach, minecraft:cold_ocean, minecraft:deep_frozen_ocean, minecraft:lukewarm_ocean, minecraft:deep_warm_ocean, minecraft:deep_cold_ocean].
  887. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.jellyfish.doDespawn was corrected from null to its default, true.
  888. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.pheasant was corrected from null to its default, SimpleCommentedConfig:{}.
  889. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.pheasant.doSpawning was corrected from null to its default, true.
  890. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.pheasant.weight was corrected from null to its default, 12.
  891. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.pheasant.minGroup was corrected from null to its default, 1.
  892. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.pheasant.maxGroup was corrected from null to its default, 3.
  893. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.pheasant.useSpawnCosts was corrected from null to its default, false.
  894. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.pheasant.costPer was corrected from null to its default, 1.0.
  895. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.pheasant.maxCost was corrected from null to its default, 10.0.
  896. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.pheasant.spawnBiomes was corrected from null to its default, [biomesoplenty:jade_grassland, biomesoplenty:rainforest, biomesoplenty:snowy_coniferous_forest, minecraft:shattered_savanna, biomesoplenty:dryland, minecraft:tall_birch_hills, minecraft:savanna_plateau, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:ominous_mire, biomesoplenty:highland, biomesoplenty:fir_clearing, minecraft:shattered_savanna_plateau, terraforged:shattered_savanna_scrub, terraforged:snowy_fir_forest, biomesoplenty:coniferous_forest, biomesoplenty:ominous_woods, minecraft:taiga_hills, biomesoplenty:burnt_forest, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, terraforged:cold_marshland, biomesoplenty:overgrown_fungal_jungle, biomesoplenty:golden_prairie, minecraft:wooded_mountains, biomesoplenty:tundra, minecraft:savanna, minecraft:snowy_taiga, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, terraforged:frozen_marsh, biomesoplenty:mystic_plains, biomesoplenty:dead_forest, biomesoplenty:wooded_wasteland, biomesoplenty:rainbow_hills, biomesoplenty:snowy_fir_clearing, biomesoplenty:jade_cliffs, minecraft:forest, terraforged:snowy_taiga_scrub, biomesoplenty:coniferous_lakes, biomesoplenty:orchard, minecraft:giant_spruce_taiga, biomesoplenty:lush_savanna, biomesoplenty:grove, biomesoplenty:meadow, biomesoplenty:grove_clearing, biomesoplenty:alps_foothills, minecraft:taiga, minecraft:taiga_mountains, biomesoplenty:cherry_blossom_grove, minecraft:plains, minecraft:birch_forest_hills, terraforged:steppe, terraforged:taiga_scrub, minecraft:dark_forest_hills, biomesoplenty:wasteland, biomesoplenty:flower_meadow, biomesoplenty:fungal_field, minecraft:giant_tree_taiga_hills, terraforged:fir_forest, biomesoplenty:seasonal_pumpkin_patch, biomesoplenty:lush_desert, minecraft:sunflower_plains, biomesoplenty:shrubland, minecraft:tall_birch_forest, biomesoplenty:lavender_field, biomesoplenty:wooded_scrubland, biomesoplenty:snowy_maple_forest, minecraft:giant_tree_taiga, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, minecraft:wooded_hills, biomesoplenty:shrubland_hills, biomesoplenty:tropic_plains, biomesoplenty:prairie, biomesoplenty:dry_boneyard, minecraft:snowy_taiga_hills, minecraft:jungle_edge, biomesoplenty:redwood_forest_edge, biomesoplenty:wetland, biomesoplenty:seasonal_forest, minecraft:snowy_taiga_mountains, biomesoplenty:lavender_forest, biomesoplenty:redwood_forest, biomesoplenty:scrubland, biomesoplenty:redwood_hills, minecraft:dark_forest, terraforged:savanna_scrub].
  897. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.pheasant.doDespawn was corrected from null to its default, false.
  898. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.reindeer was corrected from null to its default, SimpleCommentedConfig:{}.
  899. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.reindeer.doSpawning was corrected from null to its default, true.
  900. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.reindeer.weight was corrected from null to its default, 10.
  901. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.reindeer.minGroup was corrected from null to its default, 1.
  902. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.reindeer.maxGroup was corrected from null to its default, 4.
  903. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.reindeer.useSpawnCosts was corrected from null to its default, false.
  904. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.reindeer.costPer was corrected from null to its default, 1.0.
  905. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.reindeer.maxCost was corrected from null to its default, 10.0.
  906. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.reindeer.spawnBiomes was corrected from null to its default, [minecraft:snowy_beach, biomesoplenty:snowy_coniferous_forest, minecraft:snowy_mountains, minecraft:frozen_river, terraforged:cold_marshland, biomesoplenty:alps_foothills, minecraft:snowy_taiga_hills, biomesoplenty:alps, minecraft:snowy_taiga, terraforged:frozen_lake, terraforged:frozen_marsh, terraforged:snowy_fir_forest, minecraft:snowy_tundra, minecraft:ice_spikes, minecraft:snowy_taiga_mountains, biomesoplenty:snowy_fir_clearing, terraforged:snowy_taiga_scrub, biomesoplenty:snowy_maple_forest].
  907. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.reindeer.doDespawn was corrected from null to its default, false.
  908. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.boar was corrected from null to its default, SimpleCommentedConfig:{}.
  909. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.boar.doSpawning was corrected from null to its default, true.
  910. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.boar.weight was corrected from null to its default, 9.
  911. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.boar.minGroup was corrected from null to its default, 1.
  912. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.boar.maxGroup was corrected from null to its default, 4.
  913. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.boar.useSpawnCosts was corrected from null to its default, false.
  914. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.boar.costPer was corrected from null to its default, 1.0.
  915. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.boar.maxCost was corrected from null to its default, 10.0.
  916. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.boar.spawnBiomes was corrected from null to its default, [biomesoplenty:jade_grassland, minecraft:shattered_savanna, biomesoplenty:rainforest_cliffs, biomesoplenty:highland, biomesoplenty:fir_clearing, minecraft:shattered_savanna_plateau, terraforged:shattered_savanna_scrub, biomesoplenty:coniferous_forest, biomesoplenty:ominous_woods, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, biomesoplenty:overgrown_fungal_jungle, biomesoplenty:golden_prairie, minecraft:wooded_mountains, biomesoplenty:fungal_jungle, biomesoplenty:tundra, minecraft:savanna, minecraft:snowy_taiga, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, terraforged:frozen_marsh, biomesoplenty:mystic_plains, biomesoplenty:dead_forest, biomesoplenty:snowy_fir_clearing, biomesoplenty:jade_cliffs, minecraft:jungle_hills, biomesoplenty:grove, biomesoplenty:grove_clearing, minecraft:taiga, biomesoplenty:cherry_blossom_grove, minecraft:birch_forest_hills, terraforged:taiga_scrub, minecraft:dark_forest_hills, biomesoplenty:wasteland, biomesoplenty:fungal_field, terraforged:fir_forest, biomesoplenty:lush_desert, minecraft:sunflower_plains, biomesoplenty:shrubland, biomesoplenty:tropics, biomesoplenty:lavender_field, biomesoplenty:wooded_scrubland, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, biomesoplenty:prairie, biomesoplenty:dry_boneyard, biomesoplenty:redwood_forest_edge, minecraft:modified_jungle, biomesoplenty:tropic_beach, biomesoplenty:lavender_forest, biomesoplenty:scrubland, biomesoplenty:redwood_hills, minecraft:modified_jungle_edge, minecraft:dark_forest, biomesoplenty:rainforest, biomesoplenty:snowy_coniferous_forest, biomesoplenty:dryland, minecraft:tall_birch_hills, biomesoplenty:rainforest_floodplain, minecraft:savanna_plateau, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:ominous_mire, minecraft:jungle, terraforged:snowy_fir_forest, minecraft:taiga_hills, biomesoplenty:burnt_forest, terraforged:cold_marshland, biomesoplenty:wooded_wasteland, biomesoplenty:rainbow_hills, minecraft:forest, terraforged:snowy_taiga_scrub, biomesoplenty:coniferous_lakes, biomesoplenty:orchard, minecraft:giant_spruce_taiga, biomesoplenty:lush_savanna, biomesoplenty:meadow, biomesoplenty:alps_foothills, minecraft:taiga_mountains, minecraft:plains, terraforged:steppe, biomesoplenty:flower_meadow, minecraft:giant_tree_taiga_hills, biomesoplenty:seasonal_pumpkin_patch, minecraft:tall_birch_forest, biomesoplenty:snowy_maple_forest, minecraft:giant_tree_taiga, minecraft:wooded_hills, minecraft:bamboo_jungle_hills, biomesoplenty:shrubland_hills, biomesoplenty:tropic_plains, minecraft:snowy_taiga_hills, minecraft:bamboo_jungle, minecraft:jungle_edge, biomesoplenty:wetland, terraforged:stone_forest, biomesoplenty:seasonal_forest, minecraft:snowy_taiga_mountains, biomesoplenty:redwood_forest, terraforged:savanna_scrub].
  917. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.boar.doDespawn was corrected from null to its default, false.
  918. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.boar.biomeBasedVariants was corrected from null to its default, true.
  919. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squirrel was corrected from null to its default, SimpleCommentedConfig:{}.
  920. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squirrel.doSpawning was corrected from null to its default, true.
  921. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squirrel.weight was corrected from null to its default, 8.
  922. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squirrel.minGroup was corrected from null to its default, 1.
  923. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squirrel.maxGroup was corrected from null to its default, 3.
  924. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squirrel.useSpawnCosts was corrected from null to its default, false.
  925. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squirrel.costPer was corrected from null to its default, 1.0.
  926. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squirrel.maxCost was corrected from null to its default, 10.0.
  927. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squirrel.spawnBiomes was corrected from null to its default, [biomesoplenty:rainforest, biomesoplenty:snowy_coniferous_forest, minecraft:tall_birch_hills, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:ominous_mire, biomesoplenty:fir_clearing, terraforged:snowy_fir_forest, biomesoplenty:coniferous_forest, biomesoplenty:ominous_woods, minecraft:taiga_hills, biomesoplenty:burnt_forest, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, terraforged:cold_marshland, biomesoplenty:overgrown_fungal_jungle, minecraft:wooded_mountains, minecraft:snowy_taiga, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, terraforged:frozen_marsh, biomesoplenty:dead_forest, biomesoplenty:rainbow_hills, biomesoplenty:snowy_fir_clearing, biomesoplenty:jade_cliffs, minecraft:forest, terraforged:snowy_taiga_scrub, biomesoplenty:coniferous_lakes, biomesoplenty:orchard, minecraft:giant_spruce_taiga, biomesoplenty:grove, biomesoplenty:meadow, biomesoplenty:alps_foothills, minecraft:taiga, minecraft:taiga_mountains, biomesoplenty:cherry_blossom_grove, minecraft:birch_forest_hills, terraforged:steppe, terraforged:taiga_scrub, minecraft:dark_forest_hills, minecraft:giant_tree_taiga_hills, terraforged:fir_forest, biomesoplenty:seasonal_pumpkin_patch, minecraft:tall_birch_forest, biomesoplenty:snowy_maple_forest, minecraft:giant_tree_taiga, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, minecraft:wooded_hills, minecraft:snowy_taiga_hills, minecraft:jungle_edge, biomesoplenty:redwood_forest_edge, biomesoplenty:wetland, biomesoplenty:seasonal_forest, minecraft:snowy_taiga_mountains, biomesoplenty:lavender_forest, biomesoplenty:redwood_forest, biomesoplenty:redwood_hills, minecraft:dark_forest].
  928. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squirrel.doDespawn was corrected from null to its default, false.
  929. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squirrel.biomeBasedVariants was corrected from null to its default, true.
  930. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.songbird was corrected from null to its default, SimpleCommentedConfig:{}.
  931. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.songbird.doSpawning was corrected from null to its default, true.
  932. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.songbird.weight was corrected from null to its default, 11.
  933. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.songbird.minGroup was corrected from null to its default, 1.
  934. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.songbird.maxGroup was corrected from null to its default, 4.
  935. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.songbird.useSpawnCosts was corrected from null to its default, false.
  936. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.songbird.costPer was corrected from null to its default, 1.0.
  937. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.songbird.maxCost was corrected from null to its default, 10.0.
  938. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.songbird.spawnBiomes was corrected from null to its default, [biomesoplenty:jade_grassland, biomesoplenty:rainforest, biomesoplenty:snowy_coniferous_forest, minecraft:tall_birch_hills, minecraft:savanna_plateau, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:ominous_mire, biomesoplenty:highland, biomesoplenty:fir_clearing, terraforged:snowy_fir_forest, biomesoplenty:coniferous_forest, biomesoplenty:ominous_woods, minecraft:taiga_hills, biomesoplenty:burnt_forest, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, terraforged:cold_marshland, biomesoplenty:overgrown_fungal_jungle, biomesoplenty:golden_prairie, minecraft:wooded_mountains, biomesoplenty:tundra, minecraft:savanna, minecraft:snowy_taiga, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, terraforged:frozen_marsh, biomesoplenty:mystic_plains, biomesoplenty:dead_forest, biomesoplenty:rainbow_hills, biomesoplenty:snowy_fir_clearing, biomesoplenty:jade_cliffs, minecraft:forest, terraforged:snowy_taiga_scrub, biomesoplenty:coniferous_lakes, biomesoplenty:orchard, minecraft:giant_spruce_taiga, biomesoplenty:lush_savanna, biomesoplenty:grove, biomesoplenty:meadow, biomesoplenty:grove_clearing, biomesoplenty:alps_foothills, minecraft:taiga, minecraft:taiga_mountains, biomesoplenty:cherry_blossom_grove, minecraft:plains, minecraft:birch_forest_hills, terraforged:steppe, terraforged:taiga_scrub, minecraft:dark_forest_hills, biomesoplenty:flower_meadow, biomesoplenty:fungal_field, minecraft:giant_tree_taiga_hills, terraforged:fir_forest, biomesoplenty:seasonal_pumpkin_patch, minecraft:sunflower_plains, biomesoplenty:shrubland, minecraft:tall_birch_forest, biomesoplenty:lavender_field, biomesoplenty:snowy_maple_forest, minecraft:giant_tree_taiga, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, minecraft:wooded_hills, biomesoplenty:shrubland_hills, biomesoplenty:tropic_plains, biomesoplenty:prairie, minecraft:snowy_taiga_hills, minecraft:jungle_edge, biomesoplenty:redwood_forest_edge, biomesoplenty:wetland, biomesoplenty:seasonal_forest, minecraft:snowy_taiga_mountains, biomesoplenty:lavender_forest, biomesoplenty:redwood_forest, biomesoplenty:redwood_hills, minecraft:dark_forest, terraforged:savanna_scrub].
  939. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.songbird.doDespawn was corrected from null to its default, false.
  940. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.songbird.biomeBasedVariants was corrected from null to its default, true.
  941. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.badger was corrected from null to its default, SimpleCommentedConfig:{}.
  942. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.badger.doSpawning was corrected from null to its default, true.
  943. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.badger.weight was corrected from null to its default, 7.
  944. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.badger.minGroup was corrected from null to its default, 1.
  945. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.badger.maxGroup was corrected from null to its default, 2.
  946. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.badger.useSpawnCosts was corrected from null to its default, false.
  947. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.badger.costPer was corrected from null to its default, 1.0.
  948. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.badger.maxCost was corrected from null to its default, 10.0.
  949. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.badger.spawnBiomes was corrected from null to its default, [biomesoplenty:jade_grassland, biomesoplenty:rainforest, biomesoplenty:snowy_coniferous_forest, minecraft:shattered_savanna, biomesoplenty:dryland, minecraft:tall_birch_hills, minecraft:savanna_plateau, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:ominous_mire, biomesoplenty:highland, biomesoplenty:fir_clearing, minecraft:shattered_savanna_plateau, terraforged:shattered_savanna_scrub, terraforged:snowy_fir_forest, biomesoplenty:coniferous_forest, biomesoplenty:ominous_woods, minecraft:taiga_hills, biomesoplenty:burnt_forest, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, terraforged:cold_marshland, biomesoplenty:overgrown_fungal_jungle, biomesoplenty:golden_prairie, minecraft:wooded_mountains, biomesoplenty:tundra, minecraft:savanna, minecraft:snowy_taiga, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, terraforged:frozen_marsh, biomesoplenty:mystic_plains, biomesoplenty:dead_forest, biomesoplenty:wooded_wasteland, biomesoplenty:rainbow_hills, biomesoplenty:snowy_fir_clearing, biomesoplenty:jade_cliffs, minecraft:forest, terraforged:snowy_taiga_scrub, biomesoplenty:coniferous_lakes, biomesoplenty:orchard, minecraft:giant_spruce_taiga, biomesoplenty:lush_savanna, biomesoplenty:grove, biomesoplenty:meadow, biomesoplenty:grove_clearing, biomesoplenty:alps_foothills, minecraft:taiga, minecraft:taiga_mountains, biomesoplenty:cherry_blossom_grove, minecraft:plains, minecraft:birch_forest_hills, terraforged:steppe, terraforged:taiga_scrub, minecraft:dark_forest_hills, biomesoplenty:wasteland, biomesoplenty:flower_meadow, biomesoplenty:fungal_field, minecraft:giant_tree_taiga_hills, terraforged:fir_forest, biomesoplenty:seasonal_pumpkin_patch, biomesoplenty:lush_desert, minecraft:sunflower_plains, biomesoplenty:shrubland, minecraft:tall_birch_forest, biomesoplenty:lavender_field, biomesoplenty:wooded_scrubland, biomesoplenty:snowy_maple_forest, minecraft:giant_tree_taiga, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, minecraft:wooded_hills, biomesoplenty:shrubland_hills, biomesoplenty:tropic_plains, biomesoplenty:prairie, biomesoplenty:dry_boneyard, minecraft:snowy_taiga_hills, minecraft:jungle_edge, biomesoplenty:redwood_forest_edge, biomesoplenty:wetland, biomesoplenty:seasonal_forest, minecraft:snowy_taiga_mountains, biomesoplenty:lavender_forest, biomesoplenty:redwood_forest, biomesoplenty:scrubland, biomesoplenty:redwood_hills, minecraft:dark_forest, terraforged:savanna_scrub].
  950. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.badger.doDespawn was corrected from null to its default, false.
  951. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.badger.biomeBasedVariants was corrected from null to its default, true.
  952. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lamprey was corrected from null to its default, SimpleCommentedConfig:{}.
  953. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lamprey.doSpawning was corrected from null to its default, true.
  954. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lamprey.weight was corrected from null to its default, 7.
  955. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lamprey.minGroup was corrected from null to its default, 1.
  956. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lamprey.maxGroup was corrected from null to its default, 1.
  957. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lamprey.useSpawnCosts was corrected from null to its default, false.
  958. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lamprey.costPer was corrected from null to its default, 1.0.
  959. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lamprey.maxCost was corrected from null to its default, 10.0.
  960. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lamprey.spawnBiomes was corrected from null to its default, [minecraft:swamp_hills, minecraft:swamp, minecraft:frozen_river, terraforged:marshland, biomesoplenty:deep_bayou, biomesoplenty:rainforest_floodplain, biomesoplenty:bayou_mangrove, biomesoplenty:ominous_mire, terraforged:lake, biomesoplenty:wetland_marsh, biomesoplenty:highland_moor, biomesoplenty:wetland, terraforged:frozen_lake, minecraft:river, biomesoplenty:tundra_bog, biomesoplenty:dead_swamp, biomesoplenty:bayou].
  961. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.lamprey.doDespawn was corrected from null to its default, true.
  962. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.nautilus was corrected from null to its default, SimpleCommentedConfig:{}.
  963. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.nautilus.doSpawning was corrected from null to its default, true.
  964. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.nautilus.weight was corrected from null to its default, 4.
  965. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.nautilus.minGroup was corrected from null to its default, 1.
  966. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.nautilus.maxGroup was corrected from null to its default, 1.
  967. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.nautilus.useSpawnCosts was corrected from null to its default, false.
  968. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.nautilus.costPer was corrected from null to its default, 1.0.
  969. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.nautilus.maxCost was corrected from null to its default, 10.0.
  970. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.nautilus.spawnBiomes was corrected from null to its default, [minecraft:frozen_ocean, minecraft:warm_ocean, minecraft:ocean, minecraft:deep_ocean, minecraft:deep_lukewarm_ocean, terraforged:warm_beach, minecraft:cold_ocean, minecraft:deep_frozen_ocean, minecraft:lukewarm_ocean, minecraft:deep_warm_ocean, minecraft:deep_cold_ocean].
  971. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.nautilus.doDespawn was corrected from null to its default, true.
  972. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.crab was corrected from null to its default, SimpleCommentedConfig:{}.
  973. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.crab.doSpawning was corrected from null to its default, true.
  974. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.crab.weight was corrected from null to its default, 10.
  975. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.crab.minGroup was corrected from null to its default, 1.
  976. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.crab.maxGroup was corrected from null to its default, 3.
  977. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.crab.useSpawnCosts was corrected from null to its default, false.
  978. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.crab.costPer was corrected from null to its default, 1.0.
  979. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.crab.maxCost was corrected from null to its default, 10.0.
  980. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.crab.spawnBiomes was corrected from null to its default, [minecraft:snowy_beach, minecraft:swamp_hills, minecraft:swamp, terraforged:marshland, biomesoplenty:deep_bayou, biomesoplenty:rainforest_floodplain, biomesoplenty:bayou_mangrove, biomesoplenty:ominous_mire, minecraft:beach, biomesoplenty:wetland_marsh, biomesoplenty:highland_moor, biomesoplenty:wetland, biomesoplenty:tropic_beach, biomesoplenty:tundra_bog, biomesoplenty:gravel_beach, biomesoplenty:volcanic_plains, minecraft:mushroom_field_shore, minecraft:stone_shore, biomesoplenty:dead_swamp, biomesoplenty:bayou].
  981. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.crab.doDespawn was corrected from null to its default, false.
  982. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.horseshoecrab was corrected from null to its default, SimpleCommentedConfig:{}.
  983. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.horseshoecrab.doSpawning was corrected from null to its default, true.
  984. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.horseshoecrab.weight was corrected from null to its default, 8.
  985. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.horseshoecrab.minGroup was corrected from null to its default, 1.
  986. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.horseshoecrab.maxGroup was corrected from null to its default, 3.
  987. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.horseshoecrab.useSpawnCosts was corrected from null to its default, false.
  988. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.horseshoecrab.costPer was corrected from null to its default, 1.0.
  989. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.horseshoecrab.maxCost was corrected from null to its default, 10.0.
  990. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.horseshoecrab.spawnBiomes was corrected from null to its default, [minecraft:snowy_beach, biomesoplenty:tropic_beach, biomesoplenty:gravel_beach, biomesoplenty:volcanic_plains, minecraft:beach, minecraft:mushroom_field_shore, minecraft:stone_shore].
  991. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.horseshoecrab.doDespawn was corrected from null to its default, false.
  992. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.shark was corrected from null to its default, SimpleCommentedConfig:{}.
  993. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.shark.doSpawning was corrected from null to its default, true.
  994. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.shark.weight was corrected from null to its default, 4.
  995. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.shark.minGroup was corrected from null to its default, 1.
  996. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.shark.maxGroup was corrected from null to its default, 1.
  997. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.shark.useSpawnCosts was corrected from null to its default, false.
  998. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.shark.costPer was corrected from null to its default, 1.0.
  999. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.shark.maxCost was corrected from null to its default, 10.0.
  1000. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.shark.spawnBiomes was corrected from null to its default, [minecraft:frozen_ocean, minecraft:warm_ocean, minecraft:ocean, minecraft:deep_ocean, minecraft:deep_lukewarm_ocean, terraforged:warm_beach, minecraft:cold_ocean, minecraft:deep_frozen_ocean, minecraft:lukewarm_ocean, minecraft:deep_warm_ocean, minecraft:deep_cold_ocean].
  1001. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.shark.doDespawn was corrected from null to its default, true.
  1002. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.shark.biomeBasedVariants was corrected from null to its default, true.
  1003. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.moose was corrected from null to its default, SimpleCommentedConfig:{}.
  1004. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.moose.doSpawning was corrected from null to its default, true.
  1005. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.moose.weight was corrected from null to its default, 8.
  1006. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.moose.minGroup was corrected from null to its default, 1.
  1007. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.moose.maxGroup was corrected from null to its default, 1.
  1008. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.moose.useSpawnCosts was corrected from null to its default, false.
  1009. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.moose.costPer was corrected from null to its default, 1.0.
  1010. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.moose.maxCost was corrected from null to its default, 10.0.
  1011. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.moose.spawnBiomes was corrected from null to its default, [minecraft:swamp_hills, minecraft:swamp, terraforged:marshland, biomesoplenty:deep_bayou, biomesoplenty:rainforest_floodplain, biomesoplenty:bayou_mangrove, biomesoplenty:ominous_mire, biomesoplenty:wetland_marsh, biomesoplenty:highland_moor, biomesoplenty:wetland, minecraft:giant_tree_taiga_hills, biomesoplenty:tundra_bog, undergarden:mushroom_bog, biomesoplenty:dead_swamp, biomesoplenty:bayou, minecraft:giant_spruce_taiga, minecraft:giant_spruce_taiga_hills, minecraft:giant_tree_taiga].
  1012. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.moose.doDespawn was corrected from null to its default, false.
  1013. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.turkey was corrected from null to its default, SimpleCommentedConfig:{}.
  1014. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.turkey.doSpawning was corrected from null to its default, true.
  1015. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.turkey.weight was corrected from null to its default, 11.
  1016. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.turkey.minGroup was corrected from null to its default, 1.
  1017. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.turkey.maxGroup was corrected from null to its default, 3.
  1018. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.turkey.useSpawnCosts was corrected from null to its default, false.
  1019. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.turkey.costPer was corrected from null to its default, 1.0.
  1020. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.turkey.maxCost was corrected from null to its default, 10.0.
  1021. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.turkey.spawnBiomes was corrected from null to its default, [biomesoplenty:rainforest, minecraft:tall_birch_hills, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:ominous_mire, biomesoplenty:fir_clearing, biomesoplenty:coniferous_forest, biomesoplenty:ominous_woods, minecraft:taiga_hills, biomesoplenty:burnt_forest, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, biomesoplenty:overgrown_fungal_jungle, minecraft:wooded_mountains, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, biomesoplenty:dead_forest, biomesoplenty:rainbow_hills, biomesoplenty:jade_cliffs, minecraft:forest, biomesoplenty:orchard, biomesoplenty:coniferous_lakes, minecraft:giant_spruce_taiga, biomesoplenty:grove, biomesoplenty:meadow, minecraft:taiga, minecraft:taiga_mountains, biomesoplenty:cherry_blossom_grove, minecraft:birch_forest_hills, terraforged:steppe, terraforged:taiga_scrub, minecraft:dark_forest_hills, minecraft:giant_tree_taiga_hills, terraforged:fir_forest, biomesoplenty:seasonal_pumpkin_patch, minecraft:tall_birch_forest, minecraft:giant_tree_taiga, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, minecraft:wooded_hills, minecraft:jungle_edge, biomesoplenty:redwood_forest_edge, biomesoplenty:wetland, biomesoplenty:seasonal_forest, biomesoplenty:lavender_forest, biomesoplenty:redwood_forest, biomesoplenty:redwood_hills, minecraft:dark_forest].
  1022. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.turkey.doDespawn was corrected from null to its default, false.
  1023. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.bobbit_worm was corrected from null to its default, SimpleCommentedConfig:{}.
  1024. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.bobbit_worm.doSpawning was corrected from null to its default, true.
  1025. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.bobbit_worm.weight was corrected from null to its default, 2.
  1026. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.bobbit_worm.minGroup was corrected from null to its default, 1.
  1027. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.bobbit_worm.maxGroup was corrected from null to its default, 1.
  1028. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.bobbit_worm.useSpawnCosts was corrected from null to its default, false.
  1029. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.bobbit_worm.costPer was corrected from null to its default, 1.0.
  1030. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.bobbit_worm.maxCost was corrected from null to its default, 10.0.
  1031. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.bobbit_worm.spawnBiomes was corrected from null to its default, [minecraft:frozen_ocean, minecraft:warm_ocean, minecraft:ocean, minecraft:deep_ocean, minecraft:deep_lukewarm_ocean, terraforged:warm_beach, minecraft:cold_ocean, minecraft:deep_frozen_ocean, minecraft:lukewarm_ocean, minecraft:deep_warm_ocean, minecraft:deep_cold_ocean].
  1032. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.bobbit_worm.doDespawn was corrected from null to its default, true.
  1033. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goose was corrected from null to its default, SimpleCommentedConfig:{}.
  1034. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goose.doSpawning was corrected from null to its default, true.
  1035. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goose.weight was corrected from null to its default, 15.
  1036. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goose.minGroup was corrected from null to its default, 2.
  1037. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goose.maxGroup was corrected from null to its default, 5.
  1038. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goose.useSpawnCosts was corrected from null to its default, false.
  1039. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goose.costPer was corrected from null to its default, 1.0.
  1040. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goose.maxCost was corrected from null to its default, 10.0.
  1041. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goose.spawnBiomes was corrected from null to its default, [minecraft:flower_forest, minecraft:wooded_hills, minecraft:frozen_river, biomesoplenty:grove, biomesoplenty:meadow, biomesoplenty:cherry_blossom_grove, biomesoplenty:meadow_forest, minecraft:birch_forest_hills, terraforged:lake, biomesoplenty:redwood_forest_edge, biomesoplenty:bamboo_blossom_grove, biomesoplenty:wetland, terraforged:frozen_lake, terraforged:flower_plains, minecraft:river, biomesoplenty:seasonal_forest, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:jade_cliffs, minecraft:forest, biomesoplenty:mystic_grove].
  1042. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goose.doDespawn was corrected from null to its default, false.
  1043. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.goose.pickup_blacklist was corrected from null to its default, [betteranimalsplus:goose_egg, betteranimalsplus:golden_goose_egg].
  1044. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_freshwater was corrected from null to its default, SimpleCommentedConfig:{}.
  1045. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_freshwater.doSpawning was corrected from null to its default, true.
  1046. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_freshwater.weight was corrected from null to its default, 7.
  1047. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_freshwater.minGroup was corrected from null to its default, 1.
  1048. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_freshwater.maxGroup was corrected from null to its default, 2.
  1049. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_freshwater.useSpawnCosts was corrected from null to its default, false.
  1050. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_freshwater.costPer was corrected from null to its default, 1.0.
  1051. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_freshwater.maxCost was corrected from null to its default, 10.0.
  1052. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_freshwater.spawnBiomes was corrected from null to its default, [minecraft:swamp_hills, minecraft:swamp, minecraft:frozen_river, terraforged:marshland, biomesoplenty:deep_bayou, biomesoplenty:rainforest_floodplain, biomesoplenty:bayou_mangrove, biomesoplenty:ominous_mire, terraforged:lake, biomesoplenty:wetland_marsh, biomesoplenty:highland_moor, biomesoplenty:wetland, terraforged:frozen_lake, minecraft:river, biomesoplenty:tundra_bog, biomesoplenty:dead_swamp, biomesoplenty:bayou].
  1053. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_freshwater.doDespawn was corrected from null to its default, true.
  1054. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_saltwater was corrected from null to its default, SimpleCommentedConfig:{}.
  1055. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_saltwater.doSpawning was corrected from null to its default, true.
  1056. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_saltwater.weight was corrected from null to its default, 4.
  1057. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_saltwater.minGroup was corrected from null to its default, 1.
  1058. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_saltwater.maxGroup was corrected from null to its default, 2.
  1059. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_saltwater.useSpawnCosts was corrected from null to its default, false.
  1060. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_saltwater.costPer was corrected from null to its default, 1.0.
  1061. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_saltwater.maxCost was corrected from null to its default, 10.0.
  1062. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_saltwater.spawnBiomes was corrected from null to its default, [terraforged:warm_beach, minecraft:warm_ocean, minecraft:ocean, minecraft:lukewarm_ocean, minecraft:deep_warm_ocean].
  1063. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.eel_saltwater.doDespawn was corrected from null to its default, true.
  1064. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.whale was corrected from null to its default, SimpleCommentedConfig:{}.
  1065. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.whale.doSpawning was corrected from null to its default, true.
  1066. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.whale.weight was corrected from null to its default, 2.
  1067. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.whale.minGroup was corrected from null to its default, 1.
  1068. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.whale.maxGroup was corrected from null to its default, 3.
  1069. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.whale.useSpawnCosts was corrected from null to its default, false.
  1070. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.whale.costPer was corrected from null to its default, 1.0.
  1071. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.whale.maxCost was corrected from null to its default, 10.0.
  1072. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.whale.spawnBiomes was corrected from null to its default, [minecraft:frozen_ocean, minecraft:warm_ocean, minecraft:ocean, minecraft:deep_ocean, minecraft:deep_lukewarm_ocean, terraforged:warm_beach, minecraft:cold_ocean, minecraft:deep_frozen_ocean, minecraft:lukewarm_ocean, minecraft:deep_warm_ocean, minecraft:deep_cold_ocean].
  1073. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.whale.doDespawn was corrected from null to its default, true.
  1074. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.whale.biomeBasedVariants was corrected from null to its default, true.
  1075. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.walrus was corrected from null to its default, SimpleCommentedConfig:{}.
  1076. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.walrus.doSpawning was corrected from null to its default, true.
  1077. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.walrus.weight was corrected from null to its default, 4.
  1078. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.walrus.minGroup was corrected from null to its default, 1.
  1079. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.walrus.maxGroup was corrected from null to its default, 5.
  1080. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.walrus.useSpawnCosts was corrected from null to its default, false.
  1081. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.walrus.costPer was corrected from null to its default, 1.0.
  1082. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.walrus.maxCost was corrected from null to its default, 10.0.
  1083. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.walrus.spawnBiomes was corrected from null to its default, [minecraft:snowy_beach, minecraft:frozen_ocean, minecraft:deep_frozen_ocean, minecraft:stone_shore].
  1084. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.walrus.doDespawn was corrected from null to its default, false.
  1085. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.butterfly was corrected from null to its default, SimpleCommentedConfig:{}.
  1086. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.butterfly.doSpawning was corrected from null to its default, true.
  1087. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.butterfly.weight was corrected from null to its default, 10.
  1088. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.butterfly.minGroup was corrected from null to its default, 1.
  1089. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.butterfly.maxGroup was corrected from null to its default, 3.
  1090. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.butterfly.useSpawnCosts was corrected from null to its default, false.
  1091. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.butterfly.costPer was corrected from null to its default, 1.0.
  1092. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.butterfly.maxCost was corrected from null to its default, 10.0.
  1093. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.butterfly.spawnBiomes was corrected from null to its default, [biomesoplenty:jade_grassland, biomesoplenty:rainforest, biomesoplenty:rainforest_cliffs, minecraft:tall_birch_hills, biomesoplenty:rainforest_floodplain, biomesoplenty:silkglade_nest, biomesoplenty:meadow_forest, biomesoplenty:fir_clearing, minecraft:jungle, druidcraft:darkwood_forest, biomesoplenty:coniferous_forest, biomesoplenty:seasonal_orchard, minecraft:birch_forest, biomesoplenty:silkglade, biomesoplenty:mystic_grove, biomesoplenty:overgrown_fungal_jungle, minecraft:wooded_mountains, biomesoplenty:fungal_jungle, biomesoplenty:bamboo_blossom_grove, terraforged:flower_plains, biomesoplenty:mystic_plains, biomesoplenty:rainbow_hills, biomesoplenty:jade_cliffs, minecraft:forest, biomesoplenty:coniferous_lakes, biomesoplenty:orchard, minecraft:giant_spruce_taiga, minecraft:jungle_hills, biomesoplenty:grove, biomesoplenty:meadow, biomesoplenty:cherry_blossom_grove, minecraft:birch_forest_hills, terraforged:steppe, minecraft:dark_forest_hills, biomesoplenty:fungal_field, biomesoplenty:seasonal_pumpkin_patch, minecraft:tall_birch_forest, biomesoplenty:tropics, minecraft:giant_spruce_taiga_hills, terraforged:cold_steppe, minecraft:flower_forest, minecraft:wooded_hills, minecraft:bamboo_jungle_hills, biomesoplenty:tropic_plains, minecraft:bamboo_jungle, minecraft:jungle_edge, biomesoplenty:redwood_forest_edge, biomesoplenty:wetland, minecraft:modified_jungle, terraforged:stone_forest, biomesoplenty:tropic_beach, biomesoplenty:seasonal_forest, biomesoplenty:lavender_forest, biomesoplenty:redwood_forest, biomesoplenty:redwood_hills, minecraft:modified_jungle_edge, minecraft:dark_forest].
  1094. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.butterfly.doDespawn was corrected from null to its default, true.
  1095. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.dragonfly was corrected from null to its default, SimpleCommentedConfig:{}.
  1096. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.dragonfly.doSpawning was corrected from null to its default, true.
  1097. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.dragonfly.weight was corrected from null to its default, 10.
  1098. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.dragonfly.minGroup was corrected from null to its default, 1.
  1099. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.dragonfly.maxGroup was corrected from null to its default, 3.
  1100. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.dragonfly.useSpawnCosts was corrected from null to its default, false.
  1101. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.dragonfly.costPer was corrected from null to its default, 1.0.
  1102. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.dragonfly.maxCost was corrected from null to its default, 10.0.
  1103. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.dragonfly.spawnBiomes was corrected from null to its default, [minecraft:swamp_hills, minecraft:swamp, terraforged:marshland, biomesoplenty:deep_bayou, minecraft:frozen_river, biomesoplenty:rainforest_floodplain, biomesoplenty:bayou_mangrove, biomesoplenty:ominous_mire, terraforged:lake, biomesoplenty:wetland_marsh, biomesoplenty:highland_moor, biomesoplenty:wetland, terraforged:frozen_lake, minecraft:river, biomesoplenty:tundra_bog, biomesoplenty:dead_swamp, biomesoplenty:bayou].
  1104. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.dragonfly.doDespawn was corrected from null to its default, true.
  1105. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.barracuda was corrected from null to its default, SimpleCommentedConfig:{}.
  1106. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.barracuda.doSpawning was corrected from null to its default, true.
  1107. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.barracuda.weight was corrected from null to its default, 8.
  1108. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.barracuda.minGroup was corrected from null to its default, 1.
  1109. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.barracuda.maxGroup was corrected from null to its default, 1.
  1110. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.barracuda.useSpawnCosts was corrected from null to its default, false.
  1111. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.barracuda.costPer was corrected from null to its default, 1.0.
  1112. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.barracuda.maxCost was corrected from null to its default, 10.0.
  1113. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.barracuda.spawnBiomes was corrected from null to its default, [minecraft:lukewarm_ocean, minecraft:warm_ocean].
  1114. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.barracuda.doDespawn was corrected from null to its default, true.
  1115. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.flying_fish was corrected from null to its default, SimpleCommentedConfig:{}.
  1116. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.flying_fish.doSpawning was corrected from null to its default, true.
  1117. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.flying_fish.weight was corrected from null to its default, 10.
  1118. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.flying_fish.minGroup was corrected from null to its default, 1.
  1119. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.flying_fish.maxGroup was corrected from null to its default, 5.
  1120. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.flying_fish.useSpawnCosts was corrected from null to its default, false.
  1121. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.flying_fish.costPer was corrected from null to its default, 1.0.
  1122. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.flying_fish.maxCost was corrected from null to its default, 10.0.
  1123. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.flying_fish.spawnBiomes was corrected from null to its default, [minecraft:lukewarm_ocean, minecraft:warm_ocean].
  1124. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.flying_fish.doDespawn was corrected from null to its default, true.
  1125. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_colossal was corrected from null to its default, SimpleCommentedConfig:{}.
  1126. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_colossal.doSpawning was corrected from null to its default, true.
  1127. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_colossal.weight was corrected from null to its default, 2.
  1128. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_colossal.minGroup was corrected from null to its default, 1.
  1129. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_colossal.maxGroup was corrected from null to its default, 1.
  1130. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_colossal.useSpawnCosts was corrected from null to its default, false.
  1131. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_colossal.costPer was corrected from null to its default, 1.0.
  1132. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_colossal.maxCost was corrected from null to its default, 10.0.
  1133. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_colossal.spawnBiomes was corrected from null to its default, [minecraft:deep_frozen_ocean, minecraft:deep_warm_ocean, minecraft:deep_ocean, minecraft:deep_lukewarm_ocean, minecraft:deep_cold_ocean].
  1134. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_colossal.doDespawn was corrected from null to its default, true.
  1135. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_giant was corrected from null to its default, SimpleCommentedConfig:{}.
  1136. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_giant.doSpawning was corrected from null to its default, true.
  1137. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_giant.weight was corrected from null to its default, 4.
  1138. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_giant.minGroup was corrected from null to its default, 1.
  1139. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_giant.maxGroup was corrected from null to its default, 1.
  1140. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_giant.useSpawnCosts was corrected from null to its default, false.
  1141. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_giant.costPer was corrected from null to its default, 1.0.
  1142. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_giant.maxCost was corrected from null to its default, 10.0.
  1143. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_giant.spawnBiomes was corrected from null to its default, [minecraft:deep_frozen_ocean, minecraft:deep_warm_ocean, minecraft:deep_ocean, minecraft:deep_lukewarm_ocean, minecraft:deep_cold_ocean].
  1144. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.squid_giant.doDespawn was corrected from null to its default, true.
  1145. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.piranha was corrected from null to its default, SimpleCommentedConfig:{}.
  1146. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.piranha.doSpawning was corrected from null to its default, true.
  1147. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.piranha.weight was corrected from null to its default, 7.
  1148. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.piranha.minGroup was corrected from null to its default, 1.
  1149. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.piranha.maxGroup was corrected from null to its default, 5.
  1150. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.piranha.useSpawnCosts was corrected from null to its default, false.
  1151. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.piranha.costPer was corrected from null to its default, 1.0.
  1152. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.piranha.maxCost was corrected from null to its default, 10.0.
  1153. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.piranha.spawnBiomes was corrected from null to its default, [minecraft:jungle_hills, biomesoplenty:rainforest, minecraft:bamboo_jungle_hills, biomesoplenty:rainforest_cliffs, biomesoplenty:overgrown_fungal_jungle, biomesoplenty:tropic_plains, biomesoplenty:rainforest_floodplain, biomesoplenty:fungal_jungle, minecraft:jungle, minecraft:bamboo_jungle, minecraft:jungle_edge, minecraft:modified_jungle, terraforged:stone_forest, biomesoplenty:fungal_field, biomesoplenty:tropic_beach, biomesoplenty:tropics, minecraft:modified_jungle_edge].
  1154. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.piranha.doDespawn was corrected from null to its default, true.
  1155. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.octopus was corrected from null to its default, SimpleCommentedConfig:{}.
  1156. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.octopus.doSpawning was corrected from null to its default, true.
  1157. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.octopus.weight was corrected from null to its default, 8.
  1158. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.octopus.minGroup was corrected from null to its default, 1.
  1159. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.octopus.maxGroup was corrected from null to its default, 3.
  1160. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.octopus.useSpawnCosts was corrected from null to its default, false.
  1161. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.octopus.costPer was corrected from null to its default, 1.0.
  1162. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.octopus.maxCost was corrected from null to its default, 10.0.
  1163. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.octopus.spawnBiomes was corrected from null to its default, [minecraft:warm_ocean, minecraft:lukewarm_ocean, minecraft:deep_warm_ocean, minecraft:deep_lukewarm_ocean].
  1164. [15:24:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key entities.octopus.doDespawn was corrected from null to its default, true.
  1165. [15:24:06] [Server thread/INFO] [TerraForged/]: Searching for world spawn position
  1166. [15:24:06] [Server thread/INFO] [TerraForged/]: CREATING CACHE...
  1167. [15:24:06] [Server thread/INFO] [TerraForged/]: Performance Settings [default=true]
  1168. [15:24:06] [Server thread/INFO] [TerraForged/]: - Thread Count: 4 (default: 4)
  1169. [15:24:06] [Server thread/INFO] [TerraForged/]: - Tile Size: 3 (default: 3)
  1170. [15:24:06] [Server thread/INFO] [TerraForged/]: - Batching: true (default: true)
  1171. [15:24:06] [Server thread/INFO] [TerraForged/]: - Batch Count: 6 (default: 6)
  1172. [15:24:06] [Server thread/INFO] [TerraForged/]: Found valid spawn position: Mutable{x=64, y=67, z=64}
  1173. [15:24:06] [Server thread/INFO] [TerraForged/]: Setting world spawn: BlockPos{x=64, y=68, z=64}
  1174. [15:24:06] [Server thread/INFO] [mo.su.so.co.Somnia/]: Registering tick handler for loading world!
  1175. [15:24:06] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@1b49b03d
  1176. [15:24:06] [Worker-Main-21/INFO] [TerraForged/]: - Erosion decorator enabled
  1177. [15:24:06] [Worker-Main-21/INFO] [TerraForged/]: - Natural snow decorator enabled
  1178. [15:24:06] [Worker-Main-21/INFO] [TerraForged/]: - Smooth layer decorator enabled
  1179. [15:24:06] [Worker-Main-21/WARN] [minecraft/ResourcePackInfo]: Couldn't get pack info for: net.minecraft.resources.ResourcePackFileNotFoundException: 'pack.mcmeta' in ResourcePack 'D:\MultiMC\libraries\net\minecraftforge\forge\1.16.5-36.1.16\forge-1.16.5-36.1.16-client.jar'
  1180. [15:24:07] [Worker-Main-21/INFO] [TerraForged/]: - Vanilla lakes disabled
  1181. [15:24:07] [Worker-Main-21/INFO] [TerraForged/]: - Vanilla lava lakes enabled
  1182. [15:24:07] [Worker-Main-21/INFO] [TerraForged/]: - Vanilla water springs enabled
  1183. [15:24:07] [Worker-Main-21/INFO] [TerraForged/]: - Vanilla lava springs enabled
  1184. [15:24:07] [Worker-Main-21/INFO] [TerraForged/]: - Custom features enabled
  1185. [15:24:09] [Worker-Main-20/INFO] [bettercaves/]: CREATING AND INIT'ING CARVER W DIMENSION minecraft:overworld...
  1186. [15:24:09] [Worker-Main-20/INFO] [bettercaves/]: Better Caves config file for dimension minecraft:overworld not found. Using global config...
  1187. [15:24:09] [Worker-Main-20/INFO] [bettercaves/]: Using block 'minecraft:lava' as lava in cave generation for dimension minecraft:overworld
  1188. [15:24:09] [Worker-Main-20/INFO] [bettercaves/]: Using block 'Block{minecraft:water}[level=0]' as water in cave generation for dimension minecraft:overworld
  1189. [15:24:09] [Worker-Main-20/WARN] [TerraForged/]: Carver was slow to generate! (119ms): net.minecraft.world.gen.carver.ConfiguredCarver@42c225e8
  1190. [15:24:10] [Worker-Main-19/WARN] [TerraForged/]: Feature was slow to generate! (298ms): [dynamictrees:dynamic_tree]
  1191. [15:24:11] [Worker-Main-21/WARN] [TerraForged/]: Feature was slow to generate! (108ms): [dynamictrees:dynamic_tree]
  1192. [15:24:11] [Worker-Main-20/WARN] [TerraForged/]: Feature was slow to generate! (102ms): [dynamictrees:dynamic_tree]
  1193. [15:24:11] [Worker-Main-19/WARN] [TerraForged/]: Feature was slow to generate! (123ms): [dynamictrees:dynamic_tree]
  1194. [15:24:11] [Worker-Main-19/WARN] [TerraForged/]: Structure was slow to generate! (199ms): repurposed_structures:igloo_grassy
  1195. [15:24:14] [Worker-Main-19/WARN] [TerraForged/]: Feature was slow to generate! (105ms): [dynamictrees:dynamic_tree]
  1196. [15:24:14] [Worker-Main-19/WARN] [TerraForged/]: Feature was slow to generate! (125ms): [dynamictrees:dynamic_tree]
  1197. [15:24:14] [Worker-Main-21/WARN] [TerraForged/]: Feature was slow to generate! (137ms): [dynamictrees:dynamic_tree]
  1198. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedBool
  1199. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedBool
  1200. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedBool
  1201. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedBool
  1202. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedInt
  1203. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedInt
  1204. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedInt
  1205. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedInt
  1206. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedInt
  1207. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedInt
  1208. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedInt
  1209. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedInt
  1210. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedInt
  1211. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedFloat
  1212. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedFloat
  1213. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedFloat
  1214. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedFloat
  1215. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedFloat
  1216. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.endertech.minecraft.mods.adhooks.hook.HookShot from class com.endertech.minecraft.mods.adhooks.hook.HookShot$WatchedFloat
  1217. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityBearNeutral from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1218. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityDeer from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1219. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityLammergeier from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1220. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityFeralWolf from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1221. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityCoyote from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1222. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityGoat from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1223. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityJellyfish from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1224. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityJellyfish from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainerContainable
  1225. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityPheasant from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1226. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityReindeer from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1227. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityBoar from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1228. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntitySquirrel from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1229. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntitySongbird from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1230. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityBadger from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1231. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityLamprey from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1232. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityLamprey from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainerContainable
  1233. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityCrab from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1234. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityHorseshoeCrab from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1235. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityShark from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1236. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityMoose from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1237. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityTurkey from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1238. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityBobbitWorm from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1239. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityGoose from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1240. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityFreshwaterEel from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1241. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityFreshwaterEel from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainerContainable
  1242. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntitySaltwaterEel from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1243. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntitySaltwaterEel from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainerContainable
  1244. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityWhale from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1245. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityButterfly from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1246. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityButterfly from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainerContainable
  1247. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityDragonfly from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1248. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityDragonfly from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainerContainable
  1249. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityBarracuda from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainerContainable
  1250. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityFlyingFish from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1251. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityFlyingFish from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainerContainable
  1252. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityPiranha from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainerContainable
  1253. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class its_meow.betteranimalsplus.common.entity.EntityOctopus from class dev.itsmeow.betteranimalsplus.imdlib.entity.util.EntityTypeContainer
  1254. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.github.alexthe666.iceandfire.entity.EntityDragonBase from class com.github.alexthe666.iceandfire.entity.EntityLightningDragon
  1255. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.github.alexthe666.iceandfire.entity.EntityDragonBase from class com.github.alexthe666.iceandfire.entity.EntityLightningDragon
  1256. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.github.alexthe666.iceandfire.entity.EntityDragonBase from class com.github.alexthe666.iceandfire.entity.EntityLightningDragon
  1257. [15:24:15] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class com.github.alexthe666.iceandfire.entity.EntityDragonBase from class com.github.alexthe666.iceandfire.entity.EntityLightningDragon
  1258. [15:24:51] [Server thread/INFO] [mo.su.so.co.Somnia/]: Registering tick handler for loading world!
  1259. [15:24:51] [Server thread/ERROR] [de.it.be.im.en.ut.EntityTypeContainer/]: Invalid biome "undergarden:mushroom_bog" for entity moose. No biome exists with that name. Skipping.
  1260. [15:24:52] [Server thread/INFO] [mo.su.so.co.Somnia/]: Registering tick handler for loading world!
  1261. [15:24:54] [Server thread/INFO] [mo.su.so.co.Somnia/]: Registering tick handler for loading world!
  1262. [15:24:55] [Server thread/INFO] [mo.su.so.co.Somnia/]: Registering tick handler for loading world!
  1263. [15:24:56] [Server thread/INFO] [mo.su.so.co.Somnia/]: Registering tick handler for loading world!
  1264. [15:24:57] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld
  1265. [15:24:57] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
  1266. [15:24:58] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (246ms): [dynamictrees:dynamic_tree]
  1267. [15:24:58] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 1%
  1268. [15:24:58] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (146ms): [dynamictrees:dynamic_tree]
  1269. [15:24:58] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (132ms): [dynamictrees:dynamic_tree]
  1270. [15:24:58] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 1%
  1271. [15:24:58] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (105ms): [dynamictrees:dynamic_tree]
  1272. [15:24:59] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (275ms): [dynamictrees:dynamic_tree]
  1273. [15:24:59] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 1%
  1274. [15:24:59] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (223ms): [dynamictrees:dynamic_tree]
  1275. [15:24:59] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (137ms): [dynamictrees:dynamic_tree]
  1276. [15:24:59] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 1%
  1277. [15:25:00] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 2%
  1278. [15:25:00] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (107ms): [dynamictrees:dynamic_tree]
  1279. [15:25:00] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 2%
  1280. [15:25:01] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (192ms): [dynamictrees:dynamic_tree]
  1281. [15:25:01] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 3%
  1282. [15:25:01] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (168ms): [dynamictrees:dynamic_tree]
  1283. [15:25:01] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (166ms): [dynamictrees:dynamic_tree]
  1284. [15:25:01] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 3%
  1285. [15:25:01] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (102ms): [dynamictrees:dynamic_tree]
  1286. [15:25:01] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (132ms): [dynamictrees:dynamic_tree]
  1287. [15:25:02] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 5%
  1288. [15:25:02] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (114ms): [dynamictrees:dynamic_tree]
  1289. [15:25:02] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 7%
  1290. [15:25:03] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 8%
  1291. [15:25:03] [Worker-Main-26/WARN] [TerraForged/]: Carver was slow to generate! (121ms): net.minecraft.world.gen.carver.ConfiguredCarver@42c225e8
  1292. [15:25:03] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 10%
  1293. [15:25:04] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 12%
  1294. [15:25:04] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 13%
  1295. [15:25:04] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (167ms): [dynamictrees:dynamic_tree]
  1296. [15:25:05] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (162ms): [dynamictrees:dynamic_tree]
  1297. [15:25:05] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 13%
  1298. [15:25:05] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 13%
  1299. [15:25:05] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (129ms): [dynamictrees:dynamic_tree]
  1300. [15:25:06] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (161ms): [dynamictrees:dynamic_tree]
  1301. [15:25:06] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (152ms): [dynamictrees:dynamic_tree]
  1302. [15:25:06] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 15%
  1303. [15:25:06] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (158ms): [dynamictrees:dynamic_tree]
  1304. [15:25:06] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (142ms): [dynamictrees:dynamic_tree]
  1305. [15:25:06] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (127ms): [dynamictrees:dynamic_tree]
  1306. [15:25:06] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 15%
  1307. [15:25:07] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 15%
  1308. [15:25:07] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (101ms): [dynamictrees:dynamic_tree]
  1309. [15:25:07] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 23%
  1310. [15:25:07] [Worker-Main-27/WARN] [TerraForged/]: Carver was slow to generate! (135ms): net.minecraft.world.gen.carver.ConfiguredCarver@42c225e8
  1311. [15:25:08] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 24%
  1312. [15:25:08] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 25%
  1313. [15:25:09] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 28%
  1314. [15:25:09] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 31%
  1315. [15:25:10] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 33%
  1316. [15:25:10] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 34%
  1317. [15:25:11] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 39%
  1318. [15:25:11] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 42%
  1319. [15:25:12] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 42%
  1320. [15:25:12] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 43%
  1321. [15:25:12] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (135ms): [dynamictrees:dynamic_tree]
  1322. [15:25:13] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 44%
  1323. [15:25:13] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 48%
  1324. [15:25:14] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 54%
  1325. [15:25:14] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 56%
  1326. [15:25:14] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (131ms): [dynamictrees:dynamic_tree]
  1327. [15:25:15] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 61%
  1328. [15:25:15] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (123ms): [dynamictrees:dynamic_tree]
  1329. [15:25:15] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 62%
  1330. [15:25:16] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 65%
  1331. [15:25:16] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 68%
  1332. [15:25:17] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (158ms): [dynamictrees:dynamic_tree]
  1333. [15:25:17] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (145ms): [dynamictrees:dynamic_tree]
  1334. [15:25:17] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 68%
  1335. [15:25:17] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (175ms): [dynamictrees:dynamic_tree]
  1336. [15:25:17] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (188ms): [dynamictrees:dynamic_tree]
  1337. [15:25:17] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 69%
  1338. [15:25:17] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (118ms): [dynamictrees:dynamic_tree]
  1339. [15:25:18] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (145ms): [dynamictrees:dynamic_tree]
  1340. [15:25:18] [Worker-Main-26/WARN] [TerraForged/]: Carver was slow to generate! (152ms): net.minecraft.world.gen.carver.ConfiguredCarver@42c225e8
  1341. [15:25:18] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 72%
  1342. [15:25:18] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 73%
  1343. [15:25:19] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 75%
  1344. [15:25:19] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 77%
  1345. [15:25:20] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 77%
  1346. [15:25:20] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 80%
  1347. [15:25:21] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 83%
  1348. [15:25:21] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 83%
  1349. [15:25:22] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 87%
  1350. [15:25:22] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 92%
  1351. [15:25:23] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 96%
  1352. [15:25:23] [Server thread/INFO] [co.ju.fa.farmersdelightintegrations/]: Farmer's Delight Compats says hello!
  1353. [15:25:23] [Server thread/INFO] [ultimate_unicorn_mod/]: HELLO from server starting
  1354. [15:25:23] [Server thread/INFO] [co.ko.ma.MatchlockGuns/]: Matchlock guns initializing...
  1355. [15:25:23] [Server thread/INFO] [Spartan Weaponry/]: Starting up Server for Spartan Weaponry!
  1356. [15:25:23] [Render thread/INFO] [minecraft/LoggingChunkStatusListener]: Time elapsed: 25797 ms
  1357. [15:25:23] [Server thread/INFO] [druidcraft/]: HELLO from server starting
  1358. [15:25:23] [Server thread/INFO] [co.ex.fa.farmerstea/]: HELLO from server starting
  1359. [15:25:23] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {SPAWN_DRAGON_SKELETON_I_CF=true, HYDRA_CAVE_CF=true, SPAWN_SEA_SERPENT_CF=true, SPAWN_STYMPHALIAN_BIRD_CF=true, SPAWN_WANDERING_CYCLOPS_CF=true, PIXIE_VILLAGE_CF=false, SPAWN_DEATH_WORM_CF=true, FIRE_DRAGON_CAVE_CF=true, SIREN_ISLAND_CF=true, MYRMEX_HIVE_DESERT_CF=true, SPAWN_HIPPOCAMPUS_CF=true, FIRE_DRAGON_ROOST_CF=true, MYRMEX_HIVE_JUNGLE_CF=true, GORGON_TEMPLE_CF=true, COPPER_ORE_CF=true, SILVER_ORE_CF=true, LIGHTNING_DRAGON_CAVE_CF=true, SPAWN_DRAGON_SKELETON_F_CF=true, AMETHYST_ORE_CF=true, SPAWN_DRAGON_SKELETON_L_CF=true, LIGHTNING_LILY_CF=true, MAUSOLEUM_CF=true, ICE_DRAGON_CAVE_CF=true, GRAVEYARD_CF=true, SAPPHIRE_ORE_CF=true, LIGHTNING_DRAGON_ROOST_CF=true, CYCLOPS_CAVE_CF=true, FROST_LILY_CF=true, FIRE_LILY_CF=true, ICE_DRAGON_ROOST_CF=true}
  1360. [15:25:23] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true}
  1361. [15:25:23] [Thread-45/WARN] [cyclopscore/]: Could not get version info: java.io.FileNotFoundException: https://raw.githubusercontent.com/CyclopsMC/Versions/master/1.16/CyclopsCore.txt
  1362. [15:25:23] [Thread-45/WARN] [everlastingabilities/]: Could not get version info: java.io.FileNotFoundException: https://raw.githubusercontent.com/CyclopsMC/Versions/master/1.16/EverlastingAbilities.txt
  1363. [15:25:24] [Server thread/INFO] [minecraft/IntegratedServer]: Changing view distance to 19, from 10
  1364. [15:25:24] [Server thread/INFO] [tombstone/]: The list of contributors has been loaded successfully
  1365. [15:25:27] [Netty Server IO #1/INFO] [co.li.co.ConfigSyncManager/]: Skipping config sync, No mods have registered a syncable config.
  1366. [15:25:29] [Netty Local Client IO #0/INFO] [ne.mi.fm.ne.NetworkHooks/]: Connected to a modded server.
  1367. [15:25:29] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@4a592d2a
  1368. [15:25:29] [Server thread/INFO] [minecraft/PlayerList]: NinBlade[local:E:abc2dafa] logged in with entity id 799 at (64.5, 67.0, 62.5)
  1369. [15:25:29] [Server thread/INFO] [minecraft/MinecraftServer]: NinBlade joined the game
  1370. [15:25:29] [Server thread/INFO] [Waila/]: Syncing config to NinBlade (f1bee3c1-e92c-4407-ab68-8afdbe8b18ff)
  1371. [15:25:29] [Server thread/INFO] [minecraft/NewChatGui]: [CHAT] There is a new version of the Ultimate Unicorn Mod!
  1372. [15:25:29] [Server thread/INFO] [minecraft/NewChatGui]: [CHAT] Get it at http://hackshop.com/download
  1373. [15:25:29] [Server thread/INFO] [minecraft/NewChatGui]: [CHAT] Find out what's new at http://hackshop.com/new
  1374. [15:25:29] [Server thread/INFO] [minecraft/NewChatGui]: [CHAT] Find out about Hippogriffs at https://www.hackshop.com/hippogriffs!
  1375. [15:25:29] [Server thread/INFO] [minecraft/MinecraftServer]: NinBlade has made the advancement [Ice and Fire]
  1376. [15:25:31] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (172ms): [dynamictrees:dynamic_tree]
  1377. [15:25:31] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (184ms): [dynamictrees:dynamic_tree]
  1378. [15:25:31] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (101ms): [dynamictrees:dynamic_tree]
  1379. [15:25:34] [Worker-Main-26/WARN] [TerraForged/]: Feature was slow to generate! (125ms): [minecraft:andesite,minecraft:count,minecraft:decorated,minecraft:diorite,minecraft:granite,minecraft:range_biased,minecraft:spring_feature,minecraft:square,minecraft:stone,minecraft:water]
  1380. [15:25:35] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (136ms): [dynamictrees:dynamic_tree]
  1381. [15:25:35] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
  1382. [15:25:35] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
  1383. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_sign_from_acacia_planks_woodcutting
  1384. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_small_beam_from_jungle_wood_woodcutting
  1385. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:terracotta_cistern_kiln
  1386. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:smooth_stone_slab_kiln
  1387. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_stabilizer_tier4
  1388. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_stabilizer_tier2
  1389. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_button_from_spruce_planks_woodcutting
  1390. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:cracked_stone_bricks_kiln
  1391. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_fence_gate_from_jungle_planks_woodcutting
  1392. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_fence_gate_from_spruce_planks_woodcutting
  1393. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_fence_from_jungle_planks_woodcutting
  1394. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/basic_resources/andesite
  1395. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:orange_glazed_terracotta_kiln
  1396. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/book_of_calling_djinni_manage_machine
  1397. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_small_beam_from_acacia_wood_woodcutting
  1398. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_log_from_spruce_wood_woodcutting
  1399. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:green_glazed_terracotta_kiln
  1400. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:blue_glazed_terracotta_kiln
  1401. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/tin_ore
  1402. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_fire/occultism:spirit_fire/otherstone
  1403. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_small_beam_from_acacia_log_woodcutting
  1404. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_stabilizer_tier1
  1405. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_fire/occultism:spirit_fire/purified_ink
  1406. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_door_from_darkwood_planks_woodcutting
  1407. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_small_beam_from_oak_wood_woodcutting
  1408. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_darkwood_log_from_darkwood_log_woodcutting
  1409. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/storage_remote
  1410. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_fence_gate_from_dark_oak_planks_woodcutting
  1411. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_beam_from_dark_oak_wood_woodcutting
  1412. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_trapdoor_from_jungle_planks_woodcutting
  1413. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_trapdoor_from_birch_planks_woodcutting
  1414. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:smooth_sandstone_stairs_kiln
  1415. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/diamond_ore
  1416. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_log_from_jungle_wood_woodcutting
  1417. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_miner_djinni_ores
  1418. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_trapdoor_from_oak_planks_woodcutting
  1419. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_beam_from_birch_log_woodcutting
  1420. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_dimensional_matrix
  1421. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_fence_from_oak_planks_woodcutting
  1422. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_stairs_from_acacia_planks_woodcutting
  1423. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/gold_dust_from_ingot
  1424. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: cfm:grill_cooking/cfm:cooked_dried_kelp_from_grill_cooking
  1425. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_birch_log_from_birch_log_woodcutting
  1426. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/nickel_ore
  1427. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/redstone_ore
  1428. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_dimensional_mineshaft
  1429. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_jungle_log_from_jungle_log_woodcutting
  1430. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_storage_controller_base
  1431. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:dark_bricks_stairs_kiln
  1432. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_pressure_plate_from_elder_planks_woodcutting
  1433. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_foliot_lumberjack
  1434. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/lead_ore
  1435. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_small_beam_from_dark_oak_log_woodcutting
  1436. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_button_from_darkwood_planks_woodcutting
  1437. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_infused_lenses
  1438. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:purple_glazed_terracotta_kiln
  1439. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/gold_ore
  1440. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_djinni_night_time
  1441. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_pressure_plate_from_dark_oak_planks_woodcutting
  1442. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_slab_from_elder_planks_woodcutting
  1443. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_slab_from_jungle_planks_woodcutting
  1444. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:light_blue_glazed_terracotta_kiln
  1445. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: cfm:grill_cooking/cfm:cooked_rabbit_from_grill_cooking
  1446. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_beam_from_elder_log_woodcutting
  1447. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:cracked_clay_bucket_kiln
  1448. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_log_from_darkwood_wood_woodcutting
  1449. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_miner_djinni_ores
  1450. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/iron_ore
  1451. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_small_beam_from_darkwood_log_woodcutting
  1452. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_panels_from_oak_planks_woodcutting
  1453. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_wild_hunt
  1454. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_elder_log_from_elder_log_woodcutting
  1455. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_panels_from_jungle_planks_woodcutting
  1456. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_storage_remote
  1457. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_log_from_dark_oak_wood_woodcutting
  1458. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/basic_resources/mossy_stone_bricks
  1459. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_stairs_from_elder_planks_woodcutting
  1460. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_spruce_wood_from_spruce_wood_woodcutting
  1461. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/coal_ore
  1462. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_small_beam_from_elder_wood_woodcutting
  1463. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:stone_kiln
  1464. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_stairs_from_darkwood_planks_woodcutting
  1465. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/familiar_parrot
  1466. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:smooth_stone_kiln
  1467. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_button_from_jungle_planks_woodcutting
  1468. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_button_from_oak_planks_woodcutting
  1469. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/obsidian_dust
  1470. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_pressure_plate_from_darkwood_planks_woodcutting
  1471. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_slab_from_birch_planks_woodcutting
  1472. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_fire/occultism:spirit_fire/chalk_purple
  1473. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_door_from_elder_planks_woodcutting
  1474. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: cfm:grill_cooking/cfm:cooked_porkchop_from_grill_cooking
  1475. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_birch_wood_from_birch_wood_woodcutting
  1476. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_small_beam_from_darkwood_wood_woodcutting
  1477. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:clay_bucket_kiln
  1478. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_beam_from_elder_wood_woodcutting
  1479. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:brown_glazed_terracotta_kiln
  1480. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/platinum_ore
  1481. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_stabilizer_tier3
  1482. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_log_from_birch_wood_woodcutting
  1483. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_panels_from_darkwood_planks_woodcutting
  1484. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_soul_gem
  1485. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_dark_oak_wood_from_dark_oak_wood_woodcutting
  1486. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_dimensional_matrix
  1487. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/silver_dust
  1488. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:glass_kiln
  1489. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/zinc_ore
  1490. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/familiar_otherworld_bird
  1491. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_fence_from_acacia_planks_woodcutting
  1492. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/copper_ore
  1493. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/basic_resources/granite
  1494. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/basic_resources/stone
  1495. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_small_beam_from_birch_wood_woodcutting
  1496. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:light_gray_glazed_terracotta_kiln
  1497. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/book_of_calling_foliot_transport_items
  1498. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: cfm:grill_cooking/cfm:cooked_chicken_from_grill_cooking
  1499. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:clay_plate_kiln
  1500. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_satchel
  1501. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_stairs_from_jungle_planks_woodcutting
  1502. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:terracotta_kiln
  1503. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_stabilizer_tier1
  1504. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_infused_lenses
  1505. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_log_from_acacia_wood_woodcutting
  1506. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_panels_from_elder_planks_woodcutting
  1507. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/basic_resources/mossy_cobblestone
  1508. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/iesnium_dust
  1509. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_sign_from_jungle_planks_woodcutting
  1510. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:gray_glazed_terracotta_kiln
  1511. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:brick_kiln
  1512. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/copper_dust
  1513. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_trade/occultism:spirit_trade/otherworld_sapling
  1514. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/crushed_end_stone
  1515. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/amber_ore
  1516. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/iron_dust_from_ingot
  1517. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:smooth_quartz_kiln
  1518. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_fire/occultism:spirit_fire/otherworld_ashes
  1519. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_stairs_from_birch_planks_woodcutting
  1520. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_djinni_day_time
  1521. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_fence_gate_from_darkwood_planks_woodcutting
  1522. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_stabilizer_tier4
  1523. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_small_beam_from_elder_log_woodcutting
  1524. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_beam_from_darkwood_log_woodcutting
  1525. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_wild_parrot
  1526. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_oak_log_from_oak_log_woodcutting
  1527. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:black_glazed_terracotta_kiln
  1528. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_button_from_dark_oak_planks_woodcutting
  1529. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_wild_afrit
  1530. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_door_from_dark_oak_planks_woodcutting
  1531. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_pressure_plate_from_acacia_planks_woodcutting
  1532. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_darkwood_wood_from_darkwood_wood_woodcutting
  1533. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_log_from_oak_wood_woodcutting
  1534. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/glowstone
  1535. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_small_beam_from_jungle_log_woodcutting
  1536. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_jungle_wood_from_jungle_wood_woodcutting
  1537. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_trapdoor_from_elder_planks_woodcutting
  1538. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_djinni_clear_weather
  1539. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:smooth_red_sandstone_stairs_kiln
  1540. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_beam_from_jungle_wood_woodcutting
  1541. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:rainbow_porcelain_kiln
  1542. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/emerald_ore
  1543. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_spruce_log_from_spruce_log_woodcutting
  1544. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_miner_foliot_unspecialized
  1545. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_slab_from_spruce_planks_woodcutting
  1546. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_afrit_thunder_weather
  1547. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/silver_dust_from_ingot
  1548. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/cobalt_ore
  1549. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_fire/occultism:spirit_fire/spirit_attuned_gem
  1550. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_panels_from_acacia_planks_woodcutting
  1551. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_foliot_sapling_trader
  1552. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:rainbow_bricks_stairs_kiln
  1553. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_miner_foliot_unspecialized
  1554. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_trapdoor_from_dark_oak_planks_woodcutting
  1555. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_sign_from_oak_planks_woodcutting
  1556. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_oak_wood_from_oak_wood_woodcutting
  1557. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_beam_from_darkwood_wood_woodcutting
  1558. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_afrit_rain_weather
  1559. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:dark_bricks_kiln
  1560. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: cfm:freezer_solidify/cfm:solidify_water_bucket_to_ice
  1561. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:red_glazed_terracotta_kiln
  1562. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_dimensional_mineshaft
  1563. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/nether_quartz_ore
  1564. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:stone_stairs_kiln
  1565. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:magenta_glazed_terracotta_kiln
  1566. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:lime_glazed_terracotta_kiln
  1567. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: cfm:grill_cooking/cfm:cooked_salmon_from_grill_cooking
  1568. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_beam_from_spruce_log_woodcutting
  1569. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_panels_from_spruce_planks_woodcutting
  1570. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:porcelain_channel_kiln
  1571. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_infused_pickaxe
  1572. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:dark_bricks_wall_kiln
  1573. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/book_of_calling_foliot_lumberjack
  1574. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_soul_gem
  1575. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_pressure_plate_from_birch_planks_woodcutting
  1576. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_acacia_log_from_acacia_log_woodcutting
  1577. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_button_from_acacia_planks_woodcutting
  1578. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/uranium_ore
  1579. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/basic_resources/diorite
  1580. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_infused_pickaxe
  1581. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_beam_from_oak_wood_woodcutting
  1582. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_fence_gate_from_oak_planks_woodcutting
  1583. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_stabilizer_tier2
  1584. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_storage_controller_base
  1585. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_door_from_acacia_planks_woodcutting
  1586. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_satchel
  1587. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/possess_enderman
  1588. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:white_porcelain_kiln
  1589. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_button_from_birch_planks_woodcutting
  1590. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:porcelain_brick_kiln
  1591. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/debug_wand
  1592. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/otherstone
  1593. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_slab_from_acacia_planks_woodcutting
  1594. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_beam_from_spruce_wood_woodcutting
  1595. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:dark_bricks_slab_kiln
  1596. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: cfm:grill_cooking/cfm:cooked_mutton_from_grill_cooking
  1597. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:smooth_sandstone_slab_kiln
  1598. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_log_from_elder_wood_woodcutting
  1599. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_button_from_elder_planks_woodcutting
  1600. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_small_beam_from_dark_oak_wood_woodcutting
  1601. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_dark_oak_log_from_dark_oak_log_woodcutting
  1602. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_beam_from_jungle_log_woodcutting
  1603. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:smooth_red_sandstone_slab_kiln
  1604. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:smooth_sandstone_kiln
  1605. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_door_from_spruce_planks_woodcutting
  1606. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_sign_from_birch_planks_woodcutting
  1607. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_fence_from_spruce_planks_woodcutting
  1608. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_fence_gate_from_elder_planks_woodcutting
  1609. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_stairs_from_spruce_planks_woodcutting
  1610. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_acacia_wood_from_acacia_wood_woodcutting
  1611. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_fire/occultism:spirit_fire/otherworld_sapling_natural
  1612. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_trapdoor_from_spruce_planks_woodcutting
  1613. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:porcelain_faucet_kiln
  1614. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_foliot_transport_items
  1615. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_beam_from_acacia_wood_woodcutting
  1616. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_slab_from_dark_oak_planks_woodcutting
  1617. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: cfm:grill_cooking/cfm:cooked_cod_from_grill_cooking
  1618. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_small_beam_from_birch_log_woodcutting
  1619. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:rainbow_bricks_wall_kiln
  1620. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:smooth_red_sandstone_kiln
  1621. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_stairs_from_oak_planks_woodcutting
  1622. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_small_beam_from_spruce_log_woodcutting
  1623. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_beam_from_acacia_log_woodcutting
  1624. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_door_from_birch_planks_woodcutting
  1625. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_slab_from_oak_planks_woodcutting
  1626. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/silver_ore
  1627. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_pressure_plate_from_oak_planks_woodcutting
  1628. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_door_from_oak_planks_woodcutting
  1629. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_fence_from_dark_oak_planks_woodcutting
  1630. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:white_porcelain_cistern_kiln
  1631. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_stabilizer_tier3
  1632. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:stripped_elder_wood_from_elder_wood_woodcutting
  1633. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_fence_gate_from_acacia_planks_woodcutting
  1634. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/copper_dust_from_ingot
  1635. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_beam_from_dark_oak_log_woodcutting
  1636. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:white_glazed_terracotta_kiln
  1637. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_panels_from_dark_oak_planks_woodcutting
  1638. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/gold_dust
  1639. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_pressure_plate_from_spruce_planks_woodcutting
  1640. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual/occultism:rituals/craft_stable_wormhole
  1641. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_foliot_otherstone_trader
  1642. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_fire/occultism:spirit_fire/chalk_gold
  1643. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_slab_from_darkwood_planks_woodcutting
  1644. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:terracotta_channel_kiln
  1645. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/possess_endermite
  1646. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: cfm:grill_cooking/cfm:cooked_potato_from_grill_cooking
  1647. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:rainbow_bricks_slab_kiln
  1648. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:nether_brick_kiln
  1649. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:acacia_trapdoor_from_acacia_planks_woodcutting
  1650. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_sign_from_spruce_planks_woodcutting
  1651. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: cfm:grill_cooking/cfm:cooked_beef_from_grill_cooking
  1652. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:yellow_glazed_terracotta_kiln
  1653. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_wild_otherworld_bird
  1654. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_door_from_jungle_planks_woodcutting
  1655. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_trapdoor_from_darkwood_planks_woodcutting
  1656. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_trade/occultism:spirit_trade/4x_stone_to_otherstone
  1657. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_beam_from_oak_log_woodcutting
  1658. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/iesnium_dust_from_ingot
  1659. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_sign_from_dark_oak_planks_woodcutting
  1660. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/craft_stable_wormhole
  1661. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/lapis_ore
  1662. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_foliot_crusher
  1663. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:jungle_pressure_plate_from_jungle_planks_woodcutting
  1664. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:darkwood_fence_from_darkwood_planks_woodcutting
  1665. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_fence_gate_from_birch_planks_woodcutting
  1666. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:stone_slab_kiln
  1667. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:spruce_small_beam_from_spruce_wood_woodcutting
  1668. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_beam_from_birch_wood_woodcutting
  1669. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_trade/occultism:spirit_trade/test
  1670. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_fire/occultism:spirit_fire/chalk_white
  1671. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:terracotta_faucet_kiln
  1672. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:cyan_glazed_terracotta_kiln
  1673. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:crushing/occultism:crushing/iron_dust
  1674. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/summon_djinni_manage_machine
  1675. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:miner/occultism:miner/ores/aluminum_ore
  1676. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_panels_from_birch_planks_woodcutting
  1677. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:smooth_quartz_stairs_kiln
  1678. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:spirit_fire/occultism:spirit_fire/chalk_red
  1679. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:birch_fence_from_birch_planks_woodcutting
  1680. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:dark_oak_stairs_from_dark_oak_planks_woodcutting
  1681. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: occultism:ritual_ingredient/occultism:ritual_ingredients/possess_skeleton
  1682. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:oak_small_beam_from_oak_log_woodcutting
  1683. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:pink_glazed_terracotta_kiln
  1684. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: ceramics:kiln/ceramics:rainbow_bricks_kiln
  1685. [15:25:35] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: druidcraft:woodcutting/druidcraft:elder_fence_from_elder_planks_woodcutting
  1686. [15:25:37] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Starting JEI...
  1687. [15:25:37] [Render thread/INFO] [Spartan Weaponry/]: JEI Plugin is Registering subtypes
  1688. [15:25:39] [Render thread/INFO] [immersiveengineering/]: Adding recipes to JEI!!
  1689. [15:25:39] [Render thread/INFO] [no.ex.co.co.je.JEIPlugin/]: [Ex Nihilo: Sequentia]: Crook Recipes Loaded: 1
  1690. [15:25:39] [Render thread/INFO] [no.ex.co.co.je.JEIPlugin/]: [Ex Nihilo: Sequentia]: Sieve Recipes Loaded: 91
  1691. [15:25:39] [Render thread/INFO] [no.ex.co.co.je.JEIPlugin/]: [Ex Nihilo: Sequentia]: Hammer Recipes Loaded: 19
  1692. [15:25:39] [Render thread/INFO] [no.ex.co.co.je.JEIPlugin/]: [Ex Nihilo: Sequentia]: Fluid On Top Recipes Loaded: 2
  1693. [15:25:39] [Render thread/INFO] [no.ex.co.co.je.JEIPlugin/]: [Ex Nihilo: Sequentia]: Fluid Transform Recipes Loaded: 2
  1694. [15:25:39] [Render thread/INFO] [no.ex.co.co.je.JEIPlugin/]: [Ex Nihilo: Sequentia]: Fluid Item Recipes Loaded: 12
  1695. [15:25:39] [Render thread/INFO] [no.ex.co.co.je.JEIPlugin/]: [Ex Nihilo: Sequentia]: Compost Recipes Loaded: 39
  1696. [15:25:39] [Render thread/INFO] [no.ex.co.co.je.JEIPlugin/]: [Ex Nihilo: Sequentia]: Fired Crucible Recipes Loaded: 17
  1697. [15:25:39] [Render thread/INFO] [no.ex.co.co.je.JEIPlugin/]: [Ex Nihilo: Sequentia]: Wooden Crucible Recipes Loaded: 2
  1698. [15:25:39] [Render thread/INFO] [no.ex.co.co.je.JEIPlugin/]: [Ex Nihilo: Sequentia]: Heat Recipes Loaded: 6
  1699. [15:25:39] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Building ingredient list...
  1700. [15:25:39] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Building ingredient list took 9.329 ms
  1701. [15:25:39] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Building ingredient filter...
  1702. [15:25:39] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
  1703. [15:25:39] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
  1704. [15:25:39] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/undergarden:undergarden
  1705. [15:25:39] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:good_dream
  1706. [15:25:39] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:nightmare
  1707. [15:25:39] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 4309ms or 86 ticks behind
  1708. [15:25:40] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (4608ms): [dynamictrees:dynamic_tree]
  1709. [15:25:40] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Building ingredient filter took 1.462 s
  1710. [15:25:40] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Building bookmarks...
  1711. [15:25:40] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (540ms): [dynamictrees:dynamic_tree]
  1712. [15:25:40] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Building bookmarks took 10.70 ms
  1713. [15:25:40] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Building recipe registry...
  1714. [15:25:40] [Render thread/ERROR] [me.je.re.RecipeManager/]: Found a broken recipe: Simplytea simplytea:hot_chocolate class vectorwing.farmersdelight.crafting.CookingPotRecipe
  1715. Outputs:
  1716. net.minecraft.item.ItemStack: [[2 air minecraft:air]]
  1717. Inputs:
  1718. net.minecraft.item.ItemStack: [[1 milk_bucket minecraft:milk_bucket], [1 cocoa_beans minecraft:cocoa_beans], [1 cocoa_beans minecraft:cocoa_beans], [1 cocoa_beans minecraft:cocoa_beans], [1 cocoa_beans minecraft:cocoa_beans], []]
  1719.  
  1720. java.lang.IllegalArgumentException: ItemStack value must not be empty. 2 air minecraft:air
  1721. at mezz.jei.util.ErrorUtil.checkNotEmpty(ErrorUtil.java:184) ~[jei:7.6.1.65] {re:classloading}
  1722. at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:87) ~[jei:7.6.1.65] {re:classloading}
  1723. at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:28) ~[jei:7.6.1.65] {re:classloading}
  1724. at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:94) ~[jei:7.6.1.65] {re:classloading}
  1725. at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:75) ~[jei:7.6.1.65] {re:classloading}
  1726. at mezz.jei.recipes.RecipeManager.addRecipe(RecipeManager.java:144) ~[jei:7.6.1.65] {re:classloading}
  1727. at mezz.jei.recipes.RecipeManager.addRecipeTyped(RecipeManager.java:105) ~[jei:7.6.1.65] {re:classloading}
  1728. at mezz.jei.recipes.RecipeManager.addRecipes(RecipeManager.java:98) ~[jei:7.6.1.65] {re:classloading}
  1729. at mezz.jei.recipes.RecipeManager.<init>(RecipeManager.java:90) ~[jei:7.6.1.65] {re:classloading}
  1730. at mezz.jei.load.PluginLoader.getRecipeManager(PluginLoader.java:142) ~[jei:7.6.1.65] {re:classloading}
  1731. at mezz.jei.startup.JeiStarter.start(JeiStarter.java:73) ~[jei:7.6.1.65] {re:classloading}
  1732. at mezz.jei.startup.ClientLifecycleHandler.onRecipesLoaded(ClientLifecycleHandler.java:128) ~[jei:7.6.1.65] {re:classloading}
  1733. at mezz.jei.startup.ClientLifecycleHandler.lambda$new$1(ClientLifecycleHandler.java:98) ~[jei:7.6.1.65] {re:classloading}
  1734. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?] {}
  1735. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?] {}
  1736. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
  1737. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
  1738. at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:708) ~[forge:?] {re:mixin,re:classloading}
  1739. at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:creativecore:clientnetwork,pl:mixin:APP:fabrication.mixins.json:a_fixes.sync_attacker_yaw.MixinClientPlayNetworkHandler,pl:mixin:APP:fabrication.mixins.json:b_utility.despawning_items_blink.MixinClientPlayNetworkHandler,pl:mixin:APP:fabrication.mixins.json:_general.sync.MixinClientPlayNetworkHandler,pl:mixin:A,pl:runtimedistcleaner:A}
  1740. at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27) ~[?:?] {re:classloading}
  1741. at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?] {re:classloading}
  1742. at net.minecraft.network.PacketThreadUtil.lambda$checkThreadAndEnqueue$0(PacketThreadUtil.java:36) ~[?:?] {re:classloading,xf:OptiFine:default}
  1743. at net.optifine.util.PacketRunnable.run(PacketRunnable.java:28) ~[?:?] {re:classloading}
  1744. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:189) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  1745. at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:mixin,re:computing_frames,re:classloading}
  1746. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:151) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  1747. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(ThreadTaskExecutor.java:128) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  1748. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:947) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:fabrication.mixins.json:a_fixes.uncap_menu_fps.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  1749. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:fabrication.mixins.json:a_fixes.uncap_menu_fps.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  1750. at net.minecraft.client.main.Main.main(Main.java:184) ~[minecraft-1.16.5-client.jar:?] {re:classloading,pl:runtimedistcleaner:A}
  1751. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291] {}
  1752. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1753. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1754. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1755. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.1.16-launcher.jar:36.1] {}
  1756. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
  1757. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
  1758. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
  1759. at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
  1760. at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}
  1761. at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50) [ForgeWrapper-1.4.2.jar:?] {}
  1762. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291] {}
  1763. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1764. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1765. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1766. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
  1767. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
  1768. at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
  1769. at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}
  1770. [15:25:40] [Render thread/ERROR] [me.je.re.RecipeManager/]: Found a broken recipe: Simplytea simplytea:floral_tea class vectorwing.farmersdelight.crafting.CookingPotRecipe
  1771. Outputs:
  1772. net.minecraft.item.ItemStack: [[2 air minecraft:air]]
  1773. Inputs:
  1774. net.minecraft.item.ItemStack: [[1 dandelion minecraft:dandelion], [1 dandelion minecraft:dandelion], [1 dandelion minecraft:dandelion], [1 dandelion minecraft:dandelion], []]
  1775.  
  1776. java.lang.IllegalArgumentException: ItemStack value must not be empty. 2 air minecraft:air
  1777. at mezz.jei.util.ErrorUtil.checkNotEmpty(ErrorUtil.java:184) ~[jei:7.6.1.65] {re:classloading}
  1778. at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:87) ~[jei:7.6.1.65] {re:classloading}
  1779. at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:28) ~[jei:7.6.1.65] {re:classloading}
  1780. at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:94) ~[jei:7.6.1.65] {re:classloading}
  1781. at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:75) ~[jei:7.6.1.65] {re:classloading}
  1782. at mezz.jei.recipes.RecipeManager.addRecipe(RecipeManager.java:144) ~[jei:7.6.1.65] {re:classloading}
  1783. at mezz.jei.recipes.RecipeManager.addRecipeTyped(RecipeManager.java:105) ~[jei:7.6.1.65] {re:classloading}
  1784. at mezz.jei.recipes.RecipeManager.addRecipes(RecipeManager.java:98) ~[jei:7.6.1.65] {re:classloading}
  1785. at mezz.jei.recipes.RecipeManager.<init>(RecipeManager.java:90) ~[jei:7.6.1.65] {re:classloading}
  1786. at mezz.jei.load.PluginLoader.getRecipeManager(PluginLoader.java:142) ~[jei:7.6.1.65] {re:classloading}
  1787. at mezz.jei.startup.JeiStarter.start(JeiStarter.java:73) ~[jei:7.6.1.65] {re:classloading}
  1788. at mezz.jei.startup.ClientLifecycleHandler.onRecipesLoaded(ClientLifecycleHandler.java:128) ~[jei:7.6.1.65] {re:classloading}
  1789. at mezz.jei.startup.ClientLifecycleHandler.lambda$new$1(ClientLifecycleHandler.java:98) ~[jei:7.6.1.65] {re:classloading}
  1790. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?] {}
  1791. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?] {}
  1792. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
  1793. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
  1794. at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:708) ~[forge:?] {re:mixin,re:classloading}
  1795. at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:creativecore:clientnetwork,pl:mixin:APP:fabrication.mixins.json:a_fixes.sync_attacker_yaw.MixinClientPlayNetworkHandler,pl:mixin:APP:fabrication.mixins.json:b_utility.despawning_items_blink.MixinClientPlayNetworkHandler,pl:mixin:APP:fabrication.mixins.json:_general.sync.MixinClientPlayNetworkHandler,pl:mixin:A,pl:runtimedistcleaner:A}
  1796. at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27) ~[?:?] {re:classloading}
  1797. at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?] {re:classloading}
  1798. at net.minecraft.network.PacketThreadUtil.lambda$checkThreadAndEnqueue$0(PacketThreadUtil.java:36) ~[?:?] {re:classloading,xf:OptiFine:default}
  1799. at net.optifine.util.PacketRunnable.run(PacketRunnable.java:28) ~[?:?] {re:classloading}
  1800. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:189) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  1801. at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:mixin,re:computing_frames,re:classloading}
  1802. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:151) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  1803. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(ThreadTaskExecutor.java:128) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  1804. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:947) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:fabrication.mixins.json:a_fixes.uncap_menu_fps.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  1805. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:fabrication.mixins.json:a_fixes.uncap_menu_fps.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  1806. at net.minecraft.client.main.Main.main(Main.java:184) ~[minecraft-1.16.5-client.jar:?] {re:classloading,pl:runtimedistcleaner:A}
  1807. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291] {}
  1808. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1809. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1810. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1811. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.1.16-launcher.jar:36.1] {}
  1812. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
  1813. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
  1814. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
  1815. at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
  1816. at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}
  1817. at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50) [ForgeWrapper-1.4.2.jar:?] {}
  1818. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291] {}
  1819. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1820. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1821. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_291] {}
  1822. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
  1823. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
  1824. at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
  1825. at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}
  1826. [15:25:41] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Building recipe registry took 429.5 ms
  1827. [15:25:41] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (435ms): [dynamictrees:dynamic_tree]
  1828. [15:25:41] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Building runtime...
  1829. [15:25:41] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Building runtime took 48.85 ms
  1830. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being added at runtime: 1 net.minecraft.item.ItemStack
  1831. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being added at runtime: 67 net.minecraft.item.ItemStack
  1832. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being added at runtime: 506 net.minecraft.item.ItemStack
  1833. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
  1834. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
  1835. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
  1836. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
  1837. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
  1838. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
  1839. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
  1840. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
  1841. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
  1842. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
  1843. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
  1844. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
  1845. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
  1846. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
  1847. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
  1848. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
  1849. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 3 net.minecraft.item.ItemStack
  1850. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 3 net.minecraft.item.ItemStack
  1851. [15:25:41] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being removed at runtime: 2 net.minecraft.item.ItemStack
  1852. [15:25:41] [Render thread/INFO] [me.je.ut.LoggedTimer/]: Starting JEI took 3.525 s
  1853. [15:25:41] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (109ms): [dynamictrees:dynamic_tree]
  1854. [15:25:41] [Render thread/INFO] [Botany Pots/]: Loaded 194 botanypots:crop recipes from 9 namespaces
  1855. [15:25:41] [Render thread/INFO] [Botany Pots/]: Loaded 1 botanypots:fertilizer recipes from 1 namespaces
  1856. [15:25:41] [Render thread/INFO] [Botany Pots/]: Loaded 25 botanypots:soil recipes from 4 namespaces
  1857. [15:25:41] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (146ms): [dynamictrees:dynamic_tree]
  1858. [15:25:41] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (139ms): [dynamictrees:dynamic_tree]
  1859. [15:25:41] [Render thread/INFO] [Waila/]: Received config from the server: {"wawla:hide_trap_chest":true,"minecraft:hide_infestations":true}
  1860. [15:25:41] [Render thread/INFO] [ne.me.su.Supplementaries/]: Synced Common configs
  1861. [15:25:41] [Render thread/INFO] [ne.me.su.Supplementaries/]: Synced Globe data
  1862. [15:25:41] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 7 advancements
  1863. [15:25:41] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (154ms): [dynamictrees:dynamic_tree]
  1864. [15:25:42] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (362ms): [dynamictrees:dynamic_tree]
  1865. [15:25:42] [Render thread/INFO] [me.je.in.IngredientManager/]: Ingredients are being added at runtime: 506 net.minecraft.item.ItemStack
  1866. [15:25:42] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (142ms): [dynamictrees:dynamic_tree]
  1867. [15:25:42] [Render thread/INFO] [minecraft/NewChatGui]: [CHAT] NinBlade has made the advancement [Ice and Fire]
  1868. [15:25:42] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 78 advancements
  1869. [15:25:42] [Worker-Main-30/WARN] [TerraForged/]: Carver was slow to generate! (125ms): net.minecraft.world.gen.carver.ConfiguredCarver@42c225e8
  1870. [15:25:42] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (157ms): [dynamictrees:dynamic_tree]
  1871. [15:25:43] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (130ms): [dynamictrees:dynamic_tree]
  1872. [15:25:43] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (144ms): [dynamictrees:dynamic_tree]
  1873. [15:25:44] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (201ms): [dynamictrees:dynamic_tree]
  1874. [15:25:45] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (344ms): [dynamictrees:dynamic_tree]
  1875. [15:25:45] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (118ms): [dynamictrees:dynamic_tree]
  1876. [15:25:46] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (102ms): [dynamictrees:dynamic_tree]
  1877. [15:25:46] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (124ms): [dynamictrees:dynamic_tree]
  1878. [15:25:50] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (212ms): [dynamictrees:dynamic_tree]
  1879. [15:25:54] [Worker-Main-27/WARN] [TerraForged/]: Carver was slow to generate! (101ms): net.minecraft.world.gen.carver.ConfiguredCarver@42c225e8
  1880. [15:25:55] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (107ms): [dynamictrees:dynamic_tree]
  1881. [15:25:57] [Worker-Main-27/WARN] [TerraForged/]: Carver was slow to generate! (123ms): net.minecraft.world.gen.carver.ConfiguredCarver@42c225e8
  1882. [15:26:06] [Worker-Main-30/WARN] [TerraForged/]: Structure was slow to generate! (104ms): fortress
  1883. [15:26:06] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (111ms): [dynamictrees:dynamic_tree]
  1884. [15:26:12] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (1503ms): [dynamictrees:dynamic_tree]
  1885. [15:26:12] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 2278ms or 45 ticks behind
  1886. [15:26:13] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (702ms): [dynamictrees:dynamic_tree]
  1887. [15:26:13] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (161ms): [dynamictrees:dynamic_tree]
  1888. [15:26:13] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (238ms): [dynamictrees:dynamic_tree]
  1889. [15:26:13] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (489ms): [dynamictrees:dynamic_tree]
  1890. [15:26:14] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (359ms): [dynamictrees:dynamic_tree]
  1891. [15:26:14] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (345ms): [dynamictrees:dynamic_tree]
  1892. [15:26:15] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (197ms): [dynamictrees:dynamic_tree]
  1893. [15:26:15] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (170ms): [dynamictrees:dynamic_tree]
  1894. [15:26:15] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (243ms): [dynamictrees:dynamic_tree]
  1895. [15:26:16] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (123ms): [dynamictrees:dynamic_tree]
  1896. [15:26:16] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (142ms): [dynamictrees:dynamic_tree]
  1897. [15:26:16] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (286ms): [dynamictrees:dynamic_tree]
  1898. [15:26:18] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (301ms): [dynamictrees:dynamic_tree]
  1899. [15:26:18] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (143ms): [dynamictrees:dynamic_tree]
  1900. [15:26:19] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (136ms): [dynamictrees:dynamic_tree]
  1901. [15:26:19] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (171ms): [dynamictrees:dynamic_tree]
  1902. [15:26:19] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (148ms): [dynamictrees:dynamic_tree]
  1903. [15:26:19] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (113ms): [dynamictrees:dynamic_tree]
  1904. [15:26:20] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (113ms): [dynamictrees:dynamic_tree]
  1905. [15:26:20] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (240ms): [dynamictrees:dynamic_tree]
  1906. [15:26:22] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (791ms): [dynamictrees:dynamic_tree]
  1907. [15:26:22] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (176ms): [dynamictrees:dynamic_tree]
  1908. [15:26:22] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (753ms): [dynamictrees:dynamic_tree]
  1909. [15:26:23] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (290ms): [dynamictrees:dynamic_tree]
  1910. [15:26:25] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (172ms): [dynamictrees:dynamic_tree]
  1911. [15:26:26] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (284ms): [dynamictrees:dynamic_tree]
  1912. [15:26:26] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (110ms): [dynamictrees:dynamic_tree]
  1913. [15:26:26] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (180ms): [dynamictrees:dynamic_tree]
  1914. [15:26:27] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (197ms): [dynamictrees:dynamic_tree]
  1915. [15:26:27] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (245ms): [dynamictrees:dynamic_tree]
  1916. [15:26:27] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (103ms): [dynamictrees:dynamic_tree]
  1917. [15:26:30] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (660ms): [dynamictrees:dynamic_tree]
  1918. [15:26:30] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (255ms): [dynamictrees:dynamic_tree]
  1919. [15:26:31] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (264ms): [dynamictrees:dynamic_tree]
  1920. [15:26:31] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (110ms): [dynamictrees:dynamic_tree]
  1921. [15:26:32] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (119ms): [dynamictrees:dynamic_tree]
  1922. [15:26:32] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (216ms): [dynamictrees:dynamic_tree]
  1923. [15:26:32] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (113ms): [dynamictrees:dynamic_tree]
  1924. [15:26:34] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (125ms): [dynamictrees:dynamic_tree]
  1925. [15:26:35] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (114ms): [dynamictrees:dynamic_tree]
  1926. [15:26:36] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 88 advancements
  1927. [15:26:36] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (134ms): [dynamictrees:dynamic_tree]
  1928. [15:26:36] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (156ms): [dynamictrees:dynamic_tree]
  1929. [15:26:36] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (123ms): [dynamictrees:dynamic_tree]
  1930. [15:26:36] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (111ms): [dynamictrees:dynamic_tree]
  1931. [15:26:37] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (199ms): [dynamictrees:dynamic_tree]
  1932. [15:26:37] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (273ms): [dynamictrees:dynamic_tree]
  1933. [15:26:37] [Server thread/INFO] [minecraft/MinecraftServer]: NinBlade has made the advancement [Simple Farming]
  1934. [15:26:38] [Render thread/INFO] [minecraft/NewChatGui]: [CHAT] NinBlade has made the advancement [Simple Farming]
  1935. [15:26:38] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 97 advancements
  1936. [15:26:38] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (101ms): [dynamictrees:dynamic_tree]
  1937. [15:26:39] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (172ms): [dynamictrees:dynamic_tree]
  1938. [15:26:40] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (105ms): [dynamictrees:dynamic_tree]
  1939. [15:26:41] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (105ms): [dynamictrees:dynamic_tree]
  1940. [15:26:43] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (208ms): [dynamictrees:dynamic_tree]
  1941. [15:26:44] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (144ms): [dynamictrees:dynamic_tree]
  1942. [15:26:45] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (171ms): [dynamictrees:dynamic_tree]
  1943. [15:26:47] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (105ms): [dynamictrees:dynamic_tree]
  1944. [15:26:47] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (260ms): [dynamictrees:dynamic_tree]
  1945. [15:26:48] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (197ms): [dynamictrees:dynamic_tree]
  1946. [15:26:49] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (125ms): [dynamictrees:dynamic_tree]
  1947. [15:26:49] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (115ms): [dynamictrees:dynamic_tree]
  1948. [15:26:50] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (116ms): [dynamictrees:dynamic_tree]
  1949. [15:26:51] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (129ms): [dynamictrees:dynamic_tree]
  1950. [15:26:55] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 139 advancements
  1951. [15:26:59] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 142 advancements
  1952. [15:27:00] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 165 advancements
  1953. [15:27:07] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 165 advancements
  1954. [15:27:10] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (129ms): [dynamictrees:dynamic_tree]
  1955. [15:27:10] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (108ms): [dynamictrees:dynamic_tree]
  1956. [15:27:39] [Server thread/INFO] [minecraft/MinecraftServer]: NinBlade has made the advancement [Stone Age]
  1957. [15:27:39] [Render thread/INFO] [minecraft/NewChatGui]: [CHAT] NinBlade has made the advancement [Stone Age]
  1958. [15:27:39] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 185 advancements
  1959. [15:27:39] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (177ms): [dynamictrees:dynamic_tree]
  1960. [15:27:39] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (137ms): [dynamictrees:dynamic_tree]
  1961. [15:29:03] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 187 advancements
  1962. [15:29:38] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (127ms): [dynamictrees:dynamic_tree]
  1963. [15:30:37] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (101ms): [dynamictrees:dynamic_tree]
  1964. [15:30:37] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (135ms): [dynamictrees:dynamic_tree]
  1965. [15:30:46] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 190 advancements
  1966. [15:30:59] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (116ms): [dynamictrees:dynamic_tree]
  1967. [15:31:05] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 5150ms or 103 ticks behind
  1968. [15:31:30] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
  1969. [15:31:30] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
  1970. [15:31:31] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
  1971. [15:31:31] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
  1972. [15:31:31] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/undergarden:undergarden
  1973. [15:31:31] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:good_dream
  1974. [15:31:31] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:nightmare
  1975. [15:31:55] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
  1976. [15:31:55] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
  1977. [Abnormals Core] Patching method func_231160_c_ (func_231160_c_)
  1978. [15:31:57] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
  1979. [15:31:57] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
  1980. [15:31:57] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/undergarden:undergarden
  1981. [15:31:57] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:good_dream
  1982. [15:31:57] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:nightmare
  1983. [15:31:57] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 2106ms or 42 ticks behind
  1984. [15:31:57] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (476ms): [dynamictrees:dynamic_tree]
  1985. [15:31:59] [Worker-Main-27/WARN] [TerraForged/]: Carver was slow to generate! (125ms): net.minecraft.world.gen.carver.ConfiguredCarver@42c225e8
  1986. [15:32:03] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (157ms): [dynamictrees:dynamic_tree]
  1987. [15:32:04] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (886ms): [dynamictrees:dynamic_tree]
  1988. [15:32:04] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (171ms): [dynamictrees:dynamic_tree]
  1989. [15:32:04] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (161ms): [dynamictrees:dynamic_tree]
  1990. [15:32:06] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (505ms): [dynamictrees:dynamic_tree]
  1991. [15:32:06] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (280ms): [dynamictrees:dynamic_tree]
  1992. [15:32:07] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
  1993. [15:32:07] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
  1994. [15:32:17] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
  1995. [15:32:17] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
  1996. [15:32:17] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/undergarden:undergarden
  1997. [15:32:17] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:good_dream
  1998. [15:32:17] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:nightmare
  1999. [15:32:18] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (10438ms): [dynamictrees:dynamic_tree]
  2000. [15:32:18] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (124ms): [dynamictrees:dynamic_tree]
  2001. [15:32:18] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (540ms): [dynamictrees:dynamic_tree]
  2002. [15:32:18] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (146ms): [dynamictrees:dynamic_tree]
  2003. [15:32:19] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (101ms): [dynamictrees:dynamic_tree]
  2004. [15:32:19] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (167ms): [dynamictrees:dynamic_tree]
  2005. [15:32:19] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (151ms): [dynamictrees:dynamic_tree]
  2006. [15:32:19] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (155ms): [dynamictrees:dynamic_tree]
  2007. [15:32:20] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (198ms): [dynamictrees:dynamic_tree]
  2008. [15:32:20] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 7661ms or 153 ticks behind
  2009. [15:32:20] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (194ms): [dynamictrees:dynamic_tree]
  2010. [15:32:22] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (115ms): [dynamictrees:dynamic_tree]
  2011. [15:32:23] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (323ms): [dynamictrees:dynamic_tree]
  2012. [15:32:25] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (132ms): [dynamictrees:dynamic_tree]
  2013. [15:32:25] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (328ms): [dynamictrees:dynamic_tree]
  2014. [15:32:26] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (170ms): [dynamictrees:dynamic_tree]
  2015. [15:32:29] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (124ms): [dynamictrees:dynamic_tree]
  2016. [15:32:33] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (665ms): [dynamictrees:dynamic_tree]
  2017. [15:32:33] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (136ms): [dynamictrees:dynamic_tree]
  2018. [15:32:35] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (299ms): [dynamictrees:dynamic_tree]
  2019. [15:32:37] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (598ms): [dynamictrees:dynamic_tree]
  2020. [15:32:37] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (147ms): [dynamictrees:dynamic_tree]
  2021. [15:32:38] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (167ms): [dynamictrees:dynamic_tree]
  2022. [15:32:39] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (560ms): [dynamictrees:dynamic_tree]
  2023. [15:32:40] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (700ms): [dynamictrees:dynamic_tree]
  2024. [15:32:43] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (1764ms): [dynamictrees:dynamic_tree]
  2025. [15:32:44] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 2393ms or 47 ticks behind
  2026. [15:32:45] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (1162ms): [dynamictrees:dynamic_tree]
  2027. [15:32:46] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (128ms): [dynamictrees:dynamic_tree]
  2028. [15:32:46] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (590ms): [dynamictrees:dynamic_tree]
  2029. [15:32:49] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (328ms): [dynamictrees:dynamic_tree]
  2030. [15:32:49] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (623ms): [dynamictrees:dynamic_tree]
  2031. [15:32:50] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (172ms): [dynamictrees:dynamic_tree]
  2032. [15:32:51] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (102ms): [dynamictrees:dynamic_tree]
  2033. [15:33:15] [Render thread/INFO] [minecraft/AdvancementList]: Loaded 204 advancements
  2034. [15:33:22] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 3271ms or 65 ticks behind
  2035. [15:33:35] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (438ms): [dynamictrees:dynamic_tree]
  2036. [15:33:44] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 7156ms or 143 ticks behind
  2037. [15:33:45] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (134ms): [dynamictrees:dynamic_tree]
  2038. [15:33:47] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (222ms): [dynamictrees:dynamic_tree]
  2039. [15:33:47] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (149ms): [dynamictrees:dynamic_tree]
  2040. [15:33:54] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (7266ms): [dynamictrees:dynamic_tree]
  2041. [15:33:55] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (229ms): [dynamictrees:dynamic_tree]
  2042. [15:33:55] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (109ms): [dynamictrees:dynamic_tree]
  2043. [15:33:55] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (172ms): [dynamictrees:dynamic_tree]
  2044. [15:33:55] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (129ms): [dynamictrees:dynamic_tree]
  2045. [15:33:55] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (181ms): [dynamictrees:dynamic_tree]
  2046. [15:33:56] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (155ms): [dynamictrees:dynamic_tree]
  2047. [15:33:56] [Worker-Main-28/WARN] [TerraForged/]: Feature was slow to generate! (164ms): [dynamictrees:dynamic_tree]
  2048. [15:33:56] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (109ms): [dynamictrees:dynamic_tree]
  2049. [15:33:56] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (189ms): [dynamictrees:dynamic_tree]
  2050. [15:33:56] [Worker-Main-30/WARN] [TerraForged/]: Feature was slow to generate! (127ms): [dynamictrees:dynamic_tree]
  2051. [15:33:56] [Worker-Main-27/WARN] [TerraForged/]: Carver was slow to generate! (125ms): net.minecraft.world.gen.carver.ConfiguredCarver@42c225e8
  2052. [15:33:57] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (192ms): [dynamictrees:dynamic_tree]
  2053. [15:34:05] [Worker-Main-27/WARN] [TerraForged/]: Feature was slow to generate! (151ms): [dynamictrees:dynamic_tree]
  2054. [15:34:05] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 6158ms or 123 ticks behind
  2055. [15:34:05] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
  2056. [15:34:05] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
  2057. [15:34:09] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
  2058. [15:34:09] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
  2059. [15:34:09] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/undergarden:undergarden
  2060. [15:34:09] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:good_dream
  2061. [15:34:09] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:nightmare
  2062. [15:34:09] [Server thread/INFO] [minecraft/ServerPlayNetHandler]: NinBlade lost connection: Disconnected
  2063. [15:34:09] [Server thread/INFO] [minecraft/MinecraftServer]: NinBlade left the game
  2064. [15:34:09] [Server thread/INFO] [minecraft/ServerPlayNetHandler]: Stopping singleplayer server as player logged out
  2065. [15:34:09] [Worker-Main-28/INFO] [bettercaves/]: CREATING AND INIT'ING CARVER W DIMENSION minecraft:overworld...
  2066. [15:34:09] [Worker-Main-28/INFO] [bettercaves/]: Better Caves config file for dimension minecraft:overworld not found. Using global config...
  2067. [15:34:09] [Worker-Main-28/INFO] [bettercaves/]: Using block 'minecraft:lava' as lava in cave generation for dimension minecraft:overworld
  2068. [15:34:09] [Worker-Main-28/INFO] [bettercaves/]: Using block 'Block{minecraft:water}[level=0]' as water in cave generation for dimension minecraft:overworld
  2069. [15:34:09] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
  2070. [15:34:09] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players
  2071. [15:34:09] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds
  2072. [15:34:09] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
  2073. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (New World): All chunks are saved
  2074. [15:34:23] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
  2075. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  2076. [15:34:23] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
  2077. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  2078. [15:34:23] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/undergarden:undergarden
  2079. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (undergarden): All chunks are saved
  2080. [15:34:23] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:good_dream
  2081. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (good_dream): All chunks are saved
  2082. [15:34:23] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[New World]'/good_nights_sleep:nightmare
  2083. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (nightmare): All chunks are saved
  2084. [15:34:23] [Server thread/INFO] [mo.su.so.co.Somnia/]: Removing tick handler for unloading world!
  2085. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (New World): All chunks are saved
  2086. [15:34:23] [Server thread/INFO] [mo.su.so.co.Somnia/]: Removing tick handler for unloading world!
  2087. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  2088. [15:34:23] [Server thread/INFO] [mo.su.so.co.Somnia/]: Removing tick handler for unloading world!
  2089. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  2090. [15:34:23] [Server thread/INFO] [mo.su.so.co.Somnia/]: Removing tick handler for unloading world!
  2091. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (undergarden): All chunks are saved
  2092. [15:34:23] [Server thread/INFO] [mo.su.so.co.Somnia/]: Removing tick handler for unloading world!
  2093. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (good_dream): All chunks are saved
  2094. [15:34:23] [Server thread/INFO] [mo.su.so.co.Somnia/]: Removing tick handler for unloading world!
  2095. [15:34:23] [Server thread/INFO] [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (nightmare): All chunks are saved
  2096. [15:35:13] [Render thread/INFO] [minecraft/Minecraft]: Stopping!
  2097. Process exited with code 0.
  2098.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement