Skip to content

Instantly share code, notes, and snippets.

@WenXin20
Created June 11, 2021 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WenXin20/b98b7f9d3f422771ba8c90a4aa35a796 to your computer and use it in GitHub Desktop.
Save WenXin20/b98b7f9d3f422771ba8c90a4aa35a796 to your computer and use it in GitHub Desktop.
[11Jun2021 02:55:46.089] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.1.24, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui]
[11Jun2021 02:55:46.094] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_292 by AdoptOpenJDK
[11Jun2021 02:55:46.405] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[11Jun2021 02:55:46.445] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/home/minecraft/multicraft/servers/server183906/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=SERVER
[11Jun2021 02:55:48.642] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '/'
[11Jun2021 02:55:48.643] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:1 token recognition error at: '/'
[11Jun2021 02:55:48.716] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~'
[11Jun2021 02:55:50.974] [main/ERROR] [mixin/]: Mixin config sodium.mixins.json does not specify "minVersion" property
[11Jun2021 02:55:50.988] [main/ERROR] [mixin/]: Mixin config antiqueatlas.mixins.json does not specify "minVersion" property
[11Jun2021 02:55:51.020] [main/ERROR] [mixin/]: Mixin config notenoughcrashes.mixins.json does not specify "minVersion" property
[11Jun2021 02:55:51.027] [main/ERROR] [mixin/]: Mixin config notenoughcrashes.forge.mixins.json does not specify "minVersion" property
[11Jun2021 02:55:51.315] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.nekomaster1000.infernalexp.mixin.MixinConnector]
[11Jun2021 02:55:51.317] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.blackgear.cavesandcliffs.mixin.CCBMixinConnector]
[11Jun2021 02:55:51.319] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [cech12.extendedmushrooms.mixin.ModMixinConnector]
[11Jun2021 02:55:51.321] [main/ERROR] [mixin/CATCHING]: Catching
java.lang.ClassNotFoundException: corgiaoc.byg.mixin.MixinConnector
at java.lang.ClassLoader.findClass(ClassLoader.java:523) ~[?:1.8.0_292]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_292]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:106) ~[modlauncher-8.0.9.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_292]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_292]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_292]
at org.spongepowered.asm.service.modlauncher.ModLauncherClassProvider.findClass(ModLauncherClassProvider.java:57) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.platform.MixinConnectorManager.loadConnectors(MixinConnectorManager.java:71) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.platform.MixinConnectorManager.inject(MixinConnectorManager.java:60) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.platform.MixinPlatformManager.inject(MixinPlatformManager.java:197) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.MixinBootstrap.inject(MixinBootstrap.java:190) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.MixinLaunchPlugin.initializeLaunch(MixinLaunchPlugin.java:196) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$9(LaunchPluginHandler.java:97) ~[modlauncher-8.0.9.jar:?]
at java.util.HashMap.forEach(HashMap.java:1289) [?:1.8.0_292]
at cpw.mods.modlauncher.LaunchPluginHandler.announceLaunch(LaunchPluginHandler.java:97) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:52) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?]
at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.5-36.1.24.jar:?]
at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.5-36.1.24.jar:?]
at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.5-36.1.24.jar:?]
Suppressed: java.lang.ClassNotFoundException
at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:282) ~[modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_292]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_292]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_292]
at org.spongepowered.asm.service.modlauncher.ModLauncherClassProvider.findClass(ModLauncherClassProvider.java:57) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.platform.MixinConnectorManager.loadConnectors(MixinConnectorManager.java:71) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.platform.MixinConnectorManager.inject(MixinConnectorManager.java:60) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.platform.MixinPlatformManager.inject(MixinPlatformManager.java:197) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.MixinBootstrap.inject(MixinBootstrap.java:190) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.MixinLaunchPlugin.initializeLaunch(MixinLaunchPlugin.java:196) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$9(LaunchPluginHandler.java:97) ~[modlauncher-8.0.9.jar:?]
at java.util.HashMap.forEach(HashMap.java:1289) [?:1.8.0_292]
at cpw.mods.modlauncher.LaunchPluginHandler.announceLaunch(LaunchPluginHandler.java:97) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:52) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?]
at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.5-36.1.24.jar:?]
at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.5-36.1.24.jar:?]
at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.5-36.1.24.jar:?]
[11Jun2021 02:55:51.338] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.leobeliik.extremesoundmuffler.MixinConnector]
[11Jun2021 02:55:51.341] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [vazkii.patchouli.common.MixinConnector]
[11Jun2021 02:55:51.343] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [de.maxhenkel.camera.MixinConnector]
[11Jun2021 02:55:51.346] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [nikita488.zycraft.mixin.ZYMixinConnector]
[11Jun2021 02:55:51.349] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.fuzs.diagonalfences.mixin.MixinConnector]
[11Jun2021 02:55:51.369] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
[11Jun2021 02:55:51.416] [main/WARN] [mixin/]: Reference map 'outer_end.refmap.json' for jellyfishing.mixins.json could not be read. If this is a development environment you can ignore this message
[11Jun2021 02:55:51.420] [main/WARN] [mixin/]: Reference map 'untamedwilds.refmap.json' for untamedwilds.mixins.json could not be read. If this is a development environment you can ignore this message
[11Jun2021 02:55:51.435] [main/INFO] [Sodium/]: Loaded configuration file for Sodium: 88 options available, 0 override(s) found
[11Jun2021 02:55:51.452] [main/WARN] [mixin/]: Reference map 'globaldataandresourcepacks.refmap.json' for marg.mixins.json could not be read. If this is a development environment you can ignore this message
[11Jun2021 02:55:52.337] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/tileentity/SignTileEntityRenderer for invalid dist DEDICATED_SERVER
[11Jun2021 02:55:52.337] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/tileentity/SignTileEntityRenderer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/tileentity/SignTileEntityRenderer for invalid dist DEDICATED_SERVER)
[11Jun2021 02:55:52.337] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.tileentity.SignTileEntityRenderer was not found omni.mixins.json:SignTileEntityRendererMixin
[11Jun2021 02:55:52.340] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/Atlases for invalid dist DEDICATED_SERVER
[11Jun2021 02:55:52.340] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/Atlases (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/Atlases for invalid dist DEDICATED_SERVER)
[11Jun2021 02:55:52.340] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.Atlases was not found omni.mixins.json:AtlasesMixin
[11Jun2021 02:55:52.366] [main/WARN] [mixin/]: Error loading class: com/terraforged/mod/chunk/column/post/LayerDecorator (java.lang.ClassNotFoundException: null)
[11Jun2021 02:55:52.366] [main/WARN] [mixin/]: @Mixin target com.terraforged.mod.chunk.column.post.LayerDecorator was not found snowrealmagic.mixins.json:MixinLayerDecorator
[11Jun2021 02:55:52.372] [main/WARN] [mixin/]: Error loading class: com/terraforged/mod/feature/feature/FreezeLayer (java.lang.ClassNotFoundException: null)
[11Jun2021 02:55:52.372] [main/WARN] [mixin/]: @Mixin target com.terraforged.mod.feature.feature.FreezeLayer was not found snowrealmagic.mixins.json:MixinFreezeLayer
[11Jun2021 02:55:52.538] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching CrossbowItem#onItemRightClick
[11Jun2021 02:55:52.567] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching CrossbowItem#fireProjectile
[11Jun2021 02:55:52.605] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching Item#getItemEnchantability
[11Jun2021 02:55:52.738] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom
[11Jun2021 02:55:52.767] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching LivingEntity#blockUsingShield
[11Jun2021 02:55:52.773] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching LivingEntity#applyPotionDamageCalculations
[11Jun2021 02:55:52.939] [main/WARN] [mixin/]: @Mixin target net/minecraft/world/gen/feature/structure/MineshaftPieces$Piece is public in supplementaries.mixins.json:accessors.MineshaftAccessor and should be specified in value
[11Jun2021 02:55:53.004] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput
[11Jun2021 02:55:53.022] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Successfully removed the anvil level cap.
[11Jun2021 02:55:53.031] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput
[11Jun2021 02:55:53.050] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Successfully allowed nbt-unbreakable items in the anvil.
[11Jun2021 02:55:53.055] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/inventory/container/RepairContainer
[11Jun2021 02:55:53.392] [main/INFO] [net.minecraftforge.coremod.CoreMod.itemphysic/COREMODLOG]: start
[11Jun2021 02:55:53.394] [main/INFO] [net.minecraftforge.coremod.CoreMod.itemphysic/COREMODLOG]: find block call
[11Jun2021 02:55:53.675] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/loot/functions/EnchantRandomly
[11Jun2021 02:55:53.879] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching LootTableManager#apply
[11Jun2021 02:55:54.504] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching ItemStack#onItemUse
[11Jun2021 02:55:54.742] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/entity/player/ClientPlayerEntity for invalid dist DEDICATED_SERVER
[11Jun2021 02:55:54.743] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/entity/player/ClientPlayerEntity (java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/player/ClientPlayerEntity for invalid dist DEDICATED_SERVER)
[11Jun2021 02:55:54.743] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.entity.player.ClientPlayerEntity was not found ars_nouveau.mixins.json:ElytraClientPlayer
[11Jun2021 02:55:54.760] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/settings/KeyBinding for invalid dist DEDICATED_SERVER
[11Jun2021 02:55:54.761] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/settings/KeyBinding (java.lang.RuntimeException: Attempted to load class net/minecraft/client/settings/KeyBinding for invalid dist DEDICATED_SERVER)
[11Jun2021 02:55:54.762] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.settings.KeyBinding was not found ftbultimine-common.mixins.json:KeyAccessor
[11Jun2021 02:55:54.837] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching Item#getItemEnchantability
[11Jun2021 02:55:55.539] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getEnchantmentModifierDamage
[11Jun2021 02:55:55.546] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getModifierForCreature
[11Jun2021 02:55:55.553] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#applyThornEnchantments
[11Jun2021 02:55:55.558] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#applyArthropodEnchantments
[11Jun2021 02:55:55.572] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching buildEnchantmentList for the Enchantability affix.
[11Jun2021 02:55:55.579] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getEnchantmentDatas
[11Jun2021 02:55:55.592] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching TemptGoal#isTempting
[11Jun2021 02:55:55.690] [main/WARN] [mixin/]: @Mixin target net/minecraft/block/AbstractBlock$AbstractBlockState$Cache is public in ferritecore.blockstatecache.mixin.json:BlockStateCacheAccess and should be specified in value
[11Jun2021 02:55:57.240] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching Item#getItemEnchantability
[11Jun2021 02:55:59.066] [main/INFO] [net.minecraftforge.coremod.CoreMod.fastbench/COREMODLOG]: Patching PlayerContainer#<init>
[11Jun2021 02:55:59.070] [main/INFO] [net.minecraftforge.coremod.CoreMod.fastbench/COREMODLOG]: Patching PlayerContainer#onCraftMatrixChanged
[11Jun2021 02:55:59.082] [main/INFO] [net.minecraftforge.coremod.CoreMod.fastbench/COREMODLOG]: Patching PlayerContainer#transferStackInSlot
[11Jun2021 02:55:59.587] [main/WARN] [mixin/]: Method overwrite conflict for func_185499_a in valhelsia_structures.mixins.json:BeehiveBlockMixin, previously written by com.minecraftabnormals.buzzier_bees.core.mixin.BeehiveBlockMixin. Skipping method.
[11Jun2021 02:55:59.587] [main/WARN] [mixin/]: Method overwrite conflict for func_185471_a in valhelsia_structures.mixins.json:BeehiveBlockMixin, previously written by com.minecraftabnormals.buzzier_bees.core.mixin.BeehiveBlockMixin. Skipping method.
[11Jun2021 02:55:59.798] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching DataPackRegistries#<init>
[11Jun2021 02:56:00.266] [main/INFO] [net.minecraftforge.coremod.CoreMod.itemphysic/COREMODLOG]: start
[11Jun2021 02:56:00.266] [main/INFO] [net.minecraftforge.coremod.CoreMod.itemphysic/COREMODLOG]: find block call
[11Jun2021 02:56:00.327] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom
[11Jun2021 02:56:00.334] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching LivingEntity#blockUsingShield
[11Jun2021 02:56:00.335] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching LivingEntity#applyPotionDamageCalculations
[11Jun2021 02:56:00.378] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching SharedMonsterAttributes#readAttributeModifier
[11Jun2021 02:56:00.884] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: org.objectweb.asm.tree.analysis.AnalyzerException: Error at instruction 821: null
[11Jun2021 02:56:00.884] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.objectweb.asm.tree.analysis.Analyzer.analyze(Analyzer.java:295)
[11Jun2021 02:56:00.884] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.util.Locals.generateLocalVariableTable(Locals.java:394)
[11Jun2021 02:56:00.885] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.util.Locals.getGeneratedLocalVariableTable(Locals.java:363)
[11Jun2021 02:56:00.885] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.util.Locals.getLocalVariableAt(Locals.java:317)
[11Jun2021 02:56:00.885] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.util.Locals.getLocalVariableAt(Locals.java:287)
[11Jun2021 02:56:00.885] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.util.Locals.getLocalsAt(Locals.java:250)
[11Jun2021 02:56:00.885] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:429)
[11Jun2021 02:56:00.886] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:264)
[11Jun2021 02:56:00.886] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:385)
[11Jun2021 02:56:00.886] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1284)
[11Jun2021 02:56:00.886] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042)
[11Jun2021 02:56:00.887] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
[11Jun2021 02:56:00.887] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)
[11Jun2021 02:56:00.887] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
[11Jun2021 02:56:00.887] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569)
[11Jun2021 02:56:00.888] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
[11Jun2021 02:56:00.888] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223)
[11Jun2021 02:56:00.888] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121)
[11Jun2021 02:56:00.890] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131)
[11Jun2021 02:56:00.891] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154)
[11Jun2021 02:56:00.891] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85)
[11Jun2021 02:56:00.891] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)
[11Jun2021 02:56:00.892] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265)
[11Jun2021 02:56:00.892] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136)
[11Jun2021 02:56:00.892] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98)
[11Jun2021 02:56:00.892] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
[11Jun2021 02:56:00.893] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraft.block.Block.<clinit>(Block.java:485)
[11Jun2021 02:56:00.893] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraft.block.Blocks.<clinit>(Blocks.java:30)
[11Jun2021 02:56:00.894] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraft.world.gen.surfacebuilders.SurfaceBuilder.<clinit>(SurfaceBuilder.java:12)
[11Jun2021 02:56:00.894] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraft.world.gen.surfacebuilders.ConfiguredSurfaceBuilders.<clinit>(SourceFile:11)
[11Jun2021 02:56:00.894] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraft.util.registry.WorldGenRegistries.func_243674_g(WorldGenRegistries.java:33)
[11Jun2021 02:56:00.894] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraft.util.registry.WorldGenRegistries.func_243668_a(WorldGenRegistries.java:89)
[11Jun2021 02:56:00.894] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
[11Jun2021 02:56:00.894] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraft.util.registry.WorldGenRegistries.<clinit>(WorldGenRegistries.java:88)
[11Jun2021 02:56:00.895] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraft.util.registry.Registry.<clinit>(Registry.java:464)
[11Jun2021 02:56:00.895] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraft.util.registry.Bootstrap.func_151354_b(Bootstrap.java:38)
[11Jun2021 02:56:00.895] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraft.server.Main.main(Main.java:92)
[11Jun2021 02:56:00.895] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11Jun2021 02:56:00.895] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[11Jun2021 02:56:00.896] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11Jun2021 02:56:00.896] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at java.lang.reflect.Method.invoke(Method.java:498)
[11Jun2021 02:56:00.896] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51)
[11Jun2021 02:56:00.896] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[11Jun2021 02:56:00.896] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
[11Jun2021 02:56:00.896] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[11Jun2021 02:56:00.897] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
[11Jun2021 02:56:00.897] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[11Jun2021 02:56:00.897] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
[11Jun2021 02:56:00.897] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
[11Jun2021 02:56:00.897] [main/INFO] [STDERR/]: [org.spongepowered.asm.util.Locals:generateLocalVariableTable:396]: at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
[11Jun2021 02:56:00.898] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: Caused by: java.lang.NullPointerException
[11Jun2021 02:56:00.898] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at org.spongepowered.asm.util.asm.MixinVerifier.isAssignableFrom(MixinVerifier.java:104)
[11Jun2021 02:56:00.898] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at org.objectweb.asm.tree.analysis.SimpleVerifier.isSubTypeOf(SimpleVerifier.java:213)
[11Jun2021 02:56:00.898] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at org.objectweb.asm.tree.analysis.BasicVerifier.binaryOperation(BasicVerifier.java:301)
[11Jun2021 02:56:00.898] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at org.objectweb.asm.tree.analysis.BasicVerifier.binaryOperation(BasicVerifier.java:43)
[11Jun2021 02:56:00.899] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at org.objectweb.asm.tree.analysis.Frame.execute(Frame.java:485)
[11Jun2021 02:56:00.899] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at org.objectweb.asm.tree.analysis.Analyzer.analyze(Analyzer.java:187)
[11Jun2021 02:56:00.899] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: ... 49 more
[11Jun2021 02:56:01.155] [main/INFO] [FerriteCore - class definer/]: Using Java 8 class definer
[11Jun2021 02:56:01.713] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching SharedMonsterAttributes#readAttributeModifier
[11Jun2021 02:56:01.943] [main/WARN] [mixin/]: Method overwrite conflict for setGlowing in cavesandcliffs.glowsquid.mixins.json:common.tileentity.SignTileEntityMixin, previously written by com.minecraftabnormals.upgrade_aquatic.core.mixin.SignTileEntityMixin. Skipping method.
[11Jun2021 02:56:01.944] [main/WARN] [mixin/]: Method overwrite conflict for isGlowing in cavesandcliffs.glowsquid.mixins.json:common.tileentity.SignTileEntityMixin, previously written by com.minecraftabnormals.upgrade_aquatic.core.mixin.SignTileEntityMixin. Skipping method.
[11Jun2021 02:56:03.014] [main/INFO] [net.minecraftforge.coremod.CoreMod.fastbench/COREMODLOG]: Patching PlayerContainer#<init>
[11Jun2021 02:56:03.014] [main/INFO] [net.minecraftforge.coremod.CoreMod.fastbench/COREMODLOG]: Patching PlayerContainer#onCraftMatrixChanged
[11Jun2021 02:56:03.015] [main/INFO] [net.minecraftforge.coremod.CoreMod.fastbench/COREMODLOG]: Patching PlayerContainer#transferStackInSlot
[11Jun2021 02:56:03.153] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput
[11Jun2021 02:56:03.160] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Successfully removed the anvil level cap.
[11Jun2021 02:56:03.160] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput
[11Jun2021 02:56:03.168] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Successfully allowed nbt-unbreakable items in the anvil.
[11Jun2021 02:56:03.168] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/inventory/container/RepairContainer
[11Jun2021 02:56:03.680] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching CampfireTileEntity#findMatchingRecipe
[11Jun2021 02:56:06.975] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching TemptGoal#isTempting
[11Jun2021 02:56:07.820] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching ItemStack#onItemUse
[11Jun2021 02:56:08.477] [main/WARN] [mixin/]: Static binding violation: PRIVATE @Overwrite method func_220382_a in sodium.mixins.json:ai.task.TaskMixin cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[11Jun2021 02:56:09.742] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching ItemArrow#isInfinite
[11Jun2021 02:56:09.866] [main/ERROR] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Error occurred applying transform of coremod META-INF/fieldtomethodtransformers.js function fishbucketitem
java.lang.IllegalStateException: Field field_203794_a is not private and an instance field
at net.minecraftforge.coremod.api.ASMAPI.redirectFieldToMethod(ASMAPI.java:260) ~[coremods-4.0.6.jar:?]
at jdk.nashorn.internal.scripts.Script$Recompilation$245$3311A$\^eval\_.initializeCoreMod#transformer-5(<eval>:73) ~[?:?]
at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:639) ~[nashorn.jar:?]
at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494) ~[nashorn.jar:?]
at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:393) ~[nashorn.jar:?]
at jdk.nashorn.api.scripting.ScriptObjectMirror.call(ScriptObjectMirror.java:117) ~[nashorn.jar:?]
at net.minecraftforge.coremod.NashornFactory.lambda$getFunction$0(NashornFactory.java:18) ~[coremods-4.0.6.jar:4.0.6+14+master.c21a551]
at net.minecraftforge.coremod.transformer.CoreModClassTransformer.runCoremod(CoreModClassTransformer.java:18) ~[coremods-4.0.6.jar:?]
at net.minecraftforge.coremod.transformer.CoreModClassTransformer.runCoremod(CoreModClassTransformer.java:10) ~[coremods-4.0.6.jar:?]
at net.minecraftforge.coremod.transformer.CoreModBaseTransformer.transform(CoreModBaseTransformer.java:38) ~[coremods-4.0.6.jar:?]
at cpw.mods.modlauncher.TransformerHolder.transform(TransformerHolder.java:41) ~[modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.ClassTransformer.performVote(ClassTransformer.java:179) ~[modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:117) ~[modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_292]
at net.minecraft.util.registry.Registry.func_218353_F(Registry.java:159) ~[?:?]
at net.minecraft.util.registry.Registry.lambda$static$51(Registry.java:466) ~[?:?]
at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684) ~[?:1.8.0_292]
at net.minecraft.util.registry.Registry.<clinit>(Registry.java:465) ~[?:?]
at net.minecraft.util.registry.Bootstrap.func_151354_b(Bootstrap.java:38) ~[?:?]
at net.minecraft.server.Main.main(Main.java:92) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292]
at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.5-36.1.24.jar:36.1]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?]
at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.5-36.1.24.jar:?]
at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.5-36.1.24.jar:?]
at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.5-36.1.24.jar:?]
[11Jun2021 02:56:09.997] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/item/EnchantedBookItem
[11Jun2021 02:56:10.045] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching CrossbowItem#onItemRightClick
[11Jun2021 02:56:10.045] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching CrossbowItem#fireProjectile
[11Jun2021 02:56:10.188] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching FishingBobberEntity#catchingFish
[11Jun2021 02:56:10.785] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/loot/functions/EnchantRandomly
[11Jun2021 02:56:12.555] [main/INFO] [paintings/]: loading json file and contents for paintings.
[11Jun2021 02:56:12.558] [main/INFO] [paintings/]: Loaded json painting abstract_blue , 16 x 16
[11Jun2021 02:56:12.558] [main/INFO] [paintings/]: Loaded json painting abstract_rainbow , 16 x 16
[11Jun2021 02:56:12.558] [main/INFO] [paintings/]: Loaded json painting abstract_red , 16 x 16
[11Jun2021 02:56:12.558] [main/INFO] [paintings/]: Loaded json painting abstract_sunset , 16 x 16
[11Jun2021 02:56:12.558] [main/INFO] [paintings/]: Loaded json painting arachnophobe , 32 x 16
[11Jun2021 02:56:12.558] [main/INFO] [paintings/]: Loaded json painting barn_owl , 32 x 16
[11Jun2021 02:56:12.558] [main/INFO] [paintings/]: Loaded json painting big_z , 16 x 16
[11Jun2021 02:56:12.558] [main/INFO] [paintings/]: Loaded json painting blue_bird , 32 x 16
[11Jun2021 02:56:12.558] [main/INFO] [paintings/]: Loaded json painting bluesclues , 32 x 16
[11Jun2021 02:56:12.559] [main/INFO] [paintings/]: Loaded json painting borgia , 16 x 32
[11Jun2021 02:56:12.559] [main/INFO] [paintings/]: Loaded json painting cane , 16 x 32
[11Jun2021 02:56:12.559] [main/INFO] [paintings/]: Loaded json painting cat_black , 16 x 16
[11Jun2021 02:56:12.559] [main/INFO] [paintings/]: Loaded json painting cat_gray , 16 x 16
[11Jun2021 02:56:12.559] [main/INFO] [paintings/]: Loaded json painting cat_orange , 16 x 16
[11Jun2021 02:56:12.559] [main/INFO] [paintings/]: Loaded json painting cat , 32 x 16
[11Jun2021 02:56:12.559] [main/INFO] [paintings/]: Loaded json painting colorful_squares , 32 x 16
[11Jun2021 02:56:12.559] [main/INFO] [paintings/]: Loaded json painting crest , 32 x 16
[11Jun2021 02:56:12.559] [main/INFO] [paintings/]: Loaded json painting danger_zone , 32 x 32
[11Jun2021 02:56:12.559] [main/INFO] [paintings/]: Loaded json painting decorative_gun , 32 x 16
[11Jun2021 02:56:12.559] [main/INFO] [paintings/]: Loaded json painting exit_down , 32 x 16
[11Jun2021 02:56:12.560] [main/INFO] [paintings/]: Loaded json painting exit_up , 32 x 16
[11Jun2021 02:56:12.560] [main/INFO] [paintings/]: Loaded json painting exit_left , 32 x 16
[11Jun2021 02:56:12.560] [main/INFO] [paintings/]: Loaded json painting exit_right , 32 x 16
[11Jun2021 02:56:12.560] [main/INFO] [paintings/]: Loaded json painting face_bat , 16 x 16
[11Jun2021 02:56:12.560] [main/INFO] [paintings/]: Loaded json painting face_chicken , 16 x 16
[11Jun2021 02:56:12.560] [main/INFO] [paintings/]: Loaded json painting face_cow , 16 x 16
[11Jun2021 02:56:12.560] [main/INFO] [paintings/]: Loaded json painting face_creeper , 16 x 16
[11Jun2021 02:56:12.560] [main/INFO] [paintings/]: Loaded json painting face_dog , 16 x 16
[11Jun2021 02:56:12.560] [main/INFO] [paintings/]: Loaded json painting face_enderman , 16 x 16
[11Jun2021 02:56:12.560] [main/INFO] [paintings/]: Loaded json painting face_pig , 16 x 16
[11Jun2021 02:56:12.561] [main/INFO] [paintings/]: Loaded json painting face_pigman , 16 x 16
[11Jun2021 02:56:12.561] [main/INFO] [paintings/]: Loaded json painting face_silverfish , 16 x 16
[11Jun2021 02:56:12.561] [main/INFO] [paintings/]: Loaded json painting face_skeleton , 16 x 16
[11Jun2021 02:56:12.561] [main/INFO] [paintings/]: Loaded json painting face_squid , 16 x 16
[11Jun2021 02:56:12.561] [main/INFO] [paintings/]: Loaded json painting face_zombie , 16 x 16
[11Jun2021 02:56:12.561] [main/INFO] [paintings/]: Loaded json painting fishes , 32 x 16
[11Jun2021 02:56:12.561] [main/INFO] [paintings/]: Loaded json painting flowers , 32 x 16
[11Jun2021 02:56:12.561] [main/INFO] [paintings/]: Loaded json painting fruits , 32 x 16
[11Jun2021 02:56:12.561] [main/INFO] [paintings/]: Loaded json painting ghost , 16 x 32
[11Jun2021 02:56:12.561] [main/INFO] [paintings/]: Loaded json painting glowlamp , 32 x 32
[11Jun2021 02:56:12.561] [main/INFO] [paintings/]: Loaded json painting glowstone_hourglass , 16 x 32
[11Jun2021 02:56:12.562] [main/INFO] [paintings/]: Loaded json painting iluvmc , 32 x 16
[11Jun2021 02:56:12.562] [main/INFO] [paintings/]: Loaded json painting link , 32 x 16
[11Jun2021 02:56:12.562] [main/INFO] [paintings/]: Loaded json painting mine_prosperity , 32 x 16
[11Jun2021 02:56:12.562] [main/INFO] [paintings/]: Loaded json painting no_trespassing_for_mobs , 32 x 16
[11Jun2021 02:56:12.562] [main/INFO] [paintings/]: Loaded json painting ocelot , 16 x 16
[11Jun2021 02:56:12.562] [main/INFO] [paintings/]: Loaded json painting penguin , 32 x 16
[11Jun2021 02:56:12.562] [main/INFO] [paintings/]: Loaded json painting pig_on_a_cliff , 32 x 32
[11Jun2021 02:56:12.562] [main/INFO] [paintings/]: Loaded json painting pkmn_blue , 32 x 16
[11Jun2021 02:56:12.562] [main/INFO] [paintings/]: Loaded json painting pkmn_red , 32 x 16
[11Jun2021 02:56:12.562] [main/INFO] [paintings/]: Loaded json painting pkmn_green , 32 x 16
[11Jun2021 02:56:12.562] [main/INFO] [paintings/]: Loaded json painting plains_hut , 32 x 16
[11Jun2021 02:56:12.563] [main/INFO] [paintings/]: Loaded json painting portrait_2 , 16 x 16
[11Jun2021 02:56:12.563] [main/INFO] [paintings/]: Loaded json painting portrait , 32 x 32
[11Jun2021 02:56:12.563] [main/INFO] [paintings/]: Loaded json painting prison , 16 x 32
[11Jun2021 02:56:12.563] [main/INFO] [paintings/]: Loaded json painting prosperity , 16 x 32
[11Jun2021 02:56:12.563] [main/INFO] [paintings/]: Loaded json painting rest , 32 x 16
[11Jun2021 02:56:12.563] [main/INFO] [paintings/]: Loaded json painting skeleton , 16 x 32
[11Jun2021 02:56:12.563] [main/INFO] [paintings/]: Loaded json painting sky , 32 x 32
[11Jun2021 02:56:12.563] [main/INFO] [paintings/]: Loaded json painting skyblock , 32 x 32
[11Jun2021 02:56:12.563] [main/INFO] [paintings/]: Loaded json painting snake , 16 x 32
[11Jun2021 02:56:12.563] [main/INFO] [paintings/]: Loaded json painting snow_landscape , 32 x 16
[11Jun2021 02:56:12.563] [main/INFO] [paintings/]: Loaded json painting subaraki , 32 x 16
[11Jun2021 02:56:12.564] [main/INFO] [paintings/]: Loaded json painting synth_city , 16 x 16
[11Jun2021 02:56:12.564] [main/INFO] [paintings/]: Loaded json painting tapistry_a , 32 x 16
[11Jun2021 02:56:12.564] [main/INFO] [paintings/]: Loaded json painting tapistry_b , 16 x 32
[11Jun2021 02:56:12.564] [main/INFO] [paintings/]: Loaded json painting tapistry_purple , 16 x 32
[11Jun2021 02:56:12.564] [main/INFO] [paintings/]: Loaded json painting torched , 32 x 16
[11Jun2021 02:56:12.564] [main/INFO] [paintings/]: Loaded json painting waterfall , 32 x 16
[11Jun2021 02:56:12.564] [main/INFO] [paintings/]: Loaded json painting whale , 32 x 16
[11Jun2021 02:56:12.564] [main/INFO] [paintings/]: Loaded json painting wheat_field , 32 x 16
[11Jun2021 02:56:12.564] [main/INFO] [paintings/]: Loaded json painting wolf_in_wheat , 32 x 16
[11Jun2021 02:56:12.765] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:12.767] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:13.107] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `wikizoomer` for name `entity_binder`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:13.107] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `wikizoomer` for name `data_copier`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:13.113] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `wikizoomer` for name `item_zoomer`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:13.113] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `wikizoomer` for name `entity_zoomer`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:13.718] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `walljump` for name `walljump`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:13.718] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `walljump` for name `doublejump`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:13.719] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `walljump` for name `speedboost`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:14.656] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `edelwood_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:14.659] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `edelwood_wall_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:14.659] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `cherrywood_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:14.660] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `cherrywood_wall_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:14.660] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `mysterywood_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:14.660] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `mysterywood_wall_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:15.475] [modloading-worker-0/INFO] [com.nekomaster1000.infernalexp.InfernalExpansion/]: Infernal Expansion: Sound Events Registered!
[11Jun2021 02:56:15.637] [modloading-worker-0/INFO] [com.nekomaster1000.infernalexp.InfernalExpansion/]: Infernal Expansion: Blocks Registered!
[11Jun2021 02:56:15.638] [modloading-worker-0/INFO] [com.nekomaster1000.infernalexp.InfernalExpansion/]: Infernal Expansion: Items Registered!
[11Jun2021 02:56:15.644] [modloading-worker-0/INFO] [com.nekomaster1000.infernalexp.InfernalExpansion/]: Infernal Expansion: Effects Registered!
[11Jun2021 02:56:15.650] [modloading-worker-0/INFO] [com.nekomaster1000.infernalexp.InfernalExpansion/]: Infernal Expansion: Potions Registered!
[11Jun2021 02:56:15.657] [modloading-worker-0/INFO] [com.nekomaster1000.infernalexp.InfernalExpansion/]: Infernal Expansion: Entity Types Registered!
[11Jun2021 02:56:15.663] [modloading-worker-0/INFO] [com.nekomaster1000.infernalexp.InfernalExpansion/]: Infernal Expansion: Painting Types Registered!
[11Jun2021 02:56:15.665] [modloading-worker-0/INFO] [com.nekomaster1000.infernalexp.InfernalExpansion/]: Infernal Expansion: Tile Entity Types Registered!
[11Jun2021 02:56:15.667] [modloading-worker-0/INFO] [com.nekomaster1000.infernalexp.InfernalExpansion/]: Infernal Expansion: Biomes Registered!
[11Jun2021 02:56:15.670] [modloading-worker-0/INFO] [com.nekomaster1000.infernalexp.InfernalExpansion/]: Infernal Expansion: Loot Modifiers Registered!
[11Jun2021 02:56:15.671] [modloading-worker-0/INFO] [com.nekomaster1000.infernalexp.InfernalExpansion/]: Infernal Expansion: Entity Classifications Registered!
[11Jun2021 02:56:15.672] [modloading-worker-1/INFO] [strawgolem/]: Initializing strawgolem
[11Jun2021 02:56:15.687] [modloading-worker-3/INFO] [com.wuest.prefab.Prefab/]: Built TOML config for /home/minecraft/multicraft/servers/server183906/config/prefab.toml
[11Jun2021 02:56:15.688] [modloading-worker-3/INFO] [com.wuest.prefab.Prefab/]: Loaded TOML config file /home/minecraft/multicraft/servers/server183906/config/prefab.toml
[11Jun2021 02:56:15.690] [modloading-worker-0/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching DataPackRegistries#<init>
[11Jun2021 02:56:15.910] [modloading-worker-0/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching LootTableManager#apply
[11Jun2021 02:56:15.972] [modloading-worker-3/INFO] [STDOUT/]: [pugz.omni.core.module.CoreModule:sendInitMessage:31]: Booted up the Core Module.
[11Jun2021 02:56:16.057] [modloading-worker-3/INFO] [STDOUT/]: [pugz.omni.core.module.CavierCavesModule:sendInitMessage:55]: Explored the Depths of the Cavier Caves!
[11Jun2021 02:56:17.445] [modloading-worker-3/INFO] [STDOUT/]: [pugz.omni.core.module.ColormaticModule:sendInitMessage:57]: Discovered the end of the Colormatic Rainbow!
[11Jun2021 02:56:17.455] [modloading-worker-3/INFO] [STDOUT/]: [pugz.omni.core.module.FieryNetherModule:sendInitMessage:22]: Erupted out of the Fiery Nether
[11Jun2021 02:56:17.458] [modloading-worker-3/INFO] [STDOUT/]: [pugz.omni.core.module.ForestryModule:sendInitMessage:38]: Relaxing within all the Forestry.
[11Jun2021 02:56:17.476] [modloading-worker-3/INFO] [STDOUT/]: [pugz.omni.core.module.MiscellaneousModule:sendInitMessage:49]: Miscellaneous, random stuff initialized!
[11Jun2021 02:56:17.553] [modloading-worker-3/INFO] [STDOUT/]: [pugz.omni.core.module.ParadiseModule:sendInitMessage:59]: Ah, yes. Vibing in Paradise...
[11Jun2021 02:56:17.630] [modloading-worker-3/INFO] [STDOUT/]: [pugz.omni.core.module.WildWestModule:sendInitMessage:59]: Saguaros and tumbleweeds coming soon woahh
[11Jun2021 02:56:17.632] [modloading-worker-3/INFO] [STDOUT/]: [pugz.omni.core.module.WintertimeModule:sendInitMessage:24]: Drinking hot chocolate by the fire during Wintertime!
[11Jun2021 02:56:17.848] [modloading-worker-2/INFO] [com.polyvalord.extcaves.config.ConfigBuild/]: Loading config : /home/minecraft/multicraft/servers/server183906/config/extcaves_config.toml
[11Jun2021 02:56:17.848] [modloading-worker-2/INFO] [com.polyvalord.extcaves.config.ConfigBuild/]: Built config : /home/minecraft/multicraft/servers/server183906/config/extcaves_config.toml
[11Jun2021 02:56:17.849] [modloading-worker-2/INFO] [com.polyvalord.extcaves.config.ConfigBuild/]: Loaded config : /home/minecraft/multicraft/servers/server183906/config/extcaves_config.toml
[11Jun2021 02:56:17.875] [modloading-worker-3/INFO] [ironfurnaces.IronFurnaces/]: Initializing Update Checker...
[11Jun2021 02:56:17.884] [ Iron Furnaces Update Checker/INFO] [ironfurnaces.IronFurnaces/]: Starting Update Check...
[11Jun2021 02:56:18.063] [ Iron Furnaces Update Checker/INFO] [ironfurnaces.IronFurnaces/]: Update Check done!
[11Jun2021 02:56:18.063] [ Iron Furnaces Update Checker/INFO] [ironfurnaces.IronFurnaces/]: Iron Furnaces is up to date!
[11Jun2021 02:56:18.847] [modloading-worker-3/WARN] [com.ferreusveritas.dynamictrees.systems.RootyBlockHelper/]: Attempted to register Block{dynamictrees:rooty_mycelium} as the rooty block of Block{minecraft:mycelium} but it already had Block{dynamictrees:rooty_mycelium}
[11Jun2021 02:56:18.867] [modloading-worker-3/WARN] [com.ferreusveritas.dynamictrees.systems.RootyBlockHelper/]: Attempted to register Block{dynamictrees:rooty_crimson_nylium} as the rooty block of Block{minecraft:crimson_nylium} but it already had Block{dynamictrees:rooty_crimson_nylium}
[11Jun2021 02:56:18.867] [modloading-worker-3/WARN] [com.ferreusveritas.dynamictrees.systems.RootyBlockHelper/]: Attempted to register Block{dynamictrees:rooty_warped_nylium} as the rooty block of Block{minecraft:warped_nylium} but it already had Block{dynamictrees:rooty_warped_nylium}
[11Jun2021 02:56:18.867] [modloading-worker-3/WARN] [com.ferreusveritas.dynamictrees.systems.RootyBlockHelper/]: Attempted to register Block{dynamictrees:rooty_soul_soil} as the rooty block of Block{minecraft:soul_soil} but it already had Block{dynamictrees:rooty_soul_soil}
[11Jun2021 02:56:18.867] [modloading-worker-3/WARN] [com.ferreusveritas.dynamictrees.systems.RootyBlockHelper/]: Attempted to register Block{dynamictrees:rooty_crimson_nylium} as the rooty block of Block{minecraft:crimson_nylium} but it already had Block{dynamictrees:rooty_crimson_nylium}
[11Jun2021 02:56:18.867] [modloading-worker-3/WARN] [com.ferreusveritas.dynamictrees.systems.RootyBlockHelper/]: Attempted to register Block{dynamictrees:rooty_warped_nylium} as the rooty block of Block{minecraft:warped_nylium} but it already had Block{dynamictrees:rooty_warped_nylium}
[11Jun2021 02:56:19.225] [modloading-worker-3/INFO] [Kiwi/Init]: Processing 5 KiwiModule annotations
[11Jun2021 02:56:20.765] [modloading-worker-3/INFO] [untamedwilds.UntamedWilds/]: Loading compatibility module with SereneSeasons
[11Jun2021 02:56:20.937] [modloading-worker-0/INFO] [corgitaco.upstream.Upstream/]: Loading config: /home/minecraft/multicraft/servers/server183906/config/upstream/upstream-noise.toml
[11Jun2021 02:56:21.060] [modloading-worker-0/INFO] [noobanidus.mods.mysticalbiomes.repack.registrate.AbstractRegistrate/]: Detected new forge version, registering events reflectively.
[11Jun2021 02:56:21.254] [modloading-worker-3/INFO] [epicsquid.mysticalworld.repack.registrate.AbstractRegistrate/]: Detected new forge version, registering events reflectively.
[11Jun2021 02:56:22.140] [modloading-worker-2/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Disabled because not running on the client.
[11Jun2021 02:56:22.380] [modloading-worker-1/INFO] [direbats/]: [Direbats] Initializing
[11Jun2021 02:56:22.426] [modloading-worker-1/INFO] [direbats/]: [Direbats] Initialized
[11Jun2021 02:56:22.541] [modloading-worker-1/INFO] [doubleslabs/]: Loaded 0 vertical slab support classes
[11Jun2021 02:56:22.541] [modloading-worker-1/INFO] [doubleslabs/]: Loaded 2 horizontal slab support classes
[11Jun2021 02:56:22.703] [modloading-worker-1/INFO] [doubleslabs/]: Loaded 0 container support classes
[11Jun2021 02:56:22.732] [modloading-worker-2/INFO] [dev.itsmeow.whisperwoods.WhisperwoodsMod/]: Spooking you...
[11Jun2021 02:56:22.827] [modloading-worker-1/INFO] [corgiaoc.byg.BYG/]: Loading config: /home/minecraft/multicraft/servers/server183906/config/byg/byg-nether.toml
[11Jun2021 02:56:23.185] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: java.nio.file.FileAlreadyExistsException: ./mod_data/marg/resource_pack/pack.mcmeta
[11Jun2021 02:56:23.185] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at java.nio.file.CopyMoveHelper.copyToForeignTarget(CopyMoveHelper.java:119)
[11Jun2021 02:56:23.225] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at java.nio.file.Files.copy(Files.java:1277)
[11Jun2021 02:56:23.225] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at net.dark_roleplay.marg.Marg.extractPackMeta(Marg.java:56)
[11Jun2021 02:56:23.225] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at net.dark_roleplay.marg.Marg.<init>(Marg.java:41)
[11Jun2021 02:56:23.225] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[11Jun2021 02:56:23.226] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[11Jun2021 02:56:23.226] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[11Jun2021 02:56:23.226] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[11Jun2021 02:56:23.226] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at java.lang.Class.newInstance(Class.java:442)
[11Jun2021 02:56:23.226] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81)
[11Jun2021 02:56:23.226] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120)
[11Jun2021 02:56:23.226] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
[11Jun2021 02:56:23.226] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
[11Jun2021 02:56:23.226] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[11Jun2021 02:56:23.226] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[11Jun2021 02:56:23.226] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[11Jun2021 02:56:23.227] [modloading-worker-1/INFO] [STDERR/]: [net.dark_roleplay.marg.Marg:<init>:43]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
[11Jun2021 02:56:23.740] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/TUTORIAL.hjson] to [./config/osv/ores/TUTORIAL.hjson]
[11Jun2021 02:56:23.740] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/gilded_blackstone_ore.hjson] to [./config/osv/ores/gilded_blackstone_ore.hjson]
[11Jun2021 02:56:23.740] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/nether_gold_ore.hjson] to [./config/osv/ores/nether_gold_ore.hjson]
[11Jun2021 02:56:23.740] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/quartz_ore.hjson] to [./config/osv/ores/quartz_ore.hjson]
[11Jun2021 02:56:23.740] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/infested_stone.hjson] to [./config/osv/ores/infested_stone.hjson]
[11Jun2021 02:56:23.740] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/quark_biotite_ore.hjson] to [./config/osv/ores/quark_biotite_ore.hjson]
[11Jun2021 02:56:23.741] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/simpleores_onyx_ore.hjson] to [./config/osv/ores/simpleores_onyx_ore.hjson]
[11Jun2021 02:56:23.741] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/coal_ore.hjson] to [./config/osv/ores/coal_ore.hjson]
[11Jun2021 02:56:23.741] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/diamond_ore.hjson] to [./config/osv/ores/diamond_ore.hjson]
[11Jun2021 02:56:23.741] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/emerald_ore.hjson] to [./config/osv/ores/emerald_ore.hjson]
[11Jun2021 02:56:23.741] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/gold_ore.hjson] to [./config/osv/ores/gold_ore.hjson]
[11Jun2021 02:56:23.741] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/iron_ore.hjson] to [./config/osv/ores/iron_ore.hjson]
[11Jun2021 02:56:23.741] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/lapis_ore.hjson] to [./config/osv/ores/lapis_ore.hjson]
[11Jun2021 02:56:23.741] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/redstone_ore.hjson] to [./config/osv/ores/redstone_ore.hjson]
[11Jun2021 02:56:23.741] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/create_copper_ore.hjson] to [./config/osv/ores/create_copper_ore.hjson]
[11Jun2021 02:56:23.741] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/create_zinc_ore.hjson] to [./config/osv/ores/create_zinc_ore.hjson]
[11Jun2021 02:56:23.745] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/simpleores_tin_ore.hjson] to [./config/osv/ores/simpleores_tin_ore.hjson]
[11Jun2021 02:56:23.745] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/simpleores_mythril_ore.hjson] to [./config/osv/ores/simpleores_mythril_ore.hjson]
[11Jun2021 02:56:23.746] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/simpleores_copper_ore.hjson] to [./config/osv/ores/simpleores_copper_ore.hjson]
[11Jun2021 02:56:23.746] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/simpleores_adamantium_ore.hjson] to [./config/osv/ores/simpleores_adamantium_ore.hjson]
[11Jun2021 02:56:23.746] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/iceandfire_amethyst_ore.hjson] to [./config/osv/ores/iceandfire_amethyst_ore.hjson]
[11Jun2021 02:56:23.746] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/iceandfire_copper_ore.hjson] to [./config/osv/ores/iceandfire_copper_ore.hjson]
[11Jun2021 02:56:23.746] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/iceandfire_sapphire_ore.hjson] to [./config/osv/ores/iceandfire_sapphire_ore.hjson]
[11Jun2021 02:56:23.746] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/ores/iceandfire_silver_ore.hjson] to [./config/osv/ores/iceandfire_silver_ore.hjson]
[11Jun2021 02:56:23.757] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/TUTORIAL.hjson] to [./config/osv/stone/TUTORIAL.hjson]
[11Jun2021 02:56:23.757] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/dirt.hjson] to [./config/osv/stone/dirt.hjson]
[11Jun2021 02:56:23.757] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/gravel.hjson] to [./config/osv/stone/gravel.hjson]
[11Jun2021 02:56:23.757] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/magma_block.hjson] to [./config/osv/stone/magma_block.hjson]
[11Jun2021 02:56:23.757] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/blackstone.hjson] to [./config/osv/stone/blackstone.hjson]
[11Jun2021 02:56:23.757] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/quark_myalite.hjson] to [./config/osv/stone/quark_myalite.hjson]
[11Jun2021 02:56:23.757] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/quark_voidstone.hjson] to [./config/osv/stone/quark_voidstone.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/andesite.hjson] to [./config/osv/stone/andesite.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/diorite.hjson] to [./config/osv/stone/diorite.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/granite.hjson] to [./config/osv/stone/granite.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/create_dolomite.hjson] to [./config/osv/stone/create_dolomite.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/create_gabbro.hjson] to [./config/osv/stone/create_gabbro.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/create_limestone.hjson] to [./config/osv/stone/create_limestone.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/create_scoria.hjson] to [./config/osv/stone/create_scoria.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/create_weathered_limestone.hjson] to [./config/osv/stone/create_weathered_limestone.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/quark_jasper.hjson] to [./config/osv/stone/quark_jasper.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/quark_limestone.hjson] to [./config/osv/stone/quark_limestone.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/quark_marble.hjson] to [./config/osv/stone/quark_marble.hjson]
[11Jun2021 02:56:23.758] [modloading-worker-2/INFO] [com.personthecat.orestonevariants.io.JarFiles/]: copying from [data/osv/stone/quark_slate.hjson] to [./config/osv/stone/quark_slate.hjson]
[11Jun2021 02:56:23.859] [Hats Hat Reader Thread/INFO] [me.ichun.mods.hats.common.Hats/]: Loaded 316 files. 194 hats, 122 accessories.
[11Jun2021 02:56:24.069] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /home/minecraft/multicraft/servers/server183906/config/osv-common.hjson is not correct. Correcting
[11Jun2021 02:56:24.071] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key worldGen.deferOresWhen was corrected from [quark] to its default, [quark].
[11Jun2021 02:56:24.161] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /home/minecraft/multicraft/servers/server183906/config/osv-client.hjson is not correct. Correcting
[11Jun2021 02:56:24.248] [modloading-worker-2/INFO] [se.gory_moon.player_mobs.repack.registrate.AbstractRegistrate/]: Detected new forge version, registering events reflectively.
[11Jun2021 02:56:25.351] [modloading-worker-3/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 36.1.24, for MC 1.16.5 with MCP 20210115.111550
[11Jun2021 02:56:25.351] [modloading-worker-3/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v36.1.24 Initialized
[11Jun2021 02:56:29.251] [modloading-worker-2/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Setting up config paths...
[11Jun2021 02:56:29.270] [modloading-worker-1/INFO] [twilightforest/]: Skipped compatibility for mod immersiveengineering.
[11Jun2021 02:56:29.475] [modloading-worker-2/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Bee Registry Initialized...
[11Jun2021 02:56:29.477] [modloading-worker-2/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Trait Registry Initialized...
[11Jun2021 02:56:29.477] [modloading-worker-2/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Bee Registration Enabled...
[11Jun2021 02:56:29.530] [modloading-worker-2/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Building Biome Dictionary...
[11Jun2021 02:56:29.659] [modloading-worker-2/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Registering Custom Bees...
[11Jun2021 02:56:30.037] [modloading-worker-3/ERROR] [me.ichun.letsleepingdogslie.common.LetSleepingDogsLie/]: You are loading Let Sleeping Dogs Lie on a server. Let Sleeping Dogs Lie is a client only mod!
[11Jun2021 02:56:30.253] [modloading-worker-2/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Registering Custom Honeys..
[11Jun2021 02:56:30.332] [modloading-worker-2/INFO] [com.dannyboythomas.hole_filler_mod.HoleFillerMod/]: Loading config:/home/minecraft/multicraft/servers/server183906/config/hole_filler_mod.toml
[11Jun2021 02:56:30.332] [modloading-worker-2/INFO] [com.dannyboythomas.hole_filler_mod.HoleFillerMod/]: Built config:/home/minecraft/multicraft/servers/server183906/config/hole_filler_mod.toml
[11Jun2021 02:56:30.333] [modloading-worker-2/INFO] [com.dannyboythomas.hole_filler_mod.HoleFillerMod/]: Loaded config:/home/minecraft/multicraft/servers/server183906/config/hole_filler_mod.toml
[11Jun2021 02:56:30.524] [modloading-worker-2/ERROR] [me.ichun.mods.betterthanllamas.common.BetterThanLlamas/]: You are loading Better Than Llamas on a server. Better Than Llamas is a client only mod!
[11Jun2021 02:56:31.140] [modloading-worker-3/WARN] [craftedMods.jeiLotr.JEILotr/]: JEI LOTR was loaded on a server - it doesn't do anyting there and may cause crashes
[11Jun2021 02:56:31.883] [modloading-worker-2/INFO] [wile.redstonepen.ModRedstonePen/]: Redstone Pen GIT id #c8f299e.
[11Jun2021 02:56:32.033] [modloading-worker-1/ERROR] [me.ichun.mods.googlyeyes.common.GooglyEyes/]: You are loading Googly Eyes on a server. Googly Eyes is a client only mod!
[11Jun2021 02:56:32.034] [modloading-worker-1/ERROR] [me.ichun.mods.betterthanbunnies.common.BetterThanBunnies/]: You are loading Better Than Bunnies on a server. Better Than Bunnies is a client only mod!
[11Jun2021 02:56:32.044] [modloading-worker-1/INFO] [druidcraft/]: Loading Config: /home/minecraft/multicraft/servers/server183906/config/druidcraft-server.toml
[11Jun2021 02:56:32.045] [modloading-worker-1/INFO] [druidcraft/]: Built Config: /home/minecraft/multicraft/servers/server183906/config/druidcraft-server.toml
[11Jun2021 02:56:32.045] [modloading-worker-1/INFO] [druidcraft/]: Loaded Config: /home/minecraft/multicraft/servers/server183906/config/druidcraft-server.toml
[11Jun2021 02:56:32.046] [modloading-worker-1/INFO] [druidcraft/]: Loading Config: /home/minecraft/multicraft/servers/server183906/config/druidcraft-client.toml
[11Jun2021 02:56:32.046] [modloading-worker-1/INFO] [druidcraft/]: Built Config: /home/minecraft/multicraft/servers/server183906/config/druidcraft-client.toml
[11Jun2021 02:56:32.046] [modloading-worker-1/INFO] [druidcraft/]: Loaded Config: /home/minecraft/multicraft/servers/server183906/config/druidcraft-client.toml
[11Jun2021 02:56:33.295] [modloading-worker-3/ERROR] [lotr.common.LOTRLog/]: lotr: No data fixer registered for block entity {}
[11Jun2021 02:56:33.295] [modloading-worker-3/ERROR] [lotr.common.LOTRLog/]: lotr: No data fixer registered for block entity {}
[11Jun2021 02:56:33.296] [modloading-worker-3/ERROR] [lotr.common.LOTRLog/]: lotr: No data fixer registered for block entity {}
[11Jun2021 02:56:33.296] [modloading-worker-3/ERROR] [lotr.common.LOTRLog/]: lotr: No data fixer registered for block entity {}
[11Jun2021 02:56:33.296] [modloading-worker-3/ERROR] [lotr.common.LOTRLog/]: lotr: No data fixer registered for block entity {}
[11Jun2021 02:56:33.297] [modloading-worker-3/ERROR] [lotr.common.LOTRLog/]: lotr: No data fixer registered for block entity {}
[11Jun2021 02:56:33.297] [modloading-worker-3/ERROR] [lotr.common.LOTRLog/]: lotr: No data fixer registered for block entity {}
[11Jun2021 02:56:33.299] [modloading-worker-3/ERROR] [lotr.common.LOTRLog/]: lotr: No data fixer registered for block entity {}
[11Jun2021 02:56:33.301] [modloading-worker-3/ERROR] [lotr.common.LOTRLog/]: lotr: No data fixer registered for block entity {}
[11Jun2021 02:56:33.324] [modloading-worker-3/ERROR] [lotr.common.LOTRLog/]: lotr: No data fixer registered for block entity {}
[11Jun2021 02:56:33.666] [modloading-worker-0/INFO] [nikita488.zycraft.repack.registrate.AbstractRegistrate/]: Detected new forge version, registering events reflectively.
[11Jun2021 02:56:33.755] [modloading-worker-2/INFO] [com.simibubi.create.repack.registrate.AbstractRegistrate/]: Detected new forge version, registering events reflectively.
[11Jun2021 02:56:34.575] [modloading-worker-0/INFO] [inspirations/]: Loading replacements config file...
[11Jun2021 02:56:34.577] [modloading-worker-0/INFO] [inspirations/]: Config loaded.
[11Jun2021 02:56:35.586] [modloading-worker-1/INFO] [lizcraft.tinychest.TinyChest/]: Enabling Quark compatibility
[11Jun2021 02:56:35.591] [modloading-worker-1/INFO] [lizcraft.tinychest.TinyChest/]: Enabling Atmospheric compatibility
[11Jun2021 02:56:35.947] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_basalt`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.957] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_biotite`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.958] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_blaze_lantern`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.963] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_brimstone`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.970] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_cave_crystal`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.975] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_misc` for name `golem_charcoal`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.980] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_color_slime`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.980] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_duskbound`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.981] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_duskbound_lamp`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.983] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_elder_prismarine`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.984] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_elder_sea_lantern`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.984] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_framed_glass`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.991] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_glowshroom`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.997] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_iron_plate`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.998] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_jasper`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.998] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_limestone`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.998] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_marble`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:35.999] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_midori`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:36.030] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_permafrost`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:36.035] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_quilted_wool`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:36.035] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_slate`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:36.035] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_soul_sandstone`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:36.036] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_sturdy_stone`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:36.036] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `golems_quark` for name `golem_tallow`, expected `golems`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:56:36.250] [modloading-worker-0/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching vazkii/quark/content/tools/module/AncientTomesModule
[11Jun2021 02:56:36.295] [modloading-worker-0/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching vazkii/quark/content/tools/item/AncientTomeItem
[11Jun2021 02:56:36.679] [modloading-worker-3/INFO] [corgitaco.enchancedcelestials.EnhancedCelestials/]: Loading config: /home/minecraft/multicraft/servers/server183906/config/enhancedcelestials/enhancedcelestials-common.toml
[11Jun2021 02:56:36.699] [modloading-worker-2/INFO] [expandability/]: ExpandAbility here, who dis?
[11Jun2021 02:56:36.794] [modloading-worker-1/INFO] [terraincognita/]: Integrating with Quark...
[11Jun2021 02:56:36.795] [modloading-worker-1/INFO] [terraincognita/]: Integrating with Buzzier Bees...
[11Jun2021 02:56:36.795] [modloading-worker-1/INFO] [terraincognita/]: Integrating with Upgrade Aquatic...
[11Jun2021 02:56:36.796] [modloading-worker-1/INFO] [terraincognita/]: Integrating with Farmer's Delight...
[11Jun2021 02:56:36.827] [modloading-worker-1/INFO] [terraincognita/]: Integrating with Simply Tea...
[11Jun2021 02:56:56.321] [main/INFO] [Kiwi/Init]: Module [kiwi:contributors] initialized
[11Jun2021 02:56:56.343] [main/INFO] [Kiwi/Init]: Module [snowrealmagic:core] initialized
[11Jun2021 02:56:56.345] [main/INFO] [Kiwi/Init]: block: 8
[11Jun2021 02:56:56.345] [main/INFO] [Kiwi/Init]: item: 1
[11Jun2021 02:56:56.345] [main/INFO] [Kiwi/Init]: block_entity_type: 2
[11Jun2021 02:56:56.345] [main/INFO] [Kiwi/Init]: entity_type: 1
[11Jun2021 02:56:56.345] [main/INFO] [Kiwi/Init]: Module [snowrealmagic:world] initialized
[11Jun2021 02:56:56.345] [main/INFO] [Kiwi/Init]: worldgen/feature: 1
[11Jun2021 02:56:56.346] [main/INFO] [Kiwi/Init]: Module [kiwi:data] initialized
[11Jun2021 02:56:56.346] [main/INFO] [Kiwi/Init]: recipe_serializer: 3
[11Jun2021 02:56:56.556] [main/INFO] [net.minecraft.resources.ResourcePackList/]: Enabling resource pack.
[11Jun2021 02:56:56.893] [main/WARN] [pokecube/]: No Max Move For Type ???, when allocating for expandingforce
[11Jun2021 02:56:56.898] [main/WARN] [pokecube/]: No Max Move For Type ???, when allocating for expandingforce
[11Jun2021 02:56:56.900] [main/WARN] [pokecube/]: No Max Move For Type ???, when allocating for thunderouskick
[11Jun2021 02:56:56.900] [main/WARN] [pokecube/]: No Max Move For Type ???, when allocating for thunderouskick
[11Jun2021 02:56:57.371] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/screen/Screen for invalid dist DEDICATED_SERVER
[11Jun2021 02:56:58.190] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/screen/Screen for invalid dist DEDICATED_SERVER
[11Jun2021 02:56:58.588] [main/WARN] [pokecube/]: No Max Move For Type ???, when allocating for expandingforce
[11Jun2021 02:56:58.588] [main/WARN] [pokecube/]: No Max Move For Type ???, when allocating for expandingforce
[11Jun2021 02:56:58.590] [main/WARN] [pokecube/]: No Max Move For Type ???, when allocating for thunderouskick
[11Jun2021 02:56:58.590] [main/WARN] [pokecube/]: No Max Move For Type ???, when allocating for thunderouskick
[11Jun2021 02:56:58.968] [main/INFO] [STDERR/]: [pokecube.core.moves.animations.presets.ParticleFlow:init:42]: flow:w3:f1,0,1:~frostbreath java.lang.NumberFormatException: For input string: "1,0,1"
[11Jun2021 02:56:59.045] [main/INFO] [STDERR/]: [pokecube.core.moves.animations.presets.ParticleFlow:init:42]: flow:pcloud:l3:d0.4:w4:atrue:f0,4,0:~boomburst java.lang.NumberFormatException: For input string: "0,4,0"
[11Jun2021 02:56:59.070] [main/INFO] [STDERR/]: [pokecube.core.moves.animations.presets.ParticleFlow:init:42]: flow:phappy_villager:clime:atrue:d1:w0.5:f(0.5-rand())*(8),0,6:~coreenforcer java.lang.NumberFormatException: For input string: "(0.5-rand())*(8),0,6"
[11Jun2021 02:57:03.090] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.091] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `chipped_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.091] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `damaged_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.094] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `enchanting_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.099] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `enchanting_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.101] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `spawner`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.101] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `spawner`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.101] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cactus`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.101] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cactus`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.102] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sugar_cane`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.102] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sugar_cane`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.102] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.102] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.104] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fletching_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.104] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fletching_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:03.812] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cauldron`, expected `cavesandcliffs`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:04.028] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `snow`, expected `snowrealmagic`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:04.073] [main/INFO] [blueduck.jellyfishing.JellyfishingMod/]: HELLO from Register Block
[11Jun2021 02:57:04.083] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `bamboospreads`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:05.094] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:05.095] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:05.097] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:05.097] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:05.099] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:05.099] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:05.683] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Blocks registered!
[11Jun2021 02:57:05.950] [main/INFO] [Dark Utilities/]: Registered 45 Block entries in 1.14ms.
[11Jun2021 02:57:06.310] [main/INFO] [blueduck.dustrial.dustrialdecor.DustrialDecorMod/]: HELLO from Register Block
[11Jun2021 02:57:06.443] [main/INFO] [net.minecraft.world.biome.Biome/]: HELLO from Register Block
[11Jun2021 02:57:08.053] [main/INFO] [lotr.common.LOTRLog/]: lotr: Auto-registered 37 stripped wood blocks
[11Jun2021 02:57:08.053] [main/INFO] [lotr.common.LOTRLog/]: lotr: Auto-registered 38 sign blocks
[11Jun2021 02:57:08.157] [main/INFO] [blueduck.morejellyfish.morejellyfishmod.MoreJellyfishMod/]: HELLO from Register Block
[11Jun2021 02:57:08.158] [main/INFO] [druidcraft/]: Blocks registered.
[11Jun2021 02:57:09.392] [main/WARN] [com.ferreusveritas.dynamictrees.systems.RootyBlockHelper/]: Attempted to register Block{dtatum:rooty_fertile_soil} as the rooty block of Block{atum:fertile_soil} but it already had Block{dtatum:rooty_fertile_soil}
[11Jun2021 02:57:20.727] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `iron_bars`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.839] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `white_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.844] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `orange_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.845] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `magenta_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.845] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `light_blue_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.845] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `yellow_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.846] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `lime_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.846] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `pink_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.846] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `gray_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.846] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `light_gray_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.846] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cyan_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.847] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `purple_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.847] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blue_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.847] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `brown_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.847] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `green_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.848] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `red_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.848] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `black_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.852] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `hopper`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:20.873] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cauldron`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:21.145] [main/WARN] [com.ferreusveritas.dynamictrees.systems.RootyBlockHelper/]: Attempted to register Block{dtquark:rooty_glowcelium} as the rooty block of Block{quark:glowcelium} but it already had Block{dtquark:rooty_glowcelium}
[11Jun2021 02:57:21.301] [main/INFO] [golems/]: registerBlocks
[11Jun2021 02:57:21.542] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:21.544] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:22.046] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `iron_bars`, expected `splatcraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:22.049] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `chain`, expected `splatcraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:22.536] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `shears`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:22.537] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:22.537] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `chipped_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:22.537] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `damaged_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:22.638] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `honeycomb`, expected `cavesandcliffs`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:22.638] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cauldron`, expected `cavesandcliffs`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:22.727] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `snow`, expected `snowrealmagic`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:22.785] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `bamboospreads`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:23.086] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Items registered!
[11Jun2021 02:57:23.106] [main/INFO] [additionalbanners/]: Registered 20 Item entries in 0.6ms.
[11Jun2021 02:57:23.319] [main/INFO] [Dark Utilities/]: Registered 53 Item entries in 1.16ms.
[11Jun2021 02:57:23.915] [main/INFO] [patchouli/]: Loaded book jsons on Thread[main,5,main] in 348 ms
[11Jun2021 02:57:24.374] [main/INFO] [druidcraft/]: Items registered.
[11Jun2021 02:57:25.697] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `iron_bars`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.714] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `shield`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.714] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `white_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.714] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `orange_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.714] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `magenta_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.714] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `light_blue_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.714] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `yellow_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.715] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `lime_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.715] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `pink_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.715] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `gray_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.715] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `light_gray_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.715] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cyan_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.715] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `purple_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.715] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blue_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.715] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `brown_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.715] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `green_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.715] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `red_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.716] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `black_carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.716] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `hopper`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.726] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cauldron`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:25.762] [main/INFO] [golems/]: registerItems
[11Jun2021 02:57:26.139] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `iron_bars`, expected `splatcraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:26.139] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `chain`, expected `splatcraft`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:26.197] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `beast`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:26.199] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `clone`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:26.201] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `typing`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:26.203] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `teamaqua`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:26.204] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `teammagma`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:26.206] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `rocket`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:26.456] [main/INFO] [Bookshelf/]: Registered 11 GlobalLootModifierSerializer entries in 0.24ms.
[11Jun2021 02:57:27.529] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `enchanting_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:27.650] [main/INFO] [Dark Utilities/]: Registered 2 TileEntityType entries in 0.08ms.
[11Jun2021 02:57:27.826] [main/INFO] [druidcraft/]: Tile Entities registered.
[11Jun2021 02:57:28.050] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bane_of_arthropods`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.050] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smite`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.050] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sharpness`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.051] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `protection`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.051] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fire_protection`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.051] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_protection`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.051] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `projectile_protection`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.051] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `feather_falling`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.060] [main/INFO] [randomenchants/]: Registered 43 enchantments!
[11Jun2021 02:57:28.095] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `protection`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.095] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fire_protection`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.095] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `projectile_protection`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.095] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_protection`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.097] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `thorns`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.099] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `knockback`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.101] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fire_aspect`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.103] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `looting`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.105] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sharpness`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.105] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smite`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.105] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bane_of_arthropods`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:28.182] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for strawgolem:strawgolem, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.377] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:ara, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.377] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:arachne, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.378] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:arion, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.378] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:bronze_bull, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.378] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:centaur, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.379] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:cerastes, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.379] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:cerberus, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.380] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:charybdis, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.380] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:circe, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.380] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:cretan_minotaur, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.381] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:cyprian, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.381] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:cyclopes, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.382] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:drakaina, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.382] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:dryad, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.383] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:elpis, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.383] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:empusa, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.384] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:fury, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.384] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:geryon, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.384] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:giant_boar, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.385] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:gigante, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.385] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:golden_ram, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.385] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:gorgon, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.386] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:harpy, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.386] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:mad_cow, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.387] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:makhai, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.387] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:minotaur, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.387] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:nemean_lion, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.388] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:naiad, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.388] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:orthus, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.389] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:pegasus, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.389] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:python, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.390] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:satyr, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.390] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:shade, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.391] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:siren, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.391] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:sparti, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.391] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:talos, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.392] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:unicorn, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.392] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for greekfantasy:whirl, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.393] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for null, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.395] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:muddypig, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.395] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:cluckshroom, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.395] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:moobloom, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.395] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:horned_sheep, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.395] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:rainbow_sheep, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.396] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:jolly_llama, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.397] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:wooly_cow, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.397] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:bone_spider, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.397] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:bouldering_zombie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.397] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:lobber_zombie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.397] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:viler_witch, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.401] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for null, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.404] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Entities registered!
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:tinkywinky, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:dipsy, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:laalaa, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:po, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:noonoo, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:mimi, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:daadaa, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:ping, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:ba, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:ruru, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:nin, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:duggledee, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.452] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:umpiepumpie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.453] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:tinkywinky_zombie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.453] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:dipsy_zombie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.453] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:laalaa_zombie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.453] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for teletubbies:po_zombie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.469] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:grizzly_bear, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.469] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:roadrunner, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.470] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:bone_serpent, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.470] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:bone_serpent_part, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.470] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:gazelle, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.470] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:crocodile, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.471] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:fly, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.471] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:hummingbird, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.472] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:orca, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.474] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:sunbird, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.474] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:gorilla, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.475] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:crimson_mosquito, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.476] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:rattlesnake, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.476] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:endergrade, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.476] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:hammerhead_shark, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.476] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:lobster, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.477] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:komodo_dragon, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.477] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:capuchin_monkey, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.477] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:centipede_head, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.477] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:centipede_body, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.477] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:centipede_tail, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.477] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:warped_toad, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.477] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:moose, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.478] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:mimicube, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.478] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:raccoon, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.478] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:blobfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.478] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:seal, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.479] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:cockroach, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.479] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:shoebill, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.480] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:elephant, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.480] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:soul_vulture, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.480] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:snow_leopard, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.481] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:spectre, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.481] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:crow, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.482] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:alligator_snapping_turtle, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.482] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:mungus, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.482] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:mantis_shrimp, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.483] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:guster, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.483] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:warped_mosco, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.483] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:straddler, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.483] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:stradpole, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.483] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:emu, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.483] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:platypus, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.484] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:dropbear, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.484] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:tasmanian_devil, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.484] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:kangaroo, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.484] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:cachalot_whale, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.485] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:leafcutter_ant, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.485] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:enderiophage, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.486] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:bald_eagle, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.486] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:tiger, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.486] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:tarantula_hawk, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.592] [main/INFO] [com.github.iunius118.tolaserblade.ToLaserBlade/]: [ToLaserBlade] This warning of data fixer is not an issue for modded entities
[11Jun2021 02:57:28.693] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:whelp, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.693] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:ally_vex, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.694] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:carbuncle, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.694] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:sylph, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.694] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:drygmy, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.694] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:wixie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.694] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:wilden_hunter, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.694] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:wilden_stalker, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.694] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:summon_wolf, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.694] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:summon_horse, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.695] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:wilden_guardian, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.695] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for ars_nouveau:dummy, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.709] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endreborn:endguard, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.709] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endreborn:enderman, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.715] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for enchantwithmob:enchanter, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.770] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for druidcraft:dreadfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.771] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for druidcraft:beetle, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.771] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for druidcraft:lunar_moth, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:28.771] [main/INFO] [druidcraft/]: Entities registered.
[11Jun2021 02:57:28.772] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for conjurer_illager:conjurer, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:29.002] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for toadterror:toad_sentinel, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:29.002] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for toadterror:toad_protector, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:29.003] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for festive_creepers:festive_creeper, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:29.129] [main/INFO] [golems/]: registerEntities
[11Jun2021 02:57:29.288] [main/ERROR] [pokecube/]: Trying to replace oricorio with oricorio_baile as base for oricorio_baile
[11Jun2021 02:57:29.288] [main/ERROR] [pokecube/]: Trying to replace oricorio with oricorio_baile as base for oricorio_pau
[11Jun2021 02:57:29.288] [main/ERROR] [pokecube/]: Trying to replace oricorio with oricorio_baile as base for oricorio_pom-pom
[11Jun2021 02:57:29.288] [main/ERROR] [pokecube/]: Trying to replace oricorio with oricorio_baile as base for oricorio_sensu
[11Jun2021 02:57:29.296] [main/INFO] [pokecube/]: Loaded 899 by number, and 1125 by formes from databases.
[11Jun2021 02:57:29.502] [main/ERROR] [pokecube/]: Trying to replace calyrex with glastrier as base for calyrex_ice_rider
[11Jun2021 02:57:29.502] [main/ERROR] [pokecube/]: Trying to replace calyrex with spectrier as base for calyrex_shadow_rider
[11Jun2021 02:57:30.060] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `milk`, expected `forge`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:30.060] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `flowing_milk`, expected `forge`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:30.407] [main/INFO] [druidcraft/]: GUI registered.
[11Jun2021 02:57:30.445] [main/INFO] [golems/]: registerContainers
[11Jun2021 02:57:30.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6d087eea
[11Jun2021 02:57:30.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@7a34495c
[11Jun2021 02:57:30.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@41bc08a4
[11Jun2021 02:57:30.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@488c5690
[11Jun2021 02:57:30.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@8ea3795
[11Jun2021 02:57:30.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1ff6e15b
[11Jun2021 02:57:30.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@45a68de6
[11Jun2021 02:57:30.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@596928aa
[11Jun2021 02:57:30.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@7cfc5b15
[11Jun2021 02:57:30.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@7661591d
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@20f1a28c
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@406a6d37
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@2ec3ce6b
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@2054ae5a
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1db6c306
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@58bf3a94
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6d1353bf
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@57994fe8
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4c94ec0e
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@545b6b79
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3aa7ccc
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@ff974b1
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@40d56143
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4265ebd9
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@23828dbc
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5f6061cb
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@35f87060
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@38a4eaa6
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6083e7a8
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1bef2dcd
[11Jun2021 02:57:30.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@e74a894
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@2d9137cc
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@25a0d824
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@26055350
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@9fe5fb4
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@66636739
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@52003db0
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@433c49c7
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6bbf6908
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@755282a8
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1ab993b2
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@d180cd3
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4f1df88c
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@333bb5c
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1d3789f6
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5c5a1ba8
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@716ec111
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@7b8841f0
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@462b2937
[11Jun2021 02:57:30.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5a6761d7
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@74f71ef1
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3bce19e2
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@73c3f835
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@76022579
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@484c97ba
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5aaceb0
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@d7dc776
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1270f474
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@77ed1055
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@57c9ecb5
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@8b1097c
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6315947c
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4a8f1a2b
[11Jun2021 02:57:30.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4b28971c
[11Jun2021 02:57:30.682] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@513efdf
[11Jun2021 02:57:30.682] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@48183e47
[11Jun2021 02:57:30.682] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@454bbcd4
[11Jun2021 02:57:30.682] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@15a07a3c
[11Jun2021 02:57:30.682] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@78725d2f
[11Jun2021 02:57:30.682] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5ec3bb3e
[11Jun2021 02:57:30.682] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@77577387
[11Jun2021 02:57:30.682] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@257188da
[11Jun2021 02:57:30.714] [main/INFO] [STDOUT/]: [com.hollingsworth.arsnouveau.client.particle.ModParticles:registerParticles:23]: Rendering particles
[11Jun2021 02:57:30.728] [main/INFO] [druidcraft/]: Particles registered.
[11Jun2021 02:57:30.947] [main/INFO] [Bookshelf/]: Registered 22 ingredient serializers.
[11Jun2021 02:57:30.948] [main/INFO] [Bookshelf/]: Registered 5 IRecipeSerializer entries in 0.19ms.
[11Jun2021 02:57:31.163] [main/INFO] [druidcraft/]: Recipes registered.
[11Jun2021 02:57:31.431] [main/INFO] [druidcraft/]: Sound events registered.
[11Jun2021 02:57:31.810] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Biome: The object minecraft:the_end has been registered twice for the same name minecraft:the_end.
[11Jun2021 02:57:31.811] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Biome: The object minecraft:end_barrens has been registered twice for the same name minecraft:end_barrens.
[11Jun2021 02:57:31.811] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Biome: The object minecraft:small_end_islands has been registered twice for the same name minecraft:small_end_islands.
[11Jun2021 02:57:31.811] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Biome: The object minecraft:end_midlands has been registered twice for the same name minecraft:end_midlands.
[11Jun2021 02:57:31.811] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Biome: The object minecraft:end_highlands has been registered twice for the same name minecraft:end_highlands.
[11Jun2021 02:57:33.338] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Biomes registered!
[11Jun2021 02:57:33.339] [main/INFO] [com.personthecat.orestonevariants.init.CommonRegistryHandler/]: Running deferred registry event for minecraft:block
[11Jun2021 02:57:33.351] [main/INFO] [com.personthecat.orestonevariants.blocks.BlockEntry/]: _clay, clays is valid. Loading...
[11Jun2021 02:57:33.355] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: turtlemancy_oyster_sand.hjson
[11Jun2021 02:57:33.357] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping turtlemancy_oyster_sand. It is supported, but not enabled
[11Jun2021 02:57:33.357] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: infested_stone.hjson
[11Jun2021 02:57:33.358] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping infested_stone. It is supported, but not enabled
[11Jun2021 02:57:33.358] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: mysticalworld_quicksilver_ore.hjson
[11Jun2021 02:57:33.358] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: mysticalworld_quicksilver_ore
[11Jun2021 02:57:33.400] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: atum_nebu_ore.hjson
[11Jun2021 02:57:33.400] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: atum_nebu_ore
[11Jun2021 02:57:33.401] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: endreborn_end_tungsten_ore.hjson
[11Jun2021 02:57:33.401] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: endreborn_end_tungsten_ore
[11Jun2021 02:57:33.402] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: ars_nouveau_arcane_ore.hjson
[11Jun2021 02:57:33.402] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: ars_nouveau_arcane_ore
[11Jun2021 02:57:33.403] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_amethyst_ore.hjson
[11Jun2021 02:57:33.403] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_amethyst_ore
[11Jun2021 02:57:33.404] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_fossilised_ruby_bug.hjson
[11Jun2021 02:57:33.404] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_fossilised_ruby_bug
[11Jun2021 02:57:33.405] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silents_mechanisms_zinc_ore.hjson
[11Jun2021 02:57:33.405] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silents_mechanisms_zinc_ore
[11Jun2021 02:57:33.405] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: iceandfire_amethyst_ore.hjson
[11Jun2021 02:57:33.406] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping iceandfire_amethyst_ore. It is supported, but not enabled
[11Jun2021 02:57:33.406] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: cavesandcliffs_copper_ore.hjson
[11Jun2021 02:57:33.406] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: cavesandcliffs_copper_ore
[11Jun2021 02:57:33.406] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: buddycards_luminis_ore.hjson
[11Jun2021 02:57:33.407] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping buddycards_luminis_ore. It is supported, but not enabled
[11Jun2021 02:57:33.407] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_fossilised_hercules_beetle.hjson
[11Jun2021 02:57:33.407] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_fossilised_hercules_beetle
[11Jun2021 02:57:33.407] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: simpleores_mythril_ore.hjson
[11Jun2021 02:57:33.407] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping simpleores_mythril_ore. It is supported, but not enabled
[11Jun2021 02:57:33.407] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_fossilised_ent.hjson
[11Jun2021 02:57:33.408] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_fossilised_ent
[11Jun2021 02:57:33.408] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_bloodstone_ore.hjson
[11Jun2021 02:57:33.408] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_bloodstone_ore
[11Jun2021 02:57:33.408] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_titanium_ore.hjson
[11Jun2021 02:57:33.409] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_titanium_ore
[11Jun2021 02:57:33.409] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: atum_gold_ore.hjson
[11Jun2021 02:57:33.409] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: atum_gold_ore
[11Jun2021 02:57:33.409] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: quark_biotite_ore.hjson
[11Jun2021 02:57:33.410] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping quark_biotite_ore. It is supported, but not enabled
[11Jun2021 02:57:33.410] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: gobber2_gobber2_lucky_block.hjson
[11Jun2021 02:57:33.410] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: gobber2_gobber2_lucky_block
[11Jun2021 02:57:33.410] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: undergarden_froststeel_ore.hjson
[11Jun2021 02:57:33.411] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: undergarden_froststeel_ore
[11Jun2021 02:57:33.411] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: simpleores_copper_ore.hjson
[11Jun2021 02:57:33.411] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping simpleores_copper_ore. It is supported, but not enabled
[11Jun2021 02:57:33.411] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: wyrmroost_blue_geode_ore.hjson
[11Jun2021 02:57:33.412] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: wyrmroost_blue_geode_ore
[11Jun2021 02:57:33.412] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: extcaves_brokenstone.hjson
[11Jun2021 02:57:33.412] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping extcaves_brokenstone. It is supported, but not enabled
[11Jun2021 02:57:33.412] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: forbidden_arcanus_dark_runestone.hjson
[11Jun2021 02:57:33.413] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping forbidden_arcanus_dark_runestone. It is supported, but not enabled
[11Jun2021 02:57:33.413] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: tconstruct_copper_ore.hjson
[11Jun2021 02:57:33.413] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping tconstruct_copper_ore. It is supported, but not enabled
[11Jun2021 02:57:33.413] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_ruby_ore.hjson
[11Jun2021 02:57:33.414] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_ruby_ore
[11Jun2021 02:57:33.414] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: druidcraft_nether_fiery_glass_ore.hjson
[11Jun2021 02:57:33.414] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping druidcraft_nether_fiery_glass_ore. It is supported, but not enabled
[11Jun2021 02:57:33.415] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: undergarden_loose_tremblestone.hjson
[11Jun2021 02:57:33.415] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping undergarden_loose_tremblecrust. It is supported, but not enabled
[11Jun2021 02:57:33.415] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_aluminum_ore.hjson
[11Jun2021 02:57:33.415] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_aluminum_ore
[11Jun2021 02:57:33.416] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: create_zinc_ore.hjson
[11Jun2021 02:57:33.416] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: create_zinc_ore
[11Jun2021 02:57:33.416] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: aether_gravitite_ore.hjson
[11Jun2021 02:57:33.417] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping aether_gravitite_ore. It is supported, but not enabled
[11Jun2021 02:57:33.417] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: gobber2_gobber2_ore_nether.hjson
[11Jun2021 02:57:33.417] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: gobber2_gobber2_ore_nether
[11Jun2021 02:57:33.417] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_ultra_emerald_ore.hjson
[11Jun2021 02:57:33.418] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping pokecube_legends_ultra_emerald_ore. It is supported, but not enabled
[11Jun2021 02:57:33.418] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: atum_coal_ore.hjson
[11Jun2021 02:57:33.418] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: atum_coal_ore
[11Jun2021 02:57:33.418] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: malum_blazing_quartz_ore.hjson
[11Jun2021 02:57:33.419] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: malum_blazing_quartz_ore
[11Jun2021 02:57:33.419] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: infested.hjson
[11Jun2021 02:57:33.420] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: infested
[11Jun2021 02:57:33.420] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_niter_ore.hjson
[11Jun2021 02:57:33.420] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_niter_ore
[11Jun2021 02:57:33.421] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: betterendforge_thallasium_ore.hjson
[11Jun2021 02:57:33.421] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: betterendforge_thallasium_ore
[11Jun2021 02:57:33.421] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: tconstruct_cobalt_ore.hjson
[11Jun2021 02:57:33.422] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping tconstruct_cobalt_ore. It is supported, but not enabled
[11Jun2021 02:57:33.422] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: rediscovered_ruby_ore.hjson
[11Jun2021 02:57:33.422] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping rediscovered_ruby_ore. It is supported, but not enabled
[11Jun2021 02:57:33.422] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: enhanced_vanilla_glowstone_ore.hjson
[11Jun2021 02:57:33.423] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping enhanced_vanilla_glowstone_ore. It is supported, but not enabled
[11Jun2021 02:57:33.423] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: wyrmroost_platinum_ore.hjson
[11Jun2021 02:57:33.423] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: wyrmroost_platinum_ore
[11Jun2021 02:57:33.423] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_sulfur_ore.hjson
[11Jun2021 02:57:33.424] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_sulfur_ore
[11Jun2021 02:57:33.424] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_copper_ore.hjson
[11Jun2021 02:57:33.425] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_copper_ore
[11Jun2021 02:57:33.425] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: mysticalworld_granite_quartz_ore.hjson
[11Jun2021 02:57:33.425] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping mysticalworld_granite_quartz_ore. It is supported, but not enabled
[11Jun2021 02:57:33.425] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_termite_infested_ore.hjson
[11Jun2021 02:57:33.426] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_termite_infested_ore
[11Jun2021 02:57:33.426] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: byg_pendorite_ore.hjson
[11Jun2021 02:57:33.427] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: byg_pendorite_ore
[11Jun2021 02:57:33.427] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: undergarden_iron_ore.hjson
[11Jun2021 02:57:33.427] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: undergarden_iron_ore
[11Jun2021 02:57:33.427] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_ultra_gold_ore.hjson
[11Jun2021 02:57:33.428] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping pokecube_legends_ultra_gold_ore. It is supported, but not enabled
[11Jun2021 02:57:33.428] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_salt_ore.hjson
[11Jun2021 02:57:33.429] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping lotr_salt_ore. It is supported, but not enabled
[11Jun2021 02:57:33.429] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: good_nights_sleep_zitrite_ore.hjson
[11Jun2021 02:57:33.429] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping good_nights_sleep_zitrite_ore. It is supported, but not enabled
[11Jun2021 02:57:33.430] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: good_nights_sleep_positite_ore.hjson
[11Jun2021 02:57:33.430] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping good_nights_sleep_positite_ore. It is supported, but not enabled
[11Jun2021 02:57:33.430] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: gilded_blackstone_ore.hjson
[11Jun2021 02:57:33.430] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: gilded_blackstone_ore
[11Jun2021 02:57:33.431] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silents_mechanisms_bismuth_ore.hjson
[11Jun2021 02:57:33.432] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silents_mechanisms_bismuth_ore
[11Jun2021 02:57:33.432] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_mithril_ore.hjson
[11Jun2021 02:57:33.432] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_mithril_ore
[11Jun2021 02:57:33.433] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: good_nights_sleep_lapis_ore.hjson
[11Jun2021 02:57:33.433] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping good_nights_sleep_lapis_ore. It is supported, but not enabled
[11Jun2021 02:57:33.433] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: undergarden_gold_ore.hjson
[11Jun2021 02:57:33.433] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: undergarden_gold_ore
[11Jun2021 02:57:33.434] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silentgear_bort_ore.hjson
[11Jun2021 02:57:33.434] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silentgear_bort_ore
[11Jun2021 02:57:33.436] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: good_nights_sleep_rainbow_ore.hjson
[11Jun2021 02:57:33.438] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping good_nights_sleep_rainbow_ore. It is supported, but not enabled
[11Jun2021 02:57:33.439] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: druidcraft_amber_ore.hjson
[11Jun2021 02:57:33.442] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: druidcraft_amber_ore
[11Jun2021 02:57:33.443] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silents_mechanisms_lead_ore.hjson
[11Jun2021 02:57:33.445] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silents_mechanisms_lead_ore
[11Jun2021 02:57:33.446] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_copper_ore.hjson
[11Jun2021 02:57:33.446] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_copper_ore
[11Jun2021 02:57:33.446] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_tin_ore.hjson
[11Jun2021 02:57:33.447] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_tin_ore
[11Jun2021 02:57:33.447] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: undergarden_diamond_ore.hjson
[11Jun2021 02:57:33.447] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: undergarden_diamond_ore
[11Jun2021 02:57:33.448] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: gold_ore.hjson
[11Jun2021 02:57:33.448] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: gold_ore
[11Jun2021 02:57:33.448] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: splatcraft_sardinium_ore.hjson
[11Jun2021 02:57:33.449] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: splatcraft_sardinium_ore
[11Jun2021 02:57:33.449] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: forbidden_arcanus_xpetrified_ore.hjson
[11Jun2021 02:57:33.450] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: forbidden_arcanus_xpetrified_ore
[11Jun2021 02:57:33.450] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: atum_redstone_ore.hjson
[11Jun2021 02:57:33.450] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: atum_redstone_ore
[11Jun2021 02:57:33.450] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_ultra_diamond_ore.hjson
[11Jun2021 02:57:33.451] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping pokecube_legends_ultra_diamond_ore. It is supported, but not enabled
[11Jun2021 02:57:33.451] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: iceandfire_silver_ore.hjson
[11Jun2021 02:57:33.451] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping iceandfire_silver_ore. It is supported, but not enabled
[11Jun2021 02:57:33.451] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_ruby_ore.hjson
[11Jun2021 02:57:33.451] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: pokecube_legends_ruby_ore
[11Jun2021 02:57:33.452] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: mysticalworld_amethyst_ore.hjson
[11Jun2021 02:57:33.452] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: mysticalworld_amethyst_ore
[11Jun2021 02:57:33.452] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silents_mechanisms_tin_ore.hjson
[11Jun2021 02:57:33.453] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silents_mechanisms_tin_ore
[11Jun2021 02:57:33.453] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: byg_cryptic_redstone_ore.hjson
[11Jun2021 02:57:33.454] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: byg_cryptic_redstone_ore
[11Jun2021 02:57:33.454] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: mapperbase_bitumen_ore.hjson
[11Jun2021 02:57:33.454] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: mapperbase_bitumen_ore
[11Jun2021 02:57:33.454] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: forbidden_arcanus_runestone.hjson
[11Jun2021 02:57:33.455] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: forbidden_arcanus_runestone
[11Jun2021 02:57:33.455] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: crying_obsidian.hjson
[11Jun2021 02:57:33.455] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping crying_obsidian. It is supported, but not enabled
[11Jun2021 02:57:33.455] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silentgear_azure_silver_ore.hjson
[11Jun2021 02:57:33.456] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silentgear_azure_silver_ore
[11Jun2021 02:57:33.456] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silents_mechanisms_silver_ore.hjson
[11Jun2021 02:57:33.456] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silents_mechanisms_silver_ore
[11Jun2021 02:57:33.456] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: randomite_randomite_ore.hjson
[11Jun2021 02:57:33.457] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: randomite_randomite_ore
[11Jun2021 02:57:33.457] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: byg_ametrine_ore.hjson
[11Jun2021 02:57:33.458] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: byg_ametrine_ore
[11Jun2021 02:57:33.459] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: mysticalworld_copper_ore.hjson
[11Jun2021 02:57:33.459] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: mysticalworld_copper_ore
[11Jun2021 02:57:33.459] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: byg_lignite_ore.hjson
[11Jun2021 02:57:33.460] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: byg_lignite_ore
[11Jun2021 02:57:33.460] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: diamond_ore.hjson
[11Jun2021 02:57:33.460] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: diamond_ore
[11Jun2021 02:57:33.461] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_ultra_cosmic_dust_ore.hjson
[11Jun2021 02:57:33.461] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping pokecube_legends_ultra_cosmic_dust_ore. It is supported, but not enabled
[11Jun2021 02:57:33.461] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: forbidden_arcanus_stella_arcanum.hjson
[11Jun2021 02:57:33.462] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping forbidden_arcanus_stella_arcanum. It is supported, but not enabled
[11Jun2021 02:57:33.462] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: simpleores_adamantium_ore.hjson
[11Jun2021 02:57:33.462] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping simpleores_adamantium_ore. It is supported, but not enabled
[11Jun2021 02:57:33.462] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: iron_ore.hjson
[11Jun2021 02:57:33.462] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: iron_ore
[11Jun2021 02:57:33.462] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: undergarden_cloggrum_ore.hjson
[11Jun2021 02:57:33.463] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: undergarden_cloggrum_ore
[11Jun2021 02:57:33.463] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: mysticalworld_silver_ore.hjson
[11Jun2021 02:57:33.463] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: mysticalworld_silver_ore
[11Jun2021 02:57:33.463] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: mysticalworld_lead_ore.hjson
[11Jun2021 02:57:33.464] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: mysticalworld_lead_ore
[11Jun2021 02:57:33.464] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_morgul_iron_ore_mordor.hjson
[11Jun2021 02:57:33.464] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_morgul_iron_ore_mordor
[11Jun2021 02:57:33.465] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_silver_ore.hjson
[11Jun2021 02:57:33.465] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_silver_ore
[11Jun2021 02:57:33.466] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: aether_zanite_ore.hjson
[11Jun2021 02:57:33.466] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping aether_zanite_ore. It is supported, but not enabled
[11Jun2021 02:57:33.466] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: nether_gold_ore.hjson
[11Jun2021 02:57:33.466] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: nether_gold_ore
[11Jun2021 02:57:33.467] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_ultra_lapis_ore.hjson
[11Jun2021 02:57:33.467] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping pokecube_legends_ultra_lapis_ore. It is supported, but not enabled
[11Jun2021 02:57:33.467] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_uranium_ore.hjson
[11Jun2021 02:57:33.467] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_uranium_ore
[11Jun2021 02:57:33.467] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silents_mechanisms_uranium_ore.hjson
[11Jun2021 02:57:33.468] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silents_mechanisms_uranium_ore
[11Jun2021 02:57:33.468] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: iceandfire_sapphire_ore.hjson
[11Jun2021 02:57:33.468] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping iceandfire_sapphire_ore. It is supported, but not enabled
[11Jun2021 02:57:33.468] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: good_nights_sleep_coal_ore.hjson
[11Jun2021 02:57:33.469] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping good_nights_sleep_coal_ore. It is supported, but not enabled
[11Jun2021 02:57:33.469] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_fossilised_emerald_gator.hjson
[11Jun2021 02:57:33.469] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_fossilised_emerald_gator
[11Jun2021 02:57:33.469] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_sapphire_ore.hjson
[11Jun2021 02:57:33.470] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: pokecube_legends_sapphire_ore
[11Jun2021 02:57:33.470] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: wyrmroost_purple_geode_ore.hjson
[11Jun2021 02:57:33.470] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: wyrmroost_purple_geode_ore
[11Jun2021 02:57:33.470] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: simpleores_tin_ore.hjson
[11Jun2021 02:57:33.471] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping simpleores_tin_ore. It is supported, but not enabled
[11Jun2021 02:57:33.471] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_ultra_iron_ore.hjson
[11Jun2021 02:57:33.471] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping pokecube_legends_ultra_iron_ore. It is supported, but not enabled
[11Jun2021 02:57:33.471] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_glowstone_ore.hjson
[11Jun2021 02:57:33.471] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_glowstone_ore
[11Jun2021 02:57:33.472] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_red_ant_infested_ore.hjson
[11Jun2021 02:57:33.472] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_red_ant_infested_ore
[11Jun2021 02:57:33.472] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: betterendforge_amber_ore.hjson
[11Jun2021 02:57:33.473] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: betterendforge_amber_ore
[11Jun2021 02:57:33.473] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_fossil_stone.hjson
[11Jun2021 02:57:33.473] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: pokecube_fossil_stone
[11Jun2021 02:57:33.474] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_tin_ore.hjson
[11Jun2021 02:57:33.474] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_tin_ore
[11Jun2021 02:57:33.474] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: aether_ambrosium_ore.hjson
[11Jun2021 02:57:33.474] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping aether_ambrosium_ore. It is supported, but not enabled
[11Jun2021 02:57:33.474] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: druidcraft_rockroot_ore.hjson
[11Jun2021 02:57:33.475] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: druidcraft_rockroot_ore
[11Jun2021 02:57:33.475] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: malum_soulstone_ore.hjson
[11Jun2021 02:57:33.475] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: malum_soulstone_ore
[11Jun2021 02:57:33.476] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_ultra_redstone_ore.hjson
[11Jun2021 02:57:33.476] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping pokecube_legends_ultra_redstone_ore. It is supported, but not enabled
[11Jun2021 02:57:33.476] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_durnor_ore.hjson
[11Jun2021 02:57:33.476] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_durnor_ore
[11Jun2021 02:57:33.476] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: byg_anthracite_ore.hjson
[11Jun2021 02:57:33.477] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: byg_anthracite_ore
[11Jun2021 02:57:33.477] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: gobber2_gobber2_ore.hjson
[11Jun2021 02:57:33.477] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: gobber2_gobber2_ore
[11Jun2021 02:57:33.477] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: good_nights_sleep_necrum_ore.hjson
[11Jun2021 02:57:33.481] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping good_nights_sleep_necrum_ore. It is supported, but not enabled
[11Jun2021 02:57:33.481] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: wyrmroost_red_geode_ore.hjson
[11Jun2021 02:57:33.482] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: wyrmroost_red_geode_ore
[11Jun2021 02:57:33.482] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: good_nights_sleep_candy_ore.hjson
[11Jun2021 02:57:33.483] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping good_nights_sleep_candy_ore. It is supported, but not enabled
[11Jun2021 02:57:33.483] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: create_copper_ore.hjson
[11Jun2021 02:57:33.483] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: create_copper_ore
[11Jun2021 02:57:33.483] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: atum_emerald_ore.hjson
[11Jun2021 02:57:33.484] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: atum_emerald_ore
[11Jun2021 02:57:33.484] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_sunstone_ore.hjson
[11Jun2021 02:57:33.484] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_sunstone_ore
[11Jun2021 02:57:33.485] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: terraqueous_endimium_ore.hjson
[11Jun2021 02:57:33.485] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping terraqueous_endimium_ore. It is supported, but not enabled
[11Jun2021 02:57:33.485] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: emerald_ore.hjson
[11Jun2021 02:57:33.486] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: emerald_ore
[11Jun2021 02:57:33.486] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: gobber2_gobber2_ore_end.hjson
[11Jun2021 02:57:33.486] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: gobber2_gobber2_ore_end
[11Jun2021 02:57:33.487] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: mysticalworld_tin_ore.hjson
[11Jun2021 02:57:33.487] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: mysticalworld_tin_ore
[11Jun2021 02:57:33.487] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silents_mechanisms_copper_ore.hjson
[11Jun2021 02:57:33.487] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silents_mechanisms_copper_ore
[11Jun2021 02:57:33.488] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: good_nights_sleep_negatite_ore.hjson
[11Jun2021 02:57:33.488] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping good_nights_sleep_negatite_ore. It is supported, but not enabled
[11Jun2021 02:57:33.488] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: zycraft_aluminium_ore.hjson
[11Jun2021 02:57:33.488] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: zycraft_aluminium_ore
[11Jun2021 02:57:33.489] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: forbidden_arcanus_arcane_crystal_ore.hjson
[11Jun2021 02:57:33.489] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: forbidden_arcanus_arcane_crystal_ore
[11Jun2021 02:57:33.489] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: iceandfire_copper_ore.hjson
[11Jun2021 02:57:33.489] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping iceandfire_copper_ore. It is supported, but not enabled
[11Jun2021 02:57:33.490] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: endreborn_tungsten_ore.hjson
[11Jun2021 02:57:33.490] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping endreborn_tungsten_ore. It is supported, but not enabled
[11Jun2021 02:57:33.490] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_silver_ore.hjson
[11Jun2021 02:57:33.490] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_silver_ore
[11Jun2021 02:57:33.491] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: clay.hjson
[11Jun2021 02:57:33.491] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: _clay
[11Jun2021 02:57:33.491] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_gulduril_ore_mordor.hjson
[11Jun2021 02:57:33.492] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_gulduril_ore_mordor
[11Jun2021 02:57:33.492] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_edhelvir_ore.hjson
[11Jun2021 02:57:33.492] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_edhelvir_ore
[11Jun2021 02:57:33.493] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: undergarden_coal_ore.hjson
[11Jun2021 02:57:33.493] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: undergarden_coal_ore
[11Jun2021 02:57:33.493] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: coal_ore.hjson
[11Jun2021 02:57:33.493] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: coal_ore
[11Jun2021 02:57:33.494] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: undergarden_regalium_ore.hjson
[11Jun2021 02:57:33.494] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: undergarden_regalium_ore
[11Jun2021 02:57:33.494] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_platinum_ore.hjson
[11Jun2021 02:57:33.495] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_platinum_ore
[11Jun2021 02:57:33.495] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silents_mechanisms_bauxite_ore.hjson
[11Jun2021 02:57:33.495] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silents_mechanisms_bauxite_ore
[11Jun2021 02:57:33.495] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_morgul_iron_ore_stone.hjson
[11Jun2021 02:57:33.496] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_morgul_iron_ore_stone
[11Jun2021 02:57:33.496] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: betterendforge_ender_ore.hjson
[11Jun2021 02:57:33.496] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: betterendforge_ender_ore
[11Jun2021 02:57:33.496] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: atum_relic_ore.hjson
[11Jun2021 02:57:33.496] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: atum_relic_ore
[11Jun2021 02:57:33.497] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_fractal_ore.hjson
[11Jun2021 02:57:33.497] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping pokecube_legends_fractal_ore. It is supported, but not enabled
[11Jun2021 02:57:33.497] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silentgear_crimson_iron_ore.hjson
[11Jun2021 02:57:33.497] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silentgear_crimson_iron_ore
[11Jun2021 02:57:33.497] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: atum_iron_ore.hjson
[11Jun2021 02:57:33.498] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: atum_iron_ore
[11Jun2021 02:57:33.498] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: redstone_ore.hjson
[11Jun2021 02:57:33.498] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: redstone_ore
[11Jun2021 02:57:33.498] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: ultra_amplified_dimension_glowstone_ore.hjson
[11Jun2021 02:57:33.499] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping ultra_amplified_dimension_glowstone_ore. It is supported, but not enabled
[11Jun2021 02:57:33.499] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: quartz_ore.hjson
[11Jun2021 02:57:33.499] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: quartz_ore
[11Jun2021 02:57:33.499] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_aluminium_ore.hjson
[11Jun2021 02:57:33.500] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping chaosawakens_aluminium_ore. It is supported, but not enabled
[11Jun2021 02:57:33.500] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: undergarden_utherium_ore.hjson
[11Jun2021 02:57:33.500] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: undergarden_utherium_ore
[11Jun2021 02:57:33.500] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: druidcraft_fiery_glass_ore.hjson
[11Jun2021 02:57:33.500] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: druidcraft_fiery_glass_ore
[11Jun2021 02:57:33.501] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_cosmic_dust_ore.hjson
[11Jun2021 02:57:33.501] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: pokecube_legends_cosmic_dust_ore
[11Jun2021 02:57:33.501] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: infernalexp_glimmering_blackstone.hjson
[11Jun2021 02:57:33.501] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping infernalexp_glimmering_blackstone. It is supported, but not enabled
[11Jun2021 02:57:33.501] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_ultra_coal_ore.hjson
[11Jun2021 02:57:33.502] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping pokecube_legends_ultra_coal_ore. It is supported, but not enabled
[11Jun2021 02:57:33.502] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: atum_diamond_ore.hjson
[11Jun2021 02:57:33.502] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: atum_diamond_ore
[11Jun2021 02:57:33.502] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: explorercraft_jade_ore.hjson
[11Jun2021 02:57:33.502] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping explorercraft_jade_ore. It is supported, but not enabled
[11Jun2021 02:57:33.503] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: druidcraft_brightstone_ore.hjson
[11Jun2021 02:57:33.503] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: druidcraft_brightstone_ore
[11Jun2021 02:57:33.503] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lotr_gulduril_ore_stone.hjson
[11Jun2021 02:57:33.503] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lotr_gulduril_ore_stone
[11Jun2021 02:57:33.504] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: atum_bone_ore.hjson
[11Jun2021 02:57:33.504] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: atum_bone_ore
[11Jun2021 02:57:33.504] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: byg_pervaded_netherrack.hjson
[11Jun2021 02:57:33.505] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: byg_pervaded_netherrack
[11Jun2021 02:57:33.505] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: lapis_ore.hjson
[11Jun2021 02:57:33.505] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: lapis_ore
[11Jun2021 02:57:33.505] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: druidcraft_moonstone_ore.hjson
[11Jun2021 02:57:33.506] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: druidcraft_moonstone_ore
[11Jun2021 02:57:33.506] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: simpleores_onyx_ore.hjson
[11Jun2021 02:57:33.506] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping simpleores_onyx_ore. It is supported, but not enabled
[11Jun2021 02:57:33.506] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: atum_lapis_ore.hjson
[11Jun2021 02:57:33.506] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: atum_lapis_ore
[11Jun2021 02:57:33.507] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: terraqueous_burnium_ore.hjson
[11Jun2021 02:57:33.507] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Skipping terraqueous_burnium_ore. It is supported, but not enabled
[11Jun2021 02:57:33.507] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_tigers_eye_ore.hjson
[11Jun2021 02:57:33.507] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_tigers_eye_ore
[11Jun2021 02:57:33.507] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: pokecube_legends_spectrum_ore.hjson
[11Jun2021 02:57:33.508] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: pokecube_legends_spectrum_ore
[11Jun2021 02:57:33.508] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silents_mechanisms_platinum_ore.hjson
[11Jun2021 02:57:33.508] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silents_mechanisms_platinum_ore
[11Jun2021 02:57:33.508] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: chaosawakens_salt_ore.hjson
[11Jun2021 02:57:33.509] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: chaosawakens_salt_ore
[11Jun2021 02:57:33.509] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Checking: silents_mechanisms_nickel_ore.hjson
[11Jun2021 02:57:33.509] [main/INFO] [com.personthecat.orestonevariants.properties.OreProperties/]: Loading new ore properties: silents_mechanisms_nickel_ore
[11Jun2021 02:57:33.516] [main/INFO] [com.personthecat.orestonevariants.blocks.BlockEntry/]: all_blocks, all is valid. Loading...
[11Jun2021 02:57:33.516] [main/INFO] [com.personthecat.orestonevariants.blocks.BlockEntry/]: atum, atum is valid. Loading...
[11Jun2021 02:57:33.516] [main/INFO] [com.personthecat.orestonevariants.blocks.BlockEntry/]: end, end is valid. Loading...
[11Jun2021 02:57:33.518] [main/INFO] [com.personthecat.orestonevariants.blocks.BlockEntry/]: lotr, all_dimensions is valid. Loading...
[11Jun2021 02:57:33.518] [main/INFO] [com.personthecat.orestonevariants.blocks.BlockEntry/]: lotr, lotr is valid. Loading...
[11Jun2021 02:57:33.518] [main/INFO] [com.personthecat.orestonevariants.blocks.BlockEntry/]: nether, nether is valid. Loading...
[11Jun2021 02:57:33.518] [main/INFO] [com.personthecat.orestonevariants.blocks.BlockEntry/]: overworld, all_dimensions is valid. Loading...
[11Jun2021 02:57:33.518] [main/INFO] [com.personthecat.orestonevariants.blocks.BlockEntry/]: overworld, overworld is valid. Loading...
[11Jun2021 02:57:33.518] [main/INFO] [com.personthecat.orestonevariants.blocks.BlockEntry/]: pokecube_ultra, pokecube_ultra is valid. Loading...
[11Jun2021 02:57:33.518] [main/INFO] [com.personthecat.orestonevariants.blocks.BlockEntry/]: undergarden, undergarden is valid. Loading...
[11Jun2021 02:57:33.997] [main/INFO] [com.personthecat.orestonevariants.init.CommonRegistryHandler/]: Running deferred registry event for minecraft:item
[11Jun2021 02:57:34.105] [main/INFO] [lotr.common.LOTRLog/]: lotr: Established compatibility with SnowRealMagic mod
[11Jun2021 02:57:34.182] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Registering block placer types!
[11Jun2021 02:57:34.237] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Decorators registered!
[11Jun2021 02:57:34.378] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `freeze_top_layer`, expected `snowrealmagic`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:34.409] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Features registered!
[11Jun2021 02:57:34.673] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Structures registered!
[11Jun2021 02:57:35.084] [main/INFO] [pokecube/]: Registering Structure: pokecube_mobs:berry_trees/grow for mod pokecube
[11Jun2021 02:57:35.090] [main/INFO] [pokecube/]: Requesting pool of: pokecube_mobs:berry_trees/grow
[11Jun2021 02:57:35.233] [main/INFO] [pokecube/]: Loaded 108 pools and 51 jigsaws for pokecube
[11Jun2021 02:57:35.241] [main/INFO] [pokecube/]: Registering Structure: pokecube:ruins_loose for mod pokecube
[11Jun2021 02:57:35.241] [main/INFO] [pokecube/]: Requesting pool of: pokecube:scattered/ruins_loose
[11Jun2021 02:57:35.241] [main/INFO] [pokecube/]: Registering Structure: pokecube:ruins_rigid for mod pokecube
[11Jun2021 02:57:35.241] [main/INFO] [pokecube/]: Requesting pool of: pokecube:scattered/ruins_rigid
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Registering Structure: pokecube:village for mod pokecube
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Requesting pool of: pokecube:village/plains/town_centers
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Requesting pool of: pokecube:village/desert/town_centers
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Requesting pool of: pokecube:village/savanna/town_centers
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Requesting pool of: pokecube:village/snowy/town_centers
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Requesting pool of: pokecube:village/taiga/town_centers
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:village for mod pokecube
[11Jun2021 02:57:35.242] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `village`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:village/ocean/town_centers
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:village/ultraspace/town_centers
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:elite_four for mod pokecube
[11Jun2021 02:57:35.242] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `elite_four`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:elite_four
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:tapus_temple for mod pokecube
[11Jun2021 02:57:35.242] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `tapus_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:tapus_temple
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:raid_end for mod pokecube
[11Jun2021 02:57:35.242] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `raid_end`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:raid_end
[11Jun2021 02:57:35.242] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:raid_desert for mod pokecube
[11Jun2021 02:57:35.243] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `raid_desert`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.243] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:raid_desert
[11Jun2021 02:57:35.243] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:raid_spot for mod pokecube
[11Jun2021 02:57:35.243] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `raid_spot`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.243] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:raid_spot
[11Jun2021 02:57:35.243] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:castle_n for mod pokecube
[11Jun2021 02:57:35.243] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `castle_n`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.243] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:castle_n
[11Jun2021 02:57:35.243] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:kubfu_water for mod pokecube
[11Jun2021 02:57:35.243] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `kubfu_water`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.243] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:kubfu_water
[11Jun2021 02:57:35.243] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:kubfu_dark for mod pokecube
[11Jun2021 02:57:35.243] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `kubfu_dark`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.244] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:kubfu_dark
[11Jun2021 02:57:35.244] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:regigigas_temple for mod pokecube
[11Jun2021 02:57:35.244] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `regigigas_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.244] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:regigigas_temple
[11Jun2021 02:57:35.244] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:regice_temple for mod pokecube
[11Jun2021 02:57:35.244] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `regice_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.244] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:regice_temple
[11Jun2021 02:57:35.244] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:regirock_temple for mod pokecube
[11Jun2021 02:57:35.244] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `regirock_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.244] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:regirock_temple
[11Jun2021 02:57:35.244] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:registeel_temple for mod pokecube
[11Jun2021 02:57:35.244] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `registeel_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.244] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:registeel_temple
[11Jun2021 02:57:35.244] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:regidrago_temple for mod pokecube
[11Jun2021 02:57:35.245] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `regidrago_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.245] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:regidrago_temple
[11Jun2021 02:57:35.245] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:regieleki_temple for mod pokecube
[11Jun2021 02:57:35.245] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `regieleki_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.245] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:regieleki_temple
[11Jun2021 02:57:35.245] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:nature_place for mod pokecube
[11Jun2021 02:57:35.245] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `nature_place`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.245] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:nature_place
[11Jun2021 02:57:35.245] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:yveltal_place for mod pokecube
[11Jun2021 02:57:35.245] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `yveltal_place`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.245] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:yveltal_place
[11Jun2021 02:57:35.245] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:lugia_tower for mod pokecube
[11Jun2021 02:57:35.245] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `lugia_tower`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.245] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:lugia_tower
[11Jun2021 02:57:35.246] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:legendy_tree for mod pokecube
[11Jun2021 02:57:35.246] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `legendy_tree`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.246] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:legendy_tree
[11Jun2021 02:57:35.246] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:team_rocket for mod pokecube
[11Jun2021 02:57:35.246] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `team_rocket`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.246] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:team_rocket
[11Jun2021 02:57:35.246] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:sky_pillar for mod pokecube
[11Jun2021 02:57:35.246] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `sky_pillar`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.246] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:sky_pillar
[11Jun2021 02:57:35.246] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:celebi_temple for mod pokecube
[11Jun2021 02:57:35.246] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `celebi_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.246] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:celebi_temple
[11Jun2021 02:57:35.246] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:space_temple for mod pokecube
[11Jun2021 02:57:35.246] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `space_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.247] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:space_temple
[11Jun2021 02:57:35.247] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:zacian_temple for mod pokecube
[11Jun2021 02:57:35.247] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `zacian_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.247] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:zacian_temple
[11Jun2021 02:57:35.247] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:zamazenta_temple for mod pokecube
[11Jun2021 02:57:35.247] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `zamazenta_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.247] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:zamazenta_temple
[11Jun2021 02:57:35.247] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:hooh_tower for mod pokecube
[11Jun2021 02:57:35.247] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `hooh_tower`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.247] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:hooh_tower
[11Jun2021 02:57:35.247] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:xerneas_place for mod pokecube
[11Jun2021 02:57:35.247] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `xerneas_place`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.247] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:xerneas_place
[11Jun2021 02:57:35.247] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:keldeo_place for mod pokecube
[11Jun2021 02:57:35.248] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `keldeo_place`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.248] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:keldeo_place
[11Jun2021 02:57:35.248] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:kyogre_temple for mod pokecube
[11Jun2021 02:57:35.248] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `kyogre_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.248] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:kyogre_temple
[11Jun2021 02:57:35.248] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:groudon_temple for mod pokecube
[11Jun2021 02:57:35.248] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `groudon_temple`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.248] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:groudon_temple
[11Jun2021 02:57:35.248] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:meteor_overworld for mod pokecube
[11Jun2021 02:57:35.248] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `meteor_overworld`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.248] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:meteor_overworld
[11Jun2021 02:57:35.248] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:distortic for mod pokecube
[11Jun2021 02:57:35.248] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `distortic`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.249] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:distortic
[11Jun2021 02:57:35.249] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:islands for mod pokecube
[11Jun2021 02:57:35.249] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `islands`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.249] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:islands
[11Jun2021 02:57:35.249] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:ub001 for mod pokecube
[11Jun2021 02:57:35.249] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `ub001`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.249] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:ub001
[11Jun2021 02:57:35.249] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:ub002 for mod pokecube
[11Jun2021 02:57:35.249] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `ub002`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.249] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:ub002
[11Jun2021 02:57:35.249] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:ub003 for mod pokecube
[11Jun2021 02:57:35.249] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `ub003`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.249] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:ub003
[11Jun2021 02:57:35.250] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:ultra_pyramid for mod pokecube
[11Jun2021 02:57:35.250] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `ultra_pyramid`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.250] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:ultra_pyramid
[11Jun2021 02:57:35.250] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:ultra_desert_mirage for mod pokecube
[11Jun2021 02:57:35.250] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `ultra_desert_mirage`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.250] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:ultra_desert_mirage
[11Jun2021 02:57:35.250] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:necrozma_tower for mod pokecube
[11Jun2021 02:57:35.251] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `necrozma_tower`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.251] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:necrozma_tower
[11Jun2021 02:57:35.251] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:ub004 for mod pokecube
[11Jun2021 02:57:35.251] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `ub004`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.251] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:ub004
[11Jun2021 02:57:35.251] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:ub005 for mod pokecube
[11Jun2021 02:57:35.251] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `ub005`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.251] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:ub005
[11Jun2021 02:57:35.251] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:ub006 for mod pokecube
[11Jun2021 02:57:35.251] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `ub006`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.252] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:ub006
[11Jun2021 02:57:35.252] [main/INFO] [pokecube/]: Registering Structure: pokecube_legends:ub002_air for mod pokecube
[11Jun2021 02:57:35.252] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `pokecube_legends` for name `ub002_air`, expected `pokecube`. This could be a intended override, but in most cases indicates a broken mod.
[11Jun2021 02:57:35.252] [main/INFO] [pokecube/]: Requesting pool of: pokecube_legends:ub002_air
[11Jun2021 02:57:35.252] [main/WARN] [pokecube/]: No Berry tree database found for pokecube
[11Jun2021 02:57:35.262] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Surface builders Registered!
[11Jun2021 02:57:35.675] [main/INFO] [ModdingLegacy/structure_gel/Compat/]: Checking for biome dictionary registry methods in other mods.
[11Jun2021 02:57:36.430] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.passive.WolfEntity from class io.github.chaosawakens.common.entity.EmeraldGatorEntity
[11Jun2021 02:57:36.430] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class io.github.chaosawakens.common.entity.RoboEntity from class io.github.chaosawakens.common.entity.RoboSniperEntity
[11Jun2021 02:57:36.431] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class io.github.chaosawakens.common.entity.RoboEntity from class io.github.chaosawakens.common.entity.RoboWarriorEntity
[11Jun2021 02:57:36.432] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class untamedwilds.entity.ComplexMobTerrestrial from class untamedwilds.entity.ComplexMob
[11Jun2021 02:57:36.432] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class untamedwilds.entity.ComplexMobTerrestrial from class untamedwilds.entity.ComplexMob
[11Jun2021 02:57:36.464] [main/INFO] [golems/]: registerEntityAttributes
[11Jun2021 02:57:36.552] [main/WARN] [net.mehvahdjukaar.supplementaries.Supplementaries/]: failed to parse config 'custom_adventurer_maps' ([]): expected 9 entries, found1
[11Jun2021 02:57:36.555] [Thread-1/WARN] [net.mehvahdjukaar.supplementaries.Supplementaries/]: failed to parse config 'custom_adventurer_maps' ([]): expected 9 entries, found1
[11Jun2021 02:57:36.704] [Thread-1/FATAL] [mcjty.theoneprobe.TheOneProbe/CORE]: theoneprobe config just got changed on the file system!
[11Jun2021 02:57:36.705] [Thread-1/FATAL] [mcjty.theoneprobe.TheOneProbe/CORE]: theoneprobe config just got changed on the file system!
[11Jun2021 02:57:36.726] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /home/minecraft/multicraft/servers/server183906/config/dimdungeons-common.toml is not correct. Correcting
[11Jun2021 02:57:36.727] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key enemySets.basicEnemyHealthScaling was corrected from 1.0 to its default, 1.0.
[11Jun2021 02:57:36.727] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key enemySets.advancedEnemyHealthScaling was corrected from 2.0 to its default, 2.0.
[11Jun2021 02:57:36.951] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /home/minecraft/multicraft/servers/server183906/config/festive_creepers-common.toml is not correct. Correcting
[11Jun2021 02:57:36.951] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key spawns.biome_blacklist was corrected from [] to its default, [].
[11Jun2021 02:57:36.994] [main/INFO] [thutcore/]: Loaded thut_wearables config file thut_wearables/thut_wearables-common.toml
[11Jun2021 02:57:36.995] [main/INFO] [thutcore/]: Reading thut_wearables/thut_wearables-common.toml
[11Jun2021 02:57:36.999] [main/INFO] [thutcore/]: Loaded pokecube_legends config file pokecube/pokecube_legends-common.toml
[11Jun2021 02:57:37.000] [main/INFO] [thutcore/]: Reading pokecube/pokecube_legends-common.toml
[11Jun2021 02:57:37.005] [main/INFO] [thutcore/]: Loaded pokecube config file pokecube/pokecube-common.toml
[11Jun2021 02:57:37.005] [main/INFO] [thutcore/]: Reading pokecube/pokecube-common.toml
[11Jun2021 02:57:37.006] [main/INFO] [thutcore/]: Set deactivateAnimals to false
[11Jun2021 02:57:37.006] [main/INFO] [thutcore/]: Set professor_override to pokecube:mob:professor{"name":"pokecube.professor.named:Cedar","guard":{"time":"day","roam":0}}
[11Jun2021 02:57:37.007] [main/INFO] [thutcore/]: Set wildGatherDistance to 16
[11Jun2021 02:57:37.008] [main/INFO] [thutcore/]: Set idleMaxPathWild to 8
[11Jun2021 02:57:37.008] [main/INFO] [thutcore/]: Set idleMaxPathTame to 8
[11Jun2021 02:57:37.009] [main/INFO] [thutcore/]: Set aiDisableDistance to 128
[11Jun2021 02:57:37.009] [main/INFO] [thutcore/]: Set hordeRateFactor to 1.0
[11Jun2021 02:57:37.010] [main/INFO] [thutcore/]: Set softWorldgenDimBlacklist to [pokecube:secret_base, pokecube_legends:distorted_world, pokecube_legends:ultraspace]
[11Jun2021 02:57:37.010] [main/INFO] [thutcore/]: Set spawnRate to 10
[11Jun2021 02:57:37.011] [main/INFO] [thutcore/]: Set nonPokemobExpFunction to h*(a+1)
[11Jun2021 02:57:37.011] [main/INFO] [thutcore/]: Set aggroBlacklistIds to [minecraft:villager, minecraft:armor_stand, guardvillagers:guard, pokecube_adventures:trainer, pokecube_adventures:leader]
[11Jun2021 02:57:37.012] [main/INFO] [thutcore/]: Set damageBlocksWhitelist to [flash, teleport, dig, cut, rocksmash, secretpower]
[11Jun2021 02:57:37.013] [main/INFO] [thutcore/]: Set idleTickRate to 100
[11Jun2021 02:57:37.013] [main/INFO] [thutcore/]: Set pokemobsEatPlants to false
[11Jun2021 02:57:37.013] [main/INFO] [thutcore/]: Set mutationRates to [pokecube:colour 0.01, pokecube:moves 0.0, pokecube:species 0.1, pokecube:size 0.1, pokecube:evs 0.1, pokecube:shiny 0.010416667, pokecube:nature 0.05, pokecube:ivs 0.1, pokecube:ability 0.1]
[11Jun2021 02:57:37.014] [main/INFO] [thutcore/]: Set mobSpawnNumber to 3
[11Jun2021 02:57:37.014] [main/INFO] [thutcore/]: Set spawnDimBlacklist to []
[11Jun2021 02:57:37.014] [main/INFO] [thutcore/]: Set doSpawnBuilding to false
[11Jun2021 02:57:37.036] [main/INFO] [thutcore/]: Loaded thutcore config file thutcore/thutcore-common.toml
[11Jun2021 02:57:37.036] [main/INFO] [thutcore/]: Reading thutcore/thutcore-common.toml
[11Jun2021 02:57:37.045] [main/INFO] [thutcore/]: Loaded pokecube_adventures config file pokecube/pokecube_adventures-common.toml
[11Jun2021 02:57:37.045] [main/INFO] [thutcore/]: Reading pokecube/pokecube_adventures-common.toml
[11Jun2021 02:57:37.049] [main/INFO] [thutcore/]: Set fossilReanimateCost to 50000
[11Jun2021 02:57:37.049] [main/INFO] [thutcore/]: Set custom_trainers to [minecraft:piglin, minecraft:piglin_brute, guardvillagers:guard, player_mobs:player_mob]
[11Jun2021 02:57:37.050] [main/INFO] [thutcore/]: Set trainerBox to 128
[11Jun2021 02:57:37.064] [main/INFO] [quark/]: Loading Module Chain Linkage
[11Jun2021 02:57:37.066] [main/INFO] [quark/]: Loading Module Chains Connect Blocks
[11Jun2021 02:57:37.066] [main/INFO] [quark/]: Loading Module Chute
[11Jun2021 02:57:37.066] [main/INFO] [quark/]: Loading Module Color Slime
[11Jun2021 02:57:37.066] [main/INFO] [quark/]: Loading Module Dispensers Place Blocks
[11Jun2021 02:57:37.066] [main/INFO] [quark/]: Loading Module Ender Watcher
[11Jun2021 02:57:37.066] [main/INFO] [quark/]: Loading Module Endermites Form Shulkers
[11Jun2021 02:57:37.072] [main/INFO] [quark/]: Loading Module Feeding Trough
[11Jun2021 02:57:37.073] [main/INFO] [quark/]: Loading Module Gravisand
[11Jun2021 02:57:37.073] [main/INFO] [quark/]: Loading Module Iron Rod
[11Jun2021 02:57:37.073] [main/INFO] [quark/]: Loading Module Metal Buttons
[11Jun2021 02:57:37.073] [main/INFO] [quark/]: Loading Module Obsidian Plate
[11Jun2021 02:57:37.073] [main/INFO] [quark/]: Loading Module Pistons Move Tile Entities
[11Jun2021 02:57:37.073] [main/INFO] [quark/]: Loading Module Redstone Circuit
[11Jun2021 02:57:37.073] [main/INFO] [quark/]: Loading Module Weather Sensor
[11Jun2021 02:57:37.074] [main/INFO] [quark/]: Loading Module Bamboo Mat
[11Jun2021 02:57:37.074] [main/INFO] [quark/]: Loading Module Burn Vines
[11Jun2021 02:57:37.074] [main/INFO] [quark/]: Loading Module Celebratory Lamps
[11Jun2021 02:57:37.074] [main/INFO] [quark/]: Loading Module Cobblestone Bricks
[11Jun2021 02:57:37.074] [main/INFO] [quark/]: Loading Module Compressed Blocks
[11Jun2021 02:57:37.075] [main/INFO] [quark/]: Loading Module Duskbound Blocks
[11Jun2021 02:57:37.075] [main/INFO] [quark/]: Loading Module Framed Glass
[11Jun2021 02:57:37.077] [main/INFO] [quark/]: Loading Module Gold Bars
[11Jun2021 02:57:37.077] [main/INFO] [quark/]: Loading Module Grate
[11Jun2021 02:57:37.077] [main/INFO] [quark/]: Loading Module Hedges
[11Jun2021 02:57:37.077] [main/INFO] [quark/]: Loading Module Iron Plates
[11Jun2021 02:57:37.077] [main/INFO] [quark/]: Loading Module Item Frames
[11Jun2021 02:57:37.078] [main/INFO] [quark/]: Loading Module Leaf Carpet
[11Jun2021 02:57:37.078] [main/INFO] [quark/]: Loading Module Lit Lamp
[11Jun2021 02:57:37.078] [main/INFO] [quark/]: Loading Module Midori
[11Jun2021 02:57:37.078] [main/INFO] [quark/]: Loading Module More Brick Types
[11Jun2021 02:57:37.078] [main/INFO] [quark/]: Loading Module More Potted Plants
[11Jun2021 02:57:37.078] [main/INFO] [quark/]: Loading Module More Stone Variants
[11Jun2021 02:57:37.078] [main/INFO] [quark/]: Loading Module Nether Brick Fence Gate
[11Jun2021 02:57:37.078] [main/INFO] [quark/]: Loading Module Paper Decor
[11Jun2021 02:57:37.078] [main/INFO] [quark/]: Loading Module Quilted Wool
[11Jun2021 02:57:37.078] [main/INFO] [quark/]: Loading Module Rope
[11Jun2021 02:57:37.078] [main/INFO] [quark/]: Loading Module Shallow Dirt
[11Jun2021 02:57:37.079] [main/INFO] [quark/]: Loading Module Shingles
[11Jun2021 02:57:37.079] [main/INFO] [quark/]: Loading Module Soul Sandstone
[11Jun2021 02:57:37.079] [main/INFO] [quark/]: Loading Module Stained Planks
[11Jun2021 02:57:37.079] [main/INFO] [quark/]: Loading Module Stools
[11Jun2021 02:57:37.079] [main/INFO] [quark/]: Loading Module Sturdy Stone
[11Jun2021 02:57:37.079] [main/INFO] [quark/]: Loading Module Tallow And Candles
[11Jun2021 02:57:37.080] [main/INFO] [quark/]: Loading Module Thatch
[11Jun2021 02:57:37.080] [main/INFO] [quark/]: Loading Module Tie Leads To Fences
[11Jun2021 02:57:37.080] [main/INFO] [quark/]: Loading Module Turf
[11Jun2021 02:57:37.080] [main/INFO] [quark/]: Loading Module Variant Bookshelves
[11Jun2021 02:57:37.081] [main/INFO] [quark/]: Loading Module Variant Chests
[11Jun2021 02:57:37.086] [main/INFO] [quark/]: Loading Module Variant Ladders
[11Jun2021 02:57:37.086] [main/INFO] [quark/]: Loading Module Vertical Planks
[11Jun2021 02:57:37.086] [main/INFO] [quark/]: Loading Module Vertical Slabs
[11Jun2021 02:57:37.086] [main/INFO] [quark/]: Loading Module Wooden Posts
[11Jun2021 02:57:37.086] [main/INFO] [quark/]: Loading Module Chests In Boats
[11Jun2021 02:57:37.087] [main/INFO] [quark/]: Loading Module Easy Transfering
[11Jun2021 02:57:37.087] [main/INFO] [quark/]: Loading Module Hotbar Changer
[11Jun2021 02:57:37.087] [main/INFO] [quark/]: Loading Module Inventory Sorting
[11Jun2021 02:57:37.087] [main/INFO] [quark/]: Loading Module Item Sharing
[11Jun2021 02:57:37.087] [main/INFO] [quark/]: Loading Module Right Click Armor
[11Jun2021 02:57:37.088] [main/INFO] [quark/]: Loading Module Shulker Box Right Click
[11Jun2021 02:57:37.088] [main/INFO] [quark/]: Loading Module Ancient Tomes
[11Jun2021 02:57:37.090] [main/INFO] [quark/]: Loading Module Bottled Cloud
[11Jun2021 02:57:37.091] [main/INFO] [quark/]: Loading Module Camera
[11Jun2021 02:57:37.091] [main/INFO] [quark/]: Loading Module Color Runes
[11Jun2021 02:57:37.092] [main/INFO] [quark/]: Loading Module Pathfinder Maps
[11Jun2021 02:57:37.092] [main/INFO] [quark/]: Loading Module Pickarang
[11Jun2021 02:57:37.093] [main/INFO] [quark/]: Loading Module Seed Pouch
[11Jun2021 02:57:37.094] [main/INFO] [quark/]: Loading Module Slime In A Bucket
[11Jun2021 02:57:37.095] [main/INFO] [quark/]: Loading Module Trowel
[11Jun2021 02:57:37.095] [main/INFO] [quark/]: Loading Module Skull Pikes
[11Jun2021 02:57:37.095] [main/INFO] [quark/]: Loading Module Armed Armor Stands
[11Jun2021 02:57:37.096] [main/INFO] [quark/]: Loading Module Automatic Recipe Unlock
[11Jun2021 02:57:37.096] [main/INFO] [quark/]: Loading Module Axe Leaf Harvesting
[11Jun2021 02:57:37.096] [main/INFO] [quark/]: Loading Module Campfires Boost Elytra
[11Jun2021 02:57:37.097] [main/INFO] [quark/]: Loading Module Compasses Work Everywhere
[11Jun2021 02:57:37.097] [main/INFO] [quark/]: Loading Module Dirt To Path
[11Jun2021 02:57:37.098] [main/INFO] [quark/]: Loading Module Double Door Opening
[11Jun2021 02:57:37.098] [main/INFO] [quark/]: Loading Module Dragon Scales
[11Jun2021 02:57:37.098] [main/INFO] [quark/]: Loading Module Emotes
[11Jun2021 02:57:37.098] [main/INFO] [quark/]: Loading Module Enhanced Ladders
[11Jun2021 02:57:37.099] [main/INFO] [quark/]: Loading Module Glass Shard
[11Jun2021 02:57:37.099] [main/INFO] [quark/]: Loading Module Hoe Harvesting
[11Jun2021 02:57:37.100] [main/INFO] [quark/]: Loading Module Improved Sleeping
[11Jun2021 02:57:37.101] [main/INFO] [quark/]: Loading Module Infinity Bucket
[11Jun2021 02:57:37.101] [main/INFO] [quark/]: Loading Module Lava Bucket As Trash
[11Jun2021 02:57:37.101] [main/INFO] [quark/]: Loading Module Lock Rotation
[11Jun2021 02:57:37.105] [main/INFO] [quark/]: Loading Module Note Block Mob Sounds
[11Jun2021 02:57:37.105] [main/INFO] [quark/]: Loading Module Pat The Dogs
[11Jun2021 02:57:37.106] [main/INFO] [quark/]: Loading Module Poison Potato Usage
[11Jun2021 02:57:37.107] [main/INFO] [quark/]: Loading Module Reacharound Placing
[11Jun2021 02:57:37.108] [main/INFO] [quark/]: Loading Module Replace Scaffolding
[11Jun2021 02:57:37.108] [main/INFO] [quark/]: Loading Module Sign Editing
[11Jun2021 02:57:37.109] [main/INFO] [quark/]: Loading Module Simple Harvest
[11Jun2021 02:57:37.109] [main/INFO] [quark/]: Loading Module Snow Golem Player Heads
[11Jun2021 02:57:37.110] [main/INFO] [quark/]: Loading Module Springy Slime
[11Jun2021 02:57:37.110] [main/INFO] [quark/]: Loading Module Utility Recipes
[11Jun2021 02:57:37.110] [main/INFO] [quark/]: Loading Module Villagers Follow Emeralds
[11Jun2021 02:57:37.111] [main/INFO] [quark/]: Loading Module Big Dungeon
[11Jun2021 02:57:37.111] [main/INFO] [quark/]: Loading Module Big Stone Clusters
[11Jun2021 02:57:37.112] [main/INFO] [quark/]: Loading Module Biotite
[11Jun2021 02:57:37.112] [main/INFO] [quark/]: Loading Module Blossom Trees
[11Jun2021 02:57:37.112] [main/INFO] [quark/]: Loading Module Cave Roots
[11Jun2021 02:57:37.112] [main/INFO] [quark/]: Loading Module Chorus Vegetation
[11Jun2021 02:57:37.113] [main/INFO] [quark/]: Loading Module Crevices
[11Jun2021 02:57:37.113] [main/INFO] [quark/]: Loading Module Fairy Rings
[11Jun2021 02:57:37.113] [main/INFO] [quark/]: Loading Module Mega Caves
[11Jun2021 02:57:37.113] [main/INFO] [quark/]: Loading Module Monster Box
[11Jun2021 02:57:37.113] [main/INFO] [quark/]: Loading Module Nether Obsidian Spikes
[11Jun2021 02:57:37.113] [main/INFO] [quark/]: Loading Module New Stone Types
[11Jun2021 02:57:37.114] [main/INFO] [quark/]: Loading Module Realistic World Gen
[11Jun2021 02:57:37.114] [main/INFO] [quark/]: Loading Module Speleothems
[11Jun2021 02:57:37.114] [main/INFO] [quark/]: Loading Module Spiral Spires
[11Jun2021 02:57:37.115] [main/INFO] [quark/]: Loading Module Underground Clay
[11Jun2021 02:57:37.115] [main/INFO] [quark/]: Loading Module Brimstone Underground Biome
[11Jun2021 02:57:37.115] [main/INFO] [quark/]: Loading Module Cave Crystal Underground Biome
[11Jun2021 02:57:37.115] [main/INFO] [quark/]: Loading Module Elder Prismarine Underground Biome
[11Jun2021 02:57:37.115] [main/INFO] [quark/]: Loading Module Glowshroom Underground Biome
[11Jun2021 02:57:37.115] [main/INFO] [quark/]: Loading Module Lush Underground Biome
[11Jun2021 02:57:37.116] [main/INFO] [quark/]: Loading Module Overgrown Underground Biome
[11Jun2021 02:57:37.116] [main/INFO] [quark/]: Loading Module Permafrost Underground Biome
[11Jun2021 02:57:37.116] [main/INFO] [quark/]: Loading Module Sandstone Underground Biome
[11Jun2021 02:57:37.116] [main/INFO] [quark/]: Loading Module Slime Underground Biome
[11Jun2021 02:57:37.116] [main/INFO] [quark/]: Loading Module Spider Nest Underground Biome
[11Jun2021 02:57:37.117] [main/INFO] [quark/]: Loading Module Crabs
[11Jun2021 02:57:37.117] [main/INFO] [quark/]: Loading Module Forgotten
[11Jun2021 02:57:37.118] [main/INFO] [quark/]: Loading Module Foxhound
[11Jun2021 02:57:37.119] [main/INFO] [quark/]: Loading Module Frogs
[11Jun2021 02:57:37.119] [main/INFO] [quark/]: Loading Module Stonelings
[11Jun2021 02:57:37.119] [main/INFO] [quark/]: Loading Module Toretoise
[11Jun2021 02:57:37.120] [main/INFO] [quark/]: Loading Module Wraith
[11Jun2021 02:57:37.120] [main/INFO] [quark/]: Loading Module Auto Walk Keybind
[11Jun2021 02:57:37.120] [main/INFO] [quark/]: Loading Module Back Button Keybind
[11Jun2021 02:57:37.120] [main/INFO] [quark/]: Loading Module Chest Searching
[11Jun2021 02:57:37.120] [main/INFO] [quark/]: Loading Module Greener Grass
[11Jun2021 02:57:37.120] [main/INFO] [quark/]: Loading Module Improved Mount Hud
[11Jun2021 02:57:37.120] [main/INFO] [quark/]: Loading Module Improved Tooltips
[11Jun2021 02:57:37.120] [main/INFO] [quark/]: Loading Module Usage Ticker
[11Jun2021 02:57:37.120] [main/INFO] [quark/]: Loading Module Variant Animal Textures
[11Jun2021 02:57:37.120] [main/INFO] [quark/]: Loading Module Backpack
[11Jun2021 02:57:37.121] [main/INFO] [quark/]: Loading Module Crate
[11Jun2021 02:57:37.121] [main/INFO] [quark/]: Loading Module Magnets
[11Jun2021 02:57:37.121] [main/INFO] [quark/]: Loading Module Matrix Enchanting
[11Jun2021 02:57:37.121] [main/INFO] [quark/]: Loading Module Pipes
[11Jun2021 02:57:37.121] [main/INFO] [quark/]: Loading Module Totem Of Holding
[11Jun2021 02:57:37.121] [main/INFO] [quark/]: Loading Module Adjustable Chat
[11Jun2021 02:57:37.121] [main/INFO] [quark/]: Loading Module Custom Underground Biome
[11Jun2021 02:57:37.121] [main/INFO] [quark/]: Loading Module Game Nerfs
[11Jun2021 02:57:37.121] [main/INFO] [quark/]: Loading Module Narrator Readout
[11Jun2021 02:57:37.121] [main/INFO] [quark/]: Loading Module Overlay Shader
[11Jun2021 02:57:37.121] [main/INFO] [quark/]: Loading Module Shiba
[11Jun2021 02:57:37.153] [modloading-worker-1/INFO] [strawgolem/]: Strawgolem common setup
[11Jun2021 02:57:37.189] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for omni:cave_spider, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:37.207] [modloading-worker-0/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:smashing has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 02:57:37.208] [modloading-worker-0/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:smashing has min/max power 999/200 at level 2, making this level unobtainable.
[11Jun2021 02:57:37.208] [modloading-worker-0/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:smashing has min/max power 999/200 at level 3, making this level unobtainable.
[11Jun2021 02:57:37.208] [modloading-worker-0/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:flying has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 02:57:37.208] [modloading-worker-0/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:lord_of_the_sea has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 02:57:37.208] [modloading-worker-0/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:fireflash has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 02:57:37.208] [modloading-worker-0/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:fireflash has min/max power 999/200 at level 2, making this level unobtainable.
[11Jun2021 02:57:37.208] [modloading-worker-0/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:fireflash has min/max power 999/200 at level 3, making this level unobtainable.
[11Jun2021 02:57:37.208] [modloading-worker-0/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:daybreak has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 02:57:37.208] [modloading-worker-0/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:raising has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 02:57:37.233] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for omni:seahorse, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:37.251] [modloading-worker-0/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getEnchantmentModifierDamage
[11Jun2021 02:57:37.252] [modloading-worker-0/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getModifierForCreature
[11Jun2021 02:57:37.253] [modloading-worker-0/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#applyThornEnchantments
[11Jun2021 02:57:37.256] [modloading-worker-0/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#applyArthropodEnchantments
[11Jun2021 02:57:37.263] [modloading-worker-0/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching buildEnchantmentList for the Enchantability affix.
[11Jun2021 02:57:37.265] [modloading-worker-0/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getEnchantmentDatas
[11Jun2021 02:57:37.272] [modloading-worker-0/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching vazkii/quark/content/tools/module/AncientTomesModule
[11Jun2021 02:57:37.333] [modloading-worker-3/ERROR] [net.minecraftforge.fml.common.ObfuscationReflectionHelper/]: Unable to locate any field maxValue on type net.minecraft.entity.ai.attributes.RangedAttribute
net.minecraftforge.fml.common.ObfuscationReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: maxValue
at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findField(ObfuscationReflectionHelper.java:242) ~[forge:?]
at net.minecraftforge.fml.common.ObfuscationReflectionHelper.setPrivateValue(ObfuscationReflectionHelper.java:120) ~[forge:?]
at com.lycanitesmobs.core.helpers.LMReflectionHelper.setPrivateFinalValue(LMReflectionHelper.java:42) ~[lycanitesmobs:1.16.5-2.3.1.0]
at com.lycanitesmobs.LycanitesMobs.commonSetup(LycanitesMobs.java:179) ~[lycanitesmobs:1.16.5-2.3.1.0]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) ~[forge:36.1]
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121) ~[forge:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632) [?:1.8.0_292]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_292]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_292]
Caused by: java.lang.NoSuchFieldException: maxValue
at java.lang.Class.getDeclaredField(Class.java:2070) ~[?:1.8.0_292]
at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findField(ObfuscationReflectionHelper.java:236) ~[forge:?]
... 15 more
[11Jun2021 02:57:37.341] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: net.minecraftforge.fml.common.ObfuscationReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: maxValue
[11Jun2021 02:57:37.344] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findField(ObfuscationReflectionHelper.java:242)
[11Jun2021 02:57:37.344] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at net.minecraftforge.fml.common.ObfuscationReflectionHelper.setPrivateValue(ObfuscationReflectionHelper.java:120)
[11Jun2021 02:57:37.344] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at com.lycanitesmobs.core.helpers.LMReflectionHelper.setPrivateFinalValue(LMReflectionHelper.java:42)
[11Jun2021 02:57:37.344] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at com.lycanitesmobs.LycanitesMobs.commonSetup(LycanitesMobs.java:179)
[11Jun2021 02:57:37.344] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
[11Jun2021 02:57:37.345] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
[11Jun2021 02:57:37.345] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
[11Jun2021 02:57:37.345] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
[11Jun2021 02:57:37.345] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
[11Jun2021 02:57:37.345] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
[11Jun2021 02:57:37.346] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
[11Jun2021 02:57:37.346] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
[11Jun2021 02:57:37.346] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[11Jun2021 02:57:37.346] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[11Jun2021 02:57:37.346] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[11Jun2021 02:57:37.347] [modloading-worker-3/INFO] [STDERR/]: [com.lycanitesmobs.core.helpers.LMReflectionHelper:setPrivateFinalValue:52]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
[11Jun2021 02:57:37.347] [modloading-worker-3/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: Caused by: java.lang.NoSuchFieldException: maxValue
[11Jun2021 02:57:37.347] [modloading-worker-3/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at java.lang.Class.getDeclaredField(Class.java:2070)
[11Jun2021 02:57:37.347] [modloading-worker-3/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findField(ObfuscationReflectionHelper.java:236)
[11Jun2021 02:57:37.348] [modloading-worker-3/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: ... 15 more
[11Jun2021 02:57:37.362] [modloading-worker-1/INFO] [thetadev.constructionwand.ConstructionWand/]: ConstructionWand says hello - may the odds be ever in your favor.
[11Jun2021 02:57:37.448] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for bettas:betta_fish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:37.769] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for jellyfishing:jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:37.769] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for jellyfishing:blue_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:37.772] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for goblintraders:goblin_trader, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:37.772] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for goblintraders:vein_goblin_trader, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:37.942] [modloading-worker-3/INFO] [dev.theatricalmod.theatrical.TheatricalMod/]: Initialising Theatrical
[11Jun2021 02:57:38.091] [modloading-worker-0/INFO] [com.mew.netherreactor.NetherReactor/]: HELLO FROM PREINIT
[11Jun2021 02:57:38.123] [modloading-worker-0/INFO] [com.mew.netherreactor.NetherReactor/]: HELLO FROM PREINIT
[11Jun2021 02:57:38.124] [modloading-worker-0/INFO] [dev.itsmeow.whisperwoods.WhisperwoodsMod/]: Summoning a hidebehind to eat you...
[11Jun2021 02:57:38.181] [modloading-worker-3/INFO] [ca.zandercraft.doorknockerforge.DoorKnockerForge/]: Loading Door Knocker (Forge)...
[11Jun2021 02:57:38.188] [modloading-worker-0/INFO] [corgiaoc.byg.BYG/]: Reading Sub-Biomes json
[11Jun2021 02:57:38.235] [modloading-worker-0/INFO] [corgiaoc.byg.BYG/]: Reading json
[11Jun2021 02:57:38.247] [modloading-worker-0/ERROR] [corgiaoc.byg.BYG/]: Could not find: "biomesoplenty:wetland_marsh" in the biome registry!
Entry will not be added. Skipping entry...
[11Jun2021 02:57:38.250] [modloading-worker-0/ERROR] [corgiaoc.byg.BYG/]: Could not find: "biomesoplenty:dead_swamp" in the biome registry!
Entry will not be added. Skipping entry...
[11Jun2021 02:57:38.280] [modloading-worker-0/INFO] [corgiaoc.byg.BYG/]: BYG: "Common Setup" Event Complete!
[11Jun2021 02:57:38.352] [modloading-worker-0/INFO] [com.connectivity.Connectivity/]: Connectivity initialized
[11Jun2021 02:57:38.378] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for player_mobs:player_mob, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:38.450] [modloading-worker-2/INFO] [Bookshelf/]: Registering 3 command argument types.
[11Jun2021 02:57:38.454] [modloading-worker-2/INFO] [Bookshelf/]: Registering 13 loot conditions.
[11Jun2021 02:57:38.458] [modloading-worker-1/ERROR] [mod.lucky.Lucky/]: Error reading drop: type=entity,ID=pig,amount=#rand(4,16),posOffset=#circleOffset(4),
[11Jun2021 02:57:38.458] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
[11Jun2021 02:57:38.459] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.lang.String.substring(String.java:1967)
[11Jun2021 02:57:38.459] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropSingle.readFromString(DropSingle.java:221)
[11Jun2021 02:57:38.459] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropFull.readDropFromString(DropFull.java:147)
[11Jun2021 02:57:38.460] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropFull.readFromString(DropFull.java:134)
[11Jun2021 02:57:38.460] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.ResourceDrops.process(ResourceDrops.java:14)
[11Jun2021 02:57:38.460] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.BaseLoader.loadResource(BaseLoader.java:31)
[11Jun2021 02:57:38.460] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.PluginLoader.loadResource(PluginLoader.java:80)
[11Jun2021 02:57:38.460] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.ResourceManager.loadAllResources(ResourceManager.java:75)
[11Jun2021 02:57:38.460] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.init.SetupCommon.setup(SetupCommon.java:174)
[11Jun2021 02:57:38.461] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.Lucky.setupCommon(Lucky.java:57)
[11Jun2021 02:57:38.461] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
[11Jun2021 02:57:38.461] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
[11Jun2021 02:57:38.461] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
[11Jun2021 02:57:38.462] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
[11Jun2021 02:57:38.462] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
[11Jun2021 02:57:38.462] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
[11Jun2021 02:57:38.462] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
[11Jun2021 02:57:38.463] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
[11Jun2021 02:57:38.463] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[11Jun2021 02:57:38.463] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[11Jun2021 02:57:38.463] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[11Jun2021 02:57:38.463] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
[11Jun2021 02:57:38.638] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [prefab] Starting version check at https://raw.githubusercontent.com/Brian-Wuest/MC-Prefab/Main/changeLog.json
[11Jun2021 02:57:38.675] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [prefab] Found status: UP_TO_DATE Current: 1.6.5.5 Target: null
[11Jun2021 02:57:38.682] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silents_mechanisms] Starting version check at https://raw.githubusercontent.com/SilentChaos512/Silents-Mechanisms/1.16.x/update.json
[11Jun2021 02:57:38.724] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silents_mechanisms] Found status: BETA Current: 1.0.1+77 Target: null
[11Jun2021 02:57:38.731] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [namepain] Starting version check at https://raw.githubusercontent.com/naqaden/updateJSON/mods/NamePain.json
[11Jun2021 02:57:38.752] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dummmmmmy:target_dummy, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:38.769] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [namepain] Found status: BETA Current: 1.3.1 Target: null
[11Jun2021 02:57:38.770] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [guardvillagers] Starting version check at https://raw.githubusercontent.com/seymourimadeit/guardvillagers/master/update.json
[11Jun2021 02:57:38.823] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for impostore:impost_ore, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:38.826] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [guardvillagers] Found status: UP_TO_DATE Current: 1.2.4 Target: null
[11Jun2021 02:57:38.827] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [randompatches] Starting version check at https://raw.githubusercontent.com/TheRandomLabs/RandomPatches/misc/versions.json
[11Jun2021 02:57:38.839] [modloading-worker-3/INFO] [blueduck.dustrial.dustrialdecor.DustrialDecorMod/]: HELLO FROM PREINIT
[11Jun2021 02:57:38.840] [modloading-worker-3/INFO] [blueduck.dustrial.dustrialdecor.DustrialDecorMod/]: DIRT BLOCK >> minecraft:dirt
[11Jun2021 02:57:38.939] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [randompatches] Found status: UP_TO_DATE Current: 2.4.4-forge Target: null
[11Jun2021 02:57:38.940] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwtrpdoors] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/trapdoors.json
[11Jun2021 02:57:38.952] [modloading-worker-1/ERROR] [mod.lucky.Lucky/]: Error processing resource: structures.txt
[11Jun2021 02:57:38.952] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: java.lang.ArrayIndexOutOfBoundsException: 1
[11Jun2021 02:57:38.953] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.structure.Structure.readProperties(Structure.java:63)
[11Jun2021 02:57:38.953] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.ResourceStructures.process(ResourceStructures.java:15)
[11Jun2021 02:57:38.953] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.BaseLoader.loadResource(BaseLoader.java:31)
[11Jun2021 02:57:38.953] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.PluginLoader.loadResource(PluginLoader.java:80)
[11Jun2021 02:57:38.954] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.ResourceManager.loadAllResources(ResourceManager.java:75)
[11Jun2021 02:57:38.954] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.init.SetupCommon.setup(SetupCommon.java:174)
[11Jun2021 02:57:38.954] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.Lucky.setupCommon(Lucky.java:57)
[11Jun2021 02:57:38.954] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
[11Jun2021 02:57:38.954] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
[11Jun2021 02:57:38.955] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
[11Jun2021 02:57:38.955] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
[11Jun2021 02:57:38.955] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
[11Jun2021 02:57:38.955] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
[11Jun2021 02:57:38.955] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
[11Jun2021 02:57:38.956] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
[11Jun2021 02:57:38.956] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[11Jun2021 02:57:38.956] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[11Jun2021 02:57:38.956] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[11Jun2021 02:57:38.957] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
[11Jun2021 02:57:38.959] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwtrpdoors] Found status: UP_TO_DATE Current: 1.0.2 Target: null
[11Jun2021 02:57:38.960] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentgear] Starting version check at https://raw.githubusercontent.com/SilentChaos512/Silent-Gear/1.16.x/update.json
[11Jun2021 02:57:38.962] [modloading-worker-1/ERROR] [mod.lucky.Lucky/]: Error reading drop: group(type=item,ID=iron_block,amount=#rand(2,4);type=item,ID=gold_block,amount=#rand(2,4);type=item,ID=diamond_block,amount=#rand(1,2);type=item,ID=emerald_block,amount=#rand(1,2);type=item,ID=lapis_block,amount=#rand(2,4);type=entity,ID=firework_rocket,NBTTag=(LifeTime=15,FireworksItem=(ID=firework_rocket,Count=1,tag=#randFireworksRocket)),amount=6,posOffset=#circleOffset(0,2);type=item,ID=cave_upgrade:copper_block,amount=#rand(2,4);;type=item,ID=cave_upgrade:opal_block,amount=#rand(0,2))
[11Jun2021 02:57:38.962] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
[11Jun2021 02:57:38.962] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.lang.String.substring(String.java:1967)
[11Jun2021 02:57:38.962] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropSingle.readFromString(DropSingle.java:221)
[11Jun2021 02:57:38.963] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropGroup.readFromString(DropGroup.java:64)
[11Jun2021 02:57:38.963] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropFull.readDropFromString(DropFull.java:143)
[11Jun2021 02:57:38.963] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropFull.readFromString(DropFull.java:134)
[11Jun2021 02:57:38.963] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.ResourceDrops.process(ResourceDrops.java:14)
[11Jun2021 02:57:38.963] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.BaseLoader.loadResource(BaseLoader.java:31)
[11Jun2021 02:57:38.964] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.PluginLoader.loadResource(PluginLoader.java:80)
[11Jun2021 02:57:38.964] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.ResourceManager.loadAllResources(ResourceManager.java:75)
[11Jun2021 02:57:38.964] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.init.SetupCommon.setup(SetupCommon.java:174)
[11Jun2021 02:57:38.964] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.Lucky.setupCommon(Lucky.java:57)
[11Jun2021 02:57:38.965] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
[11Jun2021 02:57:38.965] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
[11Jun2021 02:57:38.965] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
[11Jun2021 02:57:38.965] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
[11Jun2021 02:57:38.966] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
[11Jun2021 02:57:38.966] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
[11Jun2021 02:57:38.966] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
[11Jun2021 02:57:38.966] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
[11Jun2021 02:57:38.966] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[11Jun2021 02:57:38.967] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[11Jun2021 02:57:38.967] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[11Jun2021 02:57:38.967] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
[11Jun2021 02:57:38.973] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentgear] Found status: BETA Current: 2.6.26 Target: null
[11Jun2021 02:57:38.974] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [randomite] Starting version check at http://changelogs.moddinglegacy.com/randomite.json
[11Jun2021 02:57:38.975] [modloading-worker-1/ERROR] [mod.lucky.Lucky/]: Error processing value: (size=0,Health=100,Attributes=[(name=generic.knockback_resistance,base=9999999),(name=generic.armor,base=100)],ArmorItems=[(),(),(id=diamond_chestplate,tag=(Enchantments=[(id=thorns,lvl=50)]),Count=1),()],ArmorDropChances=[(0.0F),(0.0F),(0.0F),(0.0F)])
[11Jun2021 02:57:38.976] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
[11Jun2021 02:57:38.976] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.lang.String.substring(String.java:1967)
[11Jun2021 02:57:38.976] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getNBTTagValue(ValueParser.java:202)
[11Jun2021 02:57:38.976] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getNBTTagValue(ValueParser.java:215)
[11Jun2021 02:57:38.977] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getNBTTagValue(ValueParser.java:205)
[11Jun2021 02:57:38.977] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getNBTTagValue(ValueParser.java:183)
[11Jun2021 02:57:38.977] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getNBTTag(ValueParser.java:177)
[11Jun2021 02:57:38.977] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getObject(ValueParser.java:41)
[11Jun2021 02:57:38.977] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.DropValue.<init>(DropValue.java:24)
[11Jun2021 02:57:38.977] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropSingle.setRawProperty(DropSingle.java:110)
[11Jun2021 02:57:38.977] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropSingle.readFromString(DropSingle.java:227)
[11Jun2021 02:57:38.978] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropFull.readDropFromString(DropFull.java:147)
[11Jun2021 02:57:38.978] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropFull.readFromString(DropFull.java:134)
[11Jun2021 02:57:38.978] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.ResourceDrops.process(ResourceDrops.java:14)
[11Jun2021 02:57:38.978] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.BaseLoader.loadResource(BaseLoader.java:31)
[11Jun2021 02:57:38.978] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.PluginLoader.loadResource(PluginLoader.java:80)
[11Jun2021 02:57:38.978] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.ResourceManager.loadAllResources(ResourceManager.java:75)
[11Jun2021 02:57:38.978] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.init.SetupCommon.setup(SetupCommon.java:174)
[11Jun2021 02:57:38.978] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.Lucky.setupCommon(Lucky.java:57)
[11Jun2021 02:57:38.979] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
[11Jun2021 02:57:38.979] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
[11Jun2021 02:57:38.979] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
[11Jun2021 02:57:38.979] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
[11Jun2021 02:57:38.979] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
[11Jun2021 02:57:38.979] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
[11Jun2021 02:57:38.979] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
[11Jun2021 02:57:38.979] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
[11Jun2021 02:57:38.979] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[11Jun2021 02:57:38.980] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[11Jun2021 02:57:38.980] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[11Jun2021 02:57:38.980] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
[11Jun2021 02:57:38.980] [modloading-worker-1/ERROR] [mod.lucky.Lucky/]: Error processing value: (size=0,Health=100,Attributes=[(name=generic.knockbackResistance,base=9999999),(name=generic.armor,base=100)],ArmorItems=[(),(),(id=diamond_chestplate,tag=(Enchantments=[(id=thorns,lvl=50)]),Count=1),()],ArmorDropChances=[(0.0F),(0.0F),(0.0F),(0.0F)])
[11Jun2021 02:57:38.980] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
[11Jun2021 02:57:38.980] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.lang.String.substring(String.java:1967)
[11Jun2021 02:57:38.980] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getNBTTagValue(ValueParser.java:202)
[11Jun2021 02:57:38.980] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getNBTTagValue(ValueParser.java:215)
[11Jun2021 02:57:38.980] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getNBTTagValue(ValueParser.java:205)
[11Jun2021 02:57:38.980] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getNBTTagValue(ValueParser.java:183)
[11Jun2021 02:57:38.980] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getNBTTag(ValueParser.java:177)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.ValueParser.getObject(ValueParser.java:41)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.value.DropValue.<init>(DropValue.java:24)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropSingle.setRawProperty(DropSingle.java:110)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropSingle.readFromString(DropSingle.java:227)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropFull.readDropFromString(DropFull.java:147)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.drop.DropFull.readFromString(DropFull.java:134)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.ResourceDrops.process(ResourceDrops.java:14)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.BaseLoader.loadResource(BaseLoader.java:31)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.PluginLoader.loadResource(PluginLoader.java:80)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.resources.loader.ResourceManager.loadAllResources(ResourceManager.java:75)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.init.SetupCommon.setup(SetupCommon.java:174)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at mod.lucky.Lucky.setupCommon(Lucky.java:57)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
[11Jun2021 02:57:38.981] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
[11Jun2021 02:57:38.982] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
[11Jun2021 02:57:38.982] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
[11Jun2021 02:57:38.982] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
[11Jun2021 02:57:38.982] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
[11Jun2021 02:57:38.982] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
[11Jun2021 02:57:38.982] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[11Jun2021 02:57:38.982] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[11Jun2021 02:57:38.982] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[11Jun2021 02:57:39.023] [modloading-worker-1/INFO] [STDERR/]: [mod.lucky.Lucky:error:62]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
[11Jun2021 02:57:39.157] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.io.FileNotFoundException: https://changelogs.moddinglegacy.com/randomite.json
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_292]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_292]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_292]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_292]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) ~[?:1.8.0_292]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) ~[?:1.8.0_292]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_292]
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944) ~[?:1.8.0_292]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514) ~[?:1.8.0_292]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_292]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_292]
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:171) ~[forge:?]
at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_292]
at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:139) [forge:?]
Caused by: java.io.FileNotFoundException: https://changelogs.moddinglegacy.com/randomite.json
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_292]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_292]
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_292]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352) ~[?:1.8.0_292]
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:155) ~[forge:?]
... 3 more
[11Jun2021 02:57:39.163] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [obfuscate] Starting version check at https://mrcrayfish.com/modupdatejson?id=obfuscate
[11Jun2021 02:57:39.238] [modloading-worker-1/INFO] [STDOUT/]: [com.hollingsworth.arsnouveau.common.capability.ManaCapability:register:62]: Finished Registering ManaCapability
[11Jun2021 02:57:39.250] [modloading-worker-1/INFO] [STDOUT/]: [com.hollingsworth.arsnouveau.common.network.Networking:registerMessages:29]: Registering packets!!
[11Jun2021 02:57:39.324] [modloading-worker-3/INFO] [gobber2/]: Gobber common setup
[11Jun2021 02:57:39.755] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [obfuscate] Found status: BETA Current: 0.6.2 Target: 0.6.2
[11Jun2021 02:57:39.756] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cfm] Starting version check at https://mrcrayfish.com/modupdatejson?id=cfm
[11Jun2021 02:57:39.775] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:diamond_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:emerald_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:iron_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:gold_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:coal_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:redstone_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:lapis_lazuli_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:slime_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:sponge_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:glowstone_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:quartz_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:red_fungal_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:brown_fungal_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:warped_fungal_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:crimson_fungal_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:creeper_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:clay_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.781] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:guardian_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.782] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:skellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.782] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:honey_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.782] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:cow_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.782] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for more_jellyfish:netherite_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.838] [modloading-worker-3/INFO] [druidcraft/]: Setup method registered.
[11Jun2021 02:57:39.854] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cfm] Found status: BETA Current: 7.0.0-pre22 Target: 7.0.0-pre22
[11Jun2021 02:57:39.855] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [fallingtree] Starting version check at https://raw.githubusercontent.com/RakSrinaNa/FallingTree/1.16.5/update.json
[11Jun2021 02:57:39.867] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for bellybutton:dust_bunny, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.868] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for bellybutton:maid, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.869] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for bellybutton:evil_dust_bunny, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.870] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [fallingtree] Found status: UP_TO_DATE Current: 2.11.4 Target: null
[11Jun2021 02:57:39.871] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dynamictrees] Starting version check at https://github.com/ferreusveritas/DynamicTrees/blob/1.16.5/version_info.json?raw=true
[11Jun2021 02:57:39.971] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for goopers:gooper, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:39.972] [modloading-worker-0/INFO] [tv.mapper.mapperbase.MapperBase/]: Mapper Base setup started!
[11Jun2021 02:57:39.977] [modloading-worker-0/INFO] [tv.mapper.mapperbase.MapperBase/]: Ore generation is disabled by config.
[11Jun2021 02:57:40.137] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dynamictrees] Found status: UP_TO_DATE Current: 1.16.5-0.10.0-Beta16 Target: null
[11Jun2021 02:57:40.138] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dynamictreesplus] Starting version check at https://github.com/supermassimo/DynamicTreesPlus/blob/1.16.5/version_info.json?raw=true
[11Jun2021 02:57:40.139] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for frozenup:chilloo, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.150] [modloading-worker-2/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.passive.TameableEntity from class net.untitledduckmod.duck.DuckEntity
[11Jun2021 02:57:40.152] [modloading-worker-2/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.passive.TameableEntity from class net.untitledduckmod.duck.DuckEntity
[11Jun2021 02:57:40.154] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:anvil_pet_entity, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:bed_pet_entity, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:bill_gates_entity, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:satya_nadella_entity, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:steve_ballmer_entity, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:siamese_entity, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.155] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:mini_quantum_blaze_entity, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.156] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:mini_quantum_enderman_entity, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.159] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for untitledduckmod:duck, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.160] [modloading-worker-1/INFO] [STDOUT/]: [net.puffish.castle.CastleDungeons:commonSetup:77]: Themes loaded: 0
[11Jun2021 02:57:40.160] [modloading-worker-2/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.passive.TameableEntity from class net.untitledduckmod.goose.GooseEntity
[11Jun2021 02:57:40.160] [modloading-worker-1/INFO] [STDOUT/]: [net.puffish.castle.CastleDungeons:commonSetup:78]: Config loaded: true
[11Jun2021 02:57:40.160] [modloading-worker-2/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.passive.TameableEntity from class net.untitledduckmod.goose.GooseEntity
[11Jun2021 02:57:40.160] [modloading-worker-2/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.passive.TameableEntity from class net.untitledduckmod.goose.GooseEntity
[11Jun2021 02:57:40.161] [modloading-worker-2/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for untitledduckmod:goose, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.294] [modloading-worker-0/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class azmalent.terraincognita.common.entity.butterfly.ButterflyEntity from class azmalent.terraincognita.common.entity.butterfly.AbstractButterflyEntity
[11Jun2021 02:57:40.295] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for terraincognita:butterfly, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.351] [modloading-worker-3/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay
[11Jun2021 02:57:40.352] [modloading-worker-3/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 snowball = 1 snow_block
[11Jun2021 02:57:40.353] [modloading-worker-3/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 glowstone_dust = 1 glowstone
[11Jun2021 02:57:40.353] [modloading-worker-3/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 brick = 1 bricks
[11Jun2021 02:57:40.353] [modloading-worker-3/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 nether_brick = 1 nether_bricks
[11Jun2021 02:57:40.353] [modloading-worker-3/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 9 nether_wart = 1 nether_wart_block
[11Jun2021 02:57:40.353] [modloading-worker-3/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 quartz = 1 quartz_block
[11Jun2021 02:57:40.353] [modloading-worker-3/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 9 melon_slice = 1 melon
[11Jun2021 02:57:40.353] [modloading-worker-3/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 sand = 1 sandstone
[11Jun2021 02:57:40.353] [modloading-worker-3/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 red_sand = 1 red_sandstone
[11Jun2021 02:57:40.354] [modloading-worker-3/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay
[11Jun2021 02:57:40.451] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:crab, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.451] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:frog, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.452] [modloading-worker-2/INFO] [STDOUT/]: [maxhyper.dtforbiddenarcanus.DynamicTreesForbiddenArcanus:commonSetup:32]: cherry_peach
[11Jun2021 02:57:40.467] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dynamictreesplus] Found status: AHEAD Current: 1.16.5-0.1.0-Beta9 Target: null
[11Jun2021 02:57:40.468] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [darkpaintings] Starting version check at https://updates.blamejared.com/get?n=darkpaintings&gv=1.16.5
[11Jun2021 02:57:40.471] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:wrapped, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.539] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:foxhound, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.539] [modloading-worker-3/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.passive.ParrotEntity from class com.stal111.forbidden_arcanus.entity.PixieEntity
[11Jun2021 02:57:40.539] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for forbidden_arcanus:pixie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.542] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:stoneling, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.547] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:forgotten, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.562] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:toretoise, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.565] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:shiba, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.572] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:leash_knot_fake, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.580] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:wraith, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:40.580] [modloading-worker-3/INFO] [pokecube/]: Hello from Common Proxy setup!
[11Jun2021 02:57:40.627] [modloading-worker-1/INFO] [thutcore/]: Setup
[11Jun2021 02:57:40.887] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [darkpaintings] Found status: BETA Current: 6.0.1 Target: 6.0.1
[11Jun2021 02:57:40.887] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jea] Starting version check at https://raw.githubusercontent.com/MelanX/mod-updatechecker-files/master/jea.json
[11Jun2021 02:57:40.984] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jea] Found status: BETA Current: 1.16.5-1.0.0 Target: 1.0.0
[11Jun2021 02:57:40.984] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [attributefix] Starting version check at https://updates.blamejared.com/get?n=attributefix&gv=1.16.5
[11Jun2021 02:57:41.082] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [attributefix] Found status: BETA Current: 10.1.2 Target: 10.1.2
[11Jun2021 02:57:41.083] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [goblintraders] Starting version check at https://mrcrayfish.com/modupdatejson?id=goblintraders
[11Jun2021 02:57:41.174] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [goblintraders] Found status: BETA Current: 1.6.0 Target: 1.6.0
[11Jun2021 02:57:41.174] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jev] Starting version check at https://raw.githubusercontent.com/Ocelot5836/storage/master/mods/just-enough-vehicles/update.json
[11Jun2021 02:57:41.254] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jev] Found status: BETA Current: 2.0.1 Target: 2.0.1
[11Jun2021 02:57:41.254] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [catalogue] Starting version check at https://mrcrayfish.com/modupdatejson?id=catalogue
[11Jun2021 02:57:41.360] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [catalogue] Found status: BETA Current: 1.2.1 Target: 1.2.1
[11Jun2021 02:57:41.361] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [pandoras_creatures] Starting version check at https://raw.githubusercontent.com/andrew0030/Pandoras-Creatures/master/src/main/resources/assets/pandoras_creatures/update.json
[11Jun2021 02:57:41.392] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [pandoras_creatures] Found status: BETA Current: 1.16.3-2.0.1 Target: null
[11Jun2021 02:57:41.392] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mousetweaks] Starting version check at http://play.sourceruns.org/yalter/MouseTweaks/update.json
[11Jun2021 02:57:41.573] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for guardvillagers:guard, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.762] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:end_fish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.762] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:dragonfly, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.762] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:shadow_walker, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.762] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:end_slime, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.763] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:cubozoa, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.763] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:silk_moth, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.780] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minibloom:minibloom, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.861] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/entity/merchant/villager/VillagerTrades$EnchantedBookForEmeraldsTrade
[11Jun2021 02:57:41.876] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cavesandcliffs:glow_squid, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.878] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cavesandcliffs:axolotl, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.878] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cavesandcliffs:goat, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.879] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for platypus:platypus, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.880] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for platypus:perry, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.926] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mysticalworld:beetle, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.926] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mysticalworld:deer, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.926] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mysticalworld:frog, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.926] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mysticalworld:silver_fox, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.927] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mysticalworld:sprout, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.927] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mysticalworld:endermini, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.928] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mysticalworld:lava_cat, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.928] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mysticalworld:owl, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.928] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mysticalworld:silkworm, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.929] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mysticalworld:hell_sprout, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.933] [main/INFO] [noobanidus.libs.repack_mysticalworld.noobutil.NoobUtil/]: Added 3 additional attributes to PlayerEntity.
[11Jun2021 02:57:41.956] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for pandoras_creatures:arachnon, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.956] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for pandoras_creatures:hellhound, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.956] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for pandoras_creatures:crab, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.956] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for pandoras_creatures:seahorse, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.957] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for pandoras_creatures:acidic_archvine, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.957] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for pandoras_creatures:bufflon, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.957] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for pandoras_creatures:end_troll, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:41.995] [main/INFO] [net.codersdownunder.lootbagmod.LootBagMod/]: All potential items retrieved
[11Jun2021 02:57:42.025] [main/INFO] [net.codersdownunder.lootbagmod.LootBagMod/]: ModList Completed
[11Jun2021 02:57:42.037] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for wyrmroost:lesser_desertwyrm, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.037] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for wyrmroost:overworld_drake, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.037] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for wyrmroost:silver_glider, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.037] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for wyrmroost:roost_stalker, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.038] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for wyrmroost:butterfly_leviathan, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.038] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for wyrmroost:dragon_fruit_drake, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.038] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for wyrmroost:canari_wyvern, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.038] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for wyrmroost:royal_red, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.038] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for wyrmroost:coin_dragon, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.038] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for wyrmroost:alpine, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.059] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:creeper_minion, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.059] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:endersoul_clone, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.059] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:mutant_creeper, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.062] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:mutant_enderman, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.062] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:mutant_skeleton, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.062] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:mutant_snow_golem, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.062] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:mutant_zombie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.063] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:spider_pig, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.110] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buddycards:enderling, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.118] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mousetweaks] Found status: BETA Current: 2.14 Target: null
[11Jun2021 02:57:42.118] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [gravestone] Starting version check at https://maxhenkel.de/update/gravestone.json
[11Jun2021 02:57:42.142] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:little_grebe, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.143] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:cindershell, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.143] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:lizard, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.143] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:lilytad, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.144] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class com.cgessinger.creaturesandbeasts.common.entites.FriendlySporelingEntity from class com.cgessinger.creaturesandbeasts.common.entites.AbstractSporelingEntity
[11Jun2021 02:57:42.144] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:friendly_sporeling, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.144] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:hostile_sporeling, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.144] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:neutral_sporeling, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.144] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:yeti, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.281] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:bannerfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.282] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:blackcap_basslet, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.282] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:butterflyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.282] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:clownfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.282] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:fish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.282] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:fairy_basslet, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.282] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:masked_butterflyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.282] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:raccoon_butterflyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.283] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:sailfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.284] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:sea_serpent, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.284] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:seahorse, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.284] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:spotfin_butterflyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.285] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for abyssaldepths:swordfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.314] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:armored_zombie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.314] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:jungle_zombie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.314] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:frozen_zombie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.315] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:armored_skeleton, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.315] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:mossy_skeleton, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.315] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:skeleton_vanguard, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.315] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:skeleton_horseman, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.315] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class com.infamous.dungeons_mobs.entities.undead.WraithEntity from class com.infamous.dungeons_mobs.entities.undead.NecromancerEntity
[11Jun2021 02:57:42.315] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:necromancer, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.315] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:armored_vindicator, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:armored_pillager, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:royal_guard, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:vindicator_chef, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:mountaineer, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:armored_mountaineer, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:iceologer, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:geomancer, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:illusioner_clone, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:windcaller, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.317] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:icy_creeper, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.317] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:wraith, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.317] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:conjured_slime, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.317] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:redstone_cube, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.317] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:redstone_golem, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.317] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:whisperer, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.317] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:leapleaf, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.318] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:quick_growing_vine, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.318] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:poison_quill_vine, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.318] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:squall_golem, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.318] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecraft:husk, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.366] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for environmental:slabfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.367] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for environmental:deer, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.367] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for environmental:duck, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.367] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for environmental:yak, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.367] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for environmental:koi, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.418] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:nautilus, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.419] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:pike, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.420] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:lionfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.420] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:perch, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.423] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:thrasher, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.423] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:great_thrasher, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.423] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:flare, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.423] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:ululu, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.423] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:goose, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.423] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:glow_squid, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.427] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:box_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.427] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:cassiopea_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.427] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:immortal_jellyfish, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.487] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:booflo, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.487] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:booflo_adolescent, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.487] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:booflo_baby, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.487] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:puff_bug, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.487] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:poise_cluster, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.502] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for neapolitan:plantain_spider, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.503] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for neapolitan:chimpanzee, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.511] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for savageandravage:creepie, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.512] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for savageandravage:griefer, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.512] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for savageandravage:skeleton_villager, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.512] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for savageandravage:iceologer, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.512] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for savageandravage:executioner, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.560] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:grizzly_bear, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.560] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:black_bear, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.560] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:bumblebee, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.560] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:moobloom, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.617] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for piggybankmod:piggybank, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:citizen, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:visitor, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:mercenary, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:mercenary, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:barbarian, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:archerbarbarian, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:chiefbarbarian, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:pharao, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:mummy, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:archermummy, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:pirate, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:archerpirate, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:chiefpirate, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:amazon, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.865] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:amazonchief, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.866] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:norsemenarcher, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.866] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:norsemenchief, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.866] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecolonies:shieldmaiden, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.920] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for splatcraft:ink_squid, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.920] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for splatcraft:squid_bumper, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.921] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecraft:player, use EntityAttributeCreationEvent instead.
[11Jun2021 02:57:42.932] [modloading-worker-2/INFO] [gobber2/]: Gobber server setup
[11Jun2021 02:57:42.933] [modloading-worker-3/INFO] [xaero.common.server.XaeroMinimapServer/]: Loading Xaero's Minimap - Stage 1/2 (Server)
[11Jun2021 02:57:42.937] [modloading-worker-0/INFO] [xaero.map.server.WorldMapServer/]: Loading Xaero's World Map - Stage 1/2 (Server)
[11Jun2021 02:57:42.942] [main/INFO] [xaero.common.server.XaeroMinimapServer/]: Loading Xaero's Minimap - Stage 2/2 (Server)
[11Jun2021 02:57:42.945] [main/INFO] [xaero.map.server.WorldMapServer/]: Loading Xaero's World Map - Stage 2/2 (Server)
[11Jun2021 02:57:42.964] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [gravestone] Found status: AHEAD Current: 1.16.5-1.0.6 Target: null
[11Jun2021 02:57:42.965] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [direbats] Starting version check at https://teamhollow.net/data/update/direbats.json
[11Jun2021 02:57:42.966] [modloading-worker-1/INFO] [gobber2/]: Gobber IMC setup
[11Jun2021 02:57:43.056] [modloading-worker-3/INFO] [com.infamous.dungeons_mobs.DungeonsMobs/]: Got IMC []
[11Jun2021 02:57:43.059] [modloading-worker-3/INFO] [thutcore/]: Hello world from the MDK
[11Jun2021 02:57:43.063] [modloading-worker-3/INFO] [thutcore/]: Got IMC [Hello world]
[11Jun2021 02:57:43.094] [modloading-worker-2/INFO] [net.blay09.mods.craftingtweaks.CraftingTweaks/]: craftingstation has registered com.tfar.craftingstation.CraftingStationContainer for CraftingTweaks
[11Jun2021 02:57:43.094] [modloading-worker-2/INFO] [net.blay09.mods.craftingtweaks.CraftingTweaks/]: fastbench has registered shadows.fastbench.gui.ContainerFastBench for CraftingTweaks
[11Jun2021 02:57:43.135] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [direbats] Found status: UP_TO_DATE Current: 1.1.1+1.16.5-forge Target: null
[11Jun2021 02:57:43.135] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [doubleslabs] Starting version check at https://raw.githubusercontent.com/CJMinecraft01/DoubleSlabs/1.12.x/update.json
[11Jun2021 02:57:43.153] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [doubleslabs] Found status: BETA Current: 3.5.0rc2 Target: null
[11Jun2021 02:57:43.153] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [additionalbanners] Starting version check at https://updates.blamejared.com/get?n=additionalbanners&gv=1.16.5
[11Jun2021 02:57:43.252] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [additionalbanners] Found status: BETA Current: 6.0.3 Target: 6.0.3
[11Jun2021 02:57:43.252] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [teletubbies] Starting version check at https://raw.githubusercontent.com/Rexbas/Teletubbies-Mod/update/update.json
[11Jun2021 02:57:43.327] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [teletubbies] Found status: UP_TO_DATE Current: 7.5.0 Target: null
[11Jun2021 02:57:43.327] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [morecfm] Starting version check at https://mrcrayfish.com/modupdatejson?id=morecfm
[11Jun2021 02:57:43.417] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [morecfm] Found status: BETA Current: 1.3.1 Target: 1.3.0
[11Jun2021 02:57:43.417] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [controlling] Starting version check at https://updates.blamejared.com/get?n=controlling&gv=1.16.5
[11Jun2021 02:57:43.516] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [controlling] Found status: BETA Current: 7.0.0.22 Target: 7.0.0.22
[11Jun2021 02:57:43.516] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [structurescompass] Starting version check at https://raw.githubusercontent.com/Samarium150/StructuresCompass/main/docs/update.json
[11Jun2021 02:57:43.610] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [structurescompass] Found status: AHEAD Current: 1.16.5-1.0.2 Target: null
[11Jun2021 02:57:43.611] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [player_mobs] Starting version check at https://raw.githubusercontent.com/GoryMoon/PlayerMobs/update/versions.json
[11Jun2021 02:57:43.624] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [player_mobs] Found status: BETA Current: 1.0.5.7 Target: null
[11Jun2021 02:57:43.624] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [bookshelf] Starting version check at https://updates.blamejared.com/get?n=bookshelf&gv=1.16.5
[11Jun2021 02:57:43.723] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [bookshelf] Found status: BETA Current: 10.1.12 Target: 10.1.12
[11Jun2021 02:57:43.723] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [darkutils] Starting version check at https://updates.blamejared.com/get?n=darkutils&gv=1.16.4
[11Jun2021 02:57:43.822] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [darkutils] Found status: BETA Current: 8.0.10 Target: null
[11Jun2021 02:57:43.822] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[11Jun2021 02:57:43.862] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: OUTDATED Current: 36.1.24 Target: 36.1.31
[11Jun2021 02:57:43.862] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwdoors] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/doors.json
[11Jun2021 02:57:43.874] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwdoors] Found status: BETA Current: 1.0.3 Target: 1.0.3
[11Jun2021 02:57:43.875] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [twilightforest] Starting version check at https://raw.githubusercontent.com/TeamTwilight/twilightforest/1.16.x/update.json
[11Jun2021 02:57:43.894] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [twilightforest] Found status: BETA Current: NONE Target: null
[11Jun2021 02:57:43.894] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [tolaserblade] Starting version check at https://raw.githubusercontent.com/Iunius118/ToLaserBlade/master/update.json
[11Jun2021 02:57:43.929] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [tolaserblade] Found status: UP_TO_DATE Current: 1.16.5-4.3.1.0 Target: null
[11Jun2021 02:57:43.930] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwfences] Starting version check at https://github.com/sketchmacaw/macawsmods/blob/master/fences.json
[11Jun2021 02:57:44.086] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 7 column 1 path $
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 7 column 1 path $
at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:385) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:852) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:801) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:773) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:195) ~[forge:?]
at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_292]
at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:139) [forge:?]
[11Jun2021 02:57:44.093] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [vehicle] Starting version check at https://raw.githubusercontent.com/MrCrayfish/ModUpdates/master/vehicle/update.json
[11Jun2021 02:57:44.120] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [vehicle] Found status: BETA Current: 0.45.2 Target: null
[11Jun2021 02:57:44.120] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [camera] Starting version check at https://maxhenkel.de/update/camera.json
[11Jun2021 02:57:44.651] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [camera] Found status: AHEAD Current: 1.16.5-1.0.13 Target: null
[11Jun2021 02:57:44.651] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [runelic] Starting version check at https://updates.blamejared.com/get?n=runelic&gv=1.16.5
[11Jun2021 02:57:44.752] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [runelic] Found status: BETA Current: 7.0.1 Target: 7.0.1
[11Jun2021 02:57:44.752] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jeilotr] Starting version check at https://raw.githubusercontent.com/CraftedMods/jei-lotr/master/versions.json
[11Jun2021 02:57:44.863] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jeilotr] Found status: UP_TO_DATE Current: 2.0.0-BETA Target: null
[11Jun2021 02:57:44.863] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [outvoted] Starting version check at https://raw.githubusercontent.com/How-Bout-No/Outvoted/1.16.5/update.json
[11Jun2021 02:57:44.877] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [outvoted] Found status: AHEAD Current: 2.0.0-alpha.6 Target: null
[11Jun2021 02:57:44.878] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [conjurer_illager] Starting version check at http://changelogs.moddinglegacy.com/conjurer-illager.json
[11Jun2021 02:57:44.886] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [conjurer_illager] Found status: BETA Current: 1.0.13 Target: null
[11Jun2021 02:57:44.886] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [ropebridge] Starting version check at https://raw.githubusercontent.com/MinecraftModDevelopmentMods/Rope-Bridge/dev/updates.json
[11Jun2021 02:57:44.975] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [ropebridge] Found status: OUTDATED Current: 1.16.5-2.2.1 Target: 2.2.1
[11Jun2021 02:57:44.976] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwpaintings] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/paintings.json
[11Jun2021 02:57:44.992] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwpaintings] Found status: UP_TO_DATE Current: 1.0.1 Target: null
[11Jun2021 02:57:44.993] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [storagenetwork] Starting version check at https://raw.githubusercontent.com/Lothrazar/Storage-Network/trunk/1.16/update.json
[11Jun2021 02:57:45.321] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [storagenetwork] Found status: AHEAD Current: 1.16.5-1.3.5 Target: null
[11Jun2021 02:57:45.321] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [configured] Starting version check at https://mrcrayfish.com/modupdatejson?id=configured
[11Jun2021 02:57:45.419] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [configured] Found status: BETA Current: 1.1.0 Target: 1.1.0
[11Jun2021 02:57:45.419] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [charginggadgets] Starting version check at https://raw.githubusercontent.com/Direwolf20-MC/ChargingGadgets/master/update.json
[11Jun2021 02:57:45.431] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [charginggadgets] Found status: BETA Current: 1.3.0 Target: null
[11Jun2021 02:57:45.431] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [enchdesc] Starting version check at https://updates.blamejared.com/get?n=enchantmentdescriptions&gv=1.16.4
[11Jun2021 02:57:45.531] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [enchdesc] Found status: BETA Current: 7.0.8 Target: null
[11Jun2021 02:57:45.531] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentlib] Starting version check at https://raw.githubusercontent.com/SilentChaos512/SilentLib/1.14/update.json
[11Jun2021 02:57:45.543] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentlib] Found status: BETA Current: 4.9.6 Target: null
[11Jun2021 02:57:45.544] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dtquark] Starting version check at https://github.com/supermassimo/DynamicTrees-ExC/blob/1.12.2/.DONE/DynamicTrees-Quark/version_info.json?raw=true
[11Jun2021 02:57:45.742] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dtquark] Found status: UP_TO_DATE Current: 1.16.5-2.0.4 Target: null
[11Jun2021 02:57:45.743] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [colony4cc] Starting version check at https://raw.githubusercontent.com/uecasm/colony4cc/trunk/update.json
[11Jun2021 02:57:45.755] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [colony4cc] Found status: AHEAD Current: 1.2.5 Target: null
[11Jun2021 02:57:45.755] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dtforbiddenarcanus] Starting version check at https://github.com/supermassimo/DynamicTrees-ExC/blob/1.12.2/.DONE/DynamicTrees-ForbiddenArcanus/version_info.json?raw=true
[11Jun2021 02:57:46.036] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 5 column 4 path $..1.16.5-1.1.1
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 5 column 4 path $..1.16.5-1.1.1
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ObjectTypeAdapter.read(ObjectTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:187) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:852) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:801) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:773) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:195) ~[forge:?]
at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_292]
at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:139) [forge:?]
[11Jun2021 02:57:46.037] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [openloader] Starting version check at https://updates.blamejared.com/get?n=openloader&gv=1.16.5
[11Jun2021 02:57:46.141] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [openloader] Found status: BETA Current: 9.0.3 Target: 9.0.3
[11Jun2021 02:57:56.273] [Thread-1/INFO] [thutcore/]: Reading pokecube/pokecube_legends-common.toml
[11Jun2021 02:58:08.354] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:voline, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.354] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:shroomloin, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.354] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:warpbeetle, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.354] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:embody, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.354] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:basalt_giant, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Attempting to register unregistered biomes to the biome dictionary. This can be disabled via config.
[11Jun2021 02:58:08.359] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:blackstone_dwarf, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.360] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:glowsquito, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.360] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:skeletal_piglin, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.360] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:blindsight, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.361] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:glowsilk_moth, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.364] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:foliaath, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.368] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:baby_foliaath, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.368] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:ferrous_wroughtnaut, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.369] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoana, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.370] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoaya, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.370] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoan_player, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.371] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoa_sunblocker_player, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.372] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoan_barakoana, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.372] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoa_sunblocker, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.373] [modloading-worker-1/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class com.bobmowzie.mowziesmobs.server.entity.barakoa.EntityBarakoaVillager from class com.bobmowzie.mowziesmobs.server.entity.barakoa.EntityBarako
[11Jun2021 02:58:08.374] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barako, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.375] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:frostmaw, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.376] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:naga, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.377] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:lantern, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.378] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:grottol, use EntityAttributeCreationEvent instead.
[11Jun2021 02:58:08.438] [modloading-worker-2/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Registering Default Bee Traits...
[11Jun2021 02:58:08.444] [modloading-worker-2/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Registering Custom Traits...
[11Jun2021 02:58:08.528] [modloading-worker-1/WARN] [minecolonies/]: FMLLoadCompleteEvent
[11Jun2021 02:58:08.575] [modloading-worker-2/INFO] [pokecube/]: Registering Pokecube CC Peripherals.
[11Jun2021 02:58:08.640] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for mod.beethoven92.betterendforge.common.entity.EndFishEntity
[11Jun2021 02:58:08.642] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for mod.beethoven92.betterendforge.common.entity.DragonflyEntity
[11Jun2021 02:58:08.643] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for mod.beethoven92.betterendforge.common.entity.EndSlimeEntity
[11Jun2021 02:58:08.644] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for mod.beethoven92.betterendforge.common.entity.CubozoaEntity
[11Jun2021 02:58:08.645] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for mod.beethoven92.betterendforge.common.entity.ShadowWalkerEntity
[11Jun2021 02:58:08.646] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for mod.beethoven92.betterendforge.common.entity.SilkMothEntity
[11Jun2021 02:58:08.669] [modloading-worker-1/WARN] [minecolonies/]: Register mappings
[11Jun2021 02:58:08.820] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for tallestegg.guardvillagers.entities.GuardEntity
[11Jun2021 02:58:08.839] [modloading-worker-0/ERROR] [me.ichun.mods.ichunutil.common.iChunUtil/]: Error deserializing HeadInfo for net.minecraft.entity.passive.fish.PufferfishEntity
[11Jun2021 02:58:08.839] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: java.lang.UnsupportedOperationException
[11Jun2021 02:58:08.839] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.AbstractList.remove(AbstractList.java:161)
[11Jun2021 02:58:08.839] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.AbstractList$Itr.remove(AbstractList.java:374)
[11Jun2021 02:58:08.839] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.api.common.head.HeadInfoDelegate.checkModels(HeadInfoDelegate.java:284)
[11Jun2021 02:58:08.839] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.api.common.head.HeadInfo$Serializer.deserialize(HeadInfo.java:673)
[11Jun2021 02:58:08.840] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.api.common.head.HeadInfo$Serializer.deserialize(HeadInfo.java:565)
[11Jun2021 02:58:08.840] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69)
[11Jun2021 02:58:08.840] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at com.google.gson.Gson.fromJson(Gson.java:887)
[11Jun2021 02:58:08.840] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at com.google.gson.Gson.fromJson(Gson.java:852)
[11Jun2021 02:58:08.841] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at com.google.gson.Gson.fromJson(Gson.java:801)
[11Jun2021 02:58:08.841] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at com.google.gson.Gson.fromJson(Gson.java:773)
[11Jun2021 02:58:08.841] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.common.head.HeadHandler.loadHeadInfo(HeadHandler.java:293)
[11Jun2021 02:58:08.841] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.common.head.HeadHandler.readHeadInfoJson(HeadHandler.java:280)
[11Jun2021 02:58:08.841] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.common.head.HeadHandler.scourDirectory(HeadHandler.java:239)
[11Jun2021 02:58:08.841] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.common.head.HeadHandler.loadHeadInfos(HeadHandler.java:179)
[11Jun2021 02:58:08.842] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.common.head.HeadHandler.init(HeadHandler.java:112)
[11Jun2021 02:58:08.842] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.hats.common.Hats.finishLoading(Hats.java:198)
[11Jun2021 02:58:08.842] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
[11Jun2021 02:58:08.842] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
[11Jun2021 02:58:08.842] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
[11Jun2021 02:58:08.842] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
[11Jun2021 02:58:08.842] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
[11Jun2021 02:58:08.843] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
[11Jun2021 02:58:08.843] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
[11Jun2021 02:58:08.843] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
[11Jun2021 02:58:08.843] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[11Jun2021 02:58:08.843] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[11Jun2021 02:58:08.843] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[11Jun2021 02:58:08.844] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
[11Jun2021 02:58:08.849] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for net.minecraft.entity.passive.IronGolemEntity
[11Jun2021 02:58:08.887] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for superlord.ravagecabbage.entity.CabbagerEntity
[11Jun2021 02:58:08.887] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for superlord.ravagecabbage.entity.RCRavagerEntity
[11Jun2021 02:58:08.899] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for vazkii.quark.content.mobs.entity.CrabEntity
[11Jun2021 02:58:08.902] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for net.yezon.desolation.entity.BlackenedEntity$CustomEntity
[11Jun2021 02:58:08.929] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.nikittta.platypus.entities.PlatypusEntity
[11Jun2021 02:58:08.956] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for blueduck.morejellyfish.morejellyfishmod.entity.CowJellyfishEntity
[11Jun2021 02:58:08.957] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for blueduck.morejellyfish.morejellyfishmod.entity.SlimeJellyfishEntity
[11Jun2021 02:58:08.959] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for blueduck.morejellyfish.morejellyfishmod.entity.GlowstoneJellyfishEntity
[11Jun2021 02:58:08.961] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for blueduck.morejellyfish.morejellyfishmod.entity.CrimsonFungalJellyfishEntity
[11Jun2021 02:58:08.963] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for blueduck.morejellyfish.morejellyfishmod.entity.GuardianJellyfishEntity
[11Jun2021 02:58:08.964] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for blueduck.morejellyfish.morejellyfishmod.entity.WarpedFungalJellyfishEntity
[11Jun2021 02:58:08.993] [modloading-worker-0/ERROR] [me.ichun.mods.ichunutil.common.iChunUtil/]: Error deserializing HeadInfo for net.minecraft.entity.passive.fish.TropicalFishEntity
[11Jun2021 02:58:08.994] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: java.lang.UnsupportedOperationException
[11Jun2021 02:58:08.995] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.AbstractList.remove(AbstractList.java:161)
[11Jun2021 02:58:08.995] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.AbstractList$Itr.remove(AbstractList.java:374)
[11Jun2021 02:58:08.996] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.api.common.head.HeadInfoDelegate.checkModels(HeadInfoDelegate.java:284)
[11Jun2021 02:58:08.997] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.api.common.head.HeadInfo$Serializer.deserialize(HeadInfo.java:673)
[11Jun2021 02:58:08.997] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.api.common.head.HeadInfo$Serializer.deserialize(HeadInfo.java:565)
[11Jun2021 02:58:08.998] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69)
[11Jun2021 02:58:08.998] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at com.google.gson.Gson.fromJson(Gson.java:887)
[11Jun2021 02:58:08.998] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at com.google.gson.Gson.fromJson(Gson.java:852)
[11Jun2021 02:58:08.999] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at com.google.gson.Gson.fromJson(Gson.java:801)
[11Jun2021 02:58:08.999] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at com.google.gson.Gson.fromJson(Gson.java:773)
[11Jun2021 02:58:08.999] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.common.head.HeadHandler.loadHeadInfo(HeadHandler.java:293)
[11Jun2021 02:58:08.999] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.common.head.HeadHandler.readHeadInfoJson(HeadHandler.java:280)
[11Jun2021 02:58:09.000] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.common.head.HeadHandler.scourDirectory(HeadHandler.java:239)
[11Jun2021 02:58:09.000] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.common.head.HeadHandler.loadHeadInfos(HeadHandler.java:179)
[11Jun2021 02:58:09.000] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.ichunutil.common.head.HeadHandler.init(HeadHandler.java:112)
[11Jun2021 02:58:09.000] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at me.ichun.mods.hats.common.Hats.finishLoading(Hats.java:198)
[11Jun2021 02:58:09.001] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
[11Jun2021 02:58:09.001] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
[11Jun2021 02:58:09.001] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
[11Jun2021 02:58:09.001] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
[11Jun2021 02:58:09.001] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
[11Jun2021 02:58:09.002] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
[11Jun2021 02:58:09.002] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
[11Jun2021 02:58:09.002] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
[11Jun2021 02:58:09.002] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[11Jun2021 02:58:09.002] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[11Jun2021 02:58:09.003] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[11Jun2021 02:58:09.003] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:loadHeadInfo:300]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
[11Jun2021 02:58:09.035] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.wildcard.buddycards.entities.EnderlingEntity
[11Jun2021 02:58:09.083] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for chumbanotz.mutantbeasts.entity.mutant.MutantEndermanEntity
[11Jun2021 02:58:09.083] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for chumbanotz.mutantbeasts.entity.mutant.MutantSnowGolemEntity
[11Jun2021 02:58:09.084] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for chumbanotz.mutantbeasts.entity.mutant.MutantSkeletonEntity
[11Jun2021 02:58:09.086] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for chumbanotz.mutantbeasts.entity.mutant.MutantZombieEntity
[11Jun2021 02:58:09.101] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.baguchan.enchantwithmob.entity.EnchanterEntity
[11Jun2021 02:58:09.445] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.coldspell.piggybankmod.entities.PiggyBankEntity
[11Jun2021 02:58:09.446] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.autumnity.common.entity.passive.SnailEntity
[11Jun2021 02:58:09.447] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.autumnity.common.entity.passive.TurkeyEntity
[11Jun2021 02:58:09.452] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.environmental.common.entity.DeerEntity
[11Jun2021 02:58:09.453] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.environmental.common.entity.YakEntity
[11Jun2021 02:58:09.454] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.environmental.common.entity.SlabfishEntity
[11Jun2021 02:58:09.454] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.environmental.common.entity.KoiEntity
[11Jun2021 02:58:09.454] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.environmental.common.entity.DuckEntity
[11Jun2021 02:58:09.458] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.neapolitan.common.entity.ChimpanzeeEntity
[11Jun2021 02:58:09.460] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.savageandravage.common.entity.SkeletonVillagerEntity
[11Jun2021 02:58:09.462] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.savageandravage.common.entity.ExecutionerEntity
[11Jun2021 02:58:09.467] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.savageandravage.common.entity.IceologerEntity
[11Jun2021 02:58:09.468] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.savageandravage.common.entity.GrieferEntity
[11Jun2021 02:58:09.470] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.savageandravage.common.entity.CreepieEntity
[11Jun2021 02:58:09.545] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for pokecube.adventures.entity.trainer.LeaderNpc
[11Jun2021 02:58:09.546] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for pokecube.adventures.entity.trainer.TrainerNpc
[11Jun2021 02:58:09.547] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for pokecube.core.entity.npc.NpcMob
[11Jun2021 02:58:09.555] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for de.maxhenkel.gravestone.entity.GhostPlayerEntity
[11Jun2021 02:58:09.568] [modloading-worker-0/ERROR] [me.ichun.mods.ichunutil.common.iChunUtil/]: Error reading HeadInfo file: /home/minecraft/multicraft/servers/server183906/config/ichunutil/head/Twilight Forest/EntityTFHydra.json
[11Jun2021 02:58:09.569] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 44 column 6 path $.additionalHeads[0].headScale
[11Jun2021 02:58:09.569] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at com.google.gson.internal.Streams.parse(Streams.java:60)
[11Jun2021 02:58:09.569] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at com.google.gson.JsonParser.parse(JsonParser.java:84)
[11Jun2021 02:58:09.569] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at com.google.gson.JsonParser.parse(JsonParser.java:59)
[11Jun2021 02:58:09.570] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at com.google.gson.JsonParser.parse(JsonParser.java:45)
[11Jun2021 02:58:09.571] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at me.ichun.mods.ichunutil.common.head.HeadHandler.readHeadInfoJson(HeadHandler.java:266)
[11Jun2021 02:58:09.571] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at me.ichun.mods.ichunutil.common.head.HeadHandler.scourDirectory(HeadHandler.java:239)
[11Jun2021 02:58:09.571] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at me.ichun.mods.ichunutil.common.head.HeadHandler.scourDirectory(HeadHandler.java:232)
[11Jun2021 02:58:09.572] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at me.ichun.mods.ichunutil.common.head.HeadHandler.loadHeadInfos(HeadHandler.java:179)
[11Jun2021 02:58:09.572] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at me.ichun.mods.ichunutil.common.head.HeadHandler.init(HeadHandler.java:112)
[11Jun2021 02:58:09.572] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at me.ichun.mods.hats.common.Hats.finishLoading(Hats.java:198)
[11Jun2021 02:58:09.572] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
[11Jun2021 02:58:09.572] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
[11Jun2021 02:58:09.572] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
[11Jun2021 02:58:09.573] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
[11Jun2021 02:58:09.573] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
[11Jun2021 02:58:09.573] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
[11Jun2021 02:58:09.573] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
[11Jun2021 02:58:09.573] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
[11Jun2021 02:58:09.573] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[11Jun2021 02:58:09.573] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[11Jun2021 02:58:09.573] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[11Jun2021 02:58:09.574] [modloading-worker-0/INFO] [STDERR/]: [me.ichun.mods.ichunutil.common.head.HeadHandler:scourDirectory:251]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
[11Jun2021 02:58:09.574] [modloading-worker-0/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 44 column 6 path $.additionalHeads[0].headScale
[11Jun2021 02:58:09.574] [modloading-worker-0/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559)
[11Jun2021 02:58:09.574] [modloading-worker-0/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:505)
[11Jun2021 02:58:09.574] [modloading-worker-0/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414)
[11Jun2021 02:58:09.574] [modloading-worker-0/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738)
[11Jun2021 02:58:09.575] [modloading-worker-0/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731)
[11Jun2021 02:58:09.575] [modloading-worker-0/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739)
[11Jun2021 02:58:09.575] [modloading-worker-0/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714)
[11Jun2021 02:58:09.576] [modloading-worker-0/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: at com.google.gson.internal.Streams.parse(Streams.java:48)
[11Jun2021 02:58:09.576] [modloading-worker-0/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: ... 21 more
[11Jun2021 02:58:09.637] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.buzzier_bees.common.entities.BumblebeeEntity
[11Jun2021 02:58:09.638] [modloading-worker-0/WARN] [me.ichun.mods.ichunutil.common.iChunUtil/]: We already have another HeadInfo for com.minecraftabnormals.buzzier_bees.common.entities.MoobloomEntity
[11Jun2021 02:58:09.649] [modloading-worker-0/INFO] [me.ichun.mods.ichunutil.common.iChunUtil/]: Loaded 390 HeadInfo object(s)
[11Jun2021 02:58:13.332] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cavebiomes:caves to structure_gel:[neutral_temp]
[11Jun2021 02:58:13.332] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:enchanted_forest to structure_gel:[magical, wooded, snowy]
[11Jun2021 02:58:13.332] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:marsh to structure_gel:[warm, plains, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.332] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered autumnity:orange_spotted_dark_forest to structure_gel:[spooky, rare, wooded, neutral_temp]
[11Jun2021 02:58:13.332] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest_mountains to structure_gel:[mountain, warm, rare, humid, jungle, wooded, neutral_temp, large_wooded]
[11Jun2021 02:58:13.332] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lothlorien_eaves to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered abundance:lavender_fields to structure_gel:[flowery, plains, neutral_temp]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:mushroom_forest to structure_gel:[fungal, warm, wooded, mushroom, snowy]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:woodland_realm to structure_gel:[humid, wooded, neutral_temp]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:sparse_rainforest_basin to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:anduin_hills to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:northlands_forest to structure_gel:[cold, wooded, snowy]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered undergarden:frostfields to structure_gel:[plains, dry, neutral_temp]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:western_isles to structure_gel:[ocean, humid, neutral_temp]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:ethereal_clearing to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:highlands to structure_gel:[mountain, cold, coniferous_forest, wooded, large_wooded, snowy]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:rivendell to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:lantern_woods to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:nan_curunir to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[11Jun2021 02:58:13.333] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:alps to structure_gel:[snowy_mountain, humid, snowy]
[11Jun2021 02:58:13.334] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:bulbis_gardens to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.334] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:mouths_of_entwash to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.334] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:northern_mirkwood to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.334] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:tropical_islands to structure_gel:[tropical, warm, ocean, humid, neutral_temp]
[11Jun2021 02:58:13.334] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered autumnity:yellow_spotted_forest to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.334] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rocky_dunes to structure_gel:[sandy, dead, dry, desert, hot]
[11Jun2021 02:58:13.334] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:foggy_mushroomland to structure_gel:[fungal, warm, dry, end, hot, mushroom]
[11Jun2021 02:58:13.334] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:fangorn to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.334] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lake to structure_gel:[river, neutral_temp]
[11Jun2021 02:58:13.334] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered biomesoplenty:woodland to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.334] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:white_mountains_foothills to structure_gel:[mountain, neutral_temp]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:brimstone_caverns to structure_gel:[nether, dry, neutral_temp]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atum:limestone_crags to structure_gel:[rare, sandy, dry, desert, hot]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_woods to structure_gel:[rare, wooded, neutral_temp]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered world_blender:ocean_blended to structure_gel:[ocean, dry, neutral_temp]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:white_beach to structure_gel:[beach, sandy, neutral_temp]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:magma_wastes to structure_gel:[nether, dry, neutral_temp]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:harad_half_desert to structure_gel:[warm, sandy, dry, desert, hot]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:forest to structure_gel:[wooded, snowy]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:angmar_mountains to structure_gel:[mountain, cold]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered jellyfishing:jellyfish_fields to structure_gel:[dirty, ocean, neutral_temp]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered mysticalbiomes:petrified_edge to structure_gel:[sandy, dry, desert, hot]
[11Jun2021 02:58:13.335] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:rivendell_hills to structure_gel:[mountain, humid, neutral_temp]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:eryn_vorn to structure_gel:[humid, wooded, neutral_temp]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:nindalf to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:thornlands to structure_gel:[dead, dry, snowy]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:white_downs to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:forodwaith_mountains to structure_gel:[snowy]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:canyon_edge to structure_gel:[warm, sandy, dry, humid, desert, hot]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shulkren_forest to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:swamp to structure_gel:[warm, humid, swamp, snowy]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:forodwaith to structure_gel:[snowy]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:dummy to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atum:dried_river to structure_gel:[gravelly, sandy, dry, river, desert, hot]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lamedon_hills to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atum:dead_oasis to structure_gel:[gravelly, rare, sandy, dead, dry, desert, hot]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:ethir_anduin to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lone_lands to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:emyn_en_ernil to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.336] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:shire to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:swanfleet to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:guiana_springs to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:enedwaith to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:dust_wastelands to structure_gel:[sandy, dry, end, hot]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:river to structure_gel:[river, neutral_temp]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:oak_savannah to structure_gel:[wooded, snowy]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dark_forest to structure_gel:[spooky, wooded, snowy]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:skyris_steeps to structure_gel:[mountain, cold, coniferous_forest, large_wooded]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:ithilien to structure_gel:[humid, wooded, neutral_temp]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:ettenmoors to structure_gel:[mountain, cold]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:blackroot_vale to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered world_blender:mountainous_blended to structure_gel:[dry, neutral_temp]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered infernalexp:glowstone_canyon to structure_gel:[nether, hot]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:dorwinion to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atum:dense_woods to structure_gel:[sandy, dry, desert, hot, wooded]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered biomesoplenty:grassland to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cavesandcliffs:lush_caves to structure_gel:[neutral_temp]
[11Jun2021 02:58:13.337] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:bulbis_gardens_edge to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered chaosawakens:mining_biome to structure_gel:[dry, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_hills to structure_gel:[rare, wooded, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lindon_woodlands to structure_gel:[humid, wooded, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:umbrella_jungle to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered biomesoplenty:tall_dead_forest to structure_gel:[spruce_forest, rare, cold, dead, dry, wooded, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:brown_lands to structure_gel:[plains, dry, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:grey_mountains_foothills to structure_gel:[mountain, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shattered_desert_isles to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered biomesoplenty:dense_woodland to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:fire_swamp to structure_gel:[warm, dead, dry, humid, hot, swamp, snowy]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:coldfells to structure_gel:[mountain, cold]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered undergarden:gronglegrowth to structure_gel:[fungal, warm, dry, hot, wooded, mushroom, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered omni:flower_field to structure_gel:[flowery, plains, rare, wooded, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:empty_aurora_cave to structure_gel:[dry, hot]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:skyris_peaks to structure_gel:[mountain, cold, coniferous_forest, large_wooded]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:shire_moors to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dense_forest to structure_gel:[wooded, snowy]
[11Jun2021 02:58:13.338] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:shadow_forest to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.339] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:northern_wilderland to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.339] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered mysticalbiomes:sprout_river to structure_gel:[river, neutral_temp]
[11Jun2021 02:58:13.339] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered biomesoplenty:grassland_clover_patch to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.339] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:withering_woods to structure_gel:[nether, dry, neutral_temp]
[11Jun2021 02:58:13.339] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:misty_mountains_foothills to structure_gel:[mountain, cold]
[11Jun2021 02:58:13.339] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:empty_end_cave to structure_gel:[dry, hot]
[11Jun2021 02:58:13.339] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lossarnach to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.339] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered more_jellyfish:kelp_forest to structure_gel:[dirty, ocean, neutral_temp]
[11Jun2021 02:58:13.339] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered autumnity:pumpkin_fields to structure_gel:[plains, rare, neutral_temp]
[11Jun2021 02:58:13.339] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered chaosawakens:mining_spikes to structure_gel:[dry, neutral_temp]
[11Jun2021 02:58:13.339] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:iron_hills to structure_gel:[mountain, neutral_temp]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:snowy_northlands_forest to structure_gel:[wooded, snowy]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:gorgoroth to structure_gel:[warm, sandy, dry, desert, hot]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:lush_plains to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:nurn_marshes to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:old_forest to structure_gel:[humid, wooded, neutral_temp]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:rocky_tundra to structure_gel:[cold, dead, dry, snowy]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:rohan to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:pointed_stone_forest to structure_gel:[spruce_forest, mountain, cold, wooded]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:dunes_hills to structure_gel:[sandy, dry, desert, hot]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:amber_land to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered autumnity:maple_forest_hills to structure_gel:[rare, wooded, neutral_temp]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:southron_coasts to structure_gel:[warm, plains, neutral_temp]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:firefly_forest to structure_gel:[wooded, snowy]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered biomesoplenty:dense_marsh to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.340] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered mysticalbiomes:petrified_wastes to structure_gel:[sandy, dead, dry, desert, hot]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:andrast to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:dead_marshes to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered autumnity:red_spotted_taiga to structure_gel:[spruce_forest, cold, coniferous_forest, wooded, large_wooded]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:spooky_forest to structure_gel:[spooky, dead, dry, wooded, snowy]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest_plateau to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:shire_woodlands to structure_gel:[humid, wooded, neutral_temp]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:pinnath_gelin to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:lush_hills to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:skyris_highlands_clearing to structure_gel:[mountain, cold, coniferous_forest, large_wooded]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:harnennor to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:empty_smaragdant_cave to structure_gel:[dry, hot]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:red_spruce_taiga to structure_gel:[spruce_forest, cold, coniferous_forest, wooded, neutral_temp, large_wooded]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:crimson_gardens to structure_gel:[nether, dry, neutral_temp]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered abundance:nemophila_fields to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:bog to structure_gel:[warm, cold, humid, swamp]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest_basin to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[11Jun2021 02:58:13.341] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:gladden_fields to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:snowy_forest to structure_gel:[cold, coniferous_forest, wooded, large_wooded, snowy]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered omni:desert_jungle to structure_gel:[warm, humid, jungle, hot, neutral_temp, large_wooded]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered undergarden:smogstem_forest to structure_gel:[dry, hot, wooded, neutral_temp]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rocky_dunes_hills to structure_gel:[sandy, dead, dry, desert, hot]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:quartz_desert to structure_gel:[nether, sandy, dry, neutral_temp]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:forochel to structure_gel:[cold, snowy]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atum:oasis to structure_gel:[rare, sandy, dry, desert, hot]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:eriador to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:basalt_barrera to structure_gel:[beach, sandy, neutral_temp]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered mysticalbiomes:petrified_center to structure_gel:[sandy, dry, desert, hot]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lothlorien to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:lush_smaragdant_cave to structure_gel:[dry, hot]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:sulphur_springs to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered omni:badlands_jungle to structure_gel:[badlands, warm, dry, humid, jungle, hot, neutral_temp, large_wooded]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lone_lands_hills to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:twilight_valley_hills to structure_gel:[magical, cold, dead, dry, wooded]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:sea to structure_gel:[ocean, humid, neutral_temp]
[11Jun2021 02:58:13.342] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:mirkwood_mountains to structure_gel:[mountain, humid, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:cryptic_wastes to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:dagorlad to structure_gel:[plains, dry, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered more_jellyfish:rock_bottom to structure_gel:[ocean, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:ethereal_islands to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:dense_northlands_forest to structure_gel:[cold, wooded, snowy]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered abundance:lavender_forest to structure_gel:[flowery, plains, wooded, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shattered_viscal_isles to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atum:limestone_mountains to structure_gel:[mountain, sandy, dry, desert, hot]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:emyn_muil to structure_gel:[sandy, dry, humid, desert, hot, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:twilight_valley to structure_gel:[magical, cold, dead, dry, wooded]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atum:sand_hills to structure_gel:[sandy, dry, desert, hot]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered mysticalbiomes:sprout_forest to structure_gel:[plains, wooded, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:tolfalas to structure_gel:[ocean, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:snowy_northlands to structure_gel:[snowy]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:island to structure_gel:[ocean, humid, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:viscal_isles to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.343] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:harad_desert_hills to structure_gel:[warm, sandy, dry, desert, hot]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:eastern_desolation to structure_gel:[sandy, dry, desert, hot, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered greekfantasy:olive_forest to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered ars_nouveau:archwood_forest to structure_gel:[dry, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered biomesoplenty:shroomy_wetland to structure_gel:[fungal, warm, humid, swamp, wooded, mushroom, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:anfalas to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:nightshade_forest to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered undergarden:wigglewood_forest to structure_gel:[dry, hot, wooded, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:eregion to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:druwaith_iaur to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:canyons to structure_gel:[mountain, warm, sandy, dry, humid, desert, hot]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:breeland to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered omni:wooded_desert to structure_gel:[sandy, dry, desert, hot, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered undergarden:dense_forest to structure_gel:[dry, hot, wooded, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered undergarden:mushroom_bog to structure_gel:[fungal, warm, dry, humid, hot, swamp, mushroom, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atum:sparse_woods to structure_gel:[sandy, dry, desert, hot, wooded]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:imparius_clearing to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:araucaria_savanna to structure_gel:[warm, savanna, dry, hot, wooded]
[11Jun2021 02:58:13.344] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:mushroom_marsh to structure_gel:[fungal, warm, plains, rare, humid, swamp, mushroom, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:rose_fields to structure_gel:[plains, rare, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered undergarden:barren_abyss to structure_gel:[dead, dry, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered biomesoplenty:marsh to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered biomesoplenty:wetland_forest to structure_gel:[warm, humid, swamp, wooded, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:eriador_downs to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:northern_dale to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:harondor to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:wilderland to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered bayou_blues:bayou_hills to structure_gel:[warm, rare, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:mordor to structure_gel:[warm, sandy, dry, desert, hot]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered autumnity:maple_forest to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:grey_mountains to structure_gel:[mountain, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:wailing_garth to structure_gel:[nether, sandy, dry, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered undergarden:smog_spires to structure_gel:[spooky, dry, hot, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:trollshaws to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:cika_woods to structure_gel:[plains, cold, coniferous_forest, wooded, neutral_temp, large_wooded]
[11Jun2021 02:58:13.345] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atum:sand_plains to structure_gel:[plains, sandy, dry, desert, hot, neutral_temp]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered chaosawakens:crystal_plains to structure_gel:[dry, neutral_temp]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shattered_desert to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:pelargir to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:clearing to structure_gel:[plains, neutral_temp, snowy]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:wold to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:northlands to structure_gel:[cold, snowy]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:weeping_mire to structure_gel:[nether, sandy, dry, neutral_temp]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:dor_en_ernil to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:emyn_winion to structure_gel:[mountain, humid, neutral_temp]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:western_gondor to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:dry_shrubland to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cavesandcliffs:dripstone_caves to structure_gel:[neutral_temp]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered mysticalbiomes:petrified_beach to structure_gel:[beach, sandy, hot]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:megalake to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:nurn to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:harad_desert to structure_gel:[warm, sandy, dry, desert, hot]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:misty_mountains to structure_gel:[mountain, cold]
[11Jun2021 02:58:13.346] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:minhiriath to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.347] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:megalake_grove to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.347] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:blue_mountains to structure_gel:[mountain, cold]
[11Jun2021 02:58:13.347] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered omni:tall_forest to structure_gel:[rare, wooded, neutral_temp]
[11Jun2021 02:58:13.347] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:anorien to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.347] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:dense_snowy_northlands_forest to structure_gel:[wooded, snowy]
[11Jun2021 02:58:13.347] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:tundra to structure_gel:[cold, dead, dry, snowy]
[11Jun2021 02:58:13.347] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:nurnen to structure_gel:[ocean, neutral_temp]
[11Jun2021 02:58:13.347] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered biomesoplenty:cold_desert to structure_gel:[gravelly, sandy, cold, dry, snowy]
[11Jun2021 02:58:13.347] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered mysticalbiomes:petrified_river to structure_gel:[dry, river, hot]
[11Jun2021 02:58:13.347] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:purpur_peaks to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.347] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:umbar to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.348] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lostladen to structure_gel:[sandy, dry, desert, hot, neutral_temp]
[11Jun2021 02:58:13.348] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:snowy_rocky_black_beach to structure_gel:[beach, sandy, snowy]
[11Jun2021 02:58:13.348] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_valleys to structure_gel:[plains, rare, wooded, neutral_temp]
[11Jun2021 02:58:13.348] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered world_blender:cold_hills_blended to structure_gel:[dry, neutral_temp]
[11Jun2021 02:58:13.348] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered mysticalbiomes:sprout_beach to structure_gel:[beach, sandy, neutral_temp]
[11Jun2021 02:58:13.348] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered world_blender:general_blended to structure_gel:[dry, neutral_temp]
[11Jun2021 02:58:13.348] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lindon to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.353] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:ethereal_forest to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.353] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:alpine_foothills to structure_gel:[snowy_mountain, snowy]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:neon_oasis to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:imparius_grove to structure_gel:[dry, end, neutral_temp]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:stream to structure_gel:[river, snowy]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:tower_hills to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:lush_aurora_cave to structure_gel:[dry, hot]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered desolation:charred_forest to structure_gel:[dirty, wooded, neutral_temp]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:flourishing_dunes to structure_gel:[rare, sandy, dry, desert, hot]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:lake to structure_gel:[ocean, snowy]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:chorus_forest to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lebennin to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:midgewater to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:dunes to structure_gel:[sandy, dry, desert, hot]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atum:sand_dunes to structure_gel:[sandy, dry, desert, hot]
[11Jun2021 02:58:13.354] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:dunland to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered undergarden:forgotten_field to structure_gel:[plains, dry, hot, neutral_temp]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered omni:tropical_plains to structure_gel:[tropical, warm, plains, humid, jungle, hot, neutral_temp, large_wooded]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered bayou_blues:bayou to structure_gel:[warm, rare, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:dale to structure_gel:[plains, neutral_temp]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:stone_forest to structure_gel:[spruce_forest, cold, wooded]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:sparse_rainforest_plateau to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:angmar to structure_gel:[plains, cold, neutral_temp]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:lamedon to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:long_marshes to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:blue_mountains_foothills to structure_gel:[mountain, neutral_temp]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:dragon_graveyards to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_highlands to structure_gel:[mountain, rare, wooded, neutral_temp]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:glowing_grasslands to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:araucaria_forest to structure_gel:[warm, dry, wooded]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:glacier to structure_gel:[dead, dry, snowy]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:morgul_vale to structure_gel:[plains, dry, neutral_temp]
[11Jun2021 02:58:13.355] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:chetwood to structure_gel:[humid, wooded, neutral_temp]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:subzero_hypogeal to structure_gel:[nether, dry, neutral_temp]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered chaosawakens:village_plains to structure_gel:[dry, neutral_temp]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:final_plateau to structure_gel:[badlands, dead, dry, hot, snowy]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:blossoming_spires to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:painted_mountains to structure_gel:[sandy, dry, end, hot]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:crystal_mountains to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dark_forest_center to structure_gel:[spooky, magical, wooded, snowy]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:mordor_mountains to structure_gel:[mountain, warm, dry]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered chaosawakens:danger_islands to structure_gel:[dry, neutral_temp]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered omni:wooded_badlands to structure_gel:[badlands, dry, hot, neutral_temp]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dense_mushroom_forest to structure_gel:[fungal, warm, wooded, mushroom, snowy]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:shire_marshes to structure_gel:[warm, humid, swamp, neutral_temp]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:petrified_dunes to structure_gel:[rare, sandy, dead, dry, desert, hot]
[11Jun2021 02:58:13.356] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered druidcraft:darkwood_forest to structure_gel:[spruce_forest, magical, cold, coniferous_forest, wooded, large_wooded]
[11Jun2021 02:58:13.357] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered world_blender:frozen_ocean_blended to structure_gel:[ocean, frozen, dry, neutral_temp]
[11Jun2021 02:58:13.357] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:white_mountains to structure_gel:[mountain, neutral_temp]
[11Jun2021 02:58:13.357] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:muskeg to structure_gel:[warm, cold, humid, coniferous_forest, swamp, large_wooded]
[11Jun2021 02:58:13.357] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:beach to structure_gel:[beach, sandy, neutral_temp]
[11Jun2021 02:58:13.357] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:ice_starfield to structure_gel:[dry, end, hot]
[11Jun2021 02:58:13.357] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:mirkwood to structure_gel:[wooded, neutral_temp]
[11Jun2021 02:58:13.357] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered lotr:vales_of_anduin to structure_gel:[plains, humid, neutral_temp]
[11Jun2021 02:58:13.358] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for conjurer_illager:theatre
[11Jun2021 02:58:13.377] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Compostible Blocks Added!
[11Jun2021 02:58:13.379] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Added Hoeable Blocks!
[11Jun2021 02:58:13.386] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Added Flammables!
[11Jun2021 02:58:13.391] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Added strippable Blocks...
[11Jun2021 02:58:13.394] [main/INFO] [corgiaoc.byg.BYG/]: BYG: "Load Complete" Event Complete!
[11Jun2021 02:58:14.191] [main/INFO] [snowrealmagic/]: Serene Seasons compatibility enabled
[11Jun2021 02:58:22.333] [Thread-1/INFO] [thutcore/]: Reading thut_wearables/thut_wearables-common.toml
[11Jun2021 02:58:54.561] [main/ERROR] [net.minecraft.util.registry.WorldSettingsImport/]: Error adding element: Unknown registry element com.sammy.malum.common.worldgen.RunewoodTreeFeature@16dcf9e5
[11Jun2021 02:58:54.562] [main/ERROR] [net.minecraft.util.registry.WorldSettingsImport/]: Error adding element: Unknown registry element com.sammy.malum.common.worldgen.RunewoodTreeFeature@16dcf9e5
[11Jun2021 02:58:54.630] [main/ERROR] [net.minecraft.util.registry.WorldSettingsImport/]: Error adding element: Base value out of range: 250 [-10-128]; Value 100 outside of range [0:64]
[11Jun2021 02:58:54.633] [main/ERROR] [net.minecraft.util.registry.WorldSettingsImport/]: Error adding element: Unknown registry element com.hollingsworth.arsnouveau.common.world.WorldEvent$1@15443734
[11Jun2021 02:58:54.642] [main/ERROR] [net.minecraft.util.registry.WorldSettingsImport/]: Error adding element: Base value out of range: 256 [-10-128]
[11Jun2021 02:58:54.970] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Skipping quark_jasper.hjson. There is a preset, but it is disabled
[11Jun2021 02:58:54.970] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Skipping dirt.hjson. There is a preset, but it is disabled
[11Jun2021 02:58:54.971] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Skipping quark_marble.hjson. There is a preset, but it is disabled
[11Jun2021 02:58:54.971] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: greekfantasy_limestone.hjson
[11Jun2021 02:58:54.972] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{greekfantasy:limestone}
[11Jun2021 02:58:54.973] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: extcaves_dirtstone.hjson
[11Jun2021 02:58:54.974] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{extcaves:dirtstone}
[11Jun2021 02:58:54.974] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Skipping undergarden_loose_tremblecrust.hjson. There is a preset, but it is disabled
[11Jun2021 02:58:54.974] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: granite.hjson
[11Jun2021 02:58:54.975] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{minecraft:granite}
[11Jun2021 02:58:54.975] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: create_scoria.hjson
[11Jun2021 02:58:54.975] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{create:scoria}
[11Jun2021 02:58:54.976] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Skipping extcaves_brokenstone.hjson. There is a preset, but it is disabled
[11Jun2021 02:58:54.976] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Skipping quark_slate.hjson. There is a preset, but it is disabled
[11Jun2021 02:58:54.976] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: create_gabbro.hjson
[11Jun2021 02:58:54.976] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{create:gabbro}
[11Jun2021 02:58:54.977] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: andesite.hjson
[11Jun2021 02:58:54.977] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{minecraft:andesite}
[11Jun2021 02:58:54.977] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: byg_soapstone.hjson
[11Jun2021 02:58:54.978] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{byg:soapstone}
[11Jun2021 02:58:54.978] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: byg_scoria_stone.hjson
[11Jun2021 02:58:54.978] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{byg:scoria_stone}
[11Jun2021 02:58:54.978] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: magma_block.hjson
[11Jun2021 02:58:54.978] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{minecraft:magma_block}
[11Jun2021 02:58:54.979] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: greekfantasy_marble.hjson
[11Jun2021 02:58:54.979] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{greekfantasy:marble}
[11Jun2021 02:58:54.979] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: extcaves_marlstone.hjson
[11Jun2021 02:58:54.979] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{extcaves:marlstone}
[11Jun2021 02:58:54.980] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: diorite.hjson
[11Jun2021 02:58:54.980] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{minecraft:diorite}
[11Jun2021 02:58:54.980] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: byg_rocky_stone.hjson
[11Jun2021 02:58:54.980] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{byg:rocky_stone}
[11Jun2021 02:58:54.980] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: create_natural_scoria.hjson
[11Jun2021 02:58:54.980] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{create:natural_scoria}
[11Jun2021 02:58:54.981] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: quark_voidstone.hjson
[11Jun2021 02:58:54.981] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{quark:basalt}
[11Jun2021 02:58:54.981] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Skipping quark_limestone.hjson. There is a preset, but it is disabled
[11Jun2021 02:58:54.981] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: extcaves_sedimentstone.hjson
[11Jun2021 02:58:54.981] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{extcaves:sedimentstone}
[11Jun2021 02:58:54.982] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: create_dolomite.hjson
[11Jun2021 02:58:54.982] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{create:dolomite}
[11Jun2021 02:58:54.982] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: blackstone.hjson
[11Jun2021 02:58:54.982] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{minecraft:blackstone}
[11Jun2021 02:58:54.982] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: create_weathered_limestone.hjson
[11Jun2021 02:58:54.983] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{create:weathered_limestone}
[11Jun2021 02:58:54.983] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: extcaves_packed_ice.hjson
[11Jun2021 02:58:54.983] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{minecraft:packed_ice}
[11Jun2021 02:58:54.983] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Skipping greekfantasy_cretan_stone.hjson. There is a preset, but it is disabled
[11Jun2021 02:58:54.983] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: extcaves_lavastone.hjson
[11Jun2021 02:58:54.983] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{extcaves:lavastone}
[11Jun2021 02:58:54.983] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: extcaves_marlstone_powder.hjson
[11Jun2021 02:58:54.984] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{extcaves:marlstone_powder}
[11Jun2021 02:58:54.984] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: byg_magmatic_stone.hjson
[11Jun2021 02:58:54.984] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{byg:magmatic_stone}
[11Jun2021 02:58:54.984] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: create_limestone.hjson
[11Jun2021 02:58:54.984] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{create:limestone}
[11Jun2021 02:58:54.984] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: gravel.hjson
[11Jun2021 02:58:54.984] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{minecraft:gravel}
[11Jun2021 02:58:54.985] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Skipping quark_myalite.hjson. There is a preset, but it is disabled
[11Jun2021 02:58:54.985] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: create_dark_scoria.hjson
[11Jun2021 02:58:54.985] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{create:dark_scoria}
[11Jun2021 02:58:54.985] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loading new stone properties: byg_dacite.hjson
[11Jun2021 02:58:54.985] [main/INFO] [com.personthecat.orestonevariants.properties.StoneProperties/]: Loaded stone with state: Block{byg:dacite}
[11Jun2021 02:58:55.086] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.128] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.343] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.396] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.421] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.465] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.629] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.647] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.746] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.801] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.917] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.959] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:55.974] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:56.068] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:56.113] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:56.128] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:56.165] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:56.177] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:56.243] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:56.369] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:56.478] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:58:56.555] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:06.988] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.027] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.101] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.141] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.152] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.163] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.228] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.332] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.346] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.368] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.417] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.428] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.589] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.601] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.664] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.722] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:07.738] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:08.214] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:08.404] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:08.433] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:08.519] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:08.567] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:08.596] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:08.750] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:09.358] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:09.374] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:09.516] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:09.696] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:09.709] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:09.733] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:09.843] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:09.882] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.308] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.342] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.381] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.441] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.469] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.502] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.531] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.546] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.561] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.611] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.645] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.781] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:10.797] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:11.431] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:11.499] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:11.539] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:11.595] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:11.622] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:12.010] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:12.123] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:12.306] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:12.321] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:12.368] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:12.425] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:12.975] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:12.990] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:13.020] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:13.050] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:13.118] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:13.226] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:13.400] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:13.459] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:13.502] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:13.519] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:13.746] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:13.763] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:14.137] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:14.153] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:14.199] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:14.215] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:14.243] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:14.290] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:14.488] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:14.819] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:14.877] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:15.035] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:15.252] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:15.300] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:15.348] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:15.548] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:15.568] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:15.589] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:15.684] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:15.722] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:16.038] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:16.089] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:16.225] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:16.276] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:23.930] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "rare-ice:rare-ice"
[11Jun2021 02:59:24.468] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[11Jun2021 02:59:24.632] [main/INFO] [net.minecraft.resources.ResourcePackList/]: Enabling resource pack.
[11Jun2021 02:59:24.650] [main/INFO] [Open Loader/]: Injecting data pack finder.
[11Jun2021 02:59:24.663] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/mod_tweaks.zip.
[11Jun2021 02:59:24.663] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/dynamic_trees_architects_palette.zip.
[11Jun2021 02:59:24.664] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/druidcraft_woodcutter.zip.
[11Jun2021 02:59:24.665] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/player head drops v1.1.0.zip.
[11Jun2021 02:59:24.665] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/campful_compat.zip.
[11Jun2021 02:59:24.665] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/greekfantasy_trees.zip.
[11Jun2021 02:59:24.665] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/more mob heads v2.8.1.zip.
[11Jun2021 02:59:24.666] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/snow_real_magic.zip.
[11Jun2021 02:59:24.666] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/ultra_amplified_dimension_datapack.zip.
[11Jun2021 02:59:24.667] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/enhancedcelestials.zip.
[11Jun2021 02:59:24.667] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/useful_railroads.zip.
[11Jun2021 02:59:24.667] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/cyclic.zip.
[11Jun2021 02:59:24.667] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/treechop.zip.
[11Jun2021 02:59:24.668] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/larger phantoms v1.2.1.zip.
[11Jun2021 02:59:24.668] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/charm_woodcutter.zip.
[11Jun2021 02:59:24.669] [main/ERROR] [Open Loader/]: Failed to load Data Pack from /home/minecraft/multicraft/servers/server183906/openloader/data/ultra_amplified_dimension_datapack.zip.disabled. Archive packs must be zips. Folder packs must have a valid pack.mcmeta file.
[11Jun2021 02:59:24.669] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/quark.zip.
[11Jun2021 02:59:24.669] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/custom nether portals v2.3.2.zip.
[11Jun2021 02:59:24.670] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/bob_mansions_0.2.zip.
[11Jun2021 02:59:24.670] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/spiders_2.0.zip.
[11Jun2021 02:59:24.670] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/falling_leaves.zip.
[11Jun2021 02:59:24.670] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/cauldron concrete v2.0.3.zip.
[11Jun2021 02:59:24.671] [main/INFO] [Open Loader/]: Loading Data Pack openloader/data/farmers_delight.zip.
[11Jun2021 02:59:24.703] [main/WARN] [net.minecraft.server.MinecraftServer/]: Missing data pack mod:pehkui
[11Jun2021 02:59:24.927] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/command/impl/EnchantCommand
[11Jun2021 02:59:25.312] [main/INFO] [Bookshelf/]: Registering 1 commands.
[11Jun2021 02:59:25.644] [main/INFO] [pokecube/]: Registering Commands
[11Jun2021 02:59:25.833] [main/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Adding Reload Listener: 'resourcefulbees recipe manager'
[11Jun2021 02:59:25.954] [main/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, habitat-0.3a2.jar, supermartijn642configlib-1.0.7-mc1.16.jar, justenoughbeacons-3.1-1.16.3.jar, infernal-expansion-2.0.0-beta.4.jar, prefab-1.6.5.5.jar, rad-1.16-4.1.1.jar, torohealth-1.16.4-forge-4.jar, TextDamageIndicators-1.16.3-2.0.1.jar, SilentMechanisms-1.16.3-1.0.1+77.jar, windowlogging-mc1.16.3_v0.0.4.jar, strawgolem-1.16-1.9.jar, ravageandcabbage-0.1.3.jar, CTM-MC1.16.1-1.1.2.6.jar, NamePain-1.3.1 Forge-1.16.x.jar, YungsApi-1.16.4-Forge-6.jar, Shrink-1.16.4-1.0.7.jar, quickpaths_1.16.5-1.5.jar, guardvillagers-1.16.5.1.2.4.jar, randompatches-2.4.4-forge.jar, ChanceCubes-1.16.5-5.0.2.421.jar, Apotheosis-1.16.4-4.6.1.jar, world_blender-1.16.5-3.1.4.jar, Morpheus-1.16.5-4.2.70.jar, Omni-1.16.5-1.2.2.jar, SnowRealMagic-1.16.4-2.5.7.jar, JustEnoughResources-1.16.5-0.12.1.121.jar, supplementaries-1.16.5-0.13.0.jar, betterendforge-1.16.4-1.6.0.jar, minibloom-1.16.4-1.0.0.jar, structure_gel-1.16.5-1.7.7.jar, repurposed_structures-1.16.5-2.7.5-forge.jar, morevillagers-FORGE-1.16.5-1.5.1.jar, solpotato-1.16.X-1.1.0.jar, BiomesOPlenty-1.16.5-13.1.0.471-universal.jar, ironfurnaces-1.16.5-2.6.8.jar, SimplyImprovedTerrain-0.3.2-Forge.jar, mcw-trapdoors-1.0.2-mc1.16.5.jar, silent-gear-1.16.5-2.6.26.jar, supermartijn642corelib-1.0.5-mc1.16.5.jar, extcaves-2.4.jar, fairylights-4.0.5-1.16.5.jar, CavesAndCliffsBackport-6.0.1.jar, lycanitesmobs-1.16.5-2.3.1.0.jar, randomenchants-4.0.8.jar, curios-forge-1.16.5-4.0.5.2.jar, randomite-1.16.4-1.0.1.jar, extendedmushrooms-1.6.1-1.16.5+.jar, betterweather-2.0-BETA-SEASONS-ONLY-4.jar, FramedBlocks-2.7.2.jar, Platypuses 1.16.5-1.2.5.jar, obfuscate-0.6.2-1.16.3.jar, constructionwand-1.16.5-2.2.jar, sapience-1.16.4-1.1.1.jar, cfm-7.0.0pre22-1.16.3.jar, ItemPhysic_v1.4.18_mc1.16.5.jar, cloth-config-4.11.26-forge.jar, FallingTree-1.16.5-2.11.4.jar, bettas-1.2.1.jar, FastLeafDecay-v25.jar, Babel-1.0.5.jar, JEPB-1.0.0.jar, DynamicTrees-1.16.5-0.10.0-Beta16.jar, DynamicTreesPlus-1.16.5-0.1.0-Beta9.jar, DarkPaintings-1.16.5-6.0.1.jar, dungeons_gear-1.16.5-3.0.16.jar, DripSounds-0.2.1-1.16.jar, QuarkOddities-1.16.3.jar, Kiwi-1.16.5-3.5.1.jar, mowziesmobs-1.5.18.jar, JustEnoughAdvancements-1.16.5-1.0.0.jar, connectiblechains-1.0.jar, locks-1.16.5-3.0.3.jar, jei-1.16.5-7.7.0.106.jar, jei-professions-1.0.0-1.16.4.jar, AttributeFix-1.16.5-10.1.2.jar, chaosawakens-1.16.5-0.8d.jar, Jellyfishing-1.6.9.jar, goblintraders-1.6.0-1.16.3.jar, caelus-forge-1.16.5-2.1.3.0.jar, colytra-forge-1.16.5-5.1.1.1.jar, Undefeatables 1.4.jar, TrailMix-1.16.5-10.0.1.jar, jev-1.16.3-2.0.1.jar, Fallingleaves-1.16.3-1.0.2.jar, RealisticExplosionPhysics-1.16.5-1.0.0.jar, NaturesCompass-1.16.5-1.9.0.jar, untamedwilds-1.16.5-1.1.0.jar, SereneSeasons-1.16.5-4.0.1.91-universal.jar, LibX-1.16.3-1.0.76.jar, upstream-1.0.jar, champions-forge-1.16.5-2.0.1.7.jar, snowundertrees-1.16.5-v1.1.4.jar, bamboospreads_1.16.5-1.2.jar, mysticalbiomes-1.16.4-0.0.0.3.jar, catalogue-1.2.1-1.16.5.jar, sodium-forge-2.1.2.jar, mysticalworld-1.16.4-0.3.1.11.jar, crumbs-forge-1.0.7.jar, ironchest-1.16.4-11.2.10.jar, antiqueatlas-5.4.4-forge.jar, dungeonsarise1.16.5-1.2.72a.jar, luckyblock-1.16.5-1-forge.jar, Theatrical-1.16.4-0.7.2.jar, theoneprobe-1.16-3.1.4.jar, pandoras_creatures-1.16.3-2.0.1.jar, MouseTweaks-2.14-mc1.16.2.jar, greekfantasy-16.4.17.jar, Piggybanks-1.16.5-1.0.2.jar, NetherReactor1.16.4v0.9.5.jar, ceilingtorch-1.16.5-v1.12.jar, paintings-1.16.4-7.0.0.1.jar, dimdungeons-1.12-forge-1.16.5.jar, whisperwoods-1.16.5-2.0.1.jar, Mantle-1.16.5-1.6.103.jar, Xaeros_Minimap_21.10.0.3_Forge_1.16.5.jar, gravestone-1.16.5-1.0.6.jar, polymorph-forge-1.16.5-0.24.jar, JustEnoughProfessions-1.16.5-1.2.1.jar, AutoRegLib-1.6-49.jar, earthmobsmod-1.16.4-0.4.2.jar, direbats-1.1.1+1.16.5-forge.jar, DoubleSlabs-1.16-3.5.0rc2.jar, structurize-0.13.177-ALPHA-universal.jar, floormats-1.16.5-v1.5.0.jar, SimpleCorn-1.16.5-2.6.1.jar, FastFurnace-1.16.4-4.4.0.jar, byg-1.2.9.jar, doorknockerforge-1.1-hotfix1.jar, extremeSoundMuffler-3.13-1.16.5.jar, CosmeticArmorReworked-1.16.5-v3a.jar, morered-1.16.5-2.1.1.0.jar, lootbagmod-1.16.5-2.2.0.jar, tetra-1.16.5-3.11.1.jar, tetranomicon-1.2.jar, notenoughcrashes-3.2.0-forge.jar, no-potion-offset-1.0.2.jar, zombiehorsespawn_1.16.5-2.7.jar, Hats-1.16.5-10.3.1.jar, Wyrmroost-1.16.3-1.2.11.jar, chanceglobe-1.16.5-v1.3.5.jar, AdditionalBanners-1.16.5-6.0.3.jar, Teletubbies-1.16.5-7.5.0.jar, Architects-Palette-1.16.4-1.1.3.jar, morecfm-1.3.1-1.16.3.jar, Ore_Stone_Variants-6.2-mocha-cappuccino-banana-caramel-deluxe.jar, connectivity-1.8-1.16.5.jar, mimic-1.16.5-v1.12.jar, XaerosWorldMap_1.14.1_Forge_1.16.5.jar, Controlling-7.0.0.22.jar, structurescompass-1.16.5-1.0.2.jar, Placebo-1.16.4-4.5.0.jar, citadel-1.7.0.jar, alexsmobs-1.10.1.jar, PlayerMobs-1.0.5.7.jar, moreminecarts-1.3.8.jar, MutantBeasts-1.16.4-1.1.3.jar, Bookshelf-1.16.5-10.1.12.jar, DarkUtilities-1.16.5-8.0.10.jar, sophisticatedbackpacks-1.16.4-2.5.0.271.jar, buildinggadgets-1.16.5-3.8.0.jar, forge-1.16.5-36.1.24-universal.jar, Atum-1.16.5-2.2.4.jar, plonk-1.16.5-9.0.8.jar, AppleSkin-mc1.16.2-forge-1.0.14.jar, Aquaculture-1.16.5-2.1.19.jar, mcw-doors-1.0.3-mc1.16.5.jar, pathundergates-1.16.4-2.0.0-release.jar, wikizoomer-1.0.3-1.16.4.jar, carryon-1.16.5-1.15.5.15.jar, bundlesplus-0.1.8.jar, MmmMmmMmmMmm-1.16.5-1.2.0.jar, twilightforest-1.16.5-4.0.490-universal.jar, Buddycards-1.16.5-2.4.2.jar, cuneiform-1.16.3-1.2.5.jar, impostore-1.0.3.jar, chipped-1.0.6.1.jar, FarmersDelight-1.16.5-0.4.3.jar, ResourcefulBees-1.16.5-0.6.7.2b.jar, DustrialDecor-1.1.6.jar, Curious Armor Stands-1.16.5-2.1.1.jar, ToLaserBlade-1.16.5-4.3.1.0.jar, LetSleepingDogsLie-1.16.3-1.1.1.jar, mcw-fences-1.0.0-mc1.16.5.jar, skinned_lanterns-1.16.5-1.3.1.jar, vehicle-mod-0.45.2-1.16.3.jar, rare-ice-0.2.2.jar, ElenaiDodge2-1.16.X-1.1.0.jar, CNB-1.16.3_5-1.2.11.jar, geckolib-forge-1.16.5-3.0.41.jar, hole_filler_mod_1.2.4.1-mc_1.16.x-forge.jar, Patchouli-1.16.4-51.jar, ars_nouveau-1.16.5-1.18.5.jar, overworld_two-1.0-Forge-1.16.4.jar, collective-1.16.5-2.26.jar, camera-1.16.5-1.0.13.jar, BetterThanLlamas-1.16.3-1.1.1.jar, EndReborn [0.8.4].jar, Gobber2-Forge-1.16.5-2.3.50.jar, ftb-ultimine-forge-1605.2.2-build.4.jar, BetterStrongholds-1.16.4-1.1.jar, Desolation 1.1.0-1 1.16.5.jar, Runelic-1.16.5-7.0.1.jar, jeilotr-2.0.0-BETA.jar, architectury-1.17.20-forge.jar, ftb-library-forge-1605.3.1-build.23.jar, outvoted-2.0.0-alpha.6-forge.jar, MobFarmHelpers-1.16.5-1.4.2-forge.jar, cc-tweaked-1.16.4-1.96.0.jar, trashcans-1.0.10-mc1.16.5.jar, The_Undergarden-1.16.5-0.5.2.jar, lotr-1.16-renewed-4.3.jar, enchantwithmob-1.16.5-1.4.5.jar, BetterAdvancements-1.16.5-0.1.0.108.jar, Tabula-1.16.5-10.4.0.jar, AbyssalDepths-1.16.5-1.0.1.jar, TrashSlot_1.16.3-12.2.1.jar, someassemblyrequired-1.16.5-1.3.5.jar, craftingstation-4.1.1.jar, spiders-2.0-1.16.4-1.0.4.jar, redstonepen-1.16.5-1.0.6-b1.jar, MoreJellyfish-1.1.5.jar, cavebiomes-1.0-SNAPSHOT.jar, GooglyEyes-1.16.5-10.4.0.jar, giantspawn_1.16.5-2.4.jar, BetterThanBunnies-1.16.3-1.2.0.jar, Druidcraft-1.16.5-0.4.52.jar, the-conjurer-1.16.4-1.0.13.jar, dungeons_mobs-1.16.5-1.0.5.jar, abnormals_core-1.16.5-3.1.1.jar, environmental-1.16.5-1.0.0.jar, Peculiars-1.16.4-1.1.0.jar, Bayou-Blues-1.16.5-1.0.5.jar, upgrade_aquatic-1.16.5-3.1.0.jar, Better-Badlands-1.16.5-2.0.3.jar, endergetic-1.16.4-3.0.0.jar, neapolitan-1.16.5-2.1.0.jar, personality-1.16.5-1.0.2.jar, savageandravage-1.16.5-3.1.0.jar, autumnity-1.16.5-2.1.1.jar, Fruitful-1.16.5-2.1.0.jar, buzzier_bees-1.16.5-3.0.1.jar, Enhanced-Mushrooms-1.16.5-3.0.8.jar, vemerioraptor-1.16.5-1.2.0.jar, RopeBridge-1.16.5-2.2.1.jar, toadterror-1.16.4-1.0.0.jar, create-mc1.16.5_v0.3.1c.jar, ZYCraft-1.16.5-3.0.1.jar, mcw-paintings-1.0.1-mc1.16.5.jar, mgui-1.16.5-3.2.0.jar, tetrapak-0.2.1.jar, bellybutton-1.3.3.jar, Artifacts-1.16.5-2.9.3.jar, SimpleStorageNetwork-1.16.5-1.3.5.jar, configured-1.1.0-1.16.5.jar, Goopers-0.0.5.jar, Festive Creepers-1.16.4-1.1.1.jar, SkinnedCarts-1.16.2-1.1.1.jar, charginggadgets-1.3.0.jar, lazydfu-0.1.3.jar, mapperbase-1.16.4-2.3.0.0.jar, DynamicTreesAtum-1.16.5-1.1.0.jar, blockswap-1.1.1.jar, walljump-forge-1.16.4-1.3.7.jar, inventorypets-1.16.5-2.0.15.jar, iChunUtil-1.16.5-10.4.1.jar, Fancy Fluid Storage-1.16.4-3.1.0.jar, PiggyBank(FORGE-1.16.4) - 1.0.6.jar, AkashicTome-1.4-16.jar, frozenup-1.0.1.jar, bones-1.16.5-2.1.0.jar, castle_dungeons-2.3-1.16.5-forge.jar, ultra_amplified_dimension-1.16.5-9.2.0-forge.jar, Seasonals-1.16.4-1.4.1.jar, untitledduckmod-0.2.2-forge.jar, CraftingTweaks_1.16.5-12.2.1.jar, UselessSword-1.16.5-V1.3.3.jar, Inspirations-1.16.5-1.2.3.32.jar, EnchantmentDescriptions-1.16.5-7.0.8.jar, swingthroughgrass-1.16.4-1.5.3.jar, Abundance-1.16.5-1.0.5.jar, silent-lib-1.16.3-4.9.6.jar, CreativeCore_v2.2.0_mc1.16.5.jar, BlueMap-1.4.2-forge-1.16.4.jar, Undergarden-Tetra Patch-1.2.1.jar, movingelevators-1.2.34-mc1.16.5.jar, atmospheric-1.16.5-3.1.0.jar, Quark-r2.4-312.jar, TinyChests-1.4.2.jar, DynamicTreesQuark-1.16.5-2.0.4.jar, QuarkOPlenty-1.16.5-1.2.1.jar, extragolems-11.3.1.jar, malum-1.16.5-0.2.2.4.jar, FastWorkbench-1.16.4-4.5.1.jar, abnormals_delight-1.16.5-1.1.1.jar, StorageDrawers-1.16.3-8.2.2-fixed.jar, DiagonalFences-v1.0.5-1.16.5.jar, simplytea-1.16.5-2.4.0.jar, terraincognita-1.16.3-1.7.jar, fins-1.5.4.jar, minecolonies-0.14.215-ALPHA-universal.jar, Colony4ComputerCraft-1.16.4-1.2.5.jar, ferritecore-2.0.4-forge.jar, enhancedcelestials-1.0.4-1.16.4.jar, expandability-2.0.1-forge.jar, valhelsia_core-16.0.9.jar, valhelsia_structures-1.16.5-0.1.2.jar, forbidden_arcanus-16.2.0-beta-4.jar, DynamicTreesForbiddenArcanus-1.16.5-1.1.1.jar, SoundFilters-0.14_for_1.16.2.jar, splatcraft-2.3.2+1.16.5-forge.jar, pokecube-aio-1.16.5-3.11.5.jar, Morph-o-Tool-1.4-27.jar, OpenLoader-1.16.5-9.0.3.jar, bob_mansions_0.2.zip, campful_compat.zip, cauldron concrete v2.0.3.zip, charm_woodcutter.zip, custom nether portals v2.3.2.zip, cyclic.zip, druidcraft_woodcutter.zip, dynamic_trees_architects_palette.zip, enhancedcelestials.zip, falling_leaves.zip, farmers_delight.zip, greekfantasy_trees.zip, larger phantoms v1.2.1.zip, mod_tweaks.zip, more mob heads v2.8.1.zip, player head drops v1.1.0.zip, quark.zip, snow_real_magic.zip, spiders_2.0.zip, treechop.zip, ultra_amplified_dimension_datapack.zip, useful_railroads.zip, resourcefulbees:internals, resources, marg-1.16.5-0.6.jar, All the Woods-1.16.5-0.1.jar, Project Brazier-1.16.5-0.5.2.2.jar, data_pack
[11Jun2021 02:59:28.070] [Worker-Main-4/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't read item tag list fruitful:gives_sustaining_long from fruitful:tags/items/gives_sustaining_long.json in data pack Fruitful-1.16.5-2.1.0.jar
com.google.gson.JsonSyntaxException: Missing values, expected to find a JsonArray
[11Jun2021 02:59:36.757] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load block tag quark:vertical_slab as it is missing following references: quarkoplenty:cut_orange_sandstone (from QuarkOPlenty-1.16.5-1.2.1.jar),minecraft:white_sandstone_vertical_slab (from QuarkOPlenty-1.16.5-1.2.1.jar)
[11Jun2021 02:59:36.798] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load item tag forge:nuts as it is missing following references: minecraft:seanut (from Jellyfishing-1.6.9.jar)
[11Jun2021 02:59:36.798] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load item tag minecolonies:stonemason_product_excluded as it is missing following references: #minecolonies:mechanic_product (from minecolonies-0.14.215-ALPHA-universal.jar)
[11Jun2021 02:59:36.798] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load item tag quark:vertical_slab as it is missing following references: quarkoplenty:cut_orange_sandstone (from QuarkOPlenty-1.16.5-1.2.1.jar),minecraft:white_sandstone_vertical_slab (from QuarkOPlenty-1.16.5-1.2.1.jar)
[11Jun2021 02:59:36.798] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load item tag minecolonies:blacksmith_product_excluded as it is missing following references: #minecolonies:mechanic_product (from minecolonies-0.14.215-ALPHA-universal.jar)
[11Jun2021 02:59:36.799] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load item tag minecolonies:reduceable_product_excluded as it is missing following references: #forge:storage_blocks (from minecolonies-0.14.215-ALPHA-universal.jar)
[11Jun2021 02:59:36.799] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load item tag resourcefulbees:valid_apiary as it is missing following references: #forge:storage_blocks (from ResourcefulBees-1.16.5-0.6.7.2b.jar)
[11Jun2021 02:59:36.799] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load item tag forge:storage_blocks as it is missing following references: #forge:storage_blocks/aluminium (from chaosawakens-1.16.5-0.8d.jar)
[11Jun2021 02:59:36.799] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load item tag minecolonies:mechanic_product as it is missing following references: #forge:storage_blocks (from minecolonies-0.14.215-ALPHA-universal.jar)
[11Jun2021 02:59:36.799] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load item tag minecolonies:sawmill_product_excluded as it is missing following references: #minecolonies:mechanic_product (from minecolonies-0.14.215-ALPHA-universal.jar)
[11Jun2021 02:59:37.313] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/orange_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:37.783] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe theurgy:essentia/endorium_ingot as it's serializer returned null
[11Jun2021 02:59:38.492] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe extlights:light_candle_craft
com.google.gson.JsonSyntaxException: Unknown item 'extlights:light_candle'
[11Jun2021 02:59:38.492] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_dead as it's serializer returned null
[11Jun2021 02:59:38.493] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe buddycards:byg/glacial_oak_card_display
com.google.gson.JsonSyntaxException: Unknown item 'byg:glacial_oak_planks'
[11Jun2021 02:59:38.866] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe environmental:building/wood/wisteria/stripped_wisteria_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:stripped_wisteria_post'
[11Jun2021 02:59:39.353] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/black_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:39.817] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe theurgy:essentia/endorium_nugget as it's serializer returned null
[11Jun2021 02:59:39.819] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/gray_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:39.833] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe useless_sword:terra_bladed_chakram_recipe
com.google.gson.JsonSyntaxException: Unknown item 'botania:terrasteel_ingot'
[11Jun2021 02:59:39.864] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/white_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:40.012] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/cyan_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:40.494] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_dream as it's serializer returned null
[11Jun2021 02:59:40.499] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe omni:crafting/red_rock_vertical_slab_revert
com.google.gson.JsonSyntaxException: Unknown item 'minecraft:red_rock_slab'
[11Jun2021 02:59:41.294] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe extlights:light_candle_large_craft
com.google.gson.JsonSyntaxException: Unknown item 'extlights:light_candle_large'
[11Jun2021 02:59:41.301] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe chaosawakens:conversions/silver_lump_to_platinum_lump
com.google.gson.JsonSyntaxException: Unknown item 'projecte:philosophers_stone'
[11Jun2021 02:59:41.323] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_sign
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:41.337] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_purple_heart_pw as it's serializer returned null
[11Jun2021 02:59:41.345] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe vehicle:boost_pad
com.google.gson.JsonSyntaxException: Unknown item 'vehicle:boost_pad'
[11Jun2021 02:59:42.545] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe omni:sawmill/palo_verde_planks_from_vertical_palo_verde_planks_sawing
com.google.gson.JsonSyntaxException: Unknown item 'environmental:vertical_palo_verde_planks'
[11Jun2021 02:59:42.930] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/pink_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:43.773] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_azure as it's serializer returned null
[11Jun2021 02:59:43.812] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe chaosawakens:conversions/copper_lump_to_tin_lump
com.google.gson.JsonSyntaxException: Unknown item 'projecte:philosophers_stone'
[11Jun2021 02:59:44.088] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_cherry_red as it's serializer returned null
[11Jun2021 02:59:44.091] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/blue_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:44.235] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_vertical_planks_to_planks
com.google.gson.JsonSyntaxException: Unknown item 'endergetic:poise_vertical_planks'
[11Jun2021 02:59:44.383] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_stairs
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:44.517] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe chaosawakens:conversions/diamond_and_emerald_to_tigers_eye
com.google.gson.JsonSyntaxException: Unknown item 'projecte:philosophers_stone'
[11Jun2021 02:59:44.518] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_willow_pw as it's serializer returned null
[11Jun2021 02:59:44.523] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe charm:candles/candle
com.google.gson.JsonSyntaxException: Unknown condition type: charm:module_enabled
[11Jun2021 02:59:44.668] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_pressure_plate
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:44.955] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe environmental:building/wood/cherry/cherry_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:cherry_post'
[11Jun2021 02:59:45.284] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe framedblocks:framed_torch
com.google.gson.JsonSyntaxException: Unknown item 'framedblocks:framed_torch'
[11Jun2021 02:59:45.286] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_dead as it's serializer returned null
[11Jun2021 02:59:45.289] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_apple_te as it's serializer returned null
[11Jun2021 02:59:45.296] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe useless_sword:elven_stripper_recipe
com.google.gson.JsonSyntaxException: Unknown item 'botania:dragonstone'
[11Jun2021 02:59:45.571] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_slab
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:45.997] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_azure as it's serializer returned null
[11Jun2021 02:59:46.344] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe environmental:building/wood/cherry/stripped_cherry_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:stripped_cherry_post'
[11Jun2021 02:59:46.358] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_vertical_slabs
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:46.364] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe vehicle:steep_boost_ramp
com.google.gson.JsonSyntaxException: Unknown item 'vehicle:boost_pad'
[11Jun2021 02:59:46.376] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_trapdoor
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:47.453] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_door
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:47.472] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_purple_heart_pw as it's serializer returned null
[11Jun2021 02:59:47.618] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_cherry_red as it's serializer returned null
[11Jun2021 02:59:48.841] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_silverbell_pw as it's serializer returned null
[11Jun2021 02:59:48.846] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_magic_pw as it's serializer returned null
[11Jun2021 02:59:49.282] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe infernalexp:crafting/crafting_shaped/polished_basalt_vertical_slab
com.google.gson.JsonSyntaxException: Unknown item 'infernalexp:polised_basalt_slab'
[11Jun2021 02:59:49.294] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe supplementaries:flower_box
com.google.gson.JsonSyntaxException: Unknown item 'supplementaries:flower_box'
[11Jun2021 02:59:49.998] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_tiger_pw as it's serializer returned null
[11Jun2021 02:59:50.292] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe chaosawakens:conversions/pink_tourmaline_to_cats_eye
com.google.gson.JsonSyntaxException: Unknown item 'projecte:philosophers_stone'
[11Jun2021 02:59:50.340] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_dreamwood as it's serializer returned null
[11Jun2021 02:59:50.639] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe environmental:building/wood/wisteria/wisteria_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:wisteria_post'
[11Jun2021 02:59:50.644] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_fence
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:50.644] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/red_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:50.791] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_boat
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:51.063] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_planks
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:51.226] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/purple_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:51.359] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_silverbell_pw as it's serializer returned null
[11Jun2021 02:59:51.921] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe cfm:craft_sofa
com.google.gson.JsonSyntaxException: Invalid vehicle entity: vehicle:sofa
[11Jun2021 02:59:51.929] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe environmental:building/wood/willow/stripped_willow_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:stripped_willow_post'
[11Jun2021 02:59:51.934] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_maple_pw as it's serializer returned null
[11Jun2021 02:59:51.935] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_dreamwood as it's serializer returned null
[11Jun2021 02:59:52.085] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe useless_sword:sword_of_fate_recipe
com.google.gson.JsonSyntaxException: Unknown item 'botania:dice'
[11Jun2021 02:59:53.050] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_vertical_planks
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:53.338] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/magenta_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:53.489] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/yellow_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:53.494] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/green_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:53.920] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_dream as it's serializer returned null
[11Jun2021 02:59:54.053] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe chaosawakens:conversions/tin_lump_to_silver_lump
com.google.gson.JsonSyntaxException: Unknown item 'projecte:philosophers_stone'
[11Jun2021 02:59:54.190] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe extlights:light_candlestick_craft
com.google.gson.JsonSyntaxException: Unknown item 'extlights:light_candlestick'
[11Jun2021 02:59:55.038] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe useless_sword:gaia_claymore_recipe
com.google.gson.JsonSyntaxException: Unknown item 'botania:gaia_ingot'
[11Jun2021 02:59:55.182] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/brown_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:55.185] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_livingwood as it's serializer returned null
[11Jun2021 02:59:56.032] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/lime_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:56.378] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe bayou_blues:crafting/gooseberry_jam_cookie_bent
com.google.gson.JsonSyntaxException: Invalid pattern: each row must be the same width
[11Jun2021 02:59:57.390] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_fence_gate
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 02:59:58.281] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe omni:sawmill/cave_mushroom_planks_from_vertical_cave_mushroom_planks_sawing
com.google.gson.JsonSyntaxException: Unknown item 'environmental:vertical_cave_mushroom_planks'
[11Jun2021 02:59:58.573] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_livingwood as it's serializer returned null
[11Jun2021 02:59:58.581] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/light_gray_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 02:59:59.033] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_tiger_pw as it's serializer returned null
[11Jun2021 02:59:59.036] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_shimmerwood as it's serializer returned null
[11Jun2021 02:59:59.179] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_magic_pw as it's serializer returned null
[11Jun2021 02:59:59.325] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe vehicle:boost_ramp
com.google.gson.JsonSyntaxException: Unknown item 'vehicle:boost_pad'
[11Jun2021 02:59:59.328] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_willow_pw as it's serializer returned null
[11Jun2021 02:59:59.466] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe supplementaries:flag_duplicate
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'supplementaries:flag_duplicate_recipe'
[11Jun2021 03:00:00.027] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_blood as it's serializer returned null
[11Jun2021 03:00:00.028] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_ladder
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 03:00:00.215] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe projectbrazier:benches/polstered/light_blue_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Unknown item 'projectbrazier:imparius_bench'
[11Jun2021 03:00:00.218] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe farmersdelight:integration/silentgear/cutting/netherwood
com.google.gson.JsonSyntaxException: Unknown ingredient type: axe
[11Jun2021 03:00:00.233] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_blood as it's serializer returned null
[11Jun2021 03:00:00.383] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe environmental:building/wood/willow/willow_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:willow_post'
[11Jun2021 03:00:00.389] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe theurgy:essentia/essence as it's serializer returned null
[11Jun2021 03:00:00.402] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_white as it's serializer returned null
[11Jun2021 03:00:00.566] [Worker-Main-9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe druidcraft:woodcutting/endergetic/poise_log_to_button
com.google.gson.JsonSyntaxException: Unknown item tag 'endergetic:poise_logs'
[11Jun2021 03:00:01.016] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_apple_te as it's serializer returned null
[11Jun2021 03:00:01.028] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe theurgy:essentia/end_stone_type as it's serializer returned null
[11Jun2021 03:00:01.509] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_white as it's serializer returned null
[11Jun2021 03:00:01.522] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_shimmerwood as it's serializer returned null
[11Jun2021 03:00:01.524] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_maple_pw as it's serializer returned null
[11Jun2021 03:00:01.533] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 102 recipes
[11Jun2021 03:00:01.593] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_chromium
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'clib:chromium_ingot'
[11Jun2021 03:00:01.646] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/light_blue_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:light_blue_polstered_imparius_bench'
[11Jun2021 03:00:01.718] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_hv_coil
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'immersiveengineering:coil_hv'
[11Jun2021 03:00:01.811] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/withering_oak_log_chair
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:withering_oak_log_chair'
[11Jun2021 03:00:01.899] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/withering_oak_firewood
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:withering_oak_firewood'
[11Jun2021 03:00:01.900] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_enderium_glass
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:enderium_glass'
[11Jun2021 03:00:01.935] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/yellow
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:yellow_rockwool'
[11Jun2021 03:00:02.065] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/brown
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:brown_rockwool'
[11Jun2021 03:00:02.137] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/lime
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:lime_rockwool'
[11Jun2021 03:00:02.149] [Worker-Main-9/INFO] [Silent Gear/]: Injecting loot table 'silentgear:inject/chests/bastion_bridge' into 'minecraft:chests/bastion_bridge'
[11Jun2021 03:00:02.152] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalactite_tall_diorite
java.lang.IllegalArgumentException: Can't find block extcaves:rock_stalactite_tall_diorite
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_227569_a_(SourceFile:79) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_292]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:79) ~[?:?]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:68) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:85) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:61) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:53) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:86) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:183) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:180) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:252) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:249) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:880) ~[forge:?]
at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) ~[?:?]
at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_292]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) ~[?:?]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) ~[?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_292]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_292]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_292]
[11Jun2021 03:00:02.167] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_titanium
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'clib:titanium_ingot'
[11Jun2021 03:00:02.250] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/blue
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:blue_rockwool'
[11Jun2021 03:00:02.336] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/green_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:green_polstered_imparius_bench'
[11Jun2021 03:00:02.583] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table framedblocks:blocks/framed_torch
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'framedblocks:framed_torch'
[11Jun2021 03:00:02.612] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/white_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:white_polstered_imparius_bench'
[11Jun2021 03:00:02.655] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/light_gray
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:light_gray_rockwool'
[11Jun2021 03:00:02.726] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rich_slag
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:rich_slag'
[11Jun2021 03:00:02.741] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table untamedwilds:blocks/flora_orchid_magenta
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'untamedwilds:flora_orchid_magenta'
[11Jun2021 03:00:02.769] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table untamedwilds:blocks/flora_orchid_pink
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'untamedwilds:flora_orchid_pink'
[11Jun2021 03:00:02.829] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_cinnabar
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:cinnabar'
[11Jun2021 03:00:02.853] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_opal
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'clib:opal'
[11Jun2021 03:00:02.870] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_amethyst
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'clib:amethyst'
[11Jun2021 03:00:03.080] [Worker-Main-9/INFO] [Silent Gear/]: Injecting loot table 'silentgear:inject/chests/bastion_other' into 'minecraft:chests/bastion_other'
[11Jun2021 03:00:03.166] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/red_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:red_polstered_imparius_bench'
[11Jun2021 03:00:03.225] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/orange_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:orange_polstered_imparius_bench'
[11Jun2021 03:00:03.274] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/magenta
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:magenta_rockwool'
[11Jun2021 03:00:03.393] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_coal_coke
com.google.gson.JsonParseException: Can't find tag: forge:coal_coke
at net.minecraft.loot.TagLootEntry$Serializer.func_212829_b_(SourceFile:86) ~[?:?]
at net.minecraft.loot.TagLootEntry$Serializer.func_212829_b_(SourceFile:71) ~[?:?]
at net.minecraft.loot.StandaloneLootEntry$Serializer.func_230421_b_(SourceFile:151) ~[?:?]
at net.minecraft.loot.StandaloneLootEntry$Serializer.func_230421_b_(SourceFile:129) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:86) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:183) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:180) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:252) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:249) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:880) ~[forge:?]
at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) ~[?:?]
at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_292]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) ~[?:?]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) ~[?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_292]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_292]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_292]
[11Jun2021 03:00:03.500] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_cured_rubber
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:cured_rubber'
[11Jun2021 03:00:03.502] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalagmite_stone_andesite
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'extcaves:rock_stalagmite_andesite'
[11Jun2021 03:00:03.514] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/purple_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:purple_polstered_imparius_bench'
[11Jun2021 03:00:03.544] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/blue_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:blue_polstered_imparius_bench'
[11Jun2021 03:00:03.581] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/purple
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:purple_rockwool'
[11Jun2021 03:00:03.611] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rosin
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:rosin'
[11Jun2021 03:00:03.652] [Worker-Main-9/INFO] [Silent Gear/]: Injecting loot table 'silentgear:inject/chests/bastion_treasure' into 'minecraft:chests/bastion_treasure'
[11Jun2021 03:00:03.694] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/imparius_log_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:imparius_log_bench'
[11Jun2021 03:00:03.723] [Worker-Main-9/INFO] [Silent Gear/]: Injecting loot table 'silentgear:inject/chests/nether_bridge' into 'minecraft:chests/nether_bridge'
[11Jun2021 03:00:03.823] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/white
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:white_rockwool'
[11Jun2021 03:00:03.896] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_copper_coil
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'immersiveengineering:ingot_copper'
[11Jun2021 03:00:03.902] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/black_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:black_polstered_imparius_bench'
[11Jun2021 03:00:03.907] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_concrete
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'immersiveengineering:concrete_tile'
[11Jun2021 03:00:03.913] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/gray_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:gray_polstered_imparius_bench'
[11Jun2021 03:00:03.937] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalagmite_stone_granite
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'extcaves:rock_stalagmite_granite'
[11Jun2021 03:00:03.938] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/imparius_firewood
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:imparius_firewood'
[11Jun2021 03:00:03.948] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_niter
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:niter'
[11Jun2021 03:00:03.988] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/green
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:green_rockwool'
[11Jun2021 03:00:04.053] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/light_gray_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:light_gray_polstered_imparius_bench'
[11Jun2021 03:00:04.076] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/magenta_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:magenta_polstered_imparius_bench'
[11Jun2021 03:00:04.115] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/light_blue
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:light_blue_rockwool'
[11Jun2021 03:00:04.176] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_insulating_glass
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'immersiveengineering:insulating_glass'
[11Jun2021 03:00:04.185] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalactite_diorite
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'extcaves:rock_stalactite_diorite'
[11Jun2021 03:00:04.208] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/hollow_imparius_log
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:hollow_imparius_log'
[11Jun2021 03:00:04.228] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/brown_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:brown_polstered_imparius_bench'
[11Jun2021 03:00:04.368] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/yellow_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:yellow_polstered_imparius_bench'
[11Jun2021 03:00:04.393] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalactite_granite
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'extcaves:rock_stalactite_granite'
[11Jun2021 03:00:04.417] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rubber
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:rubber'
[11Jun2021 03:00:04.461] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_mekanism:entities/golem_salt
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'mekanism:salt'
[11Jun2021 03:00:04.483] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/cyan_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:cyan_polstered_imparius_bench'
[11Jun2021 03:00:04.516] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_leaded_concrete
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'immersiveengineering:concrete_leaded'
[11Jun2021 03:00:04.632] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_tungsten
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'clib:tungsten_ingot'
[11Jun2021 03:00:04.639] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/pink_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:pink_polstered_imparius_bench'
[11Jun2021 03:00:04.653] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_slag
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:slag'
[11Jun2021 03:00:04.660] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/hollow_withering_oak_log
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:hollow_withering_oak_log'
[11Jun2021 03:00:04.689] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/gray
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:gray_rockwool'
[11Jun2021 03:00:04.734] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/palo_verde_firewood
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:palo_verde_firewood'
[11Jun2021 03:00:04.785] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table framedblocks:blocks/framed_wall_torch
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'framedblocks:framed_torch'
[11Jun2021 03:00:04.804] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/orange
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:orange_rockwool'
[11Jun2021 03:00:04.876] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_lumium_glass
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:lumium_glass'
[11Jun2021 03:00:04.916] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalactite_tall_andesite
java.lang.IllegalArgumentException: Can't find block extcaves:rock_stalactite_tall_andesite
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_227569_a_(SourceFile:79) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_292]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:79) ~[?:?]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:68) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:85) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:61) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:53) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:86) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:183) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:180) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:252) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:249) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:880) ~[forge:?]
at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) ~[?:?]
at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_292]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) ~[?:?]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) ~[?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_292]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_292]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_292]
[11Jun2021 03:00:04.967] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/withering_oak_log_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:withering_oak_log_bench'
[11Jun2021 03:00:04.974] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalagmite_tall_stone_granite
java.lang.IllegalArgumentException: Can't find block extcaves:rock_stalagmite_tall_granite
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_227569_a_(SourceFile:79) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_292]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:79) ~[?:?]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:68) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:85) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:61) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:53) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:86) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:183) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:180) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:252) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:249) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:880) ~[forge:?]
at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) ~[?:?]
at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_292]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) ~[?:?]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) ~[?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_292]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_292]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_292]
[11Jun2021 03:00:05.044] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalagmite_tall_stone_andesite
java.lang.IllegalArgumentException: Can't find block extcaves:rock_stalagmite_tall_andesite
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_227569_a_(SourceFile:79) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_292]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:79) ~[?:?]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:68) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:85) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:61) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:53) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:86) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:183) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:180) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:252) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:249) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:880) ~[forge:?]
at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) ~[?:?]
at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_292]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) ~[?:?]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) ~[?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_292]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_292]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_292]
[11Jun2021 03:00:05.101] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/lime_polstered_imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:lime_polstered_imparius_bench'
[11Jun2021 03:00:05.131] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/imparius_bench
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:imparius_bench'
[11Jun2021 03:00:05.177] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/pink
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:pink_rockwool'
[11Jun2021 03:00:05.188] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table untamedwilds:blocks/flora_orchid_purple
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'untamedwilds:flora_orchid_purple'
[11Jun2021 03:00:05.209] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalagmite_stone_diorite
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'extcaves:rock_stalagmite_diorite'
[11Jun2021 03:00:05.228] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalactite_andesite
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'extcaves:rock_stalactite_andesite'
[11Jun2021 03:00:05.242] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_constantan
com.google.gson.JsonParseException: Can't find tag: forge:ingots/constantan
at net.minecraft.loot.TagLootEntry$Serializer.func_212829_b_(SourceFile:86) ~[?:?]
at net.minecraft.loot.TagLootEntry$Serializer.func_212829_b_(SourceFile:71) ~[?:?]
at net.minecraft.loot.StandaloneLootEntry$Serializer.func_230421_b_(SourceFile:151) ~[?:?]
at net.minecraft.loot.StandaloneLootEntry$Serializer.func_230421_b_(SourceFile:129) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:86) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:183) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:180) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:252) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:249) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:880) ~[forge:?]
at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) ~[?:?]
at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_292]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) ~[?:?]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) ~[?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_292]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_292]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_292]
[11Jun2021 03:00:05.320] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalagmite_tall_stone_diorite
java.lang.IllegalArgumentException: Can't find block extcaves:rock_stalagmite_tall_diorite
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_227569_a_(SourceFile:79) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_292]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:79) ~[?:?]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:68) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:85) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:61) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:53) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:86) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:183) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:180) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:252) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:249) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:880) ~[forge:?]
at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) ~[?:?]
at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_292]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) ~[?:?]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) ~[?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_292]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_292]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_292]
[11Jun2021 03:00:05.386] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table untamedwilds:blocks/flora_orchid_red
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'untamedwilds:flora_orchid_red'
[11Jun2021 03:00:05.390] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_sawdust
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:sawdust'
[11Jun2021 03:00:05.443] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_signalum_glass
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:signalum_glass'
[11Jun2021 03:00:05.470] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/cyan
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:cyan_rockwool'
[11Jun2021 03:00:05.487] [Worker-Main-9/INFO] [Silent Gear/]: Injecting loot table 'silentgear:inject/chests/ruined_portal' into 'minecraft:chests/ruined_portal'
[11Jun2021 03:00:05.530] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_apatite
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:apatite'
[11Jun2021 03:00:05.614] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_cobalt
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'clib:cobalt_ingot'
[11Jun2021 03:00:05.647] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_electrum_coil
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'immersiveengineering:ingot_electrum'
[11Jun2021 03:00:05.688] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_brass
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'clib:brass_ingot'
[11Jun2021 03:00:05.764] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_zinc
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'clib:zinc_ingot'
[11Jun2021 03:00:06.058] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/imparius_platform
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:imparius_platform'
[11Jun2021 03:00:06.125] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table extcaves:blocks/rock_stalactite_tall_granite
java.lang.IllegalArgumentException: Can't find block extcaves:rock_stalactite_tall_granite
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_227569_a_(SourceFile:79) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_292]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:79) ~[?:?]
at net.minecraft.loot.conditions.BlockStateProperty$Serializer.func_230423_a_(SourceFile:68) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:85) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:61) ~[?:?]
at net.minecraft.loot.ParentedLootEntry$1.func_230421_b_(SourceFile:53) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:86) ~[?:?]
at net.minecraft.loot.LootEntry$Serializer.func_230423_a_(SourceFile:74) ~[?:?]
at net.minecraft.loot.LootTypesManager$Serializer.deserialize(SourceFile:83) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:183) ~[?:?]
at net.minecraft.loot.LootPool$Serializer.deserialize(LootPool.java:180) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:252) ~[?:?]
at net.minecraft.loot.LootTable$Serializer.deserialize(LootTable.java:249) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.16.5-20210115.111550-extra.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.16.5-20210115.111550-extra.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:880) ~[forge:?]
at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) ~[?:?]
at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_292]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) ~[?:?]
at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) ~[?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_292]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_292]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_292]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_292]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_292]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_292]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_292]
[11Jun2021 03:00:06.156] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_cushion
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'immersiveengineering:cushion'
[11Jun2021 03:00:06.254] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/red
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:red_rockwool'
[11Jun2021 03:00:06.402] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/black
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:black_rockwool'
[11Jun2021 03:00:06.420] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_hardened_glass
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'thermal:obsidian_glass'
[11Jun2021 03:00:06.430] [Worker-Main-9/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table projectbrazier:blocks/imparius_log_chair
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'projectbrazier:imparius_log_chair'
[11Jun2021 03:00:06.616] [Worker-Main-9/WARN] [net.minecraft.loot.LootTableManager/]: Found validation problem in {omni:blocks/red_mushrooms}.pools[0].entries[0].entry[1].condition[0]: Parameters [<parameter minecraft:last_damage_player>] are not provided in this context
[11Jun2021 03:00:06.617] [Worker-Main-9/WARN] [net.minecraft.loot.LootTableManager/]: Found validation problem in {omni:blocks/red_mushrooms}.pools[0].entries[0]: Unreachable entry!
[11Jun2021 03:00:06.617] [Worker-Main-9/WARN] [net.minecraft.loot.LootTableManager/]: Found validation problem in {minecraft:entities/shulker}.pools[2].entries[0]: Unknown loot table called minecraft:entities/reference/extra/shulker
[11Jun2021 03:00:06.617] [Worker-Main-9/WARN] [net.minecraft.loot.LootTableManager/]: Found validation problem in {minecraft:chests/pillager_outpost}.pools[8].entries[0].functions[2]: Parameters [<parameter minecraft:tool>] are not provided in this context
[11Jun2021 03:00:06.617] [Worker-Main-9/WARN] [net.minecraft.loot.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
[11Jun2021 03:00:06.617] [Worker-Main-9/WARN] [net.minecraft.loot.LootTableManager/]: Found validation problem in {dungeons_arise:chests/campsite_tent}.pools[6].entries[0]->{minecraft:chests/pillager_outpost}.pools[8].entries[0].functions[2]: Parameters [<parameter minecraft:tool>] are not provided in this context
[11Jun2021 03:00:06.617] [Worker-Main-9/WARN] [net.minecraft.loot.LootTableManager/]: Found validation problem in {minecraft:entities/ender_dragon}.pools[0].entries[0]: Unknown loot table called minecraft:entities/reference/extra/ender_dragon
[11Jun2021 03:00:06.623] [Worker-Main-9/INFO] [placebo/]: Registered 15 additional loot tables.
[11Jun2021 03:00:06.752] [Worker-Main-9/INFO] [com.minecraftabnormals.abnormals_core.core.AbnormalsCore/]: Advancement Modification Manager has loaded 13 sets of modifiers
[11Jun2021 03:00:06.753] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load function tag minecraft:tick as it is missing following references: namespace:main (from bob_mansions_0.2.zip)
[11Jun2021 03:00:06.753] [Worker-Main-9/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load function tag minecraft:load as it is missing following references: namespace:reload (from bob_mansions_0.2.zip)
[11Jun2021 03:00:06.852] [Worker-Main-9/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement buddycards:main/buddysteel_armor: Unknown item id 'minecraft:buddysteel_helmet'
[11Jun2021 03:00:06.954] [Worker-Main-9/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement untamedwilds:untamedwilds/root: Missing trigger, expected to find a string
[11Jun2021 03:00:07.754] [Worker-Main-9/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 19025 advancements
[11Jun2021 03:00:07.775] [Worker-Main-9/INFO] [placebo/]: Registered 49 additional recipes.
[11Jun2021 03:00:07.775] [Worker-Main-9/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Loading comb recipes for 120 bees...
[11Jun2021 03:00:07.803] [Worker-Main-9/INFO] [com.resourcefulbees.resourcefulbees.utils.validation.SecondPhaseValidator/]: Validating Honey Effects...
[11Jun2021 03:00:07.815] [Worker-Main-9/INFO] [Apotheosis : Deadly/]: Loaded 28 affix loot entries from resources.
[11Jun2021 03:00:07.818] [Worker-Main-9/INFO] [Apotheosis : Deadly/]: Registered 6 boss gear sets.
[11Jun2021 03:00:07.824] [Worker-Main-9/INFO] [Apotheosis : Deadly/]: Loaded 6 boss items from resources.
[11Jun2021 03:00:07.828] [Worker-Main-9/INFO] [Apotheosis : Deadly/]: Loaded 8 spawner items from resources.
[11Jun2021 03:00:07.857] [Worker-Main-9/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:smashing has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 03:00:07.857] [Worker-Main-9/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:smashing has min/max power 999/200 at level 2, making this level unobtainable.
[11Jun2021 03:00:07.857] [Worker-Main-9/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:smashing has min/max power 999/200 at level 3, making this level unobtainable.
[11Jun2021 03:00:07.857] [Worker-Main-9/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:flying has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 03:00:07.858] [Worker-Main-9/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:lord_of_the_sea has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 03:00:07.858] [Worker-Main-9/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:fireflash has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 03:00:07.858] [Worker-Main-9/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:fireflash has min/max power 999/200 at level 2, making this level unobtainable.
[11Jun2021 03:00:07.858] [Worker-Main-9/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:fireflash has min/max power 999/200 at level 3, making this level unobtainable.
[11Jun2021 03:00:07.858] [Worker-Main-9/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:daybreak has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 03:00:07.858] [Worker-Main-9/ERROR] [Apotheosis : Enchantment/]: Enchantment greekfantasy:raising has min/max power 999/200 at level 1, making this level unobtainable.
[11Jun2021 03:00:08.458] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Reloading trait files
[11Jun2021 03:00:08.466] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:not'
[11Jun2021 03:00:08.469] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:and'
[11Jun2021 03:00:08.471] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:or'
[11Jun2021 03:00:08.474] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:gear_type'
[11Jun2021 03:00:08.476] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:material_count'
[11Jun2021 03:00:08.478] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:material_ratio'
[11Jun2021 03:00:08.481] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:primary_material'
[11Jun2021 03:00:08.485] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:simple_trait'
[11Jun2021 03:00:08.487] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:damage_type_trait'
[11Jun2021 03:00:08.490] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:durability_trait'
[11Jun2021 03:00:08.494] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:enchantment_trait'
[11Jun2021 03:00:08.497] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:nbt_trait'
[11Jun2021 03:00:08.501] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:potion_effect_trait'
[11Jun2021 03:00:08.503] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:stat_modifier_trait'
[11Jun2021 03:00:08.507] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:attribute_trait'
[11Jun2021 03:00:08.515] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:block_placer'
[11Jun2021 03:00:08.519] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:block_filler'
[11Jun2021 03:00:08.522] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:synergy'
[11Jun2021 03:00:08.525] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:target_effect'
[11Jun2021 03:00:08.528] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:bonus_drops'
[11Jun2021 03:00:08.530] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:cancel_effects'
[11Jun2021 03:00:08.533] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:self_repair'
[11Jun2021 03:00:08.535] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:stellar'
[11Jun2021 03:00:08.569] [Worker-Main-9/INFO] [Silent Gear/TraitManager]: Registered 66 traits
[11Jun2021 03:00:08.926] [Worker-Main-9/INFO] [Silent Gear/PartManager]: Reloading part files
[11Jun2021 03:00:08.945] [Worker-Main-9/INFO] [Silent Gear/PartManager]: Registered part serializer 'silentgear:compound_part'
[11Jun2021 03:00:08.945] [Worker-Main-9/INFO] [Silent Gear/PartManager]: Registered part serializer 'silentgear:misc_upgrade'
[11Jun2021 03:00:08.982] [Worker-Main-9/INFO] [Silent Gear/PartManager]: Registered 45 parts
[11Jun2021 03:00:09.183] [Worker-Main-9/INFO] [Silent Gear/MaterialManager]: Reloading material files
[11Jun2021 03:00:09.199] [Worker-Main-9/INFO] [Silent Gear/MaterialManager]: Registered material serializer 'silentgear:standard'
[11Jun2021 03:00:09.201] [Worker-Main-9/INFO] [Silent Gear/MaterialManager]: Registered material serializer 'silentgear:compound'
[11Jun2021 03:00:09.203] [Worker-Main-9/INFO] [Silent Gear/MaterialManager]: Registered material serializer 'silentgear:custom_compound'
[11Jun2021 03:00:09.205] [Worker-Main-9/INFO] [Silent Gear/MaterialManager]: Registered material serializer 'silentgear:crafted'
[11Jun2021 03:00:09.243] [Worker-Main-9/INFO] [Silent Gear/]: Skipped loading 3 material(s), as their conditions were not met. This is usually NOT an error!
[11Jun2021 03:00:09.244] [Worker-Main-9/INFO] [Silent Gear/]: Skipped materials: silentgear:osmium, silentgear:refined_glowstone, silentgear:refined_obsidian
[11Jun2021 03:00:09.644] [Worker-Main-9/INFO] [se.mickelus.tetra.data.DataStore/]: Loaded 6 tweaks
[11Jun2021 03:00:09.652] [Worker-Main-9/INFO] [se.mickelus.tetra.data.MergingDataStore/]: Loaded 194 materials
[11Jun2021 03:00:09.676] [Worker-Main-9/INFO] [se.mickelus.tetra.data.DataStore/]: Loaded 249 improvements
[11Jun2021 03:00:09.728] [Worker-Main-9/INFO] [se.mickelus.tetra.data.MergingDataStore/]: Loaded 70 modules
[11Jun2021 03:00:10.417] [Worker-Main-9/INFO] [se.mickelus.tetra.data.DataStore/]: Loaded 11 enchantments
[11Jun2021 03:00:10.420] [Worker-Main-9/INFO] [se.mickelus.tetra.data.DataStore/]: Loaded 15 synergies
[11Jun2021 03:00:10.422] [Worker-Main-9/INFO] [se.mickelus.tetra.data.DataStore/]: Loaded 21 replacements
[11Jun2021 03:00:10.449] [Worker-Main-9/INFO] [se.mickelus.tetra.data.MergingDataStore/]: Loaded 338 schematics
[11Jun2021 03:00:10.632] [Worker-Main-9/INFO] [se.mickelus.tetra.data.MergingDataStore/]: Loaded 14 crafting_effects
[11Jun2021 03:00:10.647] [Worker-Main-9/INFO] [se.mickelus.tetra.data.DataStore/]: Loaded 17 repairs
[11Jun2021 03:00:10.650] [Worker-Main-9/INFO] [se.mickelus.tetra.data.DataStore/]: Loaded 4 predicatus
[11Jun2021 03:00:10.652] [Worker-Main-9/INFO] [se.mickelus.tetra.data.DataStore/]: Loaded 2 actions
[11Jun2021 03:00:10.653] [Worker-Main-9/INFO] [se.mickelus.tetra.data.DataStore/]: Loaded 10 destabilization
[11Jun2021 03:00:10.655] [Worker-Main-9/INFO] [se.mickelus.tetra.data.DataStore/]: Loaded 45 structures
[11Jun2021 03:00:10.770] [Worker-Main-9/ERROR] [net.minecraftforge.common.loot.LootModifierManager/]: Couldn't parse loot modifier buddycards:fd_buddybeans
com.google.gson.JsonSyntaxException: Unknown type 'forge:mod_loaded'
[11Jun2021 03:00:10.993] [Worker-Main-9/INFO] [lotr.common.LOTRLog/]: lotr: Excluded 0 resources in folder 'map/waypoints/' based on the _settings.json
[11Jun2021 03:00:10.994] [Worker-Main-9/INFO] [lotr.common.LOTRLog/]: lotr: Excluded 0 resources in folder 'map/roads/' based on the _settings.json
[11Jun2021 03:00:10.994] [Worker-Main-9/INFO] [lotr.common.LOTRLog/]: lotr: Excluded 0 resources in folder 'map/labels/' based on the _settings.json
[11Jun2021 03:00:12.856] [Worker-Main-9/INFO] [lotr.common.LOTRLog/]: lotr: Loaded serverside map settings - image lotr:map/middle_earth.png, 119 biome-color mappings (combined from 1 files), 59 waypoint regions encompassing 107 biomes, 197 waypoints, 57 roads, 90 labels
[11Jun2021 03:00:12.857] [Worker-Main-9/INFO] [lotr.common.LOTRLog/]: lotr: Excluded 0 resources in folder 'factions/regions/' based on the _settings.json
[11Jun2021 03:00:12.857] [Worker-Main-9/INFO] [lotr.common.LOTRLog/]: lotr: Excluded 0 resources in folder 'factions' based on the _settings.json
[11Jun2021 03:00:12.945] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:near_harad area of influence references waypoint lotr:izem_ulzuz - but no such waypoint exists
[11Jun2021 03:00:12.946] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:near_harad area of influence references waypoint lotr:khopakadar - but no such waypoint exists
[11Jun2021 03:00:12.946] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:rhudel area of influence references waypoint lotr:rhunost - but no such waypoint exists
[11Jun2021 03:00:12.946] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:half_trolls area of influence references waypoint lotr:tol_torog - but no such waypoint exists
[11Jun2021 03:00:12.946] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:half_trolls area of influence references waypoint lotr:sereghir - but no such waypoint exists
[11Jun2021 03:00:12.946] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:half_trolls area of influence references waypoint lotr:hardorogost - but no such waypoint exists
[11Jun2021 03:00:12.946] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:half_trolls area of influence references waypoint lotr:bridge_of_haraduin - but no such waypoint exists
[11Jun2021 03:00:12.947] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:taurethrim area of influence references waypoint lotr:nohoch_kah - but no such waypoint exists
[11Jun2021 03:00:12.947] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:taurethrim area of influence references waypoint lotr:kimen_kah - but no such waypoint exists
[11Jun2021 03:00:12.947] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:morwaith area of influence references waypoint lotr:deep_harad - but no such waypoint exists
[11Jun2021 03:00:12.947] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:morwaith area of influence references waypoint lotr:upper_floodplains - but no such waypoint exists
[11Jun2021 03:00:12.947] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:morwaith area of influence references waypoint lotr:hill_of_the_sun - but no such waypoint exists
[11Jun2021 03:00:12.947] [Worker-Main-9/WARN] [lotr.common.LOTRLog/]: lotr: Faction lotr:morwaith area of influence references waypoint lotr:hunters_haunt - but no such waypoint exists
[11Jun2021 03:00:12.984] [Worker-Main-9/INFO] [lotr.common.LOTRLog/]: lotr: Loaded serverside faction settings - 27 factions in 3 regions, with 159 relations (combined from 1 relations lists)
[11Jun2021 03:00:13.002] [Worker-Main-9/INFO] [lotr.common.LOTRLog/]: lotr: Loaded serverside NPC entity settings - 20 entity type settings
[11Jun2021 03:00:13.078] [Worker-Main-9/INFO] [lotr.common.LOTRLog/]: lotr: Loaded serverside NPC spawn settings - 22 spawn lists, 58 biome spawn tables
[11Jun2021 03:00:13.102] [Worker-Main-9/INFO] [someassemblyrequired.SomeAssemblyRequired/]: Loaded 37 spread types
[11Jun2021 03:00:13.171] [Worker-Main-9/INFO] [com.minecraftabnormals.environmental.common.slabfish.SlabfishLoader/]: Loaded 57 Slabfish Types
[11Jun2021 03:00:13.172] [Worker-Main-9/INFO] [com.minecraftabnormals.environmental.common.slabfish.SlabfishLoader/]: Loaded 16 Sweater Types
[11Jun2021 03:00:13.172] [Worker-Main-9/INFO] [com.minecraftabnormals.environmental.common.slabfish.SlabfishLoader/]: Loaded 19 Backpack Types
[11Jun2021 03:00:14.023] [Worker-Main-9/INFO] [minecolonies/]: Beginning load of custom recipes for colony workers
[11Jun2021 03:00:14.099] [Worker-Main-9/INFO] [minecolonies/]: Loaded 467 recipes for 14 crafters
[11Jun2021 03:00:14.099] [Worker-Main-9/INFO] [minecolonies/]: Beginning load of research for University.
[11Jun2021 03:00:14.166] [Worker-Main-9/INFO] [minecolonies/]: Loaded 181 recipes for 4 research branches
[11Jun2021 03:00:14.412] [Worker-Main-9/INFO] [com.stal111.forbidden_arcanus.gui.forbiddenmicon.ForbiddenmiconPageLoadListener/]: Loaded 18 recipes
[11Jun2021 03:00:14.416] [Worker-Main-9/INFO] [Apotheosis : Enchantment/]: Registered 11 blocks with enchanting stats.
[11Jun2021 03:00:14.418] [Worker-Main-9/INFO] [Apotheosis : Deadly/]: Loaded 13 normal and 13 rare Wandering Trader trade options.
[11Jun2021 03:00:14.418] [Worker-Main-9/INFO] [net.minecraft.resources.ResourcePackList/]: Enabling resource pack.
[11Jun2021 03:00:46.672] [main/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:00:46.680] [main/INFO] [STDOUT/]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: [chipped:black_stained_glass, darkutils:trap, byg:ground_silver_vase_flower, chipped:dark_oak_planks, structurize:shingles/moss_slate/crimson, forge:storage_blocks/netherite, forge:glass_panes/white, biomesoplenty:hellbark_logs, structurize:timber_frames/purple_terracotta/acacia, structurize:shingles/clay/cactus, resourcefulbees:resourceful_honey_block, forge:ores/sunstone, darkutils:flat_tile, structurize:shingles/gilded_blackstone/jungle, alexsmobs:roadrunner_spawns, forge:storage_blocks/ametrine, structurize:timber_frames/birch/oak, structurize:timber_frames/light_gray_terracotta, farmersdelight:heat_sources, pokecube_legends:regice, forge:storage_blocks/emerald, forge:ores/redstone, chipped:white_carpet, structurize:timber_frames/blackstone/dark_oak, forge:storage_blocks/quicksilver, greekfantasy:altars, forge:pressure_plates, forge:ores/cosmic, forge:ores/phantom, structurize:timber_frames/spruce, infernalexp:magma_cube_avoid_blocks, structurize:timber_frames/dark_oak/crimson, carryon:block_blacklist, chipped:red_concrete, structure_gel:gel, byg:ground_araucaria_sapling, byg:ground_pine_sapling, forge:crops/nether_wart, structurize:timber_frames/cream_stone_brick/birch, structurize:timber_frames/birch/spruce, atmospheric:rosewood_logs, pokecube:pecha_logs, byg:ground_purple_sage, structurize:timber_frames/beige_stone_brick/acacia, structurize:timber_frames/acacia/crimson, structurize:timber_frames/dark_oak/warped, forge:birch_paper_timber_frame, structurize:timber_frames/oak/jungle, structurize:timber_frames/gray_terracotta/birch, structurize:timber_frames/stone/cactus, structurize:timber_frames/cream_stone_brick/cactus, structurize:timber_frames/beige_brick/warped, greekfantasy:valid_cerberus_frame, extendedmushrooms:mushroom_buttons/wool, twilightforest:dark_tower_excluded_pots, structurize:timber_frames/red_terracotta/cactus, structurize:timber_frames/orange_terracotta/birch, extendedmushrooms:mushroom_buttons/wood, forge:storage_blocks/lapis, forge:purpur, forge:black_sand, forge:mushrooms/poisonous, structurize:shingles/thatched/spruce, forge:cactus_spruce_timber_frame, ultra_amplified_dimension:portal_corner_blocks, forge:vines, chipped:cyan_concrete, byg:ground_orange_birch_sapling, forge:glass/white, forge:glass_panes/red, druidcraft:rockroot_blocks, chipped:crimson_wood_glass, custom_nether_portals:obsidian, biomesoplenty:willow_logs, terraincognita:hanging_moss_plantable_on, structurize:timber_frames/gray_terracotta/spruce, structurize:timber_frames/brown_stone_brick/acacia, sakurarosea:sakura_logs, forge:ores/xpetrified_ore, spiderstpo:non_climbable, chipped:spruce_planks, byg:ground_mangrove_sapling, tetra:scannable, zycraft:small_zychorium_bricks, create:fan_transparent, forge:ores/skeleton, forge:storage_blocks/sapphire, habitat:flowering_ball_cacti, ultra_amplified_dimension:jungle_fortress_staircase_soils, alexsmobs:mantis_shrimp_spawns, chipped:light_gray_carpet, quark:wooden_vertical_slabs, inventorypets:chests, byg:pink_sand, forge:ores/pervaded, structurize:timber_frames/stone/oak, structurize:timber_frames/cobblestone/oak, chipped:warped_wood_glass_pane, forge:storage_blocks/endorium, splatcraft:inked_blocks, lotr:mallorn_logs, structurize:shingles/moss_slate/cactus, twilightforest:storage_blocks/fiery, pokecube:berry_tree_replace, forge:jungle_paper_timber_frame, environmental:cherry_logs, betterendforge:end_ground, structurize:timber_frames/paper/crimson, druidcraft:darkwood_logs, forge:storage_blocks/bismuth, byg:ground_mini_cactus, forge:ores/chaos, forge:wg_stone, lotr:fir_logs, golems:colored_terracotta, cyclic:scythe_forage, pokecube_legends:legends_stones, habitat:ball_cactus_plantable_on, structurize:timber_frames/cream_stone_brick/spruce, untamedwilds:grazeable_blocks, structurize:timber_frames/blackstone/cactus, forge:supports_conduit, forge:supports_beacon, structurize:shingles/moss_slate/spruce, byg:imparius_stems, forge:glass/light_blue, forge:ores/thallasium, chipped:light_blue_carpet, infernalexp:base_stone_shores, forge:storage_blocks/amethyst, chaosawakens:base_stone_village, structurize:timber_frames/brown_stone_brick/dark_oak, byg:ground_pink_anemone, chipped:lime_carpet, forge:glass/purple, forge:storage_blocks/spindly_crab, forge:dark_oak_cactus_timber_frame, minecraft:crimson_stems, pokecube:leppa_logs, forge:purple_sand, structurize:timber_frames/light_blue_terracotta/spruce, forge:storage_blocks/compressed_obsidian, forge:storage_blocks/compressed_glow_stone, alexsmobs:gorilla_breakables, forge:storage_blocks/ruby, zycraft:bricks/solid_zychorium, byg:black_sand, byg:ground_yellow_tulip, structurize:timber_frames/cobblestone/spruce, chipped:yellow_stained_glass, forge:spruce_cactus_timber_frame, structurize:timber_frames/purple_terracotta/dark_oak, structurize:timber_frames/cyan_terracotta/birch, forge:storage_blocks/titanium, forge:ores/nebu, structurize:timber_frames/white_terracotta, outvoted:baobab_logs, forge:sand/purple, structurize:timber_frames/gray_terracotta/cactus, byg:ground_yellow_daffodil, lotr:cypress_logs, structurize:timber_frames/light_blue_terracotta/jungle, forge:storage_blocks/silver, byg:ground_azalea, splatcraft:scan_turf_ignored, structurize:timber_frames/light_blue_terracotta/oak, twilightforest:fences, structurize:timber_frames/paper/jungle, chipped:blue_stained_glass_pane, forge:chests/wooden, forge:storage_blocks/aluminum, forge:storage_blocks/sulfur, bayou_blues:cypress_logs, structurize:timber_frames/brown_terracotta/acacia, ultra_amplified_dimension:dirt_like, chipped:lime_concrete, forge:mushroom_stems/green, minecraft:carpets, byg:ground_iris, structurize:timber_frames/yellow_terracotta/dark_oak, forge:storage_blocks/dark_nether_star, alexsmobs:crow_foodblocks, structurize:timber_frames/magenta_terracotta/warped, forge:glass_panes/dark_runic, chipped:birch_wood_glass, forge:glass/orange, infernalexp:dullthorns_ground, forge:mushrooms/glowshroom, byg:ground_peach_leather_flower, habitat:rafflesia_plantable_on, structurize:timber_frames/light_gray_terracotta/oak, forge:planks/archwood, structurize:timber_frames/white_terracotta/crimson, structurize:timber_frames/stone_bricks/warped, minecraft:slabs, structurize:timber_frames/light_gray_terracotta/crimson, structurize:timber_frames/red_terracotta/spruce, byg:ground_japanese_orchid, structurize:shingles/slate/acacia, morered:bundled_cable_posts, chipped:blue_wool, terraincognita:peat_multiblock_plants, byg:ground_green_enchanted_sapling, byg:green_enchanted_logs, structurize:timber_frames/crimson/jungle, forge:storage_blocks/double_compressed_stone, forge:storage_blocks/niter, extendedmushrooms:mushroom_planks, structurize:timber_frames/yellow_terracotta/jungle, byg:ground_palo_verde_sapling, structurize:timber_frames/brown_terracotta/oak, minecraft:wooden_pressure_plates, forge:cactus_brick_timber_frame, create:brittle, forge:ores/arcane_crystal, biomesoplenty:redwood_logs, byg:sythian_stems, chipped:red_carpet, biomesoplenty:jacaranda_logs, inspirations:carpeted_pressure_plates, mapperbase:concrete, structurize:timber_frames/cyan_terracotta/cactus, forge:cactus_stone_timber_frame, valhelsia_structures:posts, structurize:shingles/thatched/crimson, chipped:andesite, farmersdelight:unaffected_by_rich_soil, structurize:shingles/thatched/cactus, chipped:yellow_terracotta, structurize:timber_frames/oak/spruce, structurize:timber_frames/brown_terracotta/jungle, forge:oak_cactus_timber_frame, biomesoplenty:magic_logs, forge:storage_blocks/bismuth_brass, infernalexp:guarded_by_shroomloin, chipped:cyan_stained_glass, ars_nouveau:harvest/stems, good_nights_sleep:blood_logs, structurize:timber_frames/cactus/crimson, twilightforest:ores/knightmetal, chipped:clay, structurize:timber_frames/dark_oak, forge:glass_panes/light_blue, minecolonies:indestructible, forge:ores/netherite_scrap, alexsmobs:alligator_snapping_turtle_spawns, quark:quilted_wools, forge:fiber/flax, byg:zelkova_logs, structurize:timber_frames/brown_stone_brick/oak, forge:storage_blocks/tyrian_steel, chipped:purple_terracotta, minecraft:warped_stems, structurize:shingles/gilded_blackstone/spruce, structurize:timber_frames/stone_bricks/acacia, forge:storage_blocks/iron, create:seats, forge:cactus_birch_timber_frame, structurize:timber_frames/stone_bricks, byg:ground_tall_prairie_grass, forge:ores/sapphire, forge:ores/lignite, structurize:shingles/slate/jungle, structurize:timber_frames/pink_terracotta/dark_oak, structurize:timber_frames/magenta_terracotta/acacia, structurize:timber_frames/stone/spruce, structurize:timber_frames/pink_terracotta/jungle, forge:storage_blocks/steel, forge:bamboo_logs, minecraft:coral_plants, farmersdelight:tray_heat_sources, forge:storage_blocks/lumium, atmospheric:kousa_logs, structurize:timber_frames/jungle, buildinggadgets:blacklist/generic, chipped:pink_stained_glass_pane, framedblocks:frameable, forge:storage_blocks/bronze, structurize:shingles/thatched, chipped:cyan_carpet, buildinggadgets:blacklist/destruction, byg:skyris_logs, structurize:timber_frames/cream_brick/acacia, minecraft:saplings, forge:ores/copper, minecraft:unstable_bottom_center, byg:white_sand, byg:ground_palm_sapling, minecraft:banners, minecraft:wooden_fences, structurize:timber_frames/brown_stone_brick/birch, chipped:hay_block, zycraft:viewers/phantomized, structurize:shingles/thatched/jungle, good_nights_sleep:white_logs, twilightforest:transwood_logs, structurize:timber_frames/paper/spruce, forge:enderman_place_on_blacklist, byg:ground_alpine_bellflower, zycraft:ores/zychorium, biomesoplenty:mahogany_logs, buildinggadgets:whitelist/building, forbidden_arcanus:wall_candelabras, pokecube_legends:legends_saplings, supplementaries:pouring_tank, forge:glass/magenta, infernalexp:glow_fire_base_blocks, structurize:timber_frames/green_terracotta/warped, minecolonies:decoblocks, forge:acacia_paper_timber_frame, structurize:timber_frames/cream_stone_brick/crimson, chipped:gray_terracotta, forbidden_arcanus:fungyss_stems, forge:birch_dark_oak_timber_frame, structurize:timber_frames/blue_terracotta/acacia, forge:sand/white, alexsmobs:drops_acacia_blossoms, forge:storage_blocks/pendorite, forge:spruce_stone_timber_frame, forge:ladders, druidcraft:elder_logs, byg:ground_flowering_indigo_jacaranda_bush, undergarden:smogstem_logs, gaiadimension:purple_agate_logs, windowlogging:window, forge:ores/enderman, forge:glass, structurize:timber_frames/yellow_terracotta/acacia, repurposed_structures:snow_well_ores, structurize:timber_frames/black_terracotta/cactus, byg:baobab_logs, zycraft:base_viewers, morered:redwire_posts, forge:ores/ruby, zycraft:immortal_viewers, pokecube:harvest_blacklist, pokecube:pokemob_redstone_food, forge:ores/essence, structurize:timber_frames/green_terracotta/birch, structurize:timber_frames/blackstone/spruce, lotr:charred_logs, forge:workbenches, autumnity:slippery_snail_slime_blocks, forge:ores/lucky, byg:ground_blue_enchanted_sapling, pokecube:nanab_logs, structurize:timber_frames/oak/dark_oak, mapperbase:asphalt, forge:glass/gray, endergetic:ender_fire_base_blocks, structurize:timber_frames/acacia/spruce, structurize:timber_frames/oak, forge:ores/endumium, forge:dark_oak_oak_timber_frame, cavesandcliffs:moss_replaceable, structurize:timber_frames/cyan_terracotta/crimson, structurize:timber_frames/bricks/cactus, byg:ground_cika_sapling, lotr:aspen_logs, chipped:pink_carpet, zycraft:viewers/immortal, structurize:timber_frames/warped/oak, byg:ground_willow_sapling, bundlesplus:shulker_ignored, forge:palm_logs, forge:spruce_birch_timber_frame, structurize:timber_frames/brown_brick/birch, silentgear:fluffy_blocks, forge:spruce_dark_oak_timber_frame, forge:dark_oak_dark_oak_timber_frame, zycraft:bricks/zychorized_zychorium, structurize:timber_frames/lime_terracotta/oak, forge:stone, dynamictrees:foliage, structurize:timber_frames/cactus, forge:storage_blocks/triple_compressed_stone, minecraft:infiniburn_end, chaosawakens:base_stone_mining, forge:glass_panes/yellow, undergarden:portal_frame_blocks, pokecube:berry_fruits, structurize:timber_frames/acacia/dark_oak, cavesandcliffs:dripstone_replaceable_blocks, biomesoplenty:cherry_logs, forge:ores/aluminium, diagonalfences:non_diagonal_fences, forge:ores/geode, cyclic:scythe_leaves, betterendforge:tenanea_logs, terraincognita:lotuses, byg:palm_logs, forge:crops, forge:storage_blocks/sunstone, structurize:shingles/gilded_blackstone, structurize:timber_frames/cyan_terracotta/dark_oak, forge:storage_blocks/ender_pearls, enhanced_vanilla_remastered:cherry_logs, chipped:orange_wool, valhelsia_structures:cut_posts, forge:dried_bamboo_planks, minecraft:birch_logs, create:fan_heaters, byg:ground_rose, forge:storage_blocks/cats_eye, cavesandcliffs:candle_cakes, byg:aspen_logs, quark:pike_trophies, splatcraft:inkable_blocks, minecolonies:concrete, structurize:timber_frames/warped/birch, druidcraft:rockroot_ores, structurize:timber_frames/cream_brick/oak, chipped:magenta_carpet, byg:purple_sand, pokecube_legends:arceus_approved, minecraft:bamboo_plantable_on, forge:ores/nickel, chipped:glass_pane, good_nights_sleep:dream_logs, cfm:fences/hedge, forge:cactus_jungle_timber_frame, minecraft:jungle_logs, byg:ground_zelkova_sapling, forge:white_sand, structurize:timber_frames/purple_terracotta/crimson, forge:base_stone_granite, chipped:purpur_block, structurize:timber_frames/light_blue_terracotta, forge:fence_gates/wooden, inspirations:shelves, forge:ores/aluminum, forge:ores/uranium, lotr:holly_logs, create:windmill_sails, structurize:shingle_slabs/clay, forge:ores/pufferfish, chipped:red_stained_glass, pokecube_legends:ultra_dirts, forge:logs, forge:mushroom_stems/glowshroom, structurize:timber_frames/cyan_terracotta/spruce, structurize:timber_frames/bricks/oak, forge:oak_brick_timber_frame, byg:ground_lolipop_flower, gaiadimension:green_agate_logs, structurize:timber_frames/birch/cactus, extendedmushrooms:mushroom_bookshelves, structurize:timber_frames/bricks, inspirations:small_flowers, ultra_amplified_dimension:ice_spike_target, byg:ground_red_spruce_sapling, structurize:timber_frames/brown_brick/acacia, byg:cika_logs, structurize:timber_frames/stone, chipped:blue_carpet, alexsmobs:soul_vulture_perches, structurize:timber_frames/cream_brick/spruce, structurize:timber_frames/gray_terracotta/crimson, structurize:timber_frames/cobblestone/cactus, byg:ground_crocus, forge:ores/pendorite, minecraft:fence_gates, structurize:timber_frames/beige_stone_brick/warped, structurize:shingles/moss_slate/dark_oak, forge:storage_blocks/aluminum_steel, valhelsia_structures:non_flammable_posts, forge:storage_blocks/diamond, byg:ground_firecracker_flower_bush, supplementaries:hang_from_ropes, structurize:timber_frames/spruce/dark_oak, chipped:jungle_planks, structurize:timber_frames/lime_terracotta/crimson, byg:pine_logs, zycraft:viewers/base, forge:glass_panes/magenta, whisperwoods:wisp_lantern, byg:ground_maple_sapling, chipped:light_blue_concrete, forge:mushrooms/edible, valhelsia_structures:jars, quark:stools, forge:storage_blocks/nickel, forge:ores/dark_runestone, forge:ores/niter, inspirations:cauldron_fire, byg:ground_green_tulip, golems:red_sandstone, quark:candles, minecraft:dragon_immune, structurize:timber_frames/warped/jungle, structurize:timber_frames/brown_terracotta/spruce, structurize:timber_frames/red_terracotta/crimson, forge:glass/red, byg:blue_sand, chiselsandbits:chiselable/forced, twilightforest:structure_banned_interactions, byg:ground_cypress_sapling, structurize:timber_frames/red_terracotta/dark_oak, structurize:timber_frames/bricks/warped, forge:mushroom_stems/colorless, forge:glass_panes/green, structurize:timber_frames/cactus/spruce, splatcraft:uninkable_blocks, forge:ores/bismuth, betterendforge:end_lotus_logs, structurize:timber_frames/blackstone/warped, repurposed_structures:badlands_well_ores, forge:flowers, forge:chests/trapped, forge:bushes, inspirations:enlightened_bushes, pokecube:terrain, structurize:timber_frames/beige_stone_brick/jungle, chipped:end_stone, structurize:shingles/blackstone/oak, chipped:magenta_stained_glass_pane, omni:cave_mushroom_stems, cyclic:scythe_brush, chipped:cyan_terracotta, zycraft:zychorium_bricks, byg:ground_orange_oak_sapling, chipped:warped_planks, minecraft:beds, structurize:timber_frames/brown_terracotta/crimson, structurize:shingles/clay/jungle, forge:ores/diamond, minecraft:doors, minecraft:flower_pots, structurize:shingles/clay/crimson, chipped:melon, structurize:timber_frames/blackstone/jungle, byg:ground_flowering_jacaranda_bush, chipped:black_concrete, buildinggadgets:blacklist/building, byg:ground_osiria_rose, alexsmobs:seal_digables, pokecube_legends:aged_logs, minecraft:wither_summon_base_blocks, chipped:magenta_wool, chipped:magenta_terracotta, structurize:timber_frames/warped/warped, twilightforest:towerwood, structurize:timber_frames/gray_terracotta/oak, forge:ores/multi, forge:spruce_spruce_timber_frame, chipped:magenta_concrete, forge:jungle_dark_oak_timber_frame, structurize:timber_frames/light_blue_terracotta/acacia, forge:oak_acacia_timber_frame, chipped:orange_stained_glass, endergetic:end_plantable, alexsmobs:komodo_dragon_spawns, forge:storage_blocks/double_compressed_obsidian, chipped:purple_wool, inspirations:flower_pots, jellyfishing:jelly_blocks, forge:storage_blocks/crimson_iron, forge:stone/alabaster, forge:storage_blocks/charcoal, structurize:timber_frames/oak/oak, structurize:shingle_slabs/thatched, byg:ground_red_cornflower, silentgear:prospector_hammer_targets, structurize:timber_frames/birch/crimson, forge:dark_oak_spruce_timber_frame, atmospheric:aspen_logs, structurize:timber_frames/crimson/birch, valhelsia_structures:colored_jars, minecraft:underwater_bonemeals, minecraft:impermeable, forge:end_stones, biomesoplenty:fir_logs, chipped:yellow_carpet, forge:mushroom_caps/red, structurize:timber_frames/stone/dark_oak, structurize:timber_frames/oak/birch, forge:glass_panes/arcane, ars_nouveau:an_decorative, atmospheric:grimwood_logs, pokecube:berry_logs, forge:ores/quartz, structurize:shingles/thatched/acacia, byg:ground_silver_maple_sapling, structurize:timber_frames/white_terracotta/jungle, lotr:green_oak_logs, structurize:timber_frames/purple_terracotta/oak, minecolonies:orechanceblocks, cfm:fences/picket, tetra:nailed, structurize:timber_frames/beige_stone_brick/oak, structurize:timber_frames/light_gray_terracotta/warped, byg:withering_oak_logs, structurize:timber_frames/pink_terracotta/warped, zycraft:base_zychorium_bricks, twilightforest:ore_magnet/minecraft/stone, forge:acacia_oak_timber_frame, alexsmobs:grizzly_beehive, quark:underground_biome_replaceable, minecraft:logs, pokecube_legends:legends_logs, forge:storage_blocks/crystal, structurize:timber_frames/jungle/jungle, byg:ground_pink_cherry_sapling, byg:ground_brown_zelkova_sapling, byg:ground_holly_sapling, chipped:oak_planks, forge:acacia_stone_timber_frame, minecraft:valid_spawn, quark:wraith_spawnable, structurize:timber_frames/yellow_terracotta/spruce, twilightforest:storage_blocks/steeleaf, forge:ores/runestone, ultra_amplified_dimension:mossy_well_ores, byg:ground_incan_lily, abundance:jacaranda_logs, pokecube:harvest_extra, structurize:shingles/slate/oak, chipped:purple_stained_glass_pane, chipped:red_terracotta, gravestone:grave_replaceable, byg:ground_red_birch_sapling, twilightforest:darkwood_logs, minecraft:anvil, forge:storage_blocks/enderium, forge:ores/ender, forge:sand, structurize:timber_frames/cactus/birch, structurize:timber_frames/blue_terracotta, structurize:timber_frames/terracotta/cactus, forge:ores/utherium, forge:acacia_dark_oak_timber_frame, structurize:timber_frames/cobblestone/jungle, golems:dead_coral_block, snowrealmagic:containables, minecraft:piglin_repellents, byg:ground_delphinium, structurize:timber_frames/crimson/oak, snowrealmagic:not_containables, forge:stone/limestone, forge:fences/nether_brick, chipped:pink_wool, forge:ores/iron, chipped:orange_terracotta, twilightforest:logs, structurize:timber_frames/acacia/cactus, chipped:birch_planks, outvoted:palm_logs, zycraft:storage_blocks/zychorium, minecraft:wooden_buttons, quark:crystal, structurize:timber_frames/bricks/spruce, forge:storage_blocks/quartz, forge:mud_bricks, byg:ground_brown_oak_sapling, enhanced_vanilla_remastered:jacaranda_logs, structurize:shingles/thatched/oak, byg:ground_joshua_sapling, extendedmushrooms:mushroom_carpets, byg:cypress_logs, structurize:timber_frames/acacia/acacia, forge:ores/moonstone, forge:ores/ghast, forge:storage_blocks/bitumen, structurize:timber_frames/bricks/jungle, lotr:mirk_oak_logs, forge:scaffolding, structurize:shingles/slate/cactus, byg:ground_prickly_pear_cactus, zycraft:small_bricks/solid_zychorium, structurize:shingles/blackstone/dark_oak, forge:barrels/wooden, forge:oak_spruce_timber_frame, forge:jungle_jungle_timber_frame, upgrade_aquatic:driftwood_logs, structurize:timber_frames/red_terracotta/jungle, structurize:timber_frames/cream_brick/cactus, atmospheric:morado_logs, endergetic:chorus_plantable, byg:bulbis_stems, chipped:crying_obsidian, forge:stone/khnumite, mutantbeasts:mutant_enderman_holdable, structurize:shingles/clay/warped, forge:birch_acacia_timber_frame, extendedmushrooms:mushrooms/edible, forge:sand/black, minecraft:stone_pressure_plates, forge:glass_panes/pink, forge:storage_blocks/froststeel, undergarden:base_stone_undergarden, byg:ground_angelica, forge:netherrack, minecraft:soul_fire_base_blocks, chipped:brown_stained_glass_pane, forge:crops/flax, forge:sheetmetals, structurize:shingles/blackstone, forge:oak_oak_timber_frame, chipped:gray_stained_glass_pane, terraincognita:apple_logs, byg:ground_purple_tulip, lotr:branches, atum:threaded_blocks, forge:dark_oak_acacia_timber_frame, forge:glass_panes/cyan, lotr:wooden_fence_gates, chipped:cyan_wool, golems:sandstone, minecraft:wool, forge:glass/colorless, forge:bamboo_planks, minecraft:beehives, twilightforest:timewood_logs, forge:cactus_cobble_stone_timber_frame, minecraft:ice, structurize:timber_frames/terracotta/jungle, byg:ground_guzmania, chipped:gray_wool, forge:stained_glass, forge:spruce_acacia_timber_frame, forge:spruce_paper_timber_frame, chipped:birch_wood_glass_pane, forge:acacia_birch_timber_frame, structurize:timber_frames/stone_bricks/jungle, forge:acacia_acacia_timber_frame, structurize:timber_frames/birch/jungle, twilightforest:mangrove_logs, cavesandcliffs:candles, forge:dark_oak_paper_timber_frame, cavesandcliffs:crystal_sound_blocks, byg:ground_tall_allium, minecraft:leaves/archwood_leaves, byg:ground_white_cherry_sapling, twilightforest:sortwood_logs, structurize:timber_frames/orange_terracotta/dark_oak, structurize:timber_frames/red_terracotta, farmersdelight:compost_activators, structurize:timber_frames/yellow_terracotta/crimson, forge:glass_panes, forge:sand/pink, ars_nouveau:an_decorative/stone, forge:candle, minecraft:flowers_pots, chipped:blue_stained_glass, repurposed_structures:mushroom_well_ores, alexsmobs:drops_bananas, forge:sand/soulless, extendedmushrooms:mushroom_signs, structurize:timber_frames/jungle/acacia, chipped:gray_carpet, structurize:timber_frames/white_terracotta/acacia, structurize:timber_frames/beige_stone_brick/crimson, byg:nightshade_logs, habitat:fairy_ring_mushroom_stems, lotr:beech_logs, byg:ground_violet_leather_flower, structurize:shingles/clay/oak, forge:storage_blocks/tin, structurize:timber_frames/light_gray_terracotta/cactus, twilightforest:storage_blocks/ironwood, zycraft:colorable, structurize:timber_frames/beige_stone_brick, forge:cactus_paper_timber_frame, structurize:timber_frames/lime_terracotta/warped, structurize:shingles/slate/dark_oak, byg:ground_magenta_tulip, chipped:green_wool, byg:ground_pink_orchid, cavesandcliffs:snow_step_sound_blocks, alexsmobs:kangaroo_spawns, midnight:shadowroot_logs, chipped:prismarine, structurize:timber_frames/crimson/warped, byg:ground_purple_orchid, structurize:timber_frames/cream_brick/warped, minecraft:fire, structurize:shingles/blackstone/crimson, structurize:timber_frames/terracotta/warped, repurposed_structures:forest_well_ores, minecraft:wall_signs, quark:vertical_slabs, structurize:timber_frames/brown_terracotta/birch, structurize:timber_frames/beige_stone_brick/spruce, chipped:white_wool, byg:ground_protea_flower, outvoted:glutton_can_burrow, byg:ground_black_rose, betterendforge:lacugrove_logs, alexsmobs:crow_fears, habitat:beehives, structurize:timber_frames/jungle/warped, structurize:timber_frames/beige_brick/spruce, structurize:timber_frames/magenta_terracotta/jungle, chipped:black_carpet, chipped:yellow_wool, forge:wooden_doors, forge:storage_blocks/lignite, minecraft:leaves, structurize:shingles/moss_slate/birch, forge:storage_blocks/pewter, lotr:lebethron_logs, structurize:timber_frames/light_blue_terracotta/cactus, enhanced_mushrooms:brown_mushroom_stems, forge:birch_spruce_timber_frame, forge:ores/amethyst, byg:mangrove_logs, byg:witch_hazel_logs, repurposed_structures:nether_well_ores, minecraft:wither_immune, chipped:black_terracotta, forge:dried_bamboo_logs, structurize:timber_frames/pink_terracotta/cactus, alexsmobs:emu_spawns, forge:planks/palm, gaiadimension:blue_agate_logs, structurize:timber_frames/blackstone/oak, chipped:light_gray_terracotta, pokecube:ground, greekfantasy:olive_logs, structurize:timber_frames/light_blue_terracotta/crimson, forge:glass/light_gray, structurize:timber_frames/beige_brick/oak, chipped:spruce_wood_glass_pane, naturesaura:ancient_logs, alexsmobs:platypus_spawns, chipped:red_stained_glass_pane, whisperwoods:ghost_light, minecraft:small_flowers, cfm:fences/upgraded, structurize:timber_frames/green_terracotta/spruce, structurize:timber_frames/magenta_terracotta/oak, chipped:light_blue_stained_glass, chipped:orange_concrete, structurize:timber_frames/paper/dark_oak, structurize:timber_frames/orange_terracotta/spruce, structurize:timber_frames/birch/birch, minecolonies:pathblocks, supplementaries:water_holder, betterendforge:helix_tree_logs, forge:ores/spectrum, midnight:dark_willow_logs, buildinggadgets:blacklist/exchanging, byg:ground_withering_oak_sapling, environmental:willow_logs, byg:ether_logs, forge:oak_stone_timber_frame, structurize:shingles/clay/acacia, druidcraft:fiery_glass_blocks, gaiadimension:aura_logs, extendedmushrooms:mushroom_growing_blocks_lightlevel, pokecube:surface, forge:ores/bloodstone, byg:ground_richea, structurize:timber_frames/beige_brick/dark_oak, pokecube_legends:mirage_logs, habitat:growing_ball_cacti, minecraft:planks/archwood, structurize:timber_frames/pink_terracotta/acacia, extendedmushrooms:mushroom_stairs, lotr:pillars, chipped:brown_stained_glass, structurize:timber_frames/crimson/acacia, alexsmobs:mungus_replace_mushroom, forge:ores/witch, forge:cactus_cactus_timber_frame, forge:glass/yellow, structurize:timber_frames/acacia/jungle, twilightforest:storage_blocks/carminite, dynamictrees:saplings, twilightforest:ore_magnet/block_replace_ore, forge:storage_blocks/neptunium, byg:ground_pink_allium, forge:ores/anthracite, forge:barrels, chipped:yellow_concrete, forge:pink_sand, toadterror:sacred_stone_bricks, chipped:light_blue_stained_glass_pane, biomesoplenty:dead_logs, alexsmobs:mungus_replace_nether, chipped:blue_concrete, chipped:orange_carpet, forge:planks/deadwood, structurize:timber_frames/warped/cactus, forge:chests/ender, chipped:black_wool, byg:jacaranda_logs, structurize:timber_frames/cream_brick/birch, forge:ores/azure_silver, forge:acacia_spruce_timber_frame, environmental:wisteria_logs, structurize:timber_frames/lime_terracotta/acacia, endergetic:end_crystal_placeable, structurize:timber_frames/bricks/birch, structurize:timber_frames/crimson/cactus, forge:sand/blue, structurize:timber_frames/black_terracotta/oak, structurize:timber_frames/cream_brick/jungle, forge:oak_birch_timber_frame, forge:deadwood_logs, twilightforest:portal/edge, resourcefulbees:resourceful_honeycomb_block, minecraft:planks, pokecube_legends:corrupted_logs, structurize:timber_frames/pink_terracotta, forge:cobblestone, structurize:timber_frames/white_terracotta/warped, byg:ground_orange_spruce_sapling, byg:ebony_logs, byg:ground_white_anemone, forge:storage_blocks/gold, structurize:timber_frames/light_gray_terracotta/acacia, forge:storage_blocks/salt, forge:ores/ametrine, structurize:timber_frames/lime_terracotta/cactus, structurize:timber_frames/jungle/cactus, forge:ores/tigers_eye, lotr:wooden_beams, structurize:timber_frames/warped/acacia, structurize:timber_frames/light_blue_terracotta/warped, treechop:leaves_like, chipped:lime_terracotta, forge:ores/biotite, zycraft:zychorium_plate, quark:planks_vertical_slab, structurize:timber_frames/blackstone/acacia, structurize:timber_frames/acacia/oak, forge:wooden_fences, structurize:timber_frames/yellow_terracotta/oak, undergarden:grongle_logs, chipped:yellow_stained_glass_pane, forge:ores/bat, forge:ores/spider, forge:glass_panes/light_gray, structurize:timber_frames/magenta_terracotta/birch, byg:maple_logs, chipped:light_gray_wool, forge:glass/pink, gaiadimension:burning_logs, forge:chests, forge:storage_blocks/uranium, forge:ores/crimson_iron, ftbultimine:farmland_tillable, forge:birch_brick_timber_frame, forge:spruce_cobble_stone_timber_frame, structurize:shingles/slate/crimson, forge:fence_gates, structurize:timber_frames/orange_terracotta/cactus, forge:storage_blocks/copper, inspirations:cauldron_ice, byg:ground_witch_hazel_sapling, chipped:cyan_stained_glass_pane, forge:spruce_oak_timber_frame, forge:ores/squid, structurize:timber_frames/bricks/crimson, structurize:timber_frames/blackstone, byg:willow_logs, forge:birch_cobble_stone_timber_frame, good_nights_sleep:dead_logs, woolplates:woolplates, upgrade_aquatic:river_logs, chipped:brown_concrete, forge:ores/lead, structurize:timber_frames/bricks/acacia, forge:ores/zombie_pigman, cfm:fence_gates/picket, pokecube_legends:inverted_logs, chipped:green_carpet, forge:storage_blocks/invar, supplementaries:posts, twilightforest:annihilation_inclusions, chipped:pink_stained_glass, forge:ores/salmon, forge:storage_blocks/wax, byg:ground_begonia, extendedmushrooms:mushroom_slabs, forge:acacia_cobble_stone_timber_frame, ultra_amplified_dimension:portal_non_corner_blocks, forge:storage_blocks/redstone_alloy, forge:oak_paper_timber_frame, terraincognita:hazel_logs, forge:mushroom_caps, byg:ground_california_poppy, forge:red_nether_bricks, structurize:timber_frames/white_terracotta/birch, forge:ores/cloggrum, enhanced_vanilla_remastered:fir_logs, extendedmushrooms:mushroom_chests_trapped, forge:storage_blocks/geode, endergetic:poise_stems, midnight:dead_wood_logs, minecraft:logs/archwood, structurize:shingles/blackstone/spruce, forge:sand/colorless, structurize:timber_frames/red_terracotta/acacia, chipped:lime_wool, structurize:timber_frames/magenta_terracotta/spruce, minecraft:soul_speed_blocks, structurize:timber_frames/stone_bricks/spruce, forge:storage_blocks/moonstone, structurize:timber_frames/beige_stone_brick/birch, alexsmobs:lobster_spawns, minecraft:walls, structurize:timber_frames/cream_brick/dark_oak, forge:storage_blocks/lead, structurize:timber_frames/acacia/warped, structurize:shingle_slabs/moss_slate, structurize:timber_frames/beige_brick/jungle, golems:concrete, structurize:timber_frames/white_terracotta/cactus, structurize:timber_frames/oak/warped, minecraft:sand, chipped:jungle_wood_glass_pane, enhancedcelestials:harvest_moon_whitelisted_crop_growth, structurize:timber_frames/paper, forge:ores/gobber, structurize:timber_frames/beige_stone_brick/cactus, minecraft:campfires, supplementaries:vine_support, minecraft:infiniburn_nether, forge:ores/cobalt, byg:ground_red_oak_sapling, forge:glass/blue, ars_nouveau:harvest/foliage, forge:birch_stone_timber_frame, minecraft:wooden_trapdoors, create:valve_handles, buildinggadgets:blacklist/copy_paste, forge:storage_blocks/coal, structurize:timber_frames/spruce/jungle, astral:ethereal_logs, chipped:white_stained_glass, structurize:timber_frames/white_terracotta/spruce, structurize:timber_frames/jungle/spruce, structurize:shingles/moss_slate, zycraft:small_bricks/zychorium, structurize:timber_frames/magenta_terracotta, minecraft:wooden_doors, minecraft:fences/wooden, quark:hedges, forge:mushrooms/red, chipped:crimson_planks, structurize:timber_frames/cyan_terracotta/acacia, byg:embur_pedus, gaiadimension:pink_agate_logs, structurize:timber_frames/blackstone/crimson, structurize:shingles/gilded_blackstone/warped, forge:ores/tungsten, chipped:obsidian, structurize:timber_frames/brown_brick/oak, ultra_amplified_dimension:jungle_fortress_staircase_plants, structurize:shingles/moss_slate/acacia, structurize:timber_frames/orange_terracotta/crimson, minecraft:wall_corals, pokecube:plants_edible, zycraft:bricks/aluminized_zychorium, forge:grass, byg:ground_yellow_spruce_sapling, supplementaries:wall_lanterns, structurize:timber_frames/crimson, structurize:timber_frames/purple_terracotta/cactus, structurize:timber_frames/spruce/spruce, forge:ores/gold, forge:ores/salt, structurize:timber_frames/beige_brick/birch, forge:storage_blocks/pearl, biomesoplenty:palm_logs, byg:cherry_logs, chipped:green_terracotta, undergarden:muncher_breakables, atum:base_stone_atum, forge:glass/lime, chipped:brown_terracotta, chipped:acacia_planks, chipped:red_nether_bricks, chipped:vine, forge:jungle_oak_timber_frame, minecraft:base_stone_overworld, forge:birch_birch_timber_frame, minecraft:stone_bricks, zycraft:viewers/phantomized_immortal, structurize:timber_frames/jungle/oak, c:dirt, forge:mushroom_caps/purple, zycraft:engineering_block, forge:vine, minecraft:guarded_by_piglins, byg:ground_blue_spruce_sapling, chiselsandbits:chiselable/blocked, ultra_amplified_dimension:nether_stronghold_bookshelves, minecraft:buttons, forge:storage_blocks/spectrum, structurize:timber_frames/cactus/acacia, minecraft:rails, structurize:timber_frames/dark_oak/jungle, structurize:timber_frames/lime_terracotta/dark_oak, chipped:dark_oak_wood_glass, minecraft:strider_warm_blocks, forge:chests/cursed, structurize:timber_frames/gray_terracotta/acacia, byg:ground_winter_succulent, structurize:shingles/gilded_blackstone/oak, structurize:timber_frames/spruce/birch, structurize:timber_frames/terracotta/acacia, forge:doors, structurize:timber_frames/brown_stone_brick/spruce, pokecube_legends:temporal_logs, minecraft:gold_ores, byg:ground_lament_sapling, zycraft:zychorium_shield, forge:storage_blocks/crimson_steel, c:ores, splatcraft:scan_turf_scored, structurize:timber_frames/dark_oak/spruce, forge:glass/arcane, dynamictrees:wart_blocks, create:non_movable, neapolitan:vanilla_plantable_on, neapolitan:unaffected_by_mint, structurize:shingles/gilded_blackstone/crimson, structurize:shingles/thatched/dark_oak, structurize:timber_frames/cream_brick, structurize:timber_frames/birch, forge:crops/eggplant, twilightforest:twilight_oak_logs, structurize:timber_frames/brown_brick/crimson, forge:gravel, zycraft:viewers, structurize:timber_frames/white_terracotta/oak, structurize:timber_frames/spruce/oak, lotr:log_stairs, silentgear:netherwood_logs, structurize:timber_frames/bricks/dark_oak, pokecube:fruit, ultra_amplified_dimension:terracotta, forge:cactus_acacia_timber_frame, forge:ores/zinc, minecraft:crops, forge:crops/carrot, forge:ores/chicken, chipped:purple_stained_glass, structurize:timber_frames/blue_terracotta/crimson, byg:ground_lazarus_bellflower, forge:ores/magma_cube, forge:glass_panes/brown, forge:heads, minecraft:climbable, byg:ground_redwood_sapling, snowrealmagic:invalid_supporters, structurize:timber_frames/terracotta, storagedrawers:drawers, chipped:netherrack, minecraft:dark_oak_logs, forge:planks, chipped:oak_wood_glass_pane, forge:blue_sand, structurize:timber_frames/yellow_terracotta/warped, structurize:timber_frames/cobblestone/birch, forge:mushrooms, ultra_amplified_dimension:snow_well_ores, structurize:timber_frames/lime_terracotta/jungle, structurize:timber_frames/paper/oak, structurize:timber_frames/crimson/crimson, byg:ground_foxglove, structurize:timber_frames/brown_brick/spruce, minecraft:fences, autumnity:snail_foods, lotr:custom_waypoint_centerpieces, structurize:timber_frames/timber_frames, forge:jungle_cactus_timber_frame, enhanced_vanilla_remastered:cypress_logs, enhanced_vanilla_remastered:alder_logs, structurize:timber_frames/cobblestone/crimson, forge:obsidian, forge:storage_blocks/blaze_gold, structurize:timber_frames/brown_terracotta/warped, pokecube:oran_logs, byg:ground_baobab_sapling, ultra_amplified_dimension:ellipsoid_pocket_target, structurize:shingle_slabs/gilded_blackstone, twilightforest:ore_magnet/minecraft/end_stone, forge:storage_blocks/forgotten_metal, forge:birch_oak_timber_frame, forge:ores/coal, structurize:timber_frames/stone/crimson, structurize:timber_frames/cream_stone_brick/warped, cfm:fence_gates/upgraded, minecraft:base_stone_nether, structurize:shingles/clay, zycraft:basic_machines, carryon:block_whitelist, infernalexp:base_stone_canyon, structurize:timber_frames/purple_terracotta/spruce, forge:mushrooms/purple, forge:workbench, structurize:timber_frames/black_terracotta/acacia, minecraft:trapdoors, forge:glass/cyan, structurize:timber_frames/stone_bricks/cactus, structurize:timber_frames/magenta_terracotta/cactus, extendedmushrooms:mushroom_ladders, forge:jungle_cobble_stone_timber_frame, structurize:timber_frames/acacia, structurize:timber_frames/blue_terracotta/cactus, forge:storage_blocks/brass, forge:crops/potato, structurize:timber_frames/light_gray_terracotta/jungle, atmospheric:yucca_logs, forge:ores/regalium, byg:mahogany_logs, forge:stained_glass_panes, forbidden_arcanus:hanging_candelabras, structurize:timber_frames/black_terracotta, forge:storage_blocks/zinc, byg:lament_logs, structurize:timber_frames/birch/warped, structurize:timber_frames/cobblestone/warped, structurize:timber_frames/cactus/dark_oak, pokecube:cave, structurize:timber_frames/green_terracotta/crimson, chipped:light_blue_wool, bundlesplus:shulker_box_like, structurize:shingles/slate/warped, doubleslabs:plank_slabs, structurize:timber_frames/dark_oak/birch, forge:glass_panes/black, forge:acacia_cactus_timber_frame, farmersdelight:wild_crops, forge:mushrooms/brown, betterendforge:mossy_glowshroom_logs, structurize:paper_walls, forge:glass_panes/blue, habitat:ball_cacti, forge:mushroom_caps/brown, structurize:timber_frames/red_terracotta/warped, forge:crops/wheat, lotr:reeds_placeable_on, byg:redwood_logs, extendedmushrooms:mushroom_fence_gates, forge:mushroom_caps/glowshroom, forge:ores/stella_arcanum, twilightforest:fence_gates, structurize:timber_frames/orange_terracotta/jungle, structurize:timber_frames/green_terracotta/jungle, structurize:timber_frames/terracotta/birch, structurize:timber_frames/cobblestone/acacia, byg:rainbow_eucalyptus_logs, forge:dark_oak_birch_timber_frame, byg:ground_white_sage, buildinggadgets:whitelist/destruction, resourcefulbees:valid_apiary, alexsmobs:soul_vulture_spawns, zycraft:zychorium_lamps, forge:ores/fossil, byg:blue_enchanted_logs, forge:storage_blocks/platinum, atum:shrub, structurize:timber_frames/stone_bricks/dark_oak, forge:storage_blocks/double_compressed_dirt, alexsmobs:seal_spawns, structurize:timber_frames/stone_bricks/oak, minecraft:shulker_boxes, extendedmushrooms:mushroom_trapdoors, byg:ground_bistort, twilightforest:ore_magnet/twilightforest/root, forge:jungle_birch_timber_frame, forge:storage_blocks/regalium, byg:bookshelves, forge:birch_cactus_timber_frame, structurize:shingles/thatched/warped, byg:ground_nightshade_sapling, chipped:purple_concrete, silentgear:netherwood_soil, forge:ices/packedice, structurize:timber_frames/beige_brick, betterendforge:jellyshroom_logs, structurize:timber_frames/yellow_terracotta/cactus, minecraft:oak_logs, byg:ground_golden_spined_cactus, forge:ores/lapis, structurize:timber_frames/orange_terracotta, structurize:timber_frames/birch/dark_oak, forge:stone/porphyry, structurize:timber_frames/light_gray_terracotta/birch, structurize:shingle_slabs/blackstone, forge:dirt, dynamictrees:leaves, structurize:timber_frames/cobblestone, minecraft:pressure_plates, create:windowable, betterendforge:dragon_tree_logs, chaosawakens:base_stone_crystal, forge:storage_blocks/stellarite, minecraft:spruce_logs, chipped:cobblestone, structurize:timber_frames/brown_brick, structurize:timber_frames/dark_oak/dark_oak, forge:glass_panes/lime, atum:linen_blocks, structurize:timber_frames/cobblestone/dark_oak, structurize:timber_frames/dark_oak/cactus, forge:ores/relic, structurize:timber_frames/pink_terracotta/oak, ultra_amplified_dimension:root_valid_dirt_only, chipped:dark_prismarine, structurize:timber_frames/birch/acacia, forge:dark_oak_stone_timber_frame, forbidden_arcanus:cherrywood_logs, structurize:timber_frames/light_blue_terracotta/birch, structurize:timber_frames/brown_brick/cactus, structurize:timber_frames/terracotta/oak, twilightforest:carminite_reactor_immune, minecraft:flowers, betterendforge:pythadendron_logs, forge:storage_blocks/arcane_crystal, untamedwilds:reeds_plantable_on, forge:ores/pink_tourmaline, chipped:basalt, forge:ores, structurize:timber_frames/lime_terracotta, structurize:timber_frames/warped, structurize:timber_frames/cream_stone_brick/acacia, chipped:warped_wood_glass, minecraft:nylium, alexsmobs:warped_mosco_breakables, structurize:timber_frames/stone/acacia, byg:holly_logs, forge:storage_blocks/tungsten, chaosawakens:crystal_leaves, forge:jungle_stone_timber_frame, structurize:timber_frames/paper/birch, forge:ores/netherite, structurize:timber_frames/terracotta/crimson, byg:ground_kovan_flower, structurize:timber_frames/terracotta/spruce, chipped:jungle_wood_glass, structurize:timber_frames/paper/acacia, betterendforge:gen_terrain, chipped:light_gray_stained_glass_pane, chipped:black_stained_glass_pane, chipped:green_concrete, structurize:timber_frames/cream_stone_brick/dark_oak, chipped:gilded_blackstone, structurize:timber_frames/black_terracotta/birch, forge:ores/rabbit, pokecube_legends:ultra_sands, forge:ores/titanium, structurize:timber_frames/lime_terracotta/spruce, forge:nether_bricks, structurize:timber_frames/stone/jungle, chipped:blackstone, structurize:timber_frames/brown_brick/jungle, extendedmushrooms:mushroom_fences, structurize:timber_frames/blue_terracotta/spruce, minecraft:prevent_mob_spawning_inside, forge:oak_jungle_timber_frame, forge:fiber, snowrealmagic:bottom_snow, buildinggadgets:whitelist/generic, habitat:ball_cactus_flower_placeable_on, structurize:timber_frames/cyan_terracotta/jungle, structurize:timber_frames/dark_oak/acacia, twilightforest:portal/fluid, forge:sandstone, forge:glass_panes/colorless, chipped:crimson_wood_glass_pane, structurize:timber_frames/black_terracotta/spruce, pokecube:berry_planks, structurize:timber_frames/purple_terracotta/warped, terraincognita:sweet_peas, structurize:shingles/moss_slate/oak, structurize:shingles/gilded_blackstone/cactus, structurize:shingles/slate/spruce, twilightforest:canopy_logs, ffs:blacklist, forge:ores/bort, twilightforest:antibuilder_ignores, dynamictrees:branches, forge:storage_blocks/azure_electrum, structurize:timber_frames/cyan_terracotta/oak, lotr:maple_logs, structurize:shingles/thatched/birch, minecraft:infiniburn_overworld, structurize:timber_frames/orange_terracotta/oak, structurize:shingles/blackstone/birch, custom_nether_portals:air, forge:storage_blocks/signalum, twilightforest:trophies, structurize:timber_frames/spruce/crimson, structurize:timber_frames/red_terracotta/birch, structurize:timber_frames/brown_brick/warped, pokecube:sitrus_logs, forge:ores/tin, structurize:timber_frames/purple_terracotta/jungle, chipped:red_wool, byg:palo_verde_logs, dynamictrees:branches_that_burn, minecraft:signs, structurize:timber_frames/spruce/acacia, lotr:rotten_logs, structurize:shingles/slate/birch, chipped:pink_terracotta, pokecube_legends:legends_cobblestones, structurize:timber_frames/green_terracotta/oak, byg:fir_logs, minecraft:hoglin_repellents, extendedmushrooms:mushroom_doors, lotr:larch_logs, byg:ground_brown_birch_sapling, lotr:wooden_beam_slabs, structurize:timber_frames/warped/dark_oak, structurize:timber_frames/cream_stone_brick, structurize:timber_frames/light_gray_terracotta/spruce, pokecube:plants_cutable, extendedmushrooms:mushroom_chests, byg:ground_orchard_sapling, structurize:timber_frames/cactus/oak, atmospheric:yucca_plantable_on, structurize:timber_frames/pink_terracotta/spruce, enhanced_mushrooms:glowshroom_stems, chipped:blue_terracotta, structurize:timber_frames/brown_stone_brick, byg:ground_ebony_sapling, twilightforest:fire_jet_fuel, forge:storage_blocks/bort, structurize:timber_frames/warped/crimson, structurize:shingles/gilded_blackstone/acacia, minecraft:coral_blocks, habitat:ball_cactus_flowers, forge:glass/green, alexsmobs:cachalot_whale_breakables, atum:infiniburn, byg:ground_rainbow_eucalyptus_sapling, forge:jungle_spruce_timber_frame, zycraft:bricks/zychorium, forge:ores/sulfur, chipped:gray_concrete, forge:storage_blocks/compressed_stone, forge:fences/wooden, gaiadimension:corrupted_logs, forge:storage_blocks, forge:glass_panes/orange, structurize:timber_frames/cyan_terracotta/warped, chipped:green_stained_glass_pane, lotr:apple_logs, chipped:red_sandstone, byg:ground_skyris_sapling, forge:saplings, structurize:timber_frames/purple_terracotta, zycraft:small_bricks/zychorized_zychorium, twilightforest:storage_blocks/knightmetal, forge:glass_panes/runic, structurize:shingles/gilded_blackstone/birch, chipped:green_stained_glass, windowlogging:windowable, forge:storage_blocks/redstone, extendedmushrooms:mushroom_pressure_plates/wool, neapolitan:creeper_repellents, minecraft:stairs, enhanced_vanilla_remastered:redwood_logs, forge:logs/archwood, structurize:shingles/moss_slate/jungle, structurize:timber_frames/cream_stone_brick/jungle, inspirations:mulch, structurize:timber_frames/cactus/cactus, alexsmobs:crocodile_spawns, minecraft:mushroom_grow_block, structurize:timber_frames/stone/warped, extendedmushrooms:mushroom_pressure_plates/wood, structurize:timber_frames/pink_terracotta/birch, autumnity:maple_logs, extendedmushrooms:mushroom_pressure_plates, structurize:shingles/clay/birch, chipped:acacia_wood_glass_pane, quark:slime_blocks, betterendforge:lucernia_logs, cavesandcliffs:small_dripleaf_placeable, lotr:cherry_logs, lotr:pear_logs, cavesandcliffs:lush_plants_replaceable, minecraft:beacon_base_blocks, alexsmobs:orca_breakables, repurposed_structures:mossy_well_ores, structurize:timber_frames/brown_terracotta/cactus, chipped:white_concrete, forge:cactus_dark_oak_timber_frame, forge:ores/guardian, pokecube:rocks, lotr:log_slabs, chipped:spruce_wood_glass, chipped:gray_stained_glass, alexsmobs:elephant_foodblocks, byg:ground_yellow_birch_sapling, structurize:timber_frames/blue_terracotta/oak, byg:ground_torch_ginger, chipped:light_blue_terracotta, structurize:timber_frames/orange_terracotta/warped, chipped:granite, forge:ores/pig, forge:storage_blocks/rime, forge:glass/black, minecraft:portals, forge:ores/cow, pokecube_legends:distortic_logs, structurize:timber_frames/green_terracotta/cactus, forge:storage_blocks/biotite, structurize:timber_frames/jungle/birch, structurize:timber_frames/stone_bricks/crimson, dynamictrees:fungus_caps, extendedmushrooms:mushroom_buttons, minecraft:wooden_stairs, forge:ores/cats_eye, biomesoplenty:umbran_logs, structurize:timber_frames/oak/acacia, forge:storage_blocks/anthracite, forge:spruce_jungle_timber_frame, architects_palette:cage_lanterns, structurize:timber_frames/purple_terracotta/birch, forge:dark_oak_jungle_timber_frame, structurize:timber_frames/jungle/dark_oak, dynamictrees:fungus_branches, chipped:pink_concrete, forge:ores/emerald, forge:ores/sheep, forge:ores/blaze, forge:acacia_brick_timber_frame, forge:glass/dark_runic, buildinggadgets:whitelist/exchanging, nethercraft:glowood_logs, minecraft:corals, ultra_amplified_dimension:portal_center_blocks, quark:foxhound_spawnable, chaosawakens:crystal_wood, pokecube_legends:legends_planks, chipped:acacia_wood_glass, byg:ground_indigo_jacaranda_sapling, forge:storage_blocks/cloggrum, minecraft:bee_growables, abundance:redbud_logs, structurize:timber_frames/green_terracotta/dark_oak, structurize:timber_frames/brown_brick/dark_oak, architects_palette:twisted_logs, structurize:timber_frames/blue_terracotta/warped, minecraft:tall_flowers, structurize:timber_frames/oak/cactus, structurize:timber_frames/brown_stone_brick/jungle, druidcraft:fiery_glass_ores, forge:bookshelves, forge:ores/platinum, cavesandcliffs:lush_ground_replaceable, structurize:timber_frames/terracotta/dark_oak, chipped:lime_stained_glass, structurize:timber_frames/green_terracotta/acacia, forbidden_arcanus:standing_candelabras, minecraft:dirt, structurize:timber_frames/crimson/spruce, structurize:timber_frames/black_terracotta/warped, forge:cactus_oak_timber_frame, forge:storage_blocks/tigers_eye, forge:ores/cod, byg:ground_fir_sapling, structurize:timber_frames/warped/spruce, structurize:timber_frames/blue_terracotta/birch, pokecube:wood, structurize:timber_frames/blue_terracotta/dark_oak, ultra_amplified_dimension:non_cave_air_target, structurize:timber_frames/gray_terracotta/warped, forge:storage_blocks/compressed_dirt, structurize:timber_frames/black_terracotta/crimson, forge:ores/mana_gem, minecolonies:protectionexception, enhancedcelestials:harvest_moon_blacklisted_crop_growth, golems:quartz, forge:ores/slime, chipped:stone, structurize:timber_frames/lime_terracotta/birch, structurize:timber_frames/oak/crimson, undergarden:wigglewood_logs, mutantbeasts:endersoul_hand_holdable, forge:storage_blocks/amber, cavesandcliffs:overworld_replaceables, structurize:shingle_slabs/slate, structurize:floating_carpets, chipped:brown_carpet, pokecube_legends:legends_leaves, forge:crops/aubergine, structurize:timber_frames/cactus/jungle, quark:ladders, minecraft:non_flammable_wood, forge:braziers, structurize:timber_frames/light_blue_terracotta/dark_oak, enhanced_mushrooms:red_mushroom_stems, forge:storage_blocks/bloodstone, structurize:shingles/gilded_blackstone/dark_oak, ultra_amplified_dimension:forest_well_ores, darkutils:movement_plate, twilightforest:mining_logs, create:safe_nbt, structurize:shingles/blackstone/acacia, structurize:timber_frames/blue_terracotta/jungle, structurize:timber_frames/black_terracotta/jungle, lotr:wooden_fences, gaiadimension:burnt_logs, chipped:white_terracotta, forbidden_arcanus:mysterywood_logs, minecraft:enderman_holdable, structurize:timber_frames/red_terracotta/oak, forge:storage_blocks/electrum, forge:mushroom_stems, structurize:timber_frames/magenta_terracotta/crimson, byg:ground_orange_daisy, alexsmobs:rattlesnake_spawns, minecraft:wall_post_override, chipped:purple_carpet, forge:ores/wither_skeleton, gaiadimension:fossilized_logs, bundlesplus:bundle_ignored, minecraft:guarded_by_piglin, byg:ground_tall_pink_allium, structurize:shingles/clay/spruce, structurize:shingles/slate, twilightforest:ores/ironwood, structurize:timber_frames/stone/birch, structurize:timber_frames/brown_terracotta/dark_oak, cavesandcliffs:cave_vines, structurize:timber_frames/beige_brick/cactus, structurize:timber_frames/crimson/dark_oak, structurize:shingles/blackstone/jungle, forge:storage_blocks/bismuth_steel, forge:oak_cobble_stone_timber_frame, pokecube:industrial, structurize:timber_frames/cream_stone_brick/oak, structurize:timber_frames/spruce/cactus, zycraft:aluminized_engineering_block, ars_nouveau:harvest/fellable, omni:palo_verde_logs, forge:spruce_brick_timber_frame, quark:crab_spawnable, atum:limestone_bricks, silents_mechanisms:drying_racks, buzzier_bees:flower_blacklist, cavesandcliffs:terracotta, undergarden:mushrooms, byg:ground_ether_sapling, structurize:timber_frames/gray_terracotta/jungle, forge:glass_panes/gray, ultra_amplified_dimension:root_valid_general, structurize:timber_frames/cactus/warped, minecraft:acacia_logs, structurize:timber_frames/gray_terracotta/dark_oak, forge:storage_blocks/arcane_gold, structurize:shingles/blackstone/cactus, atmospheric:passion_vine_growable_on, forge:sand/red, structurize:timber_frames/orange_terracotta/acacia, forge:glass/brown, byg:ground_jacaranda_sapling, create:sails, betterendforge:umbrella_tree_logs, minecraft:logs_that_burn, structurize:timber_frames/yellow_terracotta/birch, chipped:dark_oak_wood_glass_pane, forge:oak_dark_oak_timber_frame, structurize:timber_frames/magenta_terracotta/dark_oak, twilightforest:ore_magnet/minecraft/netherrack, byg:ground_blue_sage, minecraft:wooden_slabs, structurize:timber_frames/paper/cactus, structurize:timber_frames/yellow_terracotta, structurize:timber_frames/gray_terracotta, chipped:orange_stained_glass_pane, byg:ground_aspen_sapling, structurize:timber_frames/dark_oak/oak, chipped:diorite, forge:ores/quicksilver, supplementaries:rope_support, forge:crops/beetroot, twilightforest:portal/decoration, byg:ground_horseweed, chipped:sandstone, ultra_amplified_dimension:nether_well_ores, forge:ores/amber, twilightforest:ore_magnet/ore_safe_replace_block, forge:ores/creeper, forge:crate, forge:ores/rime, tinychest:tinychests, minecraft:standing_signs, lotr:mordor_plant_surfaces, forge:ores/bitumen, pokecube:berry_crops, structurize:timber_frames/brown_stone_brick/warped, minecraft:wart_blocks, zycraft:zychorized_engineering_block, alexsmobs:leafcutter_ant_breakables, structurize:timber_frames/acacia/birch, forge:acacia_jungle_timber_frame, chipped:nether_bricks, byg:ground_red_orchid, forbidden_arcanus:candelabras, forge:ores/silver, forge:storage_blocks/double_compressed_glow_stone, inspirations:carpeted_trapdoors, byg:ground_pink_daffodil, forge:glass_panes/purple, structurize:timber_frames/black_terracotta/dark_oak, structurize:timber_frames/white_terracotta/dark_oak, structurize:timber_frames/beige_stone_brick/dark_oak, twilightforest:storage_blocks/arctic_fur, chipped:lime_stained_glass_pane, pokecube:berry_leaves, buildinggadgets:whitelist/copy_paste, structurize:timber_frames/brown_stone_brick/crimson, minecraft:stones, forge:ores/bone, quark:lead_connectable, druidcraft:beams, chipped:white_stained_glass_pane, forge:glass/runic, chipped:light_gray_concrete, golems:prismarine, structurize:timber_frames/jungle/crimson, structurize:shingles/clay/dark_oak, chipped:glass, lotr:dol_amroth_bricks, byg:ground_red_maple_sapling, forge:storage_blocks/pink_tourmaline, structurize:timber_frames/brown_stone_brick/cactus, structurize:shingles/blackstone/warped, forge:storage_blocks/azure_silver, structurize:timber_frames/beige_brick/acacia, chipped:magenta_stained_glass, endergetic:poise_plantable, forge:storage_blocks/utherium, forge:ores/zombie, chipped:brown_wool, structurize:shingles/moss_slate/warped, chipped:light_gray_stained_glass, pokecube:enigma_logs, forge:dark_oak_brick_timber_frame, forge:dark_oak_cobble_stone_timber_frame, forge:storage_blocks/nebu, structurize:timber_frames/spruce/warped, forge:jungle_brick_timber_frame, lotr:lairelosse_logs, forge:jungle_acacia_timber_frame, ultra_amplified_dimension:air_target, structurize:timber_frames/cyan_terracotta, structurize:timber_frames/light_gray_terracotta/dark_oak, structurize:timber_frames/pink_terracotta/crimson, lotr:pine_logs, structurize:timber_frames/blackstone/birch, chipped:quartz_block, chipped:oak_wood_glass, structurize:timber_frames/paper/warped, byg:ground_mahogany_sapling, structurize:timber_frames/cream_brick/crimson, structurize:timber_frames/stone_bricks/birch, structurize:timber_frames/beige_brick/crimson, forge:fences, structurize:timber_frames/brown_terracotta, lotr:cedar_logs, ultra_amplified_dimension:badlands_well_ores, forge:ores/froststeel, forge:birch_jungle_timber_frame, structurize:timber_frames/green_terracotta, worldofwonder:dandelion_stems, forge:mushroom_blocks, zycraft:small_bricks/aluminized_zychorium, supplementaries:bellows_tickable, forge:terracotta]
[11Jun2021 03:00:46.682] [main/INFO] [com.personthecat.orestonevariants.tags.TagHelper/]: Updating tags.
[11Jun2021 03:00:47.643] [main/INFO] [STDOUT/]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: [chipped:black_stained_glass, darkutils:trap, byg:ground_silver_vase_flower, chipped:dark_oak_planks, structurize:shingles/moss_slate/crimson, forge:storage_blocks/netherite, forge:glass_panes/white, biomesoplenty:hellbark_logs, structurize:timber_frames/purple_terracotta/acacia, structurize:shingles/clay/cactus, resourcefulbees:resourceful_honey_block, forge:ores/sunstone, darkutils:flat_tile, structurize:shingles/gilded_blackstone/jungle, alexsmobs:roadrunner_spawns, forge:storage_blocks/ametrine, structurize:timber_frames/birch/oak, structurize:timber_frames/light_gray_terracotta, farmersdelight:heat_sources, pokecube_legends:regice, forge:storage_blocks/emerald, forge:ores/redstone, chipped:white_carpet, structurize:timber_frames/blackstone/dark_oak, forge:storage_blocks/quicksilver, greekfantasy:altars, forge:pressure_plates, forge:ores/cosmic, forge:ores/phantom, structurize:timber_frames/spruce, infernalexp:magma_cube_avoid_blocks, structurize:timber_frames/dark_oak/crimson, carryon:block_blacklist, chipped:red_concrete, structure_gel:gel, byg:ground_araucaria_sapling, byg:ground_pine_sapling, forge:crops/nether_wart, structurize:timber_frames/cream_stone_brick/birch, structurize:timber_frames/birch/spruce, atmospheric:rosewood_logs, pokecube:pecha_logs, byg:ground_purple_sage, structurize:timber_frames/beige_stone_brick/acacia, structurize:timber_frames/acacia/crimson, structurize:timber_frames/dark_oak/warped, forge:birch_paper_timber_frame, structurize:timber_frames/oak/jungle, structurize:timber_frames/gray_terracotta/birch, structurize:timber_frames/stone/cactus, structurize:timber_frames/cream_stone_brick/cactus, structurize:timber_frames/beige_brick/warped, greekfantasy:valid_cerberus_frame, extendedmushrooms:mushroom_buttons/wool, twilightforest:dark_tower_excluded_pots, structurize:timber_frames/red_terracotta/cactus, structurize:timber_frames/orange_terracotta/birch, extendedmushrooms:mushroom_buttons/wood, forge:storage_blocks/lapis, forge:purpur, forge:black_sand, forge:mushrooms/poisonous, structurize:shingles/thatched/spruce, forge:cactus_spruce_timber_frame, ultra_amplified_dimension:portal_corner_blocks, forge:vines, chipped:cyan_concrete, byg:ground_orange_birch_sapling, forge:glass/white, forge:glass_panes/red, druidcraft:rockroot_blocks, chipped:crimson_wood_glass, custom_nether_portals:obsidian, biomesoplenty:willow_logs, terraincognita:hanging_moss_plantable_on, structurize:timber_frames/gray_terracotta/spruce, structurize:timber_frames/brown_stone_brick/acacia, sakurarosea:sakura_logs, forge:ores/xpetrified_ore, spiderstpo:non_climbable, chipped:spruce_planks, byg:ground_mangrove_sapling, tetra:scannable, zycraft:small_zychorium_bricks, create:fan_transparent, forge:ores/skeleton, forge:storage_blocks/sapphire, habitat:flowering_ball_cacti, ultra_amplified_dimension:jungle_fortress_staircase_soils, alexsmobs:mantis_shrimp_spawns, chipped:light_gray_carpet, quark:wooden_vertical_slabs, inventorypets:chests, byg:pink_sand, forge:ores/pervaded, structurize:timber_frames/stone/oak, structurize:timber_frames/cobblestone/oak, chipped:warped_wood_glass_pane, forge:storage_blocks/endorium, splatcraft:inked_blocks, lotr:mallorn_logs, structurize:shingles/moss_slate/cactus, twilightforest:storage_blocks/fiery, pokecube:berry_tree_replace, forge:jungle_paper_timber_frame, environmental:cherry_logs, betterendforge:end_ground, structurize:timber_frames/paper/crimson, druidcraft:darkwood_logs, forge:storage_blocks/bismuth, byg:ground_mini_cactus, forge:ores/chaos, forge:wg_stone, lotr:fir_logs, golems:colored_terracotta, cyclic:scythe_forage, pokecube_legends:legends_stones, habitat:ball_cactus_plantable_on, structurize:timber_frames/cream_stone_brick/spruce, untamedwilds:grazeable_blocks, structurize:timber_frames/blackstone/cactus, forge:supports_conduit, forge:supports_beacon, structurize:shingles/moss_slate/spruce, byg:imparius_stems, forge:glass/light_blue, forge:ores/thallasium, chipped:light_blue_carpet, infernalexp:base_stone_shores, forge:storage_blocks/amethyst, chaosawakens:base_stone_village, structurize:timber_frames/brown_stone_brick/dark_oak, byg:ground_pink_anemone, chipped:lime_carpet, forge:glass/purple, forge:storage_blocks/spindly_crab, forge:dark_oak_cactus_timber_frame, minecraft:crimson_stems, pokecube:leppa_logs, forge:purple_sand, structurize:timber_frames/light_blue_terracotta/spruce, forge:storage_blocks/compressed_obsidian, forge:storage_blocks/compressed_glow_stone, alexsmobs:gorilla_breakables, forge:storage_blocks/ruby, zycraft:bricks/solid_zychorium, byg:black_sand, byg:ground_yellow_tulip, structurize:timber_frames/cobblestone/spruce, chipped:yellow_stained_glass, forge:spruce_cactus_timber_frame, structurize:timber_frames/purple_terracotta/dark_oak, structurize:timber_frames/cyan_terracotta/birch, forge:storage_blocks/titanium, forge:ores/nebu, structurize:timber_frames/white_terracotta, outvoted:baobab_logs, forge:sand/purple, structurize:timber_frames/gray_terracotta/cactus, byg:ground_yellow_daffodil, lotr:cypress_logs, structurize:timber_frames/light_blue_terracotta/jungle, forge:storage_blocks/silver, byg:ground_azalea, splatcraft:scan_turf_ignored, structurize:timber_frames/light_blue_terracotta/oak, twilightforest:fences, structurize:timber_frames/paper/jungle, chipped:blue_stained_glass_pane, forge:chests/wooden, forge:storage_blocks/aluminum, forge:storage_blocks/sulfur, bayou_blues:cypress_logs, structurize:timber_frames/brown_terracotta/acacia, ultra_amplified_dimension:dirt_like, chipped:lime_concrete, forge:mushroom_stems/green, minecraft:carpets, byg:ground_iris, structurize:timber_frames/yellow_terracotta/dark_oak, forge:storage_blocks/dark_nether_star, alexsmobs:crow_foodblocks, structurize:timber_frames/magenta_terracotta/warped, forge:glass_panes/dark_runic, chipped:birch_wood_glass, forge:glass/orange, infernalexp:dullthorns_ground, forge:mushrooms/glowshroom, byg:ground_peach_leather_flower, habitat:rafflesia_plantable_on, structurize:timber_frames/light_gray_terracotta/oak, forge:planks/archwood, structurize:timber_frames/white_terracotta/crimson, structurize:timber_frames/stone_bricks/warped, minecraft:slabs, structurize:timber_frames/light_gray_terracotta/crimson, structurize:timber_frames/red_terracotta/spruce, byg:ground_japanese_orchid, structurize:shingles/slate/acacia, morered:bundled_cable_posts, chipped:blue_wool, terraincognita:peat_multiblock_plants, byg:ground_green_enchanted_sapling, byg:green_enchanted_logs, structurize:timber_frames/crimson/jungle, forge:storage_blocks/double_compressed_stone, forge:storage_blocks/niter, extendedmushrooms:mushroom_planks, structurize:timber_frames/yellow_terracotta/jungle, byg:ground_palo_verde_sapling, structurize:timber_frames/brown_terracotta/oak, minecraft:wooden_pressure_plates, forge:cactus_brick_timber_frame, create:brittle, forge:ores/arcane_crystal, biomesoplenty:redwood_logs, byg:sythian_stems, chipped:red_carpet, biomesoplenty:jacaranda_logs, inspirations:carpeted_pressure_plates, mapperbase:concrete, structurize:timber_frames/cyan_terracotta/cactus, forge:cactus_stone_timber_frame, valhelsia_structures:posts, structurize:shingles/thatched/crimson, chipped:andesite, farmersdelight:unaffected_by_rich_soil, structurize:shingles/thatched/cactus, chipped:yellow_terracotta, structurize:timber_frames/oak/spruce, structurize:timber_frames/brown_terracotta/jungle, forge:oak_cactus_timber_frame, biomesoplenty:magic_logs, forge:storage_blocks/bismuth_brass, infernalexp:guarded_by_shroomloin, chipped:cyan_stained_glass, ars_nouveau:harvest/stems, good_nights_sleep:blood_logs, structurize:timber_frames/cactus/crimson, twilightforest:ores/knightmetal, chipped:clay, structurize:timber_frames/dark_oak, forge:glass_panes/light_blue, minecolonies:indestructible, forge:ores/netherite_scrap, alexsmobs:alligator_snapping_turtle_spawns, quark:quilted_wools, forge:fiber/flax, byg:zelkova_logs, structurize:timber_frames/brown_stone_brick/oak, forge:storage_blocks/tyrian_steel, chipped:purple_terracotta, minecraft:warped_stems, structurize:shingles/gilded_blackstone/spruce, structurize:timber_frames/stone_bricks/acacia, forge:storage_blocks/iron, create:seats, forge:cactus_birch_timber_frame, structurize:timber_frames/stone_bricks, byg:ground_tall_prairie_grass, forge:ores/sapphire, forge:ores/lignite, structurize:shingles/slate/jungle, structurize:timber_frames/pink_terracotta/dark_oak, structurize:timber_frames/magenta_terracotta/acacia, structurize:timber_frames/stone/spruce, structurize:timber_frames/pink_terracotta/jungle, forge:storage_blocks/steel, forge:bamboo_logs, minecraft:coral_plants, farmersdelight:tray_heat_sources, forge:storage_blocks/lumium, atmospheric:kousa_logs, structurize:timber_frames/jungle, buildinggadgets:blacklist/generic, chipped:pink_stained_glass_pane, framedblocks:frameable, forge:storage_blocks/bronze, structurize:shingles/thatched, chipped:cyan_carpet, buildinggadgets:blacklist/destruction, byg:skyris_logs, structurize:timber_frames/cream_brick/acacia, minecraft:saplings, forge:ores/copper, minecraft:unstable_bottom_center, byg:white_sand, byg:ground_palm_sapling, minecraft:banners, minecraft:wooden_fences, structurize:timber_frames/brown_stone_brick/birch, chipped:hay_block, zycraft:viewers/phantomized, structurize:shingles/thatched/jungle, good_nights_sleep:white_logs, twilightforest:transwood_logs, structurize:timber_frames/paper/spruce, forge:enderman_place_on_blacklist, byg:ground_alpine_bellflower, zycraft:ores/zychorium, biomesoplenty:mahogany_logs, buildinggadgets:whitelist/building, forbidden_arcanus:wall_candelabras, pokecube_legends:legends_saplings, supplementaries:pouring_tank, forge:glass/magenta, infernalexp:glow_fire_base_blocks, structurize:timber_frames/green_terracotta/warped, minecolonies:decoblocks, forge:acacia_paper_timber_frame, structurize:timber_frames/cream_stone_brick/crimson, chipped:gray_terracotta, forbidden_arcanus:fungyss_stems, forge:birch_dark_oak_timber_frame, structurize:timber_frames/blue_terracotta/acacia, forge:sand/white, alexsmobs:drops_acacia_blossoms, forge:storage_blocks/pendorite, forge:spruce_stone_timber_frame, forge:ladders, druidcraft:elder_logs, byg:ground_flowering_indigo_jacaranda_bush, undergarden:smogstem_logs, gaiadimension:purple_agate_logs, windowlogging:window, forge:ores/enderman, forge:glass, structurize:timber_frames/yellow_terracotta/acacia, repurposed_structures:snow_well_ores, structurize:timber_frames/black_terracotta/cactus, byg:baobab_logs, zycraft:base_viewers, morered:redwire_posts, forge:ores/ruby, zycraft:immortal_viewers, pokecube:harvest_blacklist, pokecube:pokemob_redstone_food, forge:ores/essence, structurize:timber_frames/green_terracotta/birch, structurize:timber_frames/blackstone/spruce, lotr:charred_logs, forge:workbenches, autumnity:slippery_snail_slime_blocks, forge:ores/lucky, byg:ground_blue_enchanted_sapling, pokecube:nanab_logs, structurize:timber_frames/oak/dark_oak, mapperbase:asphalt, forge:glass/gray, endergetic:ender_fire_base_blocks, structurize:timber_frames/acacia/spruce, structurize:timber_frames/oak, forge:ores/endumium, forge:dark_oak_oak_timber_frame, cavesandcliffs:moss_replaceable, structurize:timber_frames/cyan_terracotta/crimson, structurize:timber_frames/bricks/cactus, byg:ground_cika_sapling, lotr:aspen_logs, chipped:pink_carpet, zycraft:viewers/immortal, structurize:timber_frames/warped/oak, byg:ground_willow_sapling, bundlesplus:shulker_ignored, forge:palm_logs, forge:spruce_birch_timber_frame, structurize:timber_frames/brown_brick/birch, silentgear:fluffy_blocks, forge:spruce_dark_oak_timber_frame, forge:dark_oak_dark_oak_timber_frame, zycraft:bricks/zychorized_zychorium, structurize:timber_frames/lime_terracotta/oak, forge:stone, dynamictrees:foliage, structurize:timber_frames/cactus, forge:storage_blocks/triple_compressed_stone, minecraft:infiniburn_end, chaosawakens:base_stone_mining, forge:glass_panes/yellow, undergarden:portal_frame_blocks, pokecube:berry_fruits, structurize:timber_frames/acacia/dark_oak, cavesandcliffs:dripstone_replaceable_blocks, biomesoplenty:cherry_logs, forge:ores/aluminium, diagonalfences:non_diagonal_fences, forge:ores/geode, cyclic:scythe_leaves, betterendforge:tenanea_logs, terraincognita:lotuses, byg:palm_logs, forge:crops, forge:storage_blocks/sunstone, structurize:shingles/gilded_blackstone, structurize:timber_frames/cyan_terracotta/dark_oak, forge:storage_blocks/ender_pearls, enhanced_vanilla_remastered:cherry_logs, chipped:orange_wool, valhelsia_structures:cut_posts, forge:dried_bamboo_planks, minecraft:birch_logs, create:fan_heaters, byg:ground_rose, forge:storage_blocks/cats_eye, cavesandcliffs:candle_cakes, byg:aspen_logs, quark:pike_trophies, splatcraft:inkable_blocks, minecolonies:concrete, structurize:timber_frames/warped/birch, druidcraft:rockroot_ores, structurize:timber_frames/cream_brick/oak, chipped:magenta_carpet, byg:purple_sand, pokecube_legends:arceus_approved, minecraft:bamboo_plantable_on, forge:ores/nickel, chipped:glass_pane, good_nights_sleep:dream_logs, cfm:fences/hedge, forge:cactus_jungle_timber_frame, minecraft:jungle_logs, byg:ground_zelkova_sapling, forge:white_sand, structurize:timber_frames/purple_terracotta/crimson, forge:base_stone_granite, chipped:purpur_block, structurize:timber_frames/light_blue_terracotta, forge:fence_gates/wooden, inspirations:shelves, forge:ores/aluminum, forge:ores/uranium, lotr:holly_logs, create:windmill_sails, structurize:shingle_slabs/clay, forge:ores/pufferfish, chipped:red_stained_glass, pokecube_legends:ultra_dirts, forge:logs, forge:mushroom_stems/glowshroom, structurize:timber_frames/cyan_terracotta/spruce, structurize:timber_frames/bricks/oak, forge:oak_brick_timber_frame, byg:ground_lolipop_flower, gaiadimension:green_agate_logs, structurize:timber_frames/birch/cactus, extendedmushrooms:mushroom_bookshelves, structurize:timber_frames/bricks, inspirations:small_flowers, ultra_amplified_dimension:ice_spike_target, byg:ground_red_spruce_sapling, structurize:timber_frames/brown_brick/acacia, byg:cika_logs, structurize:timber_frames/stone, chipped:blue_carpet, alexsmobs:soul_vulture_perches, structurize:timber_frames/cream_brick/spruce, structurize:timber_frames/gray_terracotta/crimson, structurize:timber_frames/cobblestone/cactus, byg:ground_crocus, forge:ores/pendorite, minecraft:fence_gates, structurize:timber_frames/beige_stone_brick/warped, structurize:shingles/moss_slate/dark_oak, forge:storage_blocks/aluminum_steel, valhelsia_structures:non_flammable_posts, forge:storage_blocks/diamond, byg:ground_firecracker_flower_bush, supplementaries:hang_from_ropes, structurize:timber_frames/spruce/dark_oak, chipped:jungle_planks, structurize:timber_frames/lime_terracotta/crimson, byg:pine_logs, zycraft:viewers/base, forge:glass_panes/magenta, whisperwoods:wisp_lantern, byg:ground_maple_sapling, chipped:light_blue_concrete, forge:mushrooms/edible, valhelsia_structures:jars, quark:stools, forge:storage_blocks/nickel, forge:ores/dark_runestone, forge:ores/niter, inspirations:cauldron_fire, byg:ground_green_tulip, golems:red_sandstone, quark:candles, minecraft:dragon_immune, structurize:timber_frames/warped/jungle, structurize:timber_frames/brown_terracotta/spruce, structurize:timber_frames/red_terracotta/crimson, forge:glass/red, byg:blue_sand, chiselsandbits:chiselable/forced, twilightforest:structure_banned_interactions, byg:ground_cypress_sapling, structurize:timber_frames/red_terracotta/dark_oak, structurize:timber_frames/bricks/warped, forge:mushroom_stems/colorless, forge:glass_panes/green, structurize:timber_frames/cactus/spruce, splatcraft:uninkable_blocks, forge:ores/bismuth, betterendforge:end_lotus_logs, structurize:timber_frames/blackstone/warped, repurposed_structures:badlands_well_ores, forge:flowers, forge:chests/trapped, forge:bushes, inspirations:enlightened_bushes, pokecube:terrain, structurize:timber_frames/beige_stone_brick/jungle, chipped:end_stone, structurize:shingles/blackstone/oak, chipped:magenta_stained_glass_pane, omni:cave_mushroom_stems, cyclic:scythe_brush, chipped:cyan_terracotta, zycraft:zychorium_bricks, byg:ground_orange_oak_sapling, chipped:warped_planks, minecraft:beds, structurize:timber_frames/brown_terracotta/crimson, structurize:shingles/clay/jungle, forge:ores/diamond, minecraft:doors, minecraft:flower_pots, structurize:shingles/clay/crimson, chipped:melon, structurize:timber_frames/blackstone/jungle, byg:ground_flowering_jacaranda_bush, chipped:black_concrete, buildinggadgets:blacklist/building, byg:ground_osiria_rose, alexsmobs:seal_digables, pokecube_legends:aged_logs, minecraft:wither_summon_base_blocks, chipped:magenta_wool, chipped:magenta_terracotta, structurize:timber_frames/warped/warped, twilightforest:towerwood, structurize:timber_frames/gray_terracotta/oak, forge:ores/multi, forge:spruce_spruce_timber_frame, chipped:magenta_concrete, forge:jungle_dark_oak_timber_frame, structurize:timber_frames/light_blue_terracotta/acacia, forge:oak_acacia_timber_frame, chipped:orange_stained_glass, endergetic:end_plantable, alexsmobs:komodo_dragon_spawns, forge:storage_blocks/double_compressed_obsidian, chipped:purple_wool, inspirations:flower_pots, jellyfishing:jelly_blocks, forge:storage_blocks/crimson_iron, forge:stone/alabaster, forge:storage_blocks/charcoal, structurize:timber_frames/oak/oak, structurize:shingle_slabs/thatched, byg:ground_red_cornflower, silentgear:prospector_hammer_targets, structurize:timber_frames/birch/crimson, forge:dark_oak_spruce_timber_frame, atmospheric:aspen_logs, structurize:timber_frames/crimson/birch, valhelsia_structures:colored_jars, minecraft:underwater_bonemeals, minecraft:impermeable, forge:end_stones, biomesoplenty:fir_logs, chipped:yellow_carpet, forge:mushroom_caps/red, structurize:timber_frames/stone/dark_oak, structurize:timber_frames/oak/birch, forge:glass_panes/arcane, ars_nouveau:an_decorative, atmospheric:grimwood_logs, pokecube:berry_logs, forge:ores/quartz, structurize:shingles/thatched/acacia, byg:ground_silver_maple_sapling, structurize:timber_frames/white_terracotta/jungle, lotr:green_oak_logs, structurize:timber_frames/purple_terracotta/oak, minecolonies:orechanceblocks, cfm:fences/picket, tetra:nailed, structurize:timber_frames/beige_stone_brick/oak, structurize:timber_frames/light_gray_terracotta/warped, byg:withering_oak_logs, structurize:timber_frames/pink_terracotta/warped, zycraft:base_zychorium_bricks, twilightforest:ore_magnet/minecraft/stone, forge:acacia_oak_timber_frame, alexsmobs:grizzly_beehive, quark:underground_biome_replaceable, minecraft:logs, pokecube_legends:legends_logs, forge:storage_blocks/crystal, structurize:timber_frames/jungle/jungle, byg:ground_pink_cherry_sapling, byg:ground_brown_zelkova_sapling, byg:ground_holly_sapling, chipped:oak_planks, forge:acacia_stone_timber_frame, minecraft:valid_spawn, quark:wraith_spawnable, structurize:timber_frames/yellow_terracotta/spruce, twilightforest:storage_blocks/steeleaf, forge:ores/runestone, ultra_amplified_dimension:mossy_well_ores, byg:ground_incan_lily, abundance:jacaranda_logs, pokecube:harvest_extra, structurize:shingles/slate/oak, chipped:purple_stained_glass_pane, chipped:red_terracotta, gravestone:grave_replaceable, byg:ground_red_birch_sapling, twilightforest:darkwood_logs, minecraft:anvil, forge:storage_blocks/enderium, forge:ores/ender, forge:sand, structurize:timber_frames/cactus/birch, structurize:timber_frames/blue_terracotta, structurize:timber_frames/terracotta/cactus, forge:ores/utherium, forge:acacia_dark_oak_timber_frame, structurize:timber_frames/cobblestone/jungle, golems:dead_coral_block, snowrealmagic:containables, minecraft:piglin_repellents, byg:ground_delphinium, structurize:timber_frames/crimson/oak, snowrealmagic:not_containables, forge:stone/limestone, forge:fences/nether_brick, chipped:pink_wool, forge:ores/iron, chipped:orange_terracotta, twilightforest:logs, structurize:timber_frames/acacia/cactus, chipped:birch_planks, outvoted:palm_logs, zycraft:storage_blocks/zychorium, minecraft:wooden_buttons, quark:crystal, structurize:timber_frames/bricks/spruce, forge:storage_blocks/quartz, forge:mud_bricks, byg:ground_brown_oak_sapling, enhanced_vanilla_remastered:jacaranda_logs, structurize:shingles/thatched/oak, byg:ground_joshua_sapling, extendedmushrooms:mushroom_carpets, byg:cypress_logs, structurize:timber_frames/acacia/acacia, forge:ores/moonstone, forge:ores/ghast, forge:storage_blocks/bitumen, structurize:timber_frames/bricks/jungle, lotr:mirk_oak_logs, forge:scaffolding, structurize:shingles/slate/cactus, byg:ground_prickly_pear_cactus, zycraft:small_bricks/solid_zychorium, structurize:shingles/blackstone/dark_oak, forge:barrels/wooden, forge:oak_spruce_timber_frame, forge:jungle_jungle_timber_frame, upgrade_aquatic:driftwood_logs, structurize:timber_frames/red_terracotta/jungle, structurize:timber_frames/cream_brick/cactus, atmospheric:morado_logs, endergetic:chorus_plantable, byg:bulbis_stems, chipped:crying_obsidian, forge:stone/khnumite, mutantbeasts:mutant_enderman_holdable, structurize:shingles/clay/warped, forge:birch_acacia_timber_frame, extendedmushrooms:mushrooms/edible, forge:sand/black, minecraft:stone_pressure_plates, forge:glass_panes/pink, forge:storage_blocks/froststeel, undergarden:base_stone_undergarden, byg:ground_angelica, forge:netherrack, minecraft:soul_fire_base_blocks, chipped:brown_stained_glass_pane, forge:crops/flax, forge:sheetmetals, structurize:shingles/blackstone, forge:oak_oak_timber_frame, chipped:gray_stained_glass_pane, terraincognita:apple_logs, byg:ground_purple_tulip, lotr:branches, atum:threaded_blocks, forge:dark_oak_acacia_timber_frame, forge:glass_panes/cyan, lotr:wooden_fence_gates, chipped:cyan_wool, golems:sandstone, minecraft:wool, forge:glass/colorless, forge:bamboo_planks, minecraft:beehives, twilightforest:timewood_logs, forge:cactus_cobble_stone_timber_frame, minecraft:ice, structurize:timber_frames/terracotta/jungle, byg:ground_guzmania, chipped:gray_wool, forge:stained_glass, forge:spruce_acacia_timber_frame, forge:spruce_paper_timber_frame, chipped:birch_wood_glass_pane, forge:acacia_birch_timber_frame, structurize:timber_frames/stone_bricks/jungle, forge:acacia_acacia_timber_frame, structurize:timber_frames/birch/jungle, twilightforest:mangrove_logs, cavesandcliffs:candles, forge:dark_oak_paper_timber_frame, cavesandcliffs:crystal_sound_blocks, byg:ground_tall_allium, minecraft:leaves/archwood_leaves, byg:ground_white_cherry_sapling, twilightforest:sortwood_logs, structurize:timber_frames/orange_terracotta/dark_oak, structurize:timber_frames/red_terracotta, farmersdelight:compost_activators, structurize:timber_frames/yellow_terracotta/crimson, forge:glass_panes, forge:sand/pink, ars_nouveau:an_decorative/stone, forge:candle, minecraft:flowers_pots, chipped:blue_stained_glass, repurposed_structures:mushroom_well_ores, alexsmobs:drops_bananas, forge:sand/soulless, extendedmushrooms:mushroom_signs, structurize:timber_frames/jungle/acacia, chipped:gray_carpet, structurize:timber_frames/white_terracotta/acacia, structurize:timber_frames/beige_stone_brick/crimson, byg:nightshade_logs, habitat:fairy_ring_mushroom_stems, lotr:beech_logs, byg:ground_violet_leather_flower, structurize:shingles/clay/oak, forge:storage_blocks/tin, structurize:timber_frames/light_gray_terracotta/cactus, twilightforest:storage_blocks/ironwood, zycraft:colorable, structurize:timber_frames/beige_stone_brick, forge:cactus_paper_timber_frame, structurize:timber_frames/lime_terracotta/warped, structurize:shingles/slate/dark_oak, byg:ground_magenta_tulip, chipped:green_wool, byg:ground_pink_orchid, cavesandcliffs:snow_step_sound_blocks, alexsmobs:kangaroo_spawns, midnight:shadowroot_logs, chipped:prismarine, structurize:timber_frames/crimson/warped, byg:ground_purple_orchid, structurize:timber_frames/cream_brick/warped, minecraft:fire, structurize:shingles/blackstone/crimson, structurize:timber_frames/terracotta/warped, repurposed_structures:forest_well_ores, minecraft:wall_signs, quark:vertical_slabs, structurize:timber_frames/brown_terracotta/birch, structurize:timber_frames/beige_stone_brick/spruce, chipped:white_wool, byg:ground_protea_flower, outvoted:glutton_can_burrow, byg:ground_black_rose, betterendforge:lacugrove_logs, alexsmobs:crow_fears, habitat:beehives, structurize:timber_frames/jungle/warped, structurize:timber_frames/beige_brick/spruce, structurize:timber_frames/magenta_terracotta/jungle, chipped:black_carpet, chipped:yellow_wool, forge:wooden_doors, forge:storage_blocks/lignite, minecraft:leaves, structurize:shingles/moss_slate/birch, forge:storage_blocks/pewter, lotr:lebethron_logs, structurize:timber_frames/light_blue_terracotta/cactus, enhanced_mushrooms:brown_mushroom_stems, forge:birch_spruce_timber_frame, forge:ores/amethyst, byg:mangrove_logs, byg:witch_hazel_logs, repurposed_structures:nether_well_ores, minecraft:wither_immune, chipped:black_terracotta, forge:dried_bamboo_logs, structurize:timber_frames/pink_terracotta/cactus, alexsmobs:emu_spawns, forge:planks/palm, gaiadimension:blue_agate_logs, structurize:timber_frames/blackstone/oak, chipped:light_gray_terracotta, pokecube:ground, greekfantasy:olive_logs, structurize:timber_frames/light_blue_terracotta/crimson, forge:glass/light_gray, structurize:timber_frames/beige_brick/oak, chipped:spruce_wood_glass_pane, naturesaura:ancient_logs, alexsmobs:platypus_spawns, chipped:red_stained_glass_pane, whisperwoods:ghost_light, minecraft:small_flowers, cfm:fences/upgraded, structurize:timber_frames/green_terracotta/spruce, structurize:timber_frames/magenta_terracotta/oak, chipped:light_blue_stained_glass, chipped:orange_concrete, structurize:timber_frames/paper/dark_oak, structurize:timber_frames/orange_terracotta/spruce, structurize:timber_frames/birch/birch, minecolonies:pathblocks, supplementaries:water_holder, betterendforge:helix_tree_logs, forge:ores/spectrum, midnight:dark_willow_logs, buildinggadgets:blacklist/exchanging, byg:ground_withering_oak_sapling, environmental:willow_logs, byg:ether_logs, forge:oak_stone_timber_frame, structurize:shingles/clay/acacia, druidcraft:fiery_glass_blocks, gaiadimension:aura_logs, extendedmushrooms:mushroom_growing_blocks_lightlevel, pokecube:surface, forge:ores/bloodstone, byg:ground_richea, structurize:timber_frames/beige_brick/dark_oak, pokecube_legends:mirage_logs, habitat:growing_ball_cacti, minecraft:planks/archwood, structurize:timber_frames/pink_terracotta/acacia, extendedmushrooms:mushroom_stairs, lotr:pillars, chipped:brown_stained_glass, structurize:timber_frames/crimson/acacia, alexsmobs:mungus_replace_mushroom, forge:ores/witch, forge:cactus_cactus_timber_frame, forge:glass/yellow, structurize:timber_frames/acacia/jungle, twilightforest:storage_blocks/carminite, dynamictrees:saplings, twilightforest:ore_magnet/block_replace_ore, forge:storage_blocks/neptunium, byg:ground_pink_allium, forge:ores/anthracite, forge:barrels, chipped:yellow_concrete, forge:pink_sand, toadterror:sacred_stone_bricks, chipped:light_blue_stained_glass_pane, biomesoplenty:dead_logs, alexsmobs:mungus_replace_nether, chipped:blue_concrete, chipped:orange_carpet, forge:planks/deadwood, structurize:timber_frames/warped/cactus, forge:chests/ender, chipped:black_wool, byg:jacaranda_logs, structurize:timber_frames/cream_brick/birch, forge:ores/azure_silver, forge:acacia_spruce_timber_frame, environmental:wisteria_logs, structurize:timber_frames/lime_terracotta/acacia, endergetic:end_crystal_placeable, structurize:timber_frames/bricks/birch, structurize:timber_frames/crimson/cactus, forge:sand/blue, structurize:timber_frames/black_terracotta/oak, structurize:timber_frames/cream_brick/jungle, forge:oak_birch_timber_frame, forge:deadwood_logs, twilightforest:portal/edge, resourcefulbees:resourceful_honeycomb_block, minecraft:planks, pokecube_legends:corrupted_logs, structurize:timber_frames/pink_terracotta, forge:cobblestone, structurize:timber_frames/white_terracotta/warped, byg:ground_orange_spruce_sapling, byg:ebony_logs, byg:ground_white_anemone, forge:storage_blocks/gold, structurize:timber_frames/light_gray_terracotta/acacia, forge:storage_blocks/salt, forge:ores/ametrine, structurize:timber_frames/lime_terracotta/cactus, structurize:timber_frames/jungle/cactus, forge:ores/tigers_eye, lotr:wooden_beams, structurize:timber_frames/warped/acacia, structurize:timber_frames/light_blue_terracotta/warped, treechop:leaves_like, chipped:lime_terracotta, forge:ores/biotite, zycraft:zychorium_plate, quark:planks_vertical_slab, structurize:timber_frames/blackstone/acacia, structurize:timber_frames/acacia/oak, forge:wooden_fences, structurize:timber_frames/yellow_terracotta/oak, undergarden:grongle_logs, chipped:yellow_stained_glass_pane, forge:ores/bat, forge:ores/spider, forge:glass_panes/light_gray, structurize:timber_frames/magenta_terracotta/birch, byg:maple_logs, chipped:light_gray_wool, forge:glass/pink, gaiadimension:burning_logs, forge:chests, forge:storage_blocks/uranium, forge:ores/crimson_iron, ftbultimine:farmland_tillable, forge:birch_brick_timber_frame, forge:spruce_cobble_stone_timber_frame, structurize:shingles/slate/crimson, forge:fence_gates, structurize:timber_frames/orange_terracotta/cactus, forge:storage_blocks/copper, inspirations:cauldron_ice, byg:ground_witch_hazel_sapling, chipped:cyan_stained_glass_pane, forge:spruce_oak_timber_frame, forge:ores/squid, structurize:timber_frames/bricks/crimson, structurize:timber_frames/blackstone, byg:willow_logs, forge:birch_cobble_stone_timber_frame, good_nights_sleep:dead_logs, woolplates:woolplates, upgrade_aquatic:river_logs, chipped:brown_concrete, forge:ores/lead, structurize:timber_frames/bricks/acacia, forge:ores/zombie_pigman, cfm:fence_gates/picket, pokecube_legends:inverted_logs, chipped:green_carpet, forge:storage_blocks/invar, supplementaries:posts, twilightforest:annihilation_inclusions, chipped:pink_stained_glass, forge:ores/salmon, forge:storage_blocks/wax, byg:ground_begonia, extendedmushrooms:mushroom_slabs, forge:acacia_cobble_stone_timber_frame, ultra_amplified_dimension:portal_non_corner_blocks, forge:storage_blocks/redstone_alloy, forge:oak_paper_timber_frame, terraincognita:hazel_logs, forge:mushroom_caps, byg:ground_california_poppy, forge:red_nether_bricks, structurize:timber_frames/white_terracotta/birch, forge:ores/cloggrum, enhanced_vanilla_remastered:fir_logs, extendedmushrooms:mushroom_chests_trapped, forge:storage_blocks/geode, endergetic:poise_stems, midnight:dead_wood_logs, minecraft:logs/archwood, structurize:shingles/blackstone/spruce, forge:sand/colorless, structurize:timber_frames/red_terracotta/acacia, chipped:lime_wool, structurize:timber_frames/magenta_terracotta/spruce, minecraft:soul_speed_blocks, structurize:timber_frames/stone_bricks/spruce, forge:storage_blocks/moonstone, structurize:timber_frames/beige_stone_brick/birch, alexsmobs:lobster_spawns, minecraft:walls, structurize:timber_frames/cream_brick/dark_oak, forge:storage_blocks/lead, structurize:timber_frames/acacia/warped, structurize:shingle_slabs/moss_slate, structurize:timber_frames/beige_brick/jungle, golems:concrete, structurize:timber_frames/white_terracotta/cactus, structurize:timber_frames/oak/warped, minecraft:sand, chipped:jungle_wood_glass_pane, enhancedcelestials:harvest_moon_whitelisted_crop_growth, structurize:timber_frames/paper, forge:ores/gobber, structurize:timber_frames/beige_stone_brick/cactus, minecraft:campfires, supplementaries:vine_support, minecraft:infiniburn_nether, forge:ores/cobalt, byg:ground_red_oak_sapling, forge:glass/blue, ars_nouveau:harvest/foliage, forge:birch_stone_timber_frame, minecraft:wooden_trapdoors, create:valve_handles, buildinggadgets:blacklist/copy_paste, forge:storage_blocks/coal, structurize:timber_frames/spruce/jungle, astral:ethereal_logs, chipped:white_stained_glass, structurize:timber_frames/white_terracotta/spruce, structurize:timber_frames/jungle/spruce, structurize:shingles/moss_slate, zycraft:small_bricks/zychorium, structurize:timber_frames/magenta_terracotta, minecraft:wooden_doors, minecraft:fences/wooden, quark:hedges, forge:mushrooms/red, chipped:crimson_planks, structurize:timber_frames/cyan_terracotta/acacia, byg:embur_pedus, gaiadimension:pink_agate_logs, structurize:timber_frames/blackstone/crimson, structurize:shingles/gilded_blackstone/warped, forge:ores/tungsten, chipped:obsidian, structurize:timber_frames/brown_brick/oak, ultra_amplified_dimension:jungle_fortress_staircase_plants, structurize:shingles/moss_slate/acacia, structurize:timber_frames/orange_terracotta/crimson, minecraft:wall_corals, pokecube:plants_edible, zycraft:bricks/aluminized_zychorium, forge:grass, byg:ground_yellow_spruce_sapling, supplementaries:wall_lanterns, structurize:timber_frames/crimson, structurize:timber_frames/purple_terracotta/cactus, structurize:timber_frames/spruce/spruce, forge:ores/gold, forge:ores/salt, structurize:timber_frames/beige_brick/birch, forge:storage_blocks/pearl, biomesoplenty:palm_logs, byg:cherry_logs, chipped:green_terracotta, undergarden:muncher_breakables, atum:base_stone_atum, forge:glass/lime, chipped:brown_terracotta, chipped:acacia_planks, chipped:red_nether_bricks, chipped:vine, forge:jungle_oak_timber_frame, minecraft:base_stone_overworld, forge:birch_birch_timber_frame, minecraft:stone_bricks, zycraft:viewers/phantomized_immortal, structurize:timber_frames/jungle/oak, c:dirt, forge:mushroom_caps/purple, zycraft:engineering_block, forge:vine, minecraft:guarded_by_piglins, byg:ground_blue_spruce_sapling, chiselsandbits:chiselable/blocked, ultra_amplified_dimension:nether_stronghold_bookshelves, minecraft:buttons, forge:storage_blocks/spectrum, structurize:timber_frames/cactus/acacia, minecraft:rails, structurize:timber_frames/dark_oak/jungle, structurize:timber_frames/lime_terracotta/dark_oak, chipped:dark_oak_wood_glass, minecraft:strider_warm_blocks, forge:chests/cursed, structurize:timber_frames/gray_terracotta/acacia, byg:ground_winter_succulent, structurize:shingles/gilded_blackstone/oak, structurize:timber_frames/spruce/birch, structurize:timber_frames/terracotta/acacia, forge:doors, structurize:timber_frames/brown_stone_brick/spruce, pokecube_legends:temporal_logs, minecraft:gold_ores, byg:ground_lament_sapling, zycraft:zychorium_shield, forge:storage_blocks/crimson_steel, c:ores, splatcraft:scan_turf_scored, structurize:timber_frames/dark_oak/spruce, forge:glass/arcane, dynamictrees:wart_blocks, create:non_movable, neapolitan:vanilla_plantable_on, neapolitan:unaffected_by_mint, structurize:shingles/gilded_blackstone/crimson, structurize:shingles/thatched/dark_oak, structurize:timber_frames/cream_brick, structurize:timber_frames/birch, forge:crops/eggplant, twilightforest:twilight_oak_logs, structurize:timber_frames/brown_brick/crimson, forge:gravel, zycraft:viewers, structurize:timber_frames/white_terracotta/oak, structurize:timber_frames/spruce/oak, lotr:log_stairs, silentgear:netherwood_logs, structurize:timber_frames/bricks/dark_oak, pokecube:fruit, ultra_amplified_dimension:terracotta, forge:cactus_acacia_timber_frame, forge:ores/zinc, minecraft:crops, forge:crops/carrot, forge:ores/chicken, chipped:purple_stained_glass, structurize:timber_frames/blue_terracotta/crimson, byg:ground_lazarus_bellflower, forge:ores/magma_cube, forge:glass_panes/brown, forge:heads, minecraft:climbable, byg:ground_redwood_sapling, snowrealmagic:invalid_supporters, structurize:timber_frames/terracotta, storagedrawers:drawers, chipped:netherrack, minecraft:dark_oak_logs, forge:planks, chipped:oak_wood_glass_pane, forge:blue_sand, structurize:timber_frames/yellow_terracotta/warped, structurize:timber_frames/cobblestone/birch, forge:mushrooms, ultra_amplified_dimension:snow_well_ores, structurize:timber_frames/lime_terracotta/jungle, structurize:timber_frames/paper/oak, structurize:timber_frames/crimson/crimson, byg:ground_foxglove, structurize:timber_frames/brown_brick/spruce, minecraft:fences, autumnity:snail_foods, lotr:custom_waypoint_centerpieces, structurize:timber_frames/timber_frames, forge:jungle_cactus_timber_frame, enhanced_vanilla_remastered:cypress_logs, enhanced_vanilla_remastered:alder_logs, structurize:timber_frames/cobblestone/crimson, forge:obsidian, forge:storage_blocks/blaze_gold, structurize:timber_frames/brown_terracotta/warped, pokecube:oran_logs, byg:ground_baobab_sapling, ultra_amplified_dimension:ellipsoid_pocket_target, structurize:shingle_slabs/gilded_blackstone, twilightforest:ore_magnet/minecraft/end_stone, forge:storage_blocks/forgotten_metal, forge:birch_oak_timber_frame, forge:ores/coal, structurize:timber_frames/stone/crimson, structurize:timber_frames/cream_stone_brick/warped, cfm:fence_gates/upgraded, minecraft:base_stone_nether, structurize:shingles/clay, zycraft:basic_machines, carryon:block_whitelist, infernalexp:base_stone_canyon, structurize:timber_frames/purple_terracotta/spruce, forge:mushrooms/purple, forge:workbench, structurize:timber_frames/black_terracotta/acacia, minecraft:trapdoors, forge:glass/cyan, structurize:timber_frames/stone_bricks/cactus, structurize:timber_frames/magenta_terracotta/cactus, extendedmushrooms:mushroom_ladders, forge:jungle_cobble_stone_timber_frame, structurize:timber_frames/acacia, structurize:timber_frames/blue_terracotta/cactus, forge:storage_blocks/brass, forge:crops/potato, structurize:timber_frames/light_gray_terracotta/jungle, atmospheric:yucca_logs, forge:ores/regalium, byg:mahogany_logs, forge:stained_glass_panes, forbidden_arcanus:hanging_candelabras, structurize:timber_frames/black_terracotta, forge:storage_blocks/zinc, byg:lament_logs, structurize:timber_frames/birch/warped, structurize:timber_frames/cobblestone/warped, structurize:timber_frames/cactus/dark_oak, pokecube:cave, structurize:timber_frames/green_terracotta/crimson, chipped:light_blue_wool, bundlesplus:shulker_box_like, structurize:shingles/slate/warped, doubleslabs:plank_slabs, structurize:timber_frames/dark_oak/birch, forge:glass_panes/black, forge:acacia_cactus_timber_frame, farmersdelight:wild_crops, forge:mushrooms/brown, betterendforge:mossy_glowshroom_logs, structurize:paper_walls, forge:glass_panes/blue, habitat:ball_cacti, forge:mushroom_caps/brown, structurize:timber_frames/red_terracotta/warped, forge:crops/wheat, lotr:reeds_placeable_on, byg:redwood_logs, extendedmushrooms:mushroom_fence_gates, forge:mushroom_caps/glowshroom, forge:ores/stella_arcanum, twilightforest:fence_gates, structurize:timber_frames/orange_terracotta/jungle, structurize:timber_frames/green_terracotta/jungle, structurize:timber_frames/terracotta/birch, structurize:timber_frames/cobblestone/acacia, byg:rainbow_eucalyptus_logs, forge:dark_oak_birch_timber_frame, byg:ground_white_sage, buildinggadgets:whitelist/destruction, resourcefulbees:valid_apiary, alexsmobs:soul_vulture_spawns, zycraft:zychorium_lamps, forge:ores/fossil, byg:blue_enchanted_logs, forge:storage_blocks/platinum, atum:shrub, structurize:timber_frames/stone_bricks/dark_oak, forge:storage_blocks/double_compressed_dirt, alexsmobs:seal_spawns, structurize:timber_frames/stone_bricks/oak, minecraft:shulker_boxes, extendedmushrooms:mushroom_trapdoors, byg:ground_bistort, twilightforest:ore_magnet/twilightforest/root, forge:jungle_birch_timber_frame, forge:storage_blocks/regalium, byg:bookshelves, forge:birch_cactus_timber_frame, structurize:shingles/thatched/warped, byg:ground_nightshade_sapling, chipped:purple_concrete, silentgear:netherwood_soil, forge:ices/packedice, structurize:timber_frames/beige_brick, betterendforge:jellyshroom_logs, structurize:timber_frames/yellow_terracotta/cactus, minecraft:oak_logs, byg:ground_golden_spined_cactus, forge:ores/lapis, structurize:timber_frames/orange_terracotta, structurize:timber_frames/birch/dark_oak, forge:stone/porphyry, structurize:timber_frames/light_gray_terracotta/birch, structurize:shingle_slabs/blackstone, forge:dirt, dynamictrees:leaves, structurize:timber_frames/cobblestone, minecraft:pressure_plates, create:windowable, betterendforge:dragon_tree_logs, chaosawakens:base_stone_crystal, forge:storage_blocks/stellarite, minecraft:spruce_logs, chipped:cobblestone, structurize:timber_frames/brown_brick, structurize:timber_frames/dark_oak/dark_oak, forge:glass_panes/lime, atum:linen_blocks, structurize:timber_frames/cobblestone/dark_oak, structurize:timber_frames/dark_oak/cactus, forge:ores/relic, structurize:timber_frames/pink_terracotta/oak, ultra_amplified_dimension:root_valid_dirt_only, chipped:dark_prismarine, structurize:timber_frames/birch/acacia, forge:dark_oak_stone_timber_frame, forbidden_arcanus:cherrywood_logs, structurize:timber_frames/light_blue_terracotta/birch, structurize:timber_frames/brown_brick/cactus, structurize:timber_frames/terracotta/oak, twilightforest:carminite_reactor_immune, minecraft:flowers, betterendforge:pythadendron_logs, forge:storage_blocks/arcane_crystal, untamedwilds:reeds_plantable_on, forge:ores/pink_tourmaline, chipped:basalt, forge:ores, structurize:timber_frames/lime_terracotta, structurize:timber_frames/warped, structurize:timber_frames/cream_stone_brick/acacia, chipped:warped_wood_glass, minecraft:nylium, alexsmobs:warped_mosco_breakables, structurize:timber_frames/stone/acacia, byg:holly_logs, forge:storage_blocks/tungsten, chaosawakens:crystal_leaves, forge:jungle_stone_timber_frame, structurize:timber_frames/paper/birch, forge:ores/netherite, structurize:timber_frames/terracotta/crimson, byg:ground_kovan_flower, structurize:timber_frames/terracotta/spruce, chipped:jungle_wood_glass, structurize:timber_frames/paper/acacia, betterendforge:gen_terrain, chipped:light_gray_stained_glass_pane, chipped:black_stained_glass_pane, chipped:green_concrete, structurize:timber_frames/cream_stone_brick/dark_oak, chipped:gilded_blackstone, structurize:timber_frames/black_terracotta/birch, forge:ores/rabbit, pokecube_legends:ultra_sands, forge:ores/titanium, structurize:timber_frames/lime_terracotta/spruce, forge:nether_bricks, structurize:timber_frames/stone/jungle, chipped:blackstone, structurize:timber_frames/brown_brick/jungle, extendedmushrooms:mushroom_fences, structurize:timber_frames/blue_terracotta/spruce, minecraft:prevent_mob_spawning_inside, forge:oak_jungle_timber_frame, forge:fiber, snowrealmagic:bottom_snow, buildinggadgets:whitelist/generic, habitat:ball_cactus_flower_placeable_on, structurize:timber_frames/cyan_terracotta/jungle, structurize:timber_frames/dark_oak/acacia, twilightforest:portal/fluid, forge:sandstone, forge:glass_panes/colorless, chipped:crimson_wood_glass_pane, structurize:timber_frames/black_terracotta/spruce, pokecube:berry_planks, structurize:timber_frames/purple_terracotta/warped, terraincognita:sweet_peas, structurize:shingles/moss_slate/oak, structurize:shingles/gilded_blackstone/cactus, structurize:shingles/slate/spruce, twilightforest:canopy_logs, ffs:blacklist, forge:ores/bort, twilightforest:antibuilder_ignores, dynamictrees:branches, forge:storage_blocks/azure_electrum, structurize:timber_frames/cyan_terracotta/oak, lotr:maple_logs, structurize:shingles/thatched/birch, minecraft:infiniburn_overworld, structurize:timber_frames/orange_terracotta/oak, structurize:shingles/blackstone/birch, custom_nether_portals:air, forge:storage_blocks/signalum, twilightforest:trophies, structurize:timber_frames/spruce/crimson, structurize:timber_frames/red_terracotta/birch, structurize:timber_frames/brown_brick/warped, pokecube:sitrus_logs, forge:ores/tin, structurize:timber_frames/purple_terracotta/jungle, chipped:red_wool, byg:palo_verde_logs, dynamictrees:branches_that_burn, minecraft:signs, structurize:timber_frames/spruce/acacia, lotr:rotten_logs, structurize:shingles/slate/birch, chipped:pink_terracotta, pokecube_legends:legends_cobblestones, structurize:timber_frames/green_terracotta/oak, byg:fir_logs, minecraft:hoglin_repellents, extendedmushrooms:mushroom_doors, lotr:larch_logs, byg:ground_brown_birch_sapling, lotr:wooden_beam_slabs, structurize:timber_frames/warped/dark_oak, structurize:timber_frames/cream_stone_brick, structurize:timber_frames/light_gray_terracotta/spruce, pokecube:plants_cutable, extendedmushrooms:mushroom_chests, byg:ground_orchard_sapling, structurize:timber_frames/cactus/oak, atmospheric:yucca_plantable_on, structurize:timber_frames/pink_terracotta/spruce, enhanced_mushrooms:glowshroom_stems, chipped:blue_terracotta, structurize:timber_frames/brown_stone_brick, byg:ground_ebony_sapling, twilightforest:fire_jet_fuel, forge:storage_blocks/bort, structurize:timber_frames/warped/crimson, structurize:shingles/gilded_blackstone/acacia, minecraft:coral_blocks, habitat:ball_cactus_flowers, forge:glass/green, alexsmobs:cachalot_whale_breakables, atum:infiniburn, byg:ground_rainbow_eucalyptus_sapling, forge:jungle_spruce_timber_frame, zycraft:bricks/zychorium, forge:ores/sulfur, chipped:gray_concrete, forge:storage_blocks/compressed_stone, forge:fences/wooden, gaiadimension:corrupted_logs, forge:storage_blocks, forge:glass_panes/orange, structurize:timber_frames/cyan_terracotta/warped, chipped:green_stained_glass_pane, lotr:apple_logs, chipped:red_sandstone, byg:ground_skyris_sapling, forge:saplings, structurize:timber_frames/purple_terracotta, zycraft:small_bricks/zychorized_zychorium, twilightforest:storage_blocks/knightmetal, forge:glass_panes/runic, structurize:shingles/gilded_blackstone/birch, chipped:green_stained_glass, windowlogging:windowable, forge:storage_blocks/redstone, extendedmushrooms:mushroom_pressure_plates/wool, neapolitan:creeper_repellents, minecraft:stairs, enhanced_vanilla_remastered:redwood_logs, forge:logs/archwood, structurize:shingles/moss_slate/jungle, structurize:timber_frames/cream_stone_brick/jungle, inspirations:mulch, structurize:timber_frames/cactus/cactus, alexsmobs:crocodile_spawns, minecraft:mushroom_grow_block, structurize:timber_frames/stone/warped, extendedmushrooms:mushroom_pressure_plates/wood, structurize:timber_frames/pink_terracotta/birch, autumnity:maple_logs, extendedmushrooms:mushroom_pressure_plates, structurize:shingles/clay/birch, chipped:acacia_wood_glass_pane, quark:slime_blocks, betterendforge:lucernia_logs, cavesandcliffs:small_dripleaf_placeable, lotr:cherry_logs, lotr:pear_logs, cavesandcliffs:lush_plants_replaceable, minecraft:beacon_base_blocks, alexsmobs:orca_breakables, repurposed_structures:mossy_well_ores, structurize:timber_frames/brown_terracotta/cactus, chipped:white_concrete, forge:cactus_dark_oak_timber_frame, forge:ores/guardian, pokecube:rocks, lotr:log_slabs, chipped:spruce_wood_glass, chipped:gray_stained_glass, alexsmobs:elephant_foodblocks, byg:ground_yellow_birch_sapling, structurize:timber_frames/blue_terracotta/oak, byg:ground_torch_ginger, chipped:light_blue_terracotta, structurize:timber_frames/orange_terracotta/warped, chipped:granite, forge:ores/pig, forge:storage_blocks/rime, forge:glass/black, minecraft:portals, forge:ores/cow, pokecube_legends:distortic_logs, structurize:timber_frames/green_terracotta/cactus, forge:storage_blocks/biotite, structurize:timber_frames/jungle/birch, structurize:timber_frames/stone_bricks/crimson, dynamictrees:fungus_caps, extendedmushrooms:mushroom_buttons, minecraft:wooden_stairs, forge:ores/cats_eye, biomesoplenty:umbran_logs, structurize:timber_frames/oak/acacia, forge:storage_blocks/anthracite, forge:spruce_jungle_timber_frame, architects_palette:cage_lanterns, structurize:timber_frames/purple_terracotta/birch, forge:dark_oak_jungle_timber_frame, structurize:timber_frames/jungle/dark_oak, dynamictrees:fungus_branches, chipped:pink_concrete, forge:ores/emerald, forge:ores/sheep, forge:ores/blaze, forge:acacia_brick_timber_frame, forge:glass/dark_runic, buildinggadgets:whitelist/exchanging, nethercraft:glowood_logs, minecraft:corals, ultra_amplified_dimension:portal_center_blocks, quark:foxhound_spawnable, chaosawakens:crystal_wood, pokecube_legends:legends_planks, chipped:acacia_wood_glass, byg:ground_indigo_jacaranda_sapling, forge:storage_blocks/cloggrum, minecraft:bee_growables, abundance:redbud_logs, structurize:timber_frames/green_terracotta/dark_oak, structurize:timber_frames/brown_brick/dark_oak, architects_palette:twisted_logs, structurize:timber_frames/blue_terracotta/warped, minecraft:tall_flowers, structurize:timber_frames/oak/cactus, structurize:timber_frames/brown_stone_brick/jungle, druidcraft:fiery_glass_ores, forge:bookshelves, forge:ores/platinum, cavesandcliffs:lush_ground_replaceable, structurize:timber_frames/terracotta/dark_oak, chipped:lime_stained_glass, structurize:timber_frames/green_terracotta/acacia, forbidden_arcanus:standing_candelabras, minecraft:dirt, structurize:timber_frames/crimson/spruce, structurize:timber_frames/black_terracotta/warped, forge:cactus_oak_timber_frame, forge:storage_blocks/tigers_eye, forge:ores/cod, byg:ground_fir_sapling, structurize:timber_frames/warped/spruce, structurize:timber_frames/blue_terracotta/birch, pokecube:wood, structurize:timber_frames/blue_terracotta/dark_oak, ultra_amplified_dimension:non_cave_air_target, structurize:timber_frames/gray_terracotta/warped, forge:storage_blocks/compressed_dirt, structurize:timber_frames/black_terracotta/crimson, forge:ores/mana_gem, minecolonies:protectionexception, enhancedcelestials:harvest_moon_blacklisted_crop_growth, golems:quartz, forge:ores/slime, chipped:stone, structurize:timber_frames/lime_terracotta/birch, structurize:timber_frames/oak/crimson, undergarden:wigglewood_logs, mutantbeasts:endersoul_hand_holdable, forge:storage_blocks/amber, cavesandcliffs:overworld_replaceables, structurize:shingle_slabs/slate, structurize:floating_carpets, chipped:brown_carpet, pokecube_legends:legends_leaves, forge:crops/aubergine, structurize:timber_frames/cactus/jungle, quark:ladders, minecraft:non_flammable_wood, forge:braziers, structurize:timber_frames/light_blue_terracotta/dark_oak, enhanced_mushrooms:red_mushroom_stems, forge:storage_blocks/bloodstone, structurize:shingles/gilded_blackstone/dark_oak, ultra_amplified_dimension:forest_well_ores, darkutils:movement_plate, twilightforest:mining_logs, create:safe_nbt, structurize:shingles/blackstone/acacia, structurize:timber_frames/blue_terracotta/jungle, structurize:timber_frames/black_terracotta/jungle, lotr:wooden_fences, gaiadimension:burnt_logs, chipped:white_terracotta, forbidden_arcanus:mysterywood_logs, minecraft:enderman_holdable, structurize:timber_frames/red_terracotta/oak, forge:storage_blocks/electrum, forge:mushroom_stems, structurize:timber_frames/magenta_terracotta/crimson, byg:ground_orange_daisy, alexsmobs:rattlesnake_spawns, minecraft:wall_post_override, chipped:purple_carpet, forge:ores/wither_skeleton, gaiadimension:fossilized_logs, bundlesplus:bundle_ignored, minecraft:guarded_by_piglin, byg:ground_tall_pink_allium, structurize:shingles/clay/spruce, structurize:shingles/slate, twilightforest:ores/ironwood, structurize:timber_frames/stone/birch, structurize:timber_frames/brown_terracotta/dark_oak, cavesandcliffs:cave_vines, structurize:timber_frames/beige_brick/cactus, structurize:timber_frames/crimson/dark_oak, structurize:shingles/blackstone/jungle, forge:storage_blocks/bismuth_steel, forge:oak_cobble_stone_timber_frame, pokecube:industrial, structurize:timber_frames/cream_stone_brick/oak, structurize:timber_frames/spruce/cactus, zycraft:aluminized_engineering_block, ars_nouveau:harvest/fellable, omni:palo_verde_logs, forge:spruce_brick_timber_frame, quark:crab_spawnable, atum:limestone_bricks, silents_mechanisms:drying_racks, buzzier_bees:flower_blacklist, cavesandcliffs:terracotta, undergarden:mushrooms, byg:ground_ether_sapling, structurize:timber_frames/gray_terracotta/jungle, forge:glass_panes/gray, ultra_amplified_dimension:root_valid_general, structurize:timber_frames/cactus/warped, minecraft:acacia_logs, structurize:timber_frames/gray_terracotta/dark_oak, forge:storage_blocks/arcane_gold, structurize:shingles/blackstone/cactus, atmospheric:passion_vine_growable_on, forge:sand/red, structurize:timber_frames/orange_terracotta/acacia, forge:glass/brown, byg:ground_jacaranda_sapling, create:sails, betterendforge:umbrella_tree_logs, minecraft:logs_that_burn, structurize:timber_frames/yellow_terracotta/birch, chipped:dark_oak_wood_glass_pane, forge:oak_dark_oak_timber_frame, structurize:timber_frames/magenta_terracotta/dark_oak, twilightforest:ore_magnet/minecraft/netherrack, byg:ground_blue_sage, minecraft:wooden_slabs, structurize:timber_frames/paper/cactus, structurize:timber_frames/yellow_terracotta, structurize:timber_frames/gray_terracotta, chipped:orange_stained_glass_pane, byg:ground_aspen_sapling, structurize:timber_frames/dark_oak/oak, chipped:diorite, forge:ores/quicksilver, supplementaries:rope_support, forge:crops/beetroot, twilightforest:portal/decoration, byg:ground_horseweed, chipped:sandstone, ultra_amplified_dimension:nether_well_ores, forge:ores/amber, twilightforest:ore_magnet/ore_safe_replace_block, forge:ores/creeper, forge:crate, forge:ores/rime, tinychest:tinychests, minecraft:standing_signs, lotr:mordor_plant_surfaces, forge:ores/bitumen, pokecube:berry_crops, structurize:timber_frames/brown_stone_brick/warped, minecraft:wart_blocks, zycraft:zychorized_engineering_block, alexsmobs:leafcutter_ant_breakables, structurize:timber_frames/acacia/birch, forge:acacia_jungle_timber_frame, chipped:nether_bricks, byg:ground_red_orchid, forbidden_arcanus:candelabras, forge:ores/silver, forge:storage_blocks/double_compressed_glow_stone, inspirations:carpeted_trapdoors, byg:ground_pink_daffodil, forge:glass_panes/purple, structurize:timber_frames/black_terracotta/dark_oak, structurize:timber_frames/white_terracotta/dark_oak, structurize:timber_frames/beige_stone_brick/dark_oak, twilightforest:storage_blocks/arctic_fur, chipped:lime_stained_glass_pane, pokecube:berry_leaves, buildinggadgets:whitelist/copy_paste, structurize:timber_frames/brown_stone_brick/crimson, minecraft:stones, forge:ores/bone, quark:lead_connectable, druidcraft:beams, chipped:white_stained_glass_pane, forge:glass/runic, chipped:light_gray_concrete, golems:prismarine, structurize:timber_frames/jungle/crimson, structurize:shingles/clay/dark_oak, chipped:glass, lotr:dol_amroth_bricks, byg:ground_red_maple_sapling, forge:storage_blocks/pink_tourmaline, structurize:timber_frames/brown_stone_brick/cactus, structurize:shingles/blackstone/warped, forge:storage_blocks/azure_silver, structurize:timber_frames/beige_brick/acacia, chipped:magenta_stained_glass, endergetic:poise_plantable, forge:storage_blocks/utherium, forge:ores/zombie, chipped:brown_wool, structurize:shingles/moss_slate/warped, chipped:light_gray_stained_glass, pokecube:enigma_logs, forge:dark_oak_brick_timber_frame, forge:dark_oak_cobble_stone_timber_frame, forge:storage_blocks/nebu, structurize:timber_frames/spruce/warped, forge:jungle_brick_timber_frame, lotr:lairelosse_logs, forge:jungle_acacia_timber_frame, ultra_amplified_dimension:air_target, structurize:timber_frames/cyan_terracotta, structurize:timber_frames/light_gray_terracotta/dark_oak, structurize:timber_frames/pink_terracotta/crimson, lotr:pine_logs, structurize:timber_frames/blackstone/birch, chipped:quartz_block, chipped:oak_wood_glass, structurize:timber_frames/paper/warped, byg:ground_mahogany_sapling, structurize:timber_frames/cream_brick/crimson, structurize:timber_frames/stone_bricks/birch, structurize:timber_frames/beige_brick/crimson, forge:fences, structurize:timber_frames/brown_terracotta, lotr:cedar_logs, ultra_amplified_dimension:badlands_well_ores, forge:ores/froststeel, forge:birch_jungle_timber_frame, structurize:timber_frames/green_terracotta, worldofwonder:dandelion_stems, forge:mushroom_blocks, zycraft:small_bricks/aluminized_zychorium, supplementaries:bellows_tickable, forge:terracotta]
[11Jun2021 03:00:49.693] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:00:52.715] [main/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:00:54.683] [main/ERROR] [net.minecraftforge.fml.FMLWorldPersistenceHook/WP]: This world was saved with mod pehkui which appears to be missing, things may not work well
[11Jun2021 03:00:55.189] [main/ERROR] [net.minecraftforge.registries.GameData/REGISTRIES]: Unidentified mapping from registry minecraft:block
osv:byg_anthracite_ore_infernalexp_dimstone: 23481
osv:byg_anthracite_ore_infernalexp_dullstone: 25075
osv:byg_anthracite_ore_infernalexp_glowdust_stone: 25505
osv:byg_pervaded_netherrack_infernalexp_dimstone: 26661
osv:byg_pervaded_netherrack_infernalexp_dullstone: 27411
osv:byg_pervaded_netherrack_infernalexp_glowdust_stone: 27421
osv:druidcraft_brightstone_ore_infernalexp_dimstone: 27011
osv:druidcraft_brightstone_ore_infernalexp_dullstone: 25970
osv:druidcraft_brightstone_ore_infernalexp_glowdust_stone: 24108
osv:druidcraft_fiery_glass_ore_infernalexp_dimstone: 27146
osv:druidcraft_fiery_glass_ore_infernalexp_dullstone: 25293
osv:druidcraft_fiery_glass_ore_infernalexp_glowdust_stone: 23347
osv:gilded_blackstone_ore_infernalexp_dimstone: 25154
osv:gilded_blackstone_ore_infernalexp_dullstone: 24898
osv:gilded_blackstone_ore_infernalexp_glowdust_stone: 27316
osv:gobber2_gobber2_ore_nether_infernalexp_dimstone: 25823
osv:gobber2_gobber2_ore_nether_infernalexp_dullstone: 25401
osv:gobber2_gobber2_ore_nether_infernalexp_glowdust_stone: 23794
osv:infested_infernalexp_dimstone: 25789
osv:infested_infernalexp_dullstone: 27095
osv:infested_infernalexp_glowdust_stone: 27282
osv:malum_blazing_quartz_ore_infernalexp_dimstone: 25866
osv:malum_blazing_quartz_ore_infernalexp_dullstone: 27401
osv:malum_blazing_quartz_ore_infernalexp_glowdust_stone: 26367
osv:nether_gold_ore_infernalexp_dimstone: 25150
osv:nether_gold_ore_infernalexp_dullstone: 27241
osv:nether_gold_ore_infernalexp_glowdust_stone: 25382
osv:quartz_ore_infernalexp_dimstone: 27070
osv:quartz_ore_infernalexp_dullstone: 26087
osv:quartz_ore_infernalexp_glowdust_stone: 23440
osv:silentgear_crimson_iron_ore_infernalexp_dimstone: 24021
osv:silentgear_crimson_iron_ore_infernalexp_dullstone: 24987
osv:silentgear_crimson_iron_ore_infernalexp_glowdust_stone: 26930
osv:wyrmroost_red_geode_ore_infernalexp_dimstone: 25476
osv:wyrmroost_red_geode_ore_infernalexp_dullstone: 23560
osv:wyrmroost_red_geode_ore_infernalexp_glowdust_stone: 23826
[11Jun2021 03:00:55.193] [main/ERROR] [net.minecraftforge.registries.GameData/REGISTRIES]: Unidentified mapping from registry minecraft:item
osv:byg_anthracite_ore_infernalexp_dimstone: 31988
osv:byg_anthracite_ore_infernalexp_dullstone: 28926
osv:byg_anthracite_ore_infernalexp_glowdust_stone: 31870
osv:byg_pervaded_netherrack_infernalexp_dimstone: 34899
osv:byg_pervaded_netherrack_infernalexp_dullstone: 30003
osv:byg_pervaded_netherrack_infernalexp_glowdust_stone: 29986
osv:dense_byg_anthracite_ore_infernalexp_dimstone: 31901
osv:dense_byg_anthracite_ore_infernalexp_dullstone: 36775
osv:dense_byg_anthracite_ore_infernalexp_glowdust_stone: 29113
osv:dense_byg_pervaded_netherrack_infernalexp_dimstone: 32179
osv:dense_byg_pervaded_netherrack_infernalexp_dullstone: 33889
osv:dense_byg_pervaded_netherrack_infernalexp_glowdust_stone: 29504
osv:dense_druidcraft_brightstone_ore_infernalexp_dimstone: 28865
osv:dense_druidcraft_brightstone_ore_infernalexp_dullstone: 32425
osv:dense_druidcraft_brightstone_ore_infernalexp_glowdust_stone: 35380
osv:dense_druidcraft_fiery_glass_ore_infernalexp_dimstone: 35183
osv:dense_druidcraft_fiery_glass_ore_infernalexp_dullstone: 30533
osv:dense_druidcraft_fiery_glass_ore_infernalexp_glowdust_stone: 36750
osv:dense_gilded_blackstone_ore_infernalexp_dimstone: 33608
osv:dense_gilded_blackstone_ore_infernalexp_dullstone: 33200
osv:dense_gilded_blackstone_ore_infernalexp_glowdust_stone: 33321
osv:dense_gobber2_gobber2_ore_nether_infernalexp_dimstone: 30086
osv:dense_gobber2_gobber2_ore_nether_infernalexp_dullstone: 33329
osv:dense_gobber2_gobber2_ore_nether_infernalexp_glowdust_stone: 35649
osv:dense_infested_infernalexp_dimstone: 36499
osv:dense_infested_infernalexp_dullstone: 30826
osv:dense_infested_infernalexp_glowdust_stone: 33142
osv:dense_malum_blazing_quartz_ore_infernalexp_dimstone: 36866
osv:dense_malum_blazing_quartz_ore_infernalexp_dullstone: 33188
osv:dense_malum_blazing_quartz_ore_infernalexp_glowdust_stone: 32470
osv:dense_nether_gold_ore_infernalexp_dimstone: 33172
osv:dense_nether_gold_ore_infernalexp_dullstone: 35247
osv:dense_nether_gold_ore_infernalexp_glowdust_stone: 35266
osv:dense_quartz_ore_infernalexp_dimstone: 36134
osv:dense_quartz_ore_infernalexp_dullstone: 34052
osv:dense_quartz_ore_infernalexp_glowdust_stone: 32057
osv:dense_silentgear_crimson_iron_ore_infernalexp_dimstone: 31935
osv:dense_silentgear_crimson_iron_ore_infernalexp_dullstone: 30493
osv:dense_silentgear_crimson_iron_ore_infernalexp_glowdust_stone: 33128
osv:dense_wyrmroost_red_geode_ore_infernalexp_dimstone: 34733
osv:dense_wyrmroost_red_geode_ore_infernalexp_dullstone: 29438
osv:dense_wyrmroost_red_geode_ore_infernalexp_glowdust_stone: 34948
osv:druidcraft_brightstone_ore_infernalexp_dimstone: 31388
osv:druidcraft_brightstone_ore_infernalexp_dullstone: 32447
osv:druidcraft_brightstone_ore_infernalexp_glowdust_stone: 31445
osv:druidcraft_fiery_glass_ore_infernalexp_dimstone: 32344
osv:druidcraft_fiery_glass_ore_infernalexp_dullstone: 34155
osv:druidcraft_fiery_glass_ore_infernalexp_glowdust_stone: 29180
osv:gilded_blackstone_ore_infernalexp_dimstone: 30824
osv:gilded_blackstone_ore_infernalexp_dullstone: 36509
osv:gilded_blackstone_ore_infernalexp_glowdust_stone: 34284
osv:gobber2_gobber2_ore_nether_infernalexp_dimstone: 30598
osv:gobber2_gobber2_ore_nether_infernalexp_dullstone: 28846
osv:gobber2_gobber2_ore_nether_infernalexp_glowdust_stone: 31748
osv:infested_infernalexp_dimstone: 37011
osv:infested_infernalexp_dullstone: 31736
osv:infested_infernalexp_glowdust_stone: 32723
osv:malum_blazing_quartz_ore_infernalexp_dimstone: 33591
osv:malum_blazing_quartz_ore_infernalexp_dullstone: 33361
osv:malum_blazing_quartz_ore_infernalexp_glowdust_stone: 33416
osv:nether_gold_ore_infernalexp_dimstone: 35061
osv:nether_gold_ore_infernalexp_dullstone: 31275
osv:nether_gold_ore_infernalexp_glowdust_stone: 35000
osv:quartz_ore_infernalexp_dimstone: 29261
osv:quartz_ore_infernalexp_dullstone: 37176
osv:quartz_ore_infernalexp_glowdust_stone: 30282
osv:silentgear_crimson_iron_ore_infernalexp_dimstone: 34546
osv:silentgear_crimson_iron_ore_infernalexp_dullstone: 35301
osv:silentgear_crimson_iron_ore_infernalexp_glowdust_stone: 30020
osv:wyrmroost_red_geode_ore_infernalexp_dimstone: 32504
osv:wyrmroost_red_geode_ore_infernalexp_dullstone: 33710
osv:wyrmroost_red_geode_ore_infernalexp_glowdust_stone: 32310
[11Jun2021 03:00:55.195] [main/WARN] [net.minecraftforge.registries.GameData/REGISTRIES]: Forge Mod Loader detected missing registry entries.
There are 108 missing entries in this save.
If you continue the missing entries will get removed.
A world backup will be automatically created in your saves directory.
[11Jun2021 03:00:55.195] [main/WARN] [net.minecraftforge.registries.GameData/REGISTRIES]: Missing minecraft:item:
osv:byg_anthracite_ore_infernalexp_dimstone
osv:byg_anthracite_ore_infernalexp_dullstone
osv:byg_anthracite_ore_infernalexp_glowdust_stone
osv:byg_pervaded_netherrack_infernalexp_dimstone
osv:byg_pervaded_netherrack_infernalexp_dullstone
osv:byg_pervaded_netherrack_infernalexp_glowdust_stone
osv:dense_byg_anthracite_ore_infernalexp_dimstone
osv:dense_byg_anthracite_ore_infernalexp_dullstone
osv:dense_byg_anthracite_ore_infernalexp_glowdust_stone
osv:dense_byg_pervaded_netherrack_infernalexp_dimstone
osv:dense_byg_pervaded_netherrack_infernalexp_dullstone
osv:dense_byg_pervaded_netherrack_infernalexp_glowdust_stone
osv:dense_druidcraft_brightstone_ore_infernalexp_dimstone
osv:dense_druidcraft_brightstone_ore_infernalexp_dullstone
osv:dense_druidcraft_brightstone_ore_infernalexp_glowdust_stone
osv:dense_druidcraft_fiery_glass_ore_infernalexp_dimstone
osv:dense_druidcraft_fiery_glass_ore_infernalexp_dullstone
osv:dense_druidcraft_fiery_glass_ore_infernalexp_glowdust_stone
osv:dense_gilded_blackstone_ore_infernalexp_dimstone
osv:dense_gilded_blackstone_ore_infernalexp_dullstone
osv:dense_gilded_blackstone_ore_infernalexp_glowdust_stone
osv:dense_gobber2_gobber2_ore_nether_infernalexp_dimstone
osv:dense_gobber2_gobber2_ore_nether_infernalexp_dullstone
osv:dense_gobber2_gobber2_ore_nether_infernalexp_glowdust_stone
osv:dense_infested_infernalexp_dimstone
osv:dense_infested_infernalexp_dullstone
osv:dense_infested_infernalexp_glowdust_stone
osv:dense_malum_blazing_quartz_ore_infernalexp_dimstone
osv:dense_malum_blazing_quartz_ore_infernalexp_dullstone
osv:dense_malum_blazing_quartz_ore_infernalexp_glowdust_stone
osv:dense_nether_gold_ore_infernalexp_dimstone
osv:dense_nether_gold_ore_infernalexp_dullstone
osv:dense_nether_gold_ore_infernalexp_glowdust_stone
osv:dense_quartz_ore_infernalexp_dimstone
osv:dense_quartz_ore_infernalexp_dullstone
osv:dense_quartz_ore_infernalexp_glowdust_stone
osv:dense_silentgear_crimson_iron_ore_infernalexp_dimstone
osv:dense_silentgear_crimson_iron_ore_infernalexp_dullstone
osv:dense_silentgear_crimson_iron_ore_infernalexp_glowdust_stone
osv:dense_wyrmroost_red_geode_ore_infernalexp_dimstone
osv:dense_wyrmroost_red_geode_ore_infernalexp_dullstone
osv:dense_wyrmroost_red_geode_ore_infernalexp_glowdust_stone
osv:druidcraft_brightstone_ore_infernalexp_dimstone
osv:druidcraft_brightstone_ore_infernalexp_dullstone
osv:druidcraft_brightstone_ore_infernalexp_glowdust_stone
osv:druidcraft_fiery_glass_ore_infernalexp_dimstone
osv:druidcraft_fiery_glass_ore_infernalexp_dullstone
osv:druidcraft_fiery_glass_ore_infernalexp_glowdust_stone
osv:gilded_blackstone_ore_infernalexp_dimstone
osv:gilded_blackstone_ore_infernalexp_dullstone
osv:gilded_blackstone_ore_infernalexp_glowdust_stone
osv:gobber2_gobber2_ore_nether_infernalexp_dimstone
osv:gobber2_gobber2_ore_nether_infernalexp_dullstone
osv:gobber2_gobber2_ore_nether_infernalexp_glowdust_stone
osv:infested_infernalexp_dimstone
osv:infested_infernalexp_dullstone
osv:infested_infernalexp_glowdust_stone
osv:malum_blazing_quartz_ore_infernalexp_dimstone
osv:malum_blazing_quartz_ore_infernalexp_dullstone
osv:malum_blazing_quartz_ore_infernalexp_glowdust_stone
osv:nether_gold_ore_infernalexp_dimstone
osv:nether_gold_ore_infernalexp_dullstone
osv:nether_gold_ore_infernalexp_glowdust_stone
osv:quartz_ore_infernalexp_dimstone
osv:quartz_ore_infernalexp_dullstone
osv:quartz_ore_infernalexp_glowdust_stone
osv:silentgear_crimson_iron_ore_infernalexp_dimstone
osv:silentgear_crimson_iron_ore_infernalexp_dullstone
osv:silentgear_crimson_iron_ore_infernalexp_glowdust_stone
osv:wyrmroost_red_geode_ore_infernalexp_dimstone
osv:wyrmroost_red_geode_ore_infernalexp_dullstone
osv:wyrmroost_red_geode_ore_infernalexp_glowdust_stone
Missing minecraft:block:
osv:byg_anthracite_ore_infernalexp_dimstone
osv:byg_anthracite_ore_infernalexp_dullstone
osv:byg_anthracite_ore_infernalexp_glowdust_stone
osv:byg_pervaded_netherrack_infernalexp_dimstone
osv:byg_pervaded_netherrack_infernalexp_dullstone
osv:byg_pervaded_netherrack_infernalexp_glowdust_stone
osv:druidcraft_brightstone_ore_infernalexp_dimstone
osv:druidcraft_brightstone_ore_infernalexp_dullstone
osv:druidcraft_brightstone_ore_infernalexp_glowdust_stone
osv:druidcraft_fiery_glass_ore_infernalexp_dimstone
osv:druidcraft_fiery_glass_ore_infernalexp_dullstone
osv:druidcraft_fiery_glass_ore_infernalexp_glowdust_stone
osv:gilded_blackstone_ore_infernalexp_dimstone
osv:gilded_blackstone_ore_infernalexp_dullstone
osv:gilded_blackstone_ore_infernalexp_glowdust_stone
osv:gobber2_gobber2_ore_nether_infernalexp_dimstone
osv:gobber2_gobber2_ore_nether_infernalexp_dullstone
osv:gobber2_gobber2_ore_nether_infernalexp_glowdust_stone
osv:infested_infernalexp_dimstone
osv:infested_infernalexp_dullstone
osv:infested_infernalexp_glowdust_stone
osv:malum_blazing_quartz_ore_infernalexp_dimstone
osv:malum_blazing_quartz_ore_infernalexp_dullstone
osv:malum_blazing_quartz_ore_infernalexp_glowdust_stone
osv:nether_gold_ore_infernalexp_dimstone
osv:nether_gold_ore_infernalexp_dullstone
osv:nether_gold_ore_infernalexp_glowdust_stone
osv:quartz_ore_infernalexp_dimstone
osv:quartz_ore_infernalexp_dullstone
osv:quartz_ore_infernalexp_glowdust_stone
osv:silentgear_crimson_iron_ore_infernalexp_dimstone
osv:silentgear_crimson_iron_ore_infernalexp_dullstone
osv:silentgear_crimson_iron_ore_infernalexp_glowdust_stone
osv:wyrmroost_red_geode_ore_infernalexp_dimstone
osv:wyrmroost_red_geode_ore_infernalexp_dullstone
osv:wyrmroost_red_geode_ore_infernalexp_glowdust_stone
[11Jun2021 03:00:55.196] [main/ERROR] [net.minecraftforge.registries.GameData/REGISTRIES]: There are unidentified mappings in this world - we are going to attempt to process anyway
[11Jun2021 03:01:28.056] [main/ERROR] [corgitaco.blockswap.BlockSwap/]: Key: dummymodid:dummyblocktoreplace is not a block in the block registry for entry: "dummymodid:dummyblocktoreplace":"dummymodid2:replacer". . Skipping entry...
[11Jun2021 03:01:28.056] [main/ERROR] [corgitaco.blockswap.BlockSwap/]: Value: dummymodid2:replacer is not a block in the block registry for entry: "dummymodid:dummyblocktoreplace":"dummymodid2:replacer". Skipping entry...
[11Jun2021 03:01:28.056] [main/ERROR] [corgitaco.blockswap.BlockSwap/]: Key: dummymodid:dummyblocktoreplace2 is not a block in the block registry for entry: "dummymodid:dummyblocktoreplace2":"dummymodid2:replacer2". . Skipping entry...
[11Jun2021 03:01:28.056] [main/ERROR] [corgitaco.blockswap.BlockSwap/]: Value: dummymodid2:replacer2 is not a block in the block registry for entry: "dummymodid:dummyblocktoreplace2":"dummymodid2:replacer2". Skipping entry...
[11Jun2021 03:01:28.056] [main/ERROR] [corgitaco.blockswap.BlockSwap/]: Key: dummymodid:dummyblocktoreplace3 is not a block in the block registry for entry: "dummymodid:dummyblocktoreplace3":"dummymodid2:replacer3". . Skipping entry...
[11Jun2021 03:01:28.056] [main/ERROR] [corgitaco.blockswap.BlockSwap/]: Value: dummymodid2:replacer3 is not a block in the block registry for entry: "dummymodid:dummyblocktoreplace3":"dummymodid2:replacer3". Skipping entry...
[11Jun2021 03:02:10.426] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 1.16.5
[11Jun2021 03:02:10.426] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Loading properties
[11Jun2021 03:02:10.426] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Default game type: SURVIVAL
[11Jun2021 03:02:10.426] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair
[11Jun2021 03:02:10.516] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting Minecraft server on 0.0.0.0:25585
[11Jun2021 03:02:10.548] [Server thread/INFO] [net.minecraft.network.NetworkSystem/]: Using epoll channel type
[11Jun2021 03:02:10.859] [Server thread/INFO] [me.ichun.mods.hats.common.Hats/]: Allocated Hat Pools.
[11Jun2021 03:02:10.866] [Thread-1/INFO] [me.ichun.mods.hats.common.Hats/]: Allocated Hat Pools.
[11Jun2021 03:02:10.867] [Thread-1/INFO] [me.ichun.mods.hats.common.Hats/]: Allocated Hat Pools.
[11Jun2021 03:02:10.870] [Server thread/INFO] [STDOUT/]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: [chipped:black_stained_glass, darkutils:trap, byg:ground_silver_vase_flower, chipped:dark_oak_planks, structurize:shingles/moss_slate/crimson, forge:storage_blocks/netherite, forge:glass_panes/white, biomesoplenty:hellbark_logs, structurize:timber_frames/purple_terracotta/acacia, structurize:shingles/clay/cactus, resourcefulbees:resourceful_honey_block, forge:ores/sunstone, darkutils:flat_tile, structurize:shingles/gilded_blackstone/jungle, alexsmobs:roadrunner_spawns, forge:storage_blocks/ametrine, structurize:timber_frames/birch/oak, structurize:timber_frames/light_gray_terracotta, farmersdelight:heat_sources, pokecube_legends:regice, forge:storage_blocks/emerald, forge:ores/redstone, chipped:white_carpet, structurize:timber_frames/blackstone/dark_oak, forge:storage_blocks/quicksilver, greekfantasy:altars, forge:pressure_plates, forge:ores/cosmic, forge:ores/phantom, structurize:timber_frames/spruce, infernalexp:magma_cube_avoid_blocks, structurize:timber_frames/dark_oak/crimson, carryon:block_blacklist, chipped:red_concrete, structure_gel:gel, byg:ground_araucaria_sapling, byg:ground_pine_sapling, forge:crops/nether_wart, structurize:timber_frames/cream_stone_brick/birch, structurize:timber_frames/birch/spruce, atmospheric:rosewood_logs, pokecube:pecha_logs, byg:ground_purple_sage, structurize:timber_frames/beige_stone_brick/acacia, structurize:timber_frames/acacia/crimson, structurize:timber_frames/dark_oak/warped, forge:birch_paper_timber_frame, structurize:timber_frames/oak/jungle, structurize:timber_frames/gray_terracotta/birch, structurize:timber_frames/stone/cactus, structurize:timber_frames/cream_stone_brick/cactus, structurize:timber_frames/beige_brick/warped, greekfantasy:valid_cerberus_frame, extendedmushrooms:mushroom_buttons/wool, twilightforest:dark_tower_excluded_pots, structurize:timber_frames/red_terracotta/cactus, structurize:timber_frames/orange_terracotta/birch, extendedmushrooms:mushroom_buttons/wood, forge:storage_blocks/lapis, forge:purpur, forge:black_sand, forge:mushrooms/poisonous, structurize:shingles/thatched/spruce, forge:cactus_spruce_timber_frame, ultra_amplified_dimension:portal_corner_blocks, forge:vines, chipped:cyan_concrete, byg:ground_orange_birch_sapling, forge:glass/white, forge:glass_panes/red, druidcraft:rockroot_blocks, chipped:crimson_wood_glass, custom_nether_portals:obsidian, biomesoplenty:willow_logs, terraincognita:hanging_moss_plantable_on, structurize:timber_frames/gray_terracotta/spruce, structurize:timber_frames/brown_stone_brick/acacia, sakurarosea:sakura_logs, forge:ores/xpetrified_ore, spiderstpo:non_climbable, chipped:spruce_planks, byg:ground_mangrove_sapling, tetra:scannable, zycraft:small_zychorium_bricks, create:fan_transparent, forge:ores/skeleton, forge:storage_blocks/sapphire, habitat:flowering_ball_cacti, ultra_amplified_dimension:jungle_fortress_staircase_soils, alexsmobs:mantis_shrimp_spawns, chipped:light_gray_carpet, quark:wooden_vertical_slabs, inventorypets:chests, byg:pink_sand, forge:ores/pervaded, structurize:timber_frames/stone/oak, structurize:timber_frames/cobblestone/oak, chipped:warped_wood_glass_pane, forge:storage_blocks/endorium, splatcraft:inked_blocks, lotr:mallorn_logs, structurize:shingles/moss_slate/cactus, twilightforest:storage_blocks/fiery, pokecube:berry_tree_replace, forge:jungle_paper_timber_frame, environmental:cherry_logs, betterendforge:end_ground, structurize:timber_frames/paper/crimson, druidcraft:darkwood_logs, forge:storage_blocks/bismuth, byg:ground_mini_cactus, forge:ores/chaos, forge:wg_stone, lotr:fir_logs, golems:colored_terracotta, cyclic:scythe_forage, pokecube_legends:legends_stones, habitat:ball_cactus_plantable_on, structurize:timber_frames/cream_stone_brick/spruce, untamedwilds:grazeable_blocks, structurize:timber_frames/blackstone/cactus, forge:supports_conduit, forge:supports_beacon, structurize:shingles/moss_slate/spruce, byg:imparius_stems, forge:glass/light_blue, forge:ores/thallasium, chipped:light_blue_carpet, infernalexp:base_stone_shores, forge:storage_blocks/amethyst, chaosawakens:base_stone_village, structurize:timber_frames/brown_stone_brick/dark_oak, byg:ground_pink_anemone, chipped:lime_carpet, forge:glass/purple, forge:storage_blocks/spindly_crab, forge:dark_oak_cactus_timber_frame, minecraft:crimson_stems, pokecube:leppa_logs, forge:purple_sand, structurize:timber_frames/light_blue_terracotta/spruce, forge:storage_blocks/compressed_obsidian, forge:storage_blocks/compressed_glow_stone, alexsmobs:gorilla_breakables, forge:storage_blocks/ruby, zycraft:bricks/solid_zychorium, byg:black_sand, byg:ground_yellow_tulip, structurize:timber_frames/cobblestone/spruce, chipped:yellow_stained_glass, forge:spruce_cactus_timber_frame, structurize:timber_frames/purple_terracotta/dark_oak, structurize:timber_frames/cyan_terracotta/birch, forge:storage_blocks/titanium, forge:ores/nebu, structurize:timber_frames/white_terracotta, outvoted:baobab_logs, forge:sand/purple, structurize:timber_frames/gray_terracotta/cactus, byg:ground_yellow_daffodil, lotr:cypress_logs, structurize:timber_frames/light_blue_terracotta/jungle, forge:storage_blocks/silver, byg:ground_azalea, splatcraft:scan_turf_ignored, structurize:timber_frames/light_blue_terracotta/oak, twilightforest:fences, structurize:timber_frames/paper/jungle, chipped:blue_stained_glass_pane, forge:chests/wooden, forge:storage_blocks/aluminum, forge:storage_blocks/sulfur, bayou_blues:cypress_logs, structurize:timber_frames/brown_terracotta/acacia, ultra_amplified_dimension:dirt_like, chipped:lime_concrete, forge:mushroom_stems/green, minecraft:carpets, byg:ground_iris, structurize:timber_frames/yellow_terracotta/dark_oak, forge:storage_blocks/dark_nether_star, alexsmobs:crow_foodblocks, structurize:timber_frames/magenta_terracotta/warped, forge:glass_panes/dark_runic, chipped:birch_wood_glass, forge:glass/orange, infernalexp:dullthorns_ground, forge:mushrooms/glowshroom, byg:ground_peach_leather_flower, habitat:rafflesia_plantable_on, structurize:timber_frames/light_gray_terracotta/oak, forge:planks/archwood, structurize:timber_frames/white_terracotta/crimson, structurize:timber_frames/stone_bricks/warped, minecraft:slabs, structurize:timber_frames/light_gray_terracotta/crimson, structurize:timber_frames/red_terracotta/spruce, byg:ground_japanese_orchid, structurize:shingles/slate/acacia, morered:bundled_cable_posts, chipped:blue_wool, terraincognita:peat_multiblock_plants, byg:ground_green_enchanted_sapling, byg:green_enchanted_logs, structurize:timber_frames/crimson/jungle, forge:storage_blocks/double_compressed_stone, forge:storage_blocks/niter, extendedmushrooms:mushroom_planks, structurize:timber_frames/yellow_terracotta/jungle, byg:ground_palo_verde_sapling, structurize:timber_frames/brown_terracotta/oak, minecraft:wooden_pressure_plates, forge:cactus_brick_timber_frame, create:brittle, forge:ores/arcane_crystal, biomesoplenty:redwood_logs, byg:sythian_stems, chipped:red_carpet, biomesoplenty:jacaranda_logs, inspirations:carpeted_pressure_plates, mapperbase:concrete, structurize:timber_frames/cyan_terracotta/cactus, forge:cactus_stone_timber_frame, valhelsia_structures:posts, structurize:shingles/thatched/crimson, chipped:andesite, farmersdelight:unaffected_by_rich_soil, structurize:shingles/thatched/cactus, chipped:yellow_terracotta, structurize:timber_frames/oak/spruce, structurize:timber_frames/brown_terracotta/jungle, forge:oak_cactus_timber_frame, biomesoplenty:magic_logs, forge:storage_blocks/bismuth_brass, infernalexp:guarded_by_shroomloin, chipped:cyan_stained_glass, ars_nouveau:harvest/stems, good_nights_sleep:blood_logs, structurize:timber_frames/cactus/crimson, twilightforest:ores/knightmetal, chipped:clay, structurize:timber_frames/dark_oak, forge:glass_panes/light_blue, minecolonies:indestructible, forge:ores/netherite_scrap, alexsmobs:alligator_snapping_turtle_spawns, quark:quilted_wools, forge:fiber/flax, byg:zelkova_logs, structurize:timber_frames/brown_stone_brick/oak, forge:storage_blocks/tyrian_steel, chipped:purple_terracotta, minecraft:warped_stems, structurize:shingles/gilded_blackstone/spruce, structurize:timber_frames/stone_bricks/acacia, forge:storage_blocks/iron, create:seats, forge:cactus_birch_timber_frame, structurize:timber_frames/stone_bricks, byg:ground_tall_prairie_grass, forge:ores/sapphire, forge:ores/lignite, structurize:shingles/slate/jungle, structurize:timber_frames/pink_terracotta/dark_oak, structurize:timber_frames/magenta_terracotta/acacia, structurize:timber_frames/stone/spruce, structurize:timber_frames/pink_terracotta/jungle, forge:storage_blocks/steel, forge:bamboo_logs, minecraft:coral_plants, farmersdelight:tray_heat_sources, forge:storage_blocks/lumium, atmospheric:kousa_logs, structurize:timber_frames/jungle, buildinggadgets:blacklist/generic, chipped:pink_stained_glass_pane, framedblocks:frameable, forge:storage_blocks/bronze, structurize:shingles/thatched, chipped:cyan_carpet, buildinggadgets:blacklist/destruction, byg:skyris_logs, structurize:timber_frames/cream_brick/acacia, minecraft:saplings, forge:ores/copper, minecraft:unstable_bottom_center, byg:white_sand, byg:ground_palm_sapling, minecraft:banners, minecraft:wooden_fences, structurize:timber_frames/brown_stone_brick/birch, chipped:hay_block, zycraft:viewers/phantomized, structurize:shingles/thatched/jungle, good_nights_sleep:white_logs, twilightforest:transwood_logs, structurize:timber_frames/paper/spruce, forge:enderman_place_on_blacklist, byg:ground_alpine_bellflower, zycraft:ores/zychorium, biomesoplenty:mahogany_logs, buildinggadgets:whitelist/building, forbidden_arcanus:wall_candelabras, pokecube_legends:legends_saplings, supplementaries:pouring_tank, forge:glass/magenta, infernalexp:glow_fire_base_blocks, structurize:timber_frames/green_terracotta/warped, minecolonies:decoblocks, forge:acacia_paper_timber_frame, structurize:timber_frames/cream_stone_brick/crimson, chipped:gray_terracotta, forbidden_arcanus:fungyss_stems, forge:birch_dark_oak_timber_frame, structurize:timber_frames/blue_terracotta/acacia, forge:sand/white, alexsmobs:drops_acacia_blossoms, forge:storage_blocks/pendorite, forge:spruce_stone_timber_frame, forge:ladders, druidcraft:elder_logs, byg:ground_flowering_indigo_jacaranda_bush, undergarden:smogstem_logs, gaiadimension:purple_agate_logs, windowlogging:window, forge:ores/enderman, forge:glass, structurize:timber_frames/yellow_terracotta/acacia, repurposed_structures:snow_well_ores, structurize:timber_frames/black_terracotta/cactus, byg:baobab_logs, zycraft:base_viewers, morered:redwire_posts, forge:ores/ruby, zycraft:immortal_viewers, pokecube:harvest_blacklist, pokecube:pokemob_redstone_food, forge:ores/essence, structurize:timber_frames/green_terracotta/birch, structurize:timber_frames/blackstone/spruce, lotr:charred_logs, forge:workbenches, autumnity:slippery_snail_slime_blocks, forge:ores/lucky, byg:ground_blue_enchanted_sapling, pokecube:nanab_logs, structurize:timber_frames/oak/dark_oak, mapperbase:asphalt, forge:glass/gray, endergetic:ender_fire_base_blocks, structurize:timber_frames/acacia/spruce, structurize:timber_frames/oak, forge:ores/endumium, forge:dark_oak_oak_timber_frame, cavesandcliffs:moss_replaceable, structurize:timber_frames/cyan_terracotta/crimson, structurize:timber_frames/bricks/cactus, byg:ground_cika_sapling, lotr:aspen_logs, chipped:pink_carpet, zycraft:viewers/immortal, structurize:timber_frames/warped/oak, byg:ground_willow_sapling, bundlesplus:shulker_ignored, forge:palm_logs, forge:spruce_birch_timber_frame, structurize:timber_frames/brown_brick/birch, silentgear:fluffy_blocks, forge:spruce_dark_oak_timber_frame, forge:dark_oak_dark_oak_timber_frame, zycraft:bricks/zychorized_zychorium, structurize:timber_frames/lime_terracotta/oak, forge:stone, dynamictrees:foliage, structurize:timber_frames/cactus, forge:storage_blocks/triple_compressed_stone, minecraft:infiniburn_end, chaosawakens:base_stone_mining, forge:glass_panes/yellow, undergarden:portal_frame_blocks, pokecube:berry_fruits, structurize:timber_frames/acacia/dark_oak, cavesandcliffs:dripstone_replaceable_blocks, biomesoplenty:cherry_logs, forge:ores/aluminium, diagonalfences:non_diagonal_fences, forge:ores/geode, cyclic:scythe_leaves, betterendforge:tenanea_logs, terraincognita:lotuses, byg:palm_logs, forge:crops, forge:storage_blocks/sunstone, structurize:shingles/gilded_blackstone, structurize:timber_frames/cyan_terracotta/dark_oak, forge:storage_blocks/ender_pearls, enhanced_vanilla_remastered:cherry_logs, chipped:orange_wool, valhelsia_structures:cut_posts, forge:dried_bamboo_planks, minecraft:birch_logs, create:fan_heaters, byg:ground_rose, forge:storage_blocks/cats_eye, cavesandcliffs:candle_cakes, byg:aspen_logs, quark:pike_trophies, splatcraft:inkable_blocks, minecolonies:concrete, structurize:timber_frames/warped/birch, druidcraft:rockroot_ores, structurize:timber_frames/cream_brick/oak, chipped:magenta_carpet, byg:purple_sand, pokecube_legends:arceus_approved, minecraft:bamboo_plantable_on, forge:ores/nickel, chipped:glass_pane, good_nights_sleep:dream_logs, cfm:fences/hedge, forge:cactus_jungle_timber_frame, minecraft:jungle_logs, byg:ground_zelkova_sapling, forge:white_sand, structurize:timber_frames/purple_terracotta/crimson, forge:base_stone_granite, chipped:purpur_block, structurize:timber_frames/light_blue_terracotta, forge:fence_gates/wooden, inspirations:shelves, forge:ores/aluminum, forge:ores/uranium, lotr:holly_logs, create:windmill_sails, structurize:shingle_slabs/clay, forge:ores/pufferfish, chipped:red_stained_glass, pokecube_legends:ultra_dirts, forge:logs, forge:mushroom_stems/glowshroom, structurize:timber_frames/cyan_terracotta/spruce, structurize:timber_frames/bricks/oak, forge:oak_brick_timber_frame, byg:ground_lolipop_flower, gaiadimension:green_agate_logs, structurize:timber_frames/birch/cactus, extendedmushrooms:mushroom_bookshelves, structurize:timber_frames/bricks, inspirations:small_flowers, ultra_amplified_dimension:ice_spike_target, byg:ground_red_spruce_sapling, structurize:timber_frames/brown_brick/acacia, byg:cika_logs, structurize:timber_frames/stone, chipped:blue_carpet, alexsmobs:soul_vulture_perches, structurize:timber_frames/cream_brick/spruce, structurize:timber_frames/gray_terracotta/crimson, structurize:timber_frames/cobblestone/cactus, byg:ground_crocus, forge:ores/pendorite, minecraft:fence_gates, structurize:timber_frames/beige_stone_brick/warped, structurize:shingles/moss_slate/dark_oak, forge:storage_blocks/aluminum_steel, valhelsia_structures:non_flammable_posts, forge:storage_blocks/diamond, byg:ground_firecracker_flower_bush, supplementaries:hang_from_ropes, structurize:timber_frames/spruce/dark_oak, chipped:jungle_planks, structurize:timber_frames/lime_terracotta/crimson, byg:pine_logs, zycraft:viewers/base, forge:glass_panes/magenta, whisperwoods:wisp_lantern, byg:ground_maple_sapling, chipped:light_blue_concrete, forge:mushrooms/edible, valhelsia_structures:jars, quark:stools, forge:storage_blocks/nickel, forge:ores/dark_runestone, forge:ores/niter, inspirations:cauldron_fire, byg:ground_green_tulip, golems:red_sandstone, quark:candles, minecraft:dragon_immune, structurize:timber_frames/warped/jungle, structurize:timber_frames/brown_terracotta/spruce, structurize:timber_frames/red_terracotta/crimson, forge:glass/red, byg:blue_sand, chiselsandbits:chiselable/forced, twilightforest:structure_banned_interactions, byg:ground_cypress_sapling, structurize:timber_frames/red_terracotta/dark_oak, structurize:timber_frames/bricks/warped, forge:mushroom_stems/colorless, forge:glass_panes/green, structurize:timber_frames/cactus/spruce, splatcraft:uninkable_blocks, forge:ores/bismuth, betterendforge:end_lotus_logs, structurize:timber_frames/blackstone/warped, repurposed_structures:badlands_well_ores, forge:flowers, forge:chests/trapped, forge:bushes, inspirations:enlightened_bushes, pokecube:terrain, structurize:timber_frames/beige_stone_brick/jungle, chipped:end_stone, structurize:shingles/blackstone/oak, chipped:magenta_stained_glass_pane, omni:cave_mushroom_stems, cyclic:scythe_brush, chipped:cyan_terracotta, zycraft:zychorium_bricks, byg:ground_orange_oak_sapling, chipped:warped_planks, minecraft:beds, structurize:timber_frames/brown_terracotta/crimson, structurize:shingles/clay/jungle, forge:ores/diamond, minecraft:doors, minecraft:flower_pots, structurize:shingles/clay/crimson, chipped:melon, structurize:timber_frames/blackstone/jungle, byg:ground_flowering_jacaranda_bush, chipped:black_concrete, buildinggadgets:blacklist/building, byg:ground_osiria_rose, alexsmobs:seal_digables, pokecube_legends:aged_logs, minecraft:wither_summon_base_blocks, chipped:magenta_wool, chipped:magenta_terracotta, structurize:timber_frames/warped/warped, twilightforest:towerwood, structurize:timber_frames/gray_terracotta/oak, forge:ores/multi, forge:spruce_spruce_timber_frame, chipped:magenta_concrete, forge:jungle_dark_oak_timber_frame, structurize:timber_frames/light_blue_terracotta/acacia, forge:oak_acacia_timber_frame, chipped:orange_stained_glass, endergetic:end_plantable, alexsmobs:komodo_dragon_spawns, forge:storage_blocks/double_compressed_obsidian, chipped:purple_wool, inspirations:flower_pots, jellyfishing:jelly_blocks, forge:storage_blocks/crimson_iron, forge:stone/alabaster, forge:storage_blocks/charcoal, structurize:timber_frames/oak/oak, structurize:shingle_slabs/thatched, byg:ground_red_cornflower, silentgear:prospector_hammer_targets, structurize:timber_frames/birch/crimson, forge:dark_oak_spruce_timber_frame, atmospheric:aspen_logs, structurize:timber_frames/crimson/birch, valhelsia_structures:colored_jars, minecraft:underwater_bonemeals, minecraft:impermeable, forge:end_stones, biomesoplenty:fir_logs, chipped:yellow_carpet, forge:mushroom_caps/red, structurize:timber_frames/stone/dark_oak, structurize:timber_frames/oak/birch, forge:glass_panes/arcane, ars_nouveau:an_decorative, atmospheric:grimwood_logs, pokecube:berry_logs, forge:ores/quartz, structurize:shingles/thatched/acacia, byg:ground_silver_maple_sapling, structurize:timber_frames/white_terracotta/jungle, lotr:green_oak_logs, structurize:timber_frames/purple_terracotta/oak, minecolonies:orechanceblocks, cfm:fences/picket, tetra:nailed, structurize:timber_frames/beige_stone_brick/oak, structurize:timber_frames/light_gray_terracotta/warped, byg:withering_oak_logs, structurize:timber_frames/pink_terracotta/warped, zycraft:base_zychorium_bricks, twilightforest:ore_magnet/minecraft/stone, forge:acacia_oak_timber_frame, alexsmobs:grizzly_beehive, quark:underground_biome_replaceable, minecraft:logs, pokecube_legends:legends_logs, forge:storage_blocks/crystal, structurize:timber_frames/jungle/jungle, byg:ground_pink_cherry_sapling, byg:ground_brown_zelkova_sapling, byg:ground_holly_sapling, chipped:oak_planks, forge:acacia_stone_timber_frame, minecraft:valid_spawn, quark:wraith_spawnable, structurize:timber_frames/yellow_terracotta/spruce, twilightforest:storage_blocks/steeleaf, forge:ores/runestone, ultra_amplified_dimension:mossy_well_ores, byg:ground_incan_lily, abundance:jacaranda_logs, pokecube:harvest_extra, structurize:shingles/slate/oak, chipped:purple_stained_glass_pane, chipped:red_terracotta, gravestone:grave_replaceable, byg:ground_red_birch_sapling, twilightforest:darkwood_logs, minecraft:anvil, forge:storage_blocks/enderium, forge:ores/ender, forge:sand, structurize:timber_frames/cactus/birch, structurize:timber_frames/blue_terracotta, structurize:timber_frames/terracotta/cactus, forge:ores/utherium, forge:acacia_dark_oak_timber_frame, structurize:timber_frames/cobblestone/jungle, golems:dead_coral_block, snowrealmagic:containables, minecraft:piglin_repellents, byg:ground_delphinium, structurize:timber_frames/crimson/oak, snowrealmagic:not_containables, forge:stone/limestone, forge:fences/nether_brick, chipped:pink_wool, forge:ores/iron, chipped:orange_terracotta, twilightforest:logs, structurize:timber_frames/acacia/cactus, chipped:birch_planks, outvoted:palm_logs, zycraft:storage_blocks/zychorium, minecraft:wooden_buttons, quark:crystal, structurize:timber_frames/bricks/spruce, forge:storage_blocks/quartz, forge:mud_bricks, byg:ground_brown_oak_sapling, enhanced_vanilla_remastered:jacaranda_logs, structurize:shingles/thatched/oak, byg:ground_joshua_sapling, extendedmushrooms:mushroom_carpets, byg:cypress_logs, structurize:timber_frames/acacia/acacia, forge:ores/moonstone, forge:ores/ghast, forge:storage_blocks/bitumen, structurize:timber_frames/bricks/jungle, lotr:mirk_oak_logs, forge:scaffolding, structurize:shingles/slate/cactus, byg:ground_prickly_pear_cactus, zycraft:small_bricks/solid_zychorium, structurize:shingles/blackstone/dark_oak, forge:barrels/wooden, forge:oak_spruce_timber_frame, forge:jungle_jungle_timber_frame, upgrade_aquatic:driftwood_logs, structurize:timber_frames/red_terracotta/jungle, structurize:timber_frames/cream_brick/cactus, atmospheric:morado_logs, endergetic:chorus_plantable, byg:bulbis_stems, chipped:crying_obsidian, forge:stone/khnumite, mutantbeasts:mutant_enderman_holdable, structurize:shingles/clay/warped, forge:birch_acacia_timber_frame, extendedmushrooms:mushrooms/edible, forge:sand/black, minecraft:stone_pressure_plates, forge:glass_panes/pink, forge:storage_blocks/froststeel, undergarden:base_stone_undergarden, byg:ground_angelica, forge:netherrack, minecraft:soul_fire_base_blocks, chipped:brown_stained_glass_pane, forge:crops/flax, forge:sheetmetals, structurize:shingles/blackstone, forge:oak_oak_timber_frame, chipped:gray_stained_glass_pane, terraincognita:apple_logs, byg:ground_purple_tulip, lotr:branches, atum:threaded_blocks, forge:dark_oak_acacia_timber_frame, forge:glass_panes/cyan, lotr:wooden_fence_gates, chipped:cyan_wool, golems:sandstone, minecraft:wool, forge:glass/colorless, forge:bamboo_planks, minecraft:beehives, twilightforest:timewood_logs, forge:cactus_cobble_stone_timber_frame, minecraft:ice, structurize:timber_frames/terracotta/jungle, byg:ground_guzmania, chipped:gray_wool, forge:stained_glass, forge:spruce_acacia_timber_frame, forge:spruce_paper_timber_frame, chipped:birch_wood_glass_pane, forge:acacia_birch_timber_frame, structurize:timber_frames/stone_bricks/jungle, forge:acacia_acacia_timber_frame, structurize:timber_frames/birch/jungle, twilightforest:mangrove_logs, cavesandcliffs:candles, forge:dark_oak_paper_timber_frame, cavesandcliffs:crystal_sound_blocks, byg:ground_tall_allium, minecraft:leaves/archwood_leaves, byg:ground_white_cherry_sapling, twilightforest:sortwood_logs, structurize:timber_frames/orange_terracotta/dark_oak, structurize:timber_frames/red_terracotta, farmersdelight:compost_activators, structurize:timber_frames/yellow_terracotta/crimson, forge:glass_panes, forge:sand/pink, ars_nouveau:an_decorative/stone, forge:candle, minecraft:flowers_pots, chipped:blue_stained_glass, repurposed_structures:mushroom_well_ores, alexsmobs:drops_bananas, forge:sand/soulless, extendedmushrooms:mushroom_signs, structurize:timber_frames/jungle/acacia, chipped:gray_carpet, structurize:timber_frames/white_terracotta/acacia, structurize:timber_frames/beige_stone_brick/crimson, byg:nightshade_logs, habitat:fairy_ring_mushroom_stems, lotr:beech_logs, byg:ground_violet_leather_flower, structurize:shingles/clay/oak, forge:storage_blocks/tin, structurize:timber_frames/light_gray_terracotta/cactus, twilightforest:storage_blocks/ironwood, zycraft:colorable, structurize:timber_frames/beige_stone_brick, forge:cactus_paper_timber_frame, structurize:timber_frames/lime_terracotta/warped, structurize:shingles/slate/dark_oak, byg:ground_magenta_tulip, chipped:green_wool, byg:ground_pink_orchid, cavesandcliffs:snow_step_sound_blocks, alexsmobs:kangaroo_spawns, midnight:shadowroot_logs, chipped:prismarine, structurize:timber_frames/crimson/warped, byg:ground_purple_orchid, structurize:timber_frames/cream_brick/warped, minecraft:fire, structurize:shingles/blackstone/crimson, structurize:timber_frames/terracotta/warped, repurposed_structures:forest_well_ores, minecraft:wall_signs, quark:vertical_slabs, structurize:timber_frames/brown_terracotta/birch, structurize:timber_frames/beige_stone_brick/spruce, chipped:white_wool, byg:ground_protea_flower, outvoted:glutton_can_burrow, byg:ground_black_rose, betterendforge:lacugrove_logs, alexsmobs:crow_fears, habitat:beehives, structurize:timber_frames/jungle/warped, structurize:timber_frames/beige_brick/spruce, structurize:timber_frames/magenta_terracotta/jungle, chipped:black_carpet, chipped:yellow_wool, forge:wooden_doors, forge:storage_blocks/lignite, minecraft:leaves, structurize:shingles/moss_slate/birch, forge:storage_blocks/pewter, lotr:lebethron_logs, structurize:timber_frames/light_blue_terracotta/cactus, enhanced_mushrooms:brown_mushroom_stems, forge:birch_spruce_timber_frame, forge:ores/amethyst, byg:mangrove_logs, byg:witch_hazel_logs, repurposed_structures:nether_well_ores, minecraft:wither_immune, chipped:black_terracotta, forge:dried_bamboo_logs, structurize:timber_frames/pink_terracotta/cactus, alexsmobs:emu_spawns, forge:planks/palm, gaiadimension:blue_agate_logs, structurize:timber_frames/blackstone/oak, chipped:light_gray_terracotta, pokecube:ground, greekfantasy:olive_logs, structurize:timber_frames/light_blue_terracotta/crimson, forge:glass/light_gray, structurize:timber_frames/beige_brick/oak, chipped:spruce_wood_glass_pane, naturesaura:ancient_logs, alexsmobs:platypus_spawns, chipped:red_stained_glass_pane, whisperwoods:ghost_light, minecraft:small_flowers, cfm:fences/upgraded, structurize:timber_frames/green_terracotta/spruce, structurize:timber_frames/magenta_terracotta/oak, chipped:light_blue_stained_glass, chipped:orange_concrete, structurize:timber_frames/paper/dark_oak, structurize:timber_frames/orange_terracotta/spruce, structurize:timber_frames/birch/birch, minecolonies:pathblocks, supplementaries:water_holder, betterendforge:helix_tree_logs, forge:ores/spectrum, midnight:dark_willow_logs, buildinggadgets:blacklist/exchanging, byg:ground_withering_oak_sapling, environmental:willow_logs, byg:ether_logs, forge:oak_stone_timber_frame, structurize:shingles/clay/acacia, druidcraft:fiery_glass_blocks, gaiadimension:aura_logs, extendedmushrooms:mushroom_growing_blocks_lightlevel, pokecube:surface, forge:ores/bloodstone, byg:ground_richea, structurize:timber_frames/beige_brick/dark_oak, pokecube_legends:mirage_logs, habitat:growing_ball_cacti, minecraft:planks/archwood, structurize:timber_frames/pink_terracotta/acacia, extendedmushrooms:mushroom_stairs, lotr:pillars, chipped:brown_stained_glass, structurize:timber_frames/crimson/acacia, alexsmobs:mungus_replace_mushroom, forge:ores/witch, forge:cactus_cactus_timber_frame, forge:glass/yellow, structurize:timber_frames/acacia/jungle, twilightforest:storage_blocks/carminite, dynamictrees:saplings, twilightforest:ore_magnet/block_replace_ore, forge:storage_blocks/neptunium, byg:ground_pink_allium, forge:ores/anthracite, forge:barrels, chipped:yellow_concrete, forge:pink_sand, toadterror:sacred_stone_bricks, chipped:light_blue_stained_glass_pane, biomesoplenty:dead_logs, alexsmobs:mungus_replace_nether, chipped:blue_concrete, chipped:orange_carpet, forge:planks/deadwood, structurize:timber_frames/warped/cactus, forge:chests/ender, chipped:black_wool, byg:jacaranda_logs, structurize:timber_frames/cream_brick/birch, forge:ores/azure_silver, forge:acacia_spruce_timber_frame, environmental:wisteria_logs, structurize:timber_frames/lime_terracotta/acacia, endergetic:end_crystal_placeable, structurize:timber_frames/bricks/birch, structurize:timber_frames/crimson/cactus, forge:sand/blue, structurize:timber_frames/black_terracotta/oak, structurize:timber_frames/cream_brick/jungle, forge:oak_birch_timber_frame, forge:deadwood_logs, twilightforest:portal/edge, resourcefulbees:resourceful_honeycomb_block, minecraft:planks, pokecube_legends:corrupted_logs, structurize:timber_frames/pink_terracotta, forge:cobblestone, structurize:timber_frames/white_terracotta/warped, byg:ground_orange_spruce_sapling, byg:ebony_logs, byg:ground_white_anemone, forge:storage_blocks/gold, structurize:timber_frames/light_gray_terracotta/acacia, forge:storage_blocks/salt, forge:ores/ametrine, structurize:timber_frames/lime_terracotta/cactus, structurize:timber_frames/jungle/cactus, forge:ores/tigers_eye, lotr:wooden_beams, structurize:timber_frames/warped/acacia, structurize:timber_frames/light_blue_terracotta/warped, treechop:leaves_like, chipped:lime_terracotta, forge:ores/biotite, zycraft:zychorium_plate, quark:planks_vertical_slab, structurize:timber_frames/blackstone/acacia, structurize:timber_frames/acacia/oak, forge:wooden_fences, structurize:timber_frames/yellow_terracotta/oak, undergarden:grongle_logs, chipped:yellow_stained_glass_pane, forge:ores/bat, forge:ores/spider, forge:glass_panes/light_gray, structurize:timber_frames/magenta_terracotta/birch, byg:maple_logs, chipped:light_gray_wool, forge:glass/pink, gaiadimension:burning_logs, forge:chests, forge:storage_blocks/uranium, forge:ores/crimson_iron, ftbultimine:farmland_tillable, forge:birch_brick_timber_frame, forge:spruce_cobble_stone_timber_frame, structurize:shingles/slate/crimson, forge:fence_gates, structurize:timber_frames/orange_terracotta/cactus, forge:storage_blocks/copper, inspirations:cauldron_ice, byg:ground_witch_hazel_sapling, chipped:cyan_stained_glass_pane, forge:spruce_oak_timber_frame, forge:ores/squid, structurize:timber_frames/bricks/crimson, structurize:timber_frames/blackstone, byg:willow_logs, forge:birch_cobble_stone_timber_frame, good_nights_sleep:dead_logs, woolplates:woolplates, upgrade_aquatic:river_logs, chipped:brown_concrete, forge:ores/lead, structurize:timber_frames/bricks/acacia, forge:ores/zombie_pigman, cfm:fence_gates/picket, pokecube_legends:inverted_logs, chipped:green_carpet, forge:storage_blocks/invar, supplementaries:posts, twilightforest:annihilation_inclusions, chipped:pink_stained_glass, forge:ores/salmon, forge:storage_blocks/wax, byg:ground_begonia, extendedmushrooms:mushroom_slabs, forge:acacia_cobble_stone_timber_frame, ultra_amplified_dimension:portal_non_corner_blocks, forge:storage_blocks/redstone_alloy, forge:oak_paper_timber_frame, terraincognita:hazel_logs, forge:mushroom_caps, byg:ground_california_poppy, forge:red_nether_bricks, structurize:timber_frames/white_terracotta/birch, forge:ores/cloggrum, enhanced_vanilla_remastered:fir_logs, extendedmushrooms:mushroom_chests_trapped, forge:storage_blocks/geode, endergetic:poise_stems, midnight:dead_wood_logs, minecraft:logs/archwood, structurize:shingles/blackstone/spruce, forge:sand/colorless, structurize:timber_frames/red_terracotta/acacia, chipped:lime_wool, structurize:timber_frames/magenta_terracotta/spruce, minecraft:soul_speed_blocks, structurize:timber_frames/stone_bricks/spruce, forge:storage_blocks/moonstone, structurize:timber_frames/beige_stone_brick/birch, alexsmobs:lobster_spawns, minecraft:walls, structurize:timber_frames/cream_brick/dark_oak, forge:storage_blocks/lead, structurize:timber_frames/acacia/warped, structurize:shingle_slabs/moss_slate, structurize:timber_frames/beige_brick/jungle, golems:concrete, structurize:timber_frames/white_terracotta/cactus, structurize:timber_frames/oak/warped, minecraft:sand, chipped:jungle_wood_glass_pane, enhancedcelestials:harvest_moon_whitelisted_crop_growth, structurize:timber_frames/paper, forge:ores/gobber, structurize:timber_frames/beige_stone_brick/cactus, minecraft:campfires, supplementaries:vine_support, minecraft:infiniburn_nether, forge:ores/cobalt, byg:ground_red_oak_sapling, forge:glass/blue, ars_nouveau:harvest/foliage, forge:birch_stone_timber_frame, minecraft:wooden_trapdoors, create:valve_handles, buildinggadgets:blacklist/copy_paste, forge:storage_blocks/coal, structurize:timber_frames/spruce/jungle, astral:ethereal_logs, chipped:white_stained_glass, structurize:timber_frames/white_terracotta/spruce, structurize:timber_frames/jungle/spruce, structurize:shingles/moss_slate, zycraft:small_bricks/zychorium, structurize:timber_frames/magenta_terracotta, minecraft:wooden_doors, minecraft:fences/wooden, quark:hedges, forge:mushrooms/red, chipped:crimson_planks, structurize:timber_frames/cyan_terracotta/acacia, byg:embur_pedus, gaiadimension:pink_agate_logs, structurize:timber_frames/blackstone/crimson, structurize:shingles/gilded_blackstone/warped, forge:ores/tungsten, chipped:obsidian, structurize:timber_frames/brown_brick/oak, ultra_amplified_dimension:jungle_fortress_staircase_plants, structurize:shingles/moss_slate/acacia, structurize:timber_frames/orange_terracotta/crimson, minecraft:wall_corals, pokecube:plants_edible, zycraft:bricks/aluminized_zychorium, forge:grass, byg:ground_yellow_spruce_sapling, supplementaries:wall_lanterns, structurize:timber_frames/crimson, structurize:timber_frames/purple_terracotta/cactus, structurize:timber_frames/spruce/spruce, forge:ores/gold, forge:ores/salt, structurize:timber_frames/beige_brick/birch, forge:storage_blocks/pearl, biomesoplenty:palm_logs, byg:cherry_logs, chipped:green_terracotta, undergarden:muncher_breakables, atum:base_stone_atum, forge:glass/lime, chipped:brown_terracotta, chipped:acacia_planks, chipped:red_nether_bricks, chipped:vine, forge:jungle_oak_timber_frame, minecraft:base_stone_overworld, forge:birch_birch_timber_frame, minecraft:stone_bricks, zycraft:viewers/phantomized_immortal, structurize:timber_frames/jungle/oak, c:dirt, forge:mushroom_caps/purple, zycraft:engineering_block, forge:vine, minecraft:guarded_by_piglins, byg:ground_blue_spruce_sapling, chiselsandbits:chiselable/blocked, ultra_amplified_dimension:nether_stronghold_bookshelves, minecraft:buttons, forge:storage_blocks/spectrum, structurize:timber_frames/cactus/acacia, minecraft:rails, structurize:timber_frames/dark_oak/jungle, structurize:timber_frames/lime_terracotta/dark_oak, chipped:dark_oak_wood_glass, minecraft:strider_warm_blocks, forge:chests/cursed, structurize:timber_frames/gray_terracotta/acacia, byg:ground_winter_succulent, structurize:shingles/gilded_blackstone/oak, structurize:timber_frames/spruce/birch, structurize:timber_frames/terracotta/acacia, forge:doors, structurize:timber_frames/brown_stone_brick/spruce, pokecube_legends:temporal_logs, minecraft:gold_ores, byg:ground_lament_sapling, zycraft:zychorium_shield, forge:storage_blocks/crimson_steel, c:ores, splatcraft:scan_turf_scored, structurize:timber_frames/dark_oak/spruce, forge:glass/arcane, dynamictrees:wart_blocks, create:non_movable, neapolitan:vanilla_plantable_on, neapolitan:unaffected_by_mint, structurize:shingles/gilded_blackstone/crimson, structurize:shingles/thatched/dark_oak, structurize:timber_frames/cream_brick, structurize:timber_frames/birch, forge:crops/eggplant, twilightforest:twilight_oak_logs, structurize:timber_frames/brown_brick/crimson, forge:gravel, zycraft:viewers, structurize:timber_frames/white_terracotta/oak, structurize:timber_frames/spruce/oak, lotr:log_stairs, silentgear:netherwood_logs, structurize:timber_frames/bricks/dark_oak, pokecube:fruit, ultra_amplified_dimension:terracotta, forge:cactus_acacia_timber_frame, forge:ores/zinc, minecraft:crops, forge:crops/carrot, forge:ores/chicken, chipped:purple_stained_glass, structurize:timber_frames/blue_terracotta/crimson, byg:ground_lazarus_bellflower, forge:ores/magma_cube, forge:glass_panes/brown, forge:heads, minecraft:climbable, byg:ground_redwood_sapling, snowrealmagic:invalid_supporters, structurize:timber_frames/terracotta, storagedrawers:drawers, chipped:netherrack, minecraft:dark_oak_logs, forge:planks, chipped:oak_wood_glass_pane, forge:blue_sand, structurize:timber_frames/yellow_terracotta/warped, structurize:timber_frames/cobblestone/birch, forge:mushrooms, ultra_amplified_dimension:snow_well_ores, structurize:timber_frames/lime_terracotta/jungle, structurize:timber_frames/paper/oak, structurize:timber_frames/crimson/crimson, byg:ground_foxglove, structurize:timber_frames/brown_brick/spruce, minecraft:fences, autumnity:snail_foods, lotr:custom_waypoint_centerpieces, structurize:timber_frames/timber_frames, forge:jungle_cactus_timber_frame, enhanced_vanilla_remastered:cypress_logs, enhanced_vanilla_remastered:alder_logs, structurize:timber_frames/cobblestone/crimson, forge:obsidian, forge:storage_blocks/blaze_gold, structurize:timber_frames/brown_terracotta/warped, pokecube:oran_logs, byg:ground_baobab_sapling, ultra_amplified_dimension:ellipsoid_pocket_target, structurize:shingle_slabs/gilded_blackstone, twilightforest:ore_magnet/minecraft/end_stone, forge:storage_blocks/forgotten_metal, forge:birch_oak_timber_frame, forge:ores/coal, structurize:timber_frames/stone/crimson, structurize:timber_frames/cream_stone_brick/warped, cfm:fence_gates/upgraded, minecraft:base_stone_nether, structurize:shingles/clay, zycraft:basic_machines, carryon:block_whitelist, infernalexp:base_stone_canyon, structurize:timber_frames/purple_terracotta/spruce, forge:mushrooms/purple, forge:workbench, structurize:timber_frames/black_terracotta/acacia, minecraft:trapdoors, forge:glass/cyan, structurize:timber_frames/stone_bricks/cactus, structurize:timber_frames/magenta_terracotta/cactus, extendedmushrooms:mushroom_ladders, forge:jungle_cobble_stone_timber_frame, structurize:timber_frames/acacia, structurize:timber_frames/blue_terracotta/cactus, forge:storage_blocks/brass, forge:crops/potato, structurize:timber_frames/light_gray_terracotta/jungle, atmospheric:yucca_logs, forge:ores/regalium, byg:mahogany_logs, forge:stained_glass_panes, forbidden_arcanus:hanging_candelabras, structurize:timber_frames/black_terracotta, forge:storage_blocks/zinc, byg:lament_logs, structurize:timber_frames/birch/warped, structurize:timber_frames/cobblestone/warped, structurize:timber_frames/cactus/dark_oak, pokecube:cave, structurize:timber_frames/green_terracotta/crimson, chipped:light_blue_wool, bundlesplus:shulker_box_like, structurize:shingles/slate/warped, doubleslabs:plank_slabs, structurize:timber_frames/dark_oak/birch, forge:glass_panes/black, forge:acacia_cactus_timber_frame, farmersdelight:wild_crops, forge:mushrooms/brown, betterendforge:mossy_glowshroom_logs, structurize:paper_walls, forge:glass_panes/blue, habitat:ball_cacti, forge:mushroom_caps/brown, structurize:timber_frames/red_terracotta/warped, forge:crops/wheat, lotr:reeds_placeable_on, byg:redwood_logs, extendedmushrooms:mushroom_fence_gates, forge:mushroom_caps/glowshroom, forge:ores/stella_arcanum, twilightforest:fence_gates, structurize:timber_frames/orange_terracotta/jungle, structurize:timber_frames/green_terracotta/jungle, structurize:timber_frames/terracotta/birch, structurize:timber_frames/cobblestone/acacia, byg:rainbow_eucalyptus_logs, forge:dark_oak_birch_timber_frame, byg:ground_white_sage, buildinggadgets:whitelist/destruction, resourcefulbees:valid_apiary, alexsmobs:soul_vulture_spawns, zycraft:zychorium_lamps, forge:ores/fossil, byg:blue_enchanted_logs, forge:storage_blocks/platinum, atum:shrub, structurize:timber_frames/stone_bricks/dark_oak, forge:storage_blocks/double_compressed_dirt, alexsmobs:seal_spawns, structurize:timber_frames/stone_bricks/oak, minecraft:shulker_boxes, extendedmushrooms:mushroom_trapdoors, byg:ground_bistort, twilightforest:ore_magnet/twilightforest/root, forge:jungle_birch_timber_frame, forge:storage_blocks/regalium, byg:bookshelves, forge:birch_cactus_timber_frame, structurize:shingles/thatched/warped, byg:ground_nightshade_sapling, chipped:purple_concrete, silentgear:netherwood_soil, forge:ices/packedice, structurize:timber_frames/beige_brick, betterendforge:jellyshroom_logs, structurize:timber_frames/yellow_terracotta/cactus, minecraft:oak_logs, byg:ground_golden_spined_cactus, forge:ores/lapis, structurize:timber_frames/orange_terracotta, structurize:timber_frames/birch/dark_oak, forge:stone/porphyry, structurize:timber_frames/light_gray_terracotta/birch, structurize:shingle_slabs/blackstone, forge:dirt, dynamictrees:leaves, structurize:timber_frames/cobblestone, minecraft:pressure_plates, create:windowable, betterendforge:dragon_tree_logs, chaosawakens:base_stone_crystal, forge:storage_blocks/stellarite, minecraft:spruce_logs, chipped:cobblestone, structurize:timber_frames/brown_brick, structurize:timber_frames/dark_oak/dark_oak, forge:glass_panes/lime, atum:linen_blocks, structurize:timber_frames/cobblestone/dark_oak, structurize:timber_frames/dark_oak/cactus, forge:ores/relic, structurize:timber_frames/pink_terracotta/oak, ultra_amplified_dimension:root_valid_dirt_only, chipped:dark_prismarine, structurize:timber_frames/birch/acacia, forge:dark_oak_stone_timber_frame, forbidden_arcanus:cherrywood_logs, structurize:timber_frames/light_blue_terracotta/birch, structurize:timber_frames/brown_brick/cactus, structurize:timber_frames/terracotta/oak, twilightforest:carminite_reactor_immune, minecraft:flowers, betterendforge:pythadendron_logs, forge:storage_blocks/arcane_crystal, untamedwilds:reeds_plantable_on, forge:ores/pink_tourmaline, chipped:basalt, forge:ores, structurize:timber_frames/lime_terracotta, structurize:timber_frames/warped, structurize:timber_frames/cream_stone_brick/acacia, chipped:warped_wood_glass, minecraft:nylium, alexsmobs:warped_mosco_breakables, structurize:timber_frames/stone/acacia, byg:holly_logs, forge:storage_blocks/tungsten, chaosawakens:crystal_leaves, forge:jungle_stone_timber_frame, structurize:timber_frames/paper/birch, forge:ores/netherite, structurize:timber_frames/terracotta/crimson, byg:ground_kovan_flower, structurize:timber_frames/terracotta/spruce, chipped:jungle_wood_glass, structurize:timber_frames/paper/acacia, betterendforge:gen_terrain, chipped:light_gray_stained_glass_pane, chipped:black_stained_glass_pane, chipped:green_concrete, structurize:timber_frames/cream_stone_brick/dark_oak, chipped:gilded_blackstone, structurize:timber_frames/black_terracotta/birch, forge:ores/rabbit, pokecube_legends:ultra_sands, forge:ores/titanium, structurize:timber_frames/lime_terracotta/spruce, forge:nether_bricks, structurize:timber_frames/stone/jungle, chipped:blackstone, structurize:timber_frames/brown_brick/jungle, extendedmushrooms:mushroom_fences, structurize:timber_frames/blue_terracotta/spruce, minecraft:prevent_mob_spawning_inside, forge:oak_jungle_timber_frame, forge:fiber, snowrealmagic:bottom_snow, buildinggadgets:whitelist/generic, habitat:ball_cactus_flower_placeable_on, structurize:timber_frames/cyan_terracotta/jungle, structurize:timber_frames/dark_oak/acacia, twilightforest:portal/fluid, forge:sandstone, forge:glass_panes/colorless, chipped:crimson_wood_glass_pane, structurize:timber_frames/black_terracotta/spruce, pokecube:berry_planks, structurize:timber_frames/purple_terracotta/warped, terraincognita:sweet_peas, structurize:shingles/moss_slate/oak, structurize:shingles/gilded_blackstone/cactus, structurize:shingles/slate/spruce, twilightforest:canopy_logs, ffs:blacklist, forge:ores/bort, twilightforest:antibuilder_ignores, dynamictrees:branches, forge:storage_blocks/azure_electrum, structurize:timber_frames/cyan_terracotta/oak, lotr:maple_logs, structurize:shingles/thatched/birch, minecraft:infiniburn_overworld, structurize:timber_frames/orange_terracotta/oak, structurize:shingles/blackstone/birch, custom_nether_portals:air, forge:storage_blocks/signalum, twilightforest:trophies, structurize:timber_frames/spruce/crimson, structurize:timber_frames/red_terracotta/birch, structurize:timber_frames/brown_brick/warped, pokecube:sitrus_logs, forge:ores/tin, structurize:timber_frames/purple_terracotta/jungle, chipped:red_wool, byg:palo_verde_logs, dynamictrees:branches_that_burn, minecraft:signs, structurize:timber_frames/spruce/acacia, lotr:rotten_logs, structurize:shingles/slate/birch, chipped:pink_terracotta, pokecube_legends:legends_cobblestones, structurize:timber_frames/green_terracotta/oak, byg:fir_logs, minecraft:hoglin_repellents, extendedmushrooms:mushroom_doors, lotr:larch_logs, byg:ground_brown_birch_sapling, lotr:wooden_beam_slabs, structurize:timber_frames/warped/dark_oak, structurize:timber_frames/cream_stone_brick, structurize:timber_frames/light_gray_terracotta/spruce, pokecube:plants_cutable, extendedmushrooms:mushroom_chests, byg:ground_orchard_sapling, structurize:timber_frames/cactus/oak, atmospheric:yucca_plantable_on, structurize:timber_frames/pink_terracotta/spruce, enhanced_mushrooms:glowshroom_stems, chipped:blue_terracotta, structurize:timber_frames/brown_stone_brick, byg:ground_ebony_sapling, twilightforest:fire_jet_fuel, forge:storage_blocks/bort, structurize:timber_frames/warped/crimson, structurize:shingles/gilded_blackstone/acacia, minecraft:coral_blocks, habitat:ball_cactus_flowers, forge:glass/green, alexsmobs:cachalot_whale_breakables, atum:infiniburn, byg:ground_rainbow_eucalyptus_sapling, forge:jungle_spruce_timber_frame, zycraft:bricks/zychorium, forge:ores/sulfur, chipped:gray_concrete, forge:storage_blocks/compressed_stone, forge:fences/wooden, gaiadimension:corrupted_logs, forge:storage_blocks, forge:glass_panes/orange, structurize:timber_frames/cyan_terracotta/warped, chipped:green_stained_glass_pane, lotr:apple_logs, chipped:red_sandstone, byg:ground_skyris_sapling, forge:saplings, structurize:timber_frames/purple_terracotta, zycraft:small_bricks/zychorized_zychorium, twilightforest:storage_blocks/knightmetal, forge:glass_panes/runic, structurize:shingles/gilded_blackstone/birch, chipped:green_stained_glass, windowlogging:windowable, forge:storage_blocks/redstone, extendedmushrooms:mushroom_pressure_plates/wool, neapolitan:creeper_repellents, minecraft:stairs, enhanced_vanilla_remastered:redwood_logs, forge:logs/archwood, structurize:shingles/moss_slate/jungle, structurize:timber_frames/cream_stone_brick/jungle, inspirations:mulch, structurize:timber_frames/cactus/cactus, alexsmobs:crocodile_spawns, minecraft:mushroom_grow_block, structurize:timber_frames/stone/warped, extendedmushrooms:mushroom_pressure_plates/wood, structurize:timber_frames/pink_terracotta/birch, autumnity:maple_logs, extendedmushrooms:mushroom_pressure_plates, structurize:shingles/clay/birch, chipped:acacia_wood_glass_pane, quark:slime_blocks, betterendforge:lucernia_logs, cavesandcliffs:small_dripleaf_placeable, lotr:cherry_logs, lotr:pear_logs, cavesandcliffs:lush_plants_replaceable, minecraft:beacon_base_blocks, alexsmobs:orca_breakables, repurposed_structures:mossy_well_ores, structurize:timber_frames/brown_terracotta/cactus, chipped:white_concrete, forge:cactus_dark_oak_timber_frame, forge:ores/guardian, pokecube:rocks, lotr:log_slabs, chipped:spruce_wood_glass, chipped:gray_stained_glass, alexsmobs:elephant_foodblocks, byg:ground_yellow_birch_sapling, structurize:timber_frames/blue_terracotta/oak, byg:ground_torch_ginger, chipped:light_blue_terracotta, structurize:timber_frames/orange_terracotta/warped, chipped:granite, forge:ores/pig, forge:storage_blocks/rime, forge:glass/black, minecraft:portals, forge:ores/cow, pokecube_legends:distortic_logs, structurize:timber_frames/green_terracotta/cactus, forge:storage_blocks/biotite, structurize:timber_frames/jungle/birch, structurize:timber_frames/stone_bricks/crimson, dynamictrees:fungus_caps, extendedmushrooms:mushroom_buttons, minecraft:wooden_stairs, forge:ores/cats_eye, biomesoplenty:umbran_logs, structurize:timber_frames/oak/acacia, forge:storage_blocks/anthracite, forge:spruce_jungle_timber_frame, architects_palette:cage_lanterns, structurize:timber_frames/purple_terracotta/birch, forge:dark_oak_jungle_timber_frame, structurize:timber_frames/jungle/dark_oak, dynamictrees:fungus_branches, chipped:pink_concrete, forge:ores/emerald, forge:ores/sheep, forge:ores/blaze, forge:acacia_brick_timber_frame, forge:glass/dark_runic, buildinggadgets:whitelist/exchanging, nethercraft:glowood_logs, minecraft:corals, ultra_amplified_dimension:portal_center_blocks, quark:foxhound_spawnable, chaosawakens:crystal_wood, pokecube_legends:legends_planks, chipped:acacia_wood_glass, byg:ground_indigo_jacaranda_sapling, forge:storage_blocks/cloggrum, minecraft:bee_growables, abundance:redbud_logs, structurize:timber_frames/green_terracotta/dark_oak, structurize:timber_frames/brown_brick/dark_oak, architects_palette:twisted_logs, structurize:timber_frames/blue_terracotta/warped, minecraft:tall_flowers, structurize:timber_frames/oak/cactus, structurize:timber_frames/brown_stone_brick/jungle, druidcraft:fiery_glass_ores, forge:bookshelves, forge:ores/platinum, cavesandcliffs:lush_ground_replaceable, structurize:timber_frames/terracotta/dark_oak, chipped:lime_stained_glass, structurize:timber_frames/green_terracotta/acacia, forbidden_arcanus:standing_candelabras, minecraft:dirt, structurize:timber_frames/crimson/spruce, structurize:timber_frames/black_terracotta/warped, forge:cactus_oak_timber_frame, forge:storage_blocks/tigers_eye, forge:ores/cod, byg:ground_fir_sapling, structurize:timber_frames/warped/spruce, structurize:timber_frames/blue_terracotta/birch, pokecube:wood, structurize:timber_frames/blue_terracotta/dark_oak, ultra_amplified_dimension:non_cave_air_target, structurize:timber_frames/gray_terracotta/warped, forge:storage_blocks/compressed_dirt, structurize:timber_frames/black_terracotta/crimson, forge:ores/mana_gem, minecolonies:protectionexception, enhancedcelestials:harvest_moon_blacklisted_crop_growth, golems:quartz, forge:ores/slime, chipped:stone, structurize:timber_frames/lime_terracotta/birch, structurize:timber_frames/oak/crimson, undergarden:wigglewood_logs, mutantbeasts:endersoul_hand_holdable, forge:storage_blocks/amber, cavesandcliffs:overworld_replaceables, structurize:shingle_slabs/slate, structurize:floating_carpets, chipped:brown_carpet, pokecube_legends:legends_leaves, forge:crops/aubergine, structurize:timber_frames/cactus/jungle, quark:ladders, minecraft:non_flammable_wood, forge:braziers, structurize:timber_frames/light_blue_terracotta/dark_oak, enhanced_mushrooms:red_mushroom_stems, forge:storage_blocks/bloodstone, structurize:shingles/gilded_blackstone/dark_oak, ultra_amplified_dimension:forest_well_ores, darkutils:movement_plate, twilightforest:mining_logs, create:safe_nbt, structurize:shingles/blackstone/acacia, structurize:timber_frames/blue_terracotta/jungle, structurize:timber_frames/black_terracotta/jungle, lotr:wooden_fences, gaiadimension:burnt_logs, chipped:white_terracotta, forbidden_arcanus:mysterywood_logs, minecraft:enderman_holdable, structurize:timber_frames/red_terracotta/oak, forge:storage_blocks/electrum, forge:mushroom_stems, structurize:timber_frames/magenta_terracotta/crimson, byg:ground_orange_daisy, alexsmobs:rattlesnake_spawns, minecraft:wall_post_override, chipped:purple_carpet, forge:ores/wither_skeleton, gaiadimension:fossilized_logs, bundlesplus:bundle_ignored, minecraft:guarded_by_piglin, byg:ground_tall_pink_allium, structurize:shingles/clay/spruce, structurize:shingles/slate, twilightforest:ores/ironwood, structurize:timber_frames/stone/birch, structurize:timber_frames/brown_terracotta/dark_oak, cavesandcliffs:cave_vines, structurize:timber_frames/beige_brick/cactus, structurize:timber_frames/crimson/dark_oak, structurize:shingles/blackstone/jungle, forge:storage_blocks/bismuth_steel, forge:oak_cobble_stone_timber_frame, pokecube:industrial, structurize:timber_frames/cream_stone_brick/oak, structurize:timber_frames/spruce/cactus, zycraft:aluminized_engineering_block, ars_nouveau:harvest/fellable, omni:palo_verde_logs, forge:spruce_brick_timber_frame, quark:crab_spawnable, atum:limestone_bricks, silents_mechanisms:drying_racks, buzzier_bees:flower_blacklist, cavesandcliffs:terracotta, undergarden:mushrooms, byg:ground_ether_sapling, structurize:timber_frames/gray_terracotta/jungle, forge:glass_panes/gray, ultra_amplified_dimension:root_valid_general, structurize:timber_frames/cactus/warped, minecraft:acacia_logs, structurize:timber_frames/gray_terracotta/dark_oak, forge:storage_blocks/arcane_gold, structurize:shingles/blackstone/cactus, atmospheric:passion_vine_growable_on, forge:sand/red, structurize:timber_frames/orange_terracotta/acacia, forge:glass/brown, byg:ground_jacaranda_sapling, create:sails, betterendforge:umbrella_tree_logs, minecraft:logs_that_burn, structurize:timber_frames/yellow_terracotta/birch, chipped:dark_oak_wood_glass_pane, forge:oak_dark_oak_timber_frame, structurize:timber_frames/magenta_terracotta/dark_oak, twilightforest:ore_magnet/minecraft/netherrack, byg:ground_blue_sage, minecraft:wooden_slabs, structurize:timber_frames/paper/cactus, structurize:timber_frames/yellow_terracotta, structurize:timber_frames/gray_terracotta, chipped:orange_stained_glass_pane, byg:ground_aspen_sapling, structurize:timber_frames/dark_oak/oak, chipped:diorite, forge:ores/quicksilver, supplementaries:rope_support, forge:crops/beetroot, twilightforest:portal/decoration, byg:ground_horseweed, chipped:sandstone, ultra_amplified_dimension:nether_well_ores, forge:ores/amber, twilightforest:ore_magnet/ore_safe_replace_block, forge:ores/creeper, forge:crate, forge:ores/rime, tinychest:tinychests, minecraft:standing_signs, lotr:mordor_plant_surfaces, forge:ores/bitumen, pokecube:berry_crops, structurize:timber_frames/brown_stone_brick/warped, minecraft:wart_blocks, zycraft:zychorized_engineering_block, alexsmobs:leafcutter_ant_breakables, structurize:timber_frames/acacia/birch, forge:acacia_jungle_timber_frame, chipped:nether_bricks, byg:ground_red_orchid, forbidden_arcanus:candelabras, forge:ores/silver, forge:storage_blocks/double_compressed_glow_stone, inspirations:carpeted_trapdoors, byg:ground_pink_daffodil, forge:glass_panes/purple, structurize:timber_frames/black_terracotta/dark_oak, structurize:timber_frames/white_terracotta/dark_oak, structurize:timber_frames/beige_stone_brick/dark_oak, twilightforest:storage_blocks/arctic_fur, chipped:lime_stained_glass_pane, pokecube:berry_leaves, buildinggadgets:whitelist/copy_paste, structurize:timber_frames/brown_stone_brick/crimson, minecraft:stones, forge:ores/bone, quark:lead_connectable, druidcraft:beams, chipped:white_stained_glass_pane, forge:glass/runic, chipped:light_gray_concrete, golems:prismarine, structurize:timber_frames/jungle/crimson, structurize:shingles/clay/dark_oak, chipped:glass, lotr:dol_amroth_bricks, byg:ground_red_maple_sapling, forge:storage_blocks/pink_tourmaline, structurize:timber_frames/brown_stone_brick/cactus, structurize:shingles/blackstone/warped, forge:storage_blocks/azure_silver, structurize:timber_frames/beige_brick/acacia, chipped:magenta_stained_glass, endergetic:poise_plantable, forge:storage_blocks/utherium, forge:ores/zombie, chipped:brown_wool, structurize:shingles/moss_slate/warped, chipped:light_gray_stained_glass, pokecube:enigma_logs, forge:dark_oak_brick_timber_frame, forge:dark_oak_cobble_stone_timber_frame, forge:storage_blocks/nebu, structurize:timber_frames/spruce/warped, forge:jungle_brick_timber_frame, lotr:lairelosse_logs, forge:jungle_acacia_timber_frame, ultra_amplified_dimension:air_target, structurize:timber_frames/cyan_terracotta, structurize:timber_frames/light_gray_terracotta/dark_oak, structurize:timber_frames/pink_terracotta/crimson, lotr:pine_logs, structurize:timber_frames/blackstone/birch, chipped:quartz_block, chipped:oak_wood_glass, structurize:timber_frames/paper/warped, byg:ground_mahogany_sapling, structurize:timber_frames/cream_brick/crimson, structurize:timber_frames/stone_bricks/birch, structurize:timber_frames/beige_brick/crimson, forge:fences, structurize:timber_frames/brown_terracotta, lotr:cedar_logs, ultra_amplified_dimension:badlands_well_ores, forge:ores/froststeel, forge:birch_jungle_timber_frame, structurize:timber_frames/green_terracotta, worldofwonder:dandelion_stems, forge:mushroom_blocks, zycraft:small_bricks/aluminized_zychorium, supplementaries:bellows_tickable, forge:terracotta]
[11Jun2021 03:02:10.907] [Thread-1/WARN] [minecolonies.requestsystem/]: Updated logging config. RS Debug logging enabled: false
[11Jun2021 03:02:10.908] [Server thread/INFO] [thutcore/]: Loaded thutcrafts config file thutcrafts-server.toml
[11Jun2021 03:02:10.908] [Server thread/INFO] [thutcore/]: Reading thutcrafts-server.toml
[11Jun2021 03:02:10.908] [Thread-1/WARN] [minecolonies.requestsystem/]: Updated logging config. RS Debug logging enabled: false
[11Jun2021 03:02:10.909] [Server thread/INFO] [thutcore/]: Loaded pokecube config file pokecube-server.toml
[11Jun2021 03:02:10.909] [Server thread/INFO] [thutcore/]: Reading pokecube-server.toml
[11Jun2021 03:02:10.909] [Server thread/INFO] [thutcore/]: Set non_vanilla_pokemobs to true
[11Jun2021 03:02:10.909] [Server thread/INFO] [thutcore/]: Set vanilla_pokemobs to true
[11Jun2021 03:02:10.911] [Thread-1/WARN] [minecolonies.requestsystem/]: Updated logging config. RS Debug logging enabled: false
[11Jun2021 03:02:10.911] [Thread-1/INFO] [thutcore/]: Reading pokecube-server.toml
[11Jun2021 03:02:10.912] [Thread-1/INFO] [thutcore/]: Reading pokecube-server.toml
[11Jun2021 03:02:10.912] [Server thread/INFO] [thutcore/]: Loaded thut_bling config file thut_bling-server.toml
[11Jun2021 03:02:10.912] [Server thread/INFO] [thutcore/]: Reading thut_bling-server.toml
[11Jun2021 03:02:10.912] [Thread-1/INFO] [thutcore/]: Reading thut_bling-server.toml
[11Jun2021 03:02:10.912] [Thread-1/INFO] [thutcore/]: Reading thut_bling-server.toml
[11Jun2021 03:02:10.913] [Server thread/INFO] [thutcore/]: Loaded pokecube_adventures config file pokecube_adventures-server.toml
[11Jun2021 03:02:10.913] [Server thread/INFO] [thutcore/]: Reading pokecube_adventures-server.toml
[11Jun2021 03:02:10.913] [Server thread/INFO] [thutcore/]: Set bagsHoldFilledCubes to true
[11Jun2021 03:02:10.914] [Thread-1/INFO] [thutcore/]: Reading pokecube_adventures-server.toml
[11Jun2021 03:02:10.932] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_jungle" for entity moth. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.933] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_forgotten_plains" for entity moth. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.933] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_deep_cave" for entity moth. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.942] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_deep_cave" for entity hidebehind. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.942] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_jungle" for entity hidebehind. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.943] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_forgotten_plains" for entity hidebehind. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.945] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_jungle" for entity wisp. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.946] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_forgotten_plains" for entity wisp. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.946] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_deep_cave" for entity wisp. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.950] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_deep_cave" for entity hirschgeist. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.950] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_jungle" for entity hirschgeist. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.950] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_forgotten_plains" for entity hirschgeist. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.951] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_jungle" for entity zotzpyre. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.951] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_desert" for entity zotzpyre. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.952] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_forgotten_plains" for entity zotzpyre. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.952] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_deep_cave" for entity zotzpyre. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.952] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_deep_hills" for entity zotzpyre. No biome exists with that name. Skipping.
[11Jun2021 03:02:10.952] [Server thread/ERROR] [dev.itsmeow.whisperwoods.imdlib.entity.EntityTypeContainer.EntityConfiguration/]: Invalid biome "pokecube_legends:ultra_dark_valley" for entity zotzpyre. No biome exists with that name. Skipping.
[11Jun2021 03:02:11.936] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Preparing level "world_never_netherite"
[11Jun2021 03:02:14.503] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:02:17.291] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:02:51.259] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:02:51.274] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if minecraft:overworld is using Terraforged's ChunkGenerator.
[11Jun2021 03:02:51.355] [Server thread/WARN] [world_blender/]: Failed to check if quark:matrix_enchanter is a chest. If is not a chest, ignore this message. If it is, let telepathicGrunt (World Blender dev) know this.
[11Jun2021 03:02:51.535] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if minecraft:overworld is using Terraforged's ChunkGenerator.
[11Jun2021 03:02:53.922] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:02:57.536] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:03:31.300] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:03:31.300] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if minecraft:the_nether is using Terraforged's ChunkGenerator.
[11Jun2021 03:03:31.301] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if minecraft:the_nether is using Terraforged's ChunkGenerator.
[11Jun2021 03:03:33.471] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:03:37.212] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:04:11.190] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:04:11.190] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if minecraft:the_end is using Terraforged's ChunkGenerator.
[11Jun2021 03:04:11.192] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if minecraft:the_end is using Terraforged's ChunkGenerator.
[11Jun2021 03:04:13.482] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:04:17.525] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:04:51.001] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:04:51.001] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if world_blender:world_blender is using Terraforged's ChunkGenerator.
[11Jun2021 03:04:51.002] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if world_blender:world_blender is using Terraforged's ChunkGenerator.
[11Jun2021 03:04:53.720] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:04:57.541] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:05:31.977] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:05:31.978] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if pokecube:secret_base is using Terraforged's ChunkGenerator.
[11Jun2021 03:05:31.979] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if pokecube:secret_base is using Terraforged's ChunkGenerator.
[11Jun2021 03:05:34.685] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:05:39.105] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:06:20.456] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:06:20.456] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if twilightforest:twilightforest is using Terraforged's ChunkGenerator.
[11Jun2021 03:06:20.457] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if twilightforest:twilightforest is using Terraforged's ChunkGenerator.
[11Jun2021 03:06:23.065] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:06:27.467] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:07:00.839] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:07:00.839] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if chaosawakens:crystal_dimension is using Terraforged's ChunkGenerator.
[11Jun2021 03:07:00.840] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if chaosawakens:crystal_dimension is using Terraforged's ChunkGenerator.
[11Jun2021 03:07:03.581] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:07:08.322] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:07:42.236] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:07:42.236] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if chaosawakens:mining_dimension is using Terraforged's ChunkGenerator.
[11Jun2021 03:07:42.237] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if chaosawakens:mining_dimension is using Terraforged's ChunkGenerator.
[11Jun2021 03:07:45.176] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:07:57.059] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:08:31.639] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:08:31.639] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if pokecube_legends:distorted_world is using Terraforged's ChunkGenerator.
[11Jun2021 03:08:31.640] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if pokecube_legends:distorted_world is using Terraforged's ChunkGenerator.
[11Jun2021 03:08:34.595] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:08:39.106] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:09:12.706] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:09:12.707] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if pokecube_world:overworld is using Terraforged's ChunkGenerator.
[11Jun2021 03:09:12.708] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if pokecube_world:overworld is using Terraforged's ChunkGenerator.
[11Jun2021 03:09:15.880] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:09:20.582] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:09:54.076] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:09:54.076] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if twilightforest:skylight_forest is using Terraforged's ChunkGenerator.
[11Jun2021 03:09:54.077] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if twilightforest:skylight_forest is using Terraforged's ChunkGenerator.
[11Jun2021 03:09:57.350] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:10:09.024] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:10:42.930] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:10:42.931] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if lotr:middle_earth is using Terraforged's ChunkGenerator.
[11Jun2021 03:10:42.932] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if lotr:middle_earth is using Terraforged's ChunkGenerator.
[11Jun2021 03:10:46.180] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:10:51.118] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:11:24.896] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:11:24.896] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if ultra_amplified_dimension:ultra_amplified_dimension is using Terraforged's ChunkGenerator.
[11Jun2021 03:11:24.897] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if ultra_amplified_dimension:ultra_amplified_dimension is using Terraforged's ChunkGenerator.
[11Jun2021 03:11:35.455] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:11:40.588] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:12:14.141] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:12:14.141] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if dimdungeons:dungeon_dimension is using Terraforged's ChunkGenerator.
[11Jun2021 03:12:14.142] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if dimdungeons:dungeon_dimension is using Terraforged's ChunkGenerator.
[11Jun2021 03:12:17.518] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:12:22.957] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:12:56.096] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:12:56.096] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if atum:atum is using Terraforged's ChunkGenerator.
[11Jun2021 03:12:56.097] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if atum:atum is using Terraforged's ChunkGenerator.
[11Jun2021 03:12:59.629] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:13:05.216] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:13:45.986] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:13:45.986] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if chaosawakens:danger_islands is using Terraforged's ChunkGenerator.
[11Jun2021 03:13:45.987] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if chaosawakens:danger_islands is using Terraforged's ChunkGenerator.
[11Jun2021 03:13:49.377] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:13:54.982] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:14:28.764] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:14:28.764] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if pokecube_legends:ultraspace is using Terraforged's ChunkGenerator.
[11Jun2021 03:14:28.765] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if pokecube_legends:ultraspace is using Terraforged's ChunkGenerator.
[11Jun2021 03:14:32.125] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:14:37.961] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:15:11.698] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:15:11.699] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if undergarden:undergarden is using Terraforged's ChunkGenerator.
[11Jun2021 03:15:11.699] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if undergarden:undergarden is using Terraforged's ChunkGenerator.
[11Jun2021 03:15:22.591] [Server thread/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "twilightforest:tree/hollow_placer"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "minecraft:birch"; Not a JSON object: "minecraft:oak"; Not a JSON object: "twilightforest:tree/twilight_oak_trees"; Not a JSON object: "twilightforest:tree/firefly_canopy_tree_mix"; Not a JSON object: "twilightforest:random_fallen"; Not a JSON object: "twilightforest:random_common"; Not a JSON object: "twilightforest:flower_placer"; Not a JSON object: "twilightforest:forest_grass_placer"; Not a JSON object: "minecraft:forest_flower_vegetation_common"; Not a JSON object: "minecraft:patch_pumpkin"; Not a JSON object: "twilightforest:mushgloom_cluster"; Not a JSON object: "twilightforest:lamppost"; Not a JSON object: "minecraft:spring_lava"; Not a JSON object: "minecraft:spring_water"; Not a JSON object: "minecraft:patch_sugar_cane"; Not a JSON object: "minecraft:patch_tall_grass"; Not a JSON object: "minecraft:patch_grass_forest"
[11Jun2021 03:15:28.737] [Server thread/ERROR] [net.minecraft.util.registry.DynamicRegistries/]: Error loading registry data: No key north_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key north_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_east in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; No key south_west in MapLike[{"west":"false","waterlogged":"false","south":"false","north":"false","east":"false"}]; Not a JSON object: "twilightforest:tree/base/firefly_canopy_tree"; Not a JSON object: "twilightforest:tree/base/canopy_tree"
[11Jun2021 03:16:02.496] [Server thread/INFO] [minecolonies/]: Tags Loaded
[11Jun2021 03:16:02.496] [Server thread/ERROR] [superlord.ravagecabbage.RavageAndCabbage/]: Was unable to check if chaosawakens:village_mania is using Terraforged's ChunkGenerator.
[11Jun2021 03:16:02.497] [Server thread/ERROR] [io.github.chaosawakens.ChaosAwakens/]: java.lang.NoSuchMethodException: net.minecraft.world.gen.ChunkGenerator.codec(): Was unable to check if chaosawakens:village_mania is using Terraforged's ChunkGenerator.
[11Jun2021 03:16:02.508] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld
[11Jun2021 03:16:07.052] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:07.052] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:07.052] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:07.053] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:07.053] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:07.053] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:07.053] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:07.053] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:07.053] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:07.053] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:07.598] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:08.023] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[11Jun2021 03:16:08.526] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[11Jun2021 03:16:20.524] [Worker-Main-34/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.525] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.525] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.526] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.526] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.526] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.526] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.527] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.528] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.528] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.528] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.528] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.528] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.529] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.529] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.529] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.529] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.530] [Worker-Main-32/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.530] [Worker-Main-32/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.530] [Worker-Main-32/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.530] [Worker-Main-32/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.531] [Worker-Main-32/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.531] [Worker-Main-34/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:20.531] [Worker-Main-35/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
[11Jun2021 03:16:21.040] [Worker-Main-35/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[11Jun2021 03:16:21.516] [Worker-Main-35/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[11Jun2021 03:16:22.011] [Worker-Main-32/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[11Jun2021 03:16:23.236] [Worker-Main-32/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[11Jun2021 03:16:23.236] [Worker-Main-34/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[11Jun2021 03:16:23.510] [Worker-Main-35/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[11Jun2021 03:16:24.010] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 94%
[11Jun2021 03:16:24.510] [Worker-Main-35/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 94%
[11Jun2021 03:16:25.091] [Worker-Main-34/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 95%
[11Jun2021 03:16:25.624] [Worker-Main-37/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 95%
[11Jun2021 03:16:26.013] [Worker-Main-37/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
[11Jun2021 03:16:26.511] [Worker-Main-36/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 97%
[11Jun2021 03:16:27.010] [Worker-Main-36/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 98%
[11Jun2021 03:16:27.547] [Worker-Main-41/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 99%
[11Jun2021 03:16:27.559] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 25051 ms
[11Jun2021 03:16:27.560] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Done (856.790s)! For help, type "help"
[11Jun2021 03:16:27.692] [Server thread/INFO] [com.personthecat.orestonevariants.recipes.RecipeHelper/]: Loading furnace recipes.
[11Jun2021 03:16:30.867] [Server thread/INFO] [com.personthecat.orestonevariants.recipes.RecipeHelper/]: Successfully replaced all recipes in RecipeManager!
[11Jun2021 03:16:30.889] [Server thread/INFO] [com.personthecat.orestonevariants.commands.CommandOSV/]: Successfully registered /osv with Commands.
[11Jun2021 03:16:30.892] [Server thread/INFO] [strawgolem/]: Strawgolem: Server Starting
[11Jun2021 03:16:30.934] [Server thread/WARN] [chancecubes/]: A new sound was added after the sounds were registered and therefore the new sound could not be added!
[11Jun2021 03:16:31.598] [Server thread/INFO] [chancecubes/]: Death and destruction prepared! (And Cookies. Cookies were also prepared.)
[11Jun2021 03:16:31.606] [Server thread/INFO] [blueduck.jellyfishing.JellyfishingMod/]: HELLO from server starting
[11Jun2021 03:16:31.608] [Server thread/INFO] [com.mew.netherreactor.NetherReactor/]: HELLO from server starting
[11Jun2021 03:16:31.613] [Server thread/INFO] [corgiaoc.byg.BYG/]: BYG: "Server Starting" Event Complete!
[11Jun2021 03:16:31.635] [Server thread/INFO] [blueduck.dustrial.dustrialdecor.DustrialDecorMod/]: HELLO from server starting
[11Jun2021 03:16:31.637] [Server thread/INFO] [blueduck.morejellyfish.morejellyfishmod.MoreJellyfishMod/]: HELLO from server starting
[11Jun2021 03:16:31.664] [Server thread/INFO] [corgitaco.enchancedcelestials.EnhancedCelestials/]: Enhanced Celestials: "Server Starting" Event Complete!
[11Jun2021 03:16:31.942] [Server thread/INFO] [pokecube/]: Registered 53 Legendary Conditions.
[11Jun2021 03:16:31.943] [Server thread/INFO] [pokecube/]: Server Starting
[11Jun2021 03:16:31.962] [Server thread/INFO] [Silent Gear/TraitManager]: Traits loaded: 66
[11Jun2021 03:16:31.962] [Server thread/INFO] [Silent Gear/PartManager]: Parts loaded: 45
[11Jun2021 03:16:31.963] [Server thread/INFO] [Silent Gear/PartManager]: - Compound: 41
[11Jun2021 03:16:31.963] [Server thread/INFO] [Silent Gear/PartManager]: - Simple: 4
[11Jun2021 03:16:31.963] [Server thread/INFO] [Silent Gear/MaterialManager]: Materials loaded: 124
[11Jun2021 03:16:31.964] [Server thread/INFO] [Silent Gear/MaterialManager]: - Standard: 118
[11Jun2021 03:16:31.980] [Server thread/INFO] [structurize/]: Trying jar discover: assets/structurize
[11Jun2021 03:16:31.988] [Server thread/INFO] [structurize/]: Trying jar discover: assets/minecolonies
[11Jun2021 03:16:33.199] [Server thread/INFO] [structurize/]: Load additional huts or decorations from ./structurize/schematics
[11Jun2021 03:16:33.200] [Server thread/INFO] [structurize/]: Load cached schematic from ./structurize/cache
[11Jun2021 03:16:33.200] [Server thread/INFO] [structurize/]: Load cached schematic from ./structurize/cache
[11Jun2021 03:16:33.258] [Server thread/INFO] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Validating Mutations...
[11Jun2021 03:16:33.268] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: ruby_rediscovered mutation: [BLOCK_TO_BLOCK, tag:forge:stone, 1.0, [[rediscovered:ruby_ore, 1.0, {}]]]
[11Jun2021 03:16:33.268] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: shadow_gem_eidolon mutation: [BLOCK_TO_BLOCK, tag:forge:stone, 1.0, [[eidolon:smooth_stone_tiles, 1.0, {}]]]
[11Jun2021 03:16:33.268] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: sapphire_ice_and_fire mutation: [BLOCK_TO_BLOCK, tag:forge:stone, 1.0, [[iceandfire:sapphire_ore, 1.0, {}]]]
[11Jun2021 03:16:33.268] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: amethyst_ice_and_fire mutation: [BLOCK_TO_BLOCK, tag:forge:stone, 1.0, [[iceandfire:amythest_ore, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: lime_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:lime_wool, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: blue_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:blue_wool, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: light_gray_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:light_gray_wool, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: magenta_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:magenta_wool, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: pink_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:pink_wool, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: red_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:red_wool, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: orange_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:orange_wool, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: green_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:green_wool, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: purple_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:purple_wool, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: yellow_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:yellow_wool, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: white_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:white_wool, 1.0, {}]]]
[11Jun2021 03:16:33.269] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: black_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:black_wool, 1.0, {}]]]
[11Jun2021 03:16:33.270] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: gray_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:gray_wool, 1.0, {}]]]
[11Jun2021 03:16:33.270] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: light_blue_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:light_blue_wool, 1.0, {}]]]
[11Jun2021 03:16:33.270] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: cyan_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:cyan_wool, 1.0, {}]]]
[11Jun2021 03:16:33.270] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: brown_crewmate mutation: [BLOCK_TO_BLOCK, tag:forge:wool, 1.0, [[minecraft:brown_wool, 1.0, {}]]]
[11Jun2021 03:16:33.271] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.ResourcefulBees/]: Could not validate mutation for: redstone mutation: [BLOCK_TO_BLOCK, minecraft:stone, 1.0, [[minecraft:redstone, 1.0, {}]]]
[11Jun2021 03:16:33.278] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:forge:storage_blocks/dragonsteel_fire, for bee: fire_dragon
[11Jun2021 03:16:33.278] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:forge:storage_blocks/dragonsteel_ice, for bee: ice_dragon
[11Jun2021 03:16:33.278] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:forge:storage_blocks/dragonsteel_lightning, for bee: lightning_dragon
[11Jun2021 03:16:33.279] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:forge:storage_blocks/refined_glowstone, for bee: refined_glowstone
[11Jun2021 03:16:33.279] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:forge:storage_blocks/unobtainium, for bee: unobtainium
[11Jun2021 03:16:33.279] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:forge:storage_blocks/osmium, for bee: osmium
[11Jun2021 03:16:33.279] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:forge:storage_blocks/refined_obsidian, for bee: refined_obsidian
[11Jun2021 03:16:33.279] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:forge:storage_blocks/vibranium, for bee: vibranium
[11Jun2021 03:16:33.279] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:forge:storage_blocks/allthemodium, for bee: allthemodium
[11Jun2021 03:16:33.279] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:forge:storage_blocks/oratchalcum, for bee: oratchalcum
[11Jun2021 03:16:33.279] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:forge:storage_blocks/uraninite, for bee: uraninite
[11Jun2021 03:16:33.279] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:misctags:flowers/glowing_flowers, for bee: glowing
[11Jun2021 03:16:33.279] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:misctags:flowers/forest_flowers, for bee: leafcutter
[11Jun2021 03:16:33.279] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:misctags:flowers/forest_flowers, for bee: lumber
[11Jun2021 03:16:33.280] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:misctags:flowers/magical_flowers, for bee: mana
[11Jun2021 03:16:33.280] [Server thread/WARN] [com.resourcefulbees.resourcefulbees.init.FlowerSetup/]: Could not find Tag: tag:misctags:flowers/forest_flowers, for bee: mason
[11Jun2021 03:16:33.293] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/minecraft:overworld
[11Jun2021 03:16:33.299] [Server thread/INFO] [antiqueatlas/]: Saving local markers data to NBT
[11Jun2021 03:16:35.982] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (world_never_netherite): All chunks are saved
[11Jun2021 03:16:35.982] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/minecraft:the_nether
[11Jun2021 03:16:35.983] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[11Jun2021 03:16:35.983] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/minecraft:the_end
[11Jun2021 03:16:35.983] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[11Jun2021 03:16:35.983] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/world_blender:world_blender
[11Jun2021 03:16:35.984] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (world_blender): All chunks are saved
[11Jun2021 03:16:35.984] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/pokecube:secret_base
[11Jun2021 03:16:35.985] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (secret_base): All chunks are saved
[11Jun2021 03:16:35.985] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/twilightforest:twilightforest
[11Jun2021 03:16:35.986] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (twilightforest): All chunks are saved
[11Jun2021 03:16:35.986] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/chaosawakens:crystal_dimension
[11Jun2021 03:16:35.986] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (crystal_dimension): All chunks are saved
[11Jun2021 03:16:35.986] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/chaosawakens:mining_dimension
[11Jun2021 03:16:35.987] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (mining_dimension): All chunks are saved
[11Jun2021 03:16:35.987] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/pokecube_legends:distorted_world
[11Jun2021 03:16:35.988] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (distorted_world): All chunks are saved
[11Jun2021 03:16:35.988] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/pokecube_world:overworld
[11Jun2021 03:16:35.988] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (overworld): All chunks are saved
[11Jun2021 03:16:35.989] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/twilightforest:skylight_forest
[11Jun2021 03:16:35.990] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (skylight_forest): All chunks are saved
[11Jun2021 03:16:35.990] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/lotr:middle_earth
[11Jun2021 03:16:35.991] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (middle_earth): All chunks are saved
[11Jun2021 03:16:35.991] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/ultra_amplified_dimension:ultra_amplified_dimension
[11Jun2021 03:16:35.991] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (ultra_amplified_dimension): All chunks are saved
[11Jun2021 03:16:35.991] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/dimdungeons:dungeon_dimension
[11Jun2021 03:16:35.992] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (dungeon_dimension): All chunks are saved
[11Jun2021 03:16:35.992] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/atum:atum
[11Jun2021 03:16:35.992] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (atum): All chunks are saved
[11Jun2021 03:16:35.992] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/chaosawakens:danger_islands
[11Jun2021 03:16:35.993] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (danger_islands): All chunks are saved
[11Jun2021 03:16:35.993] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/pokecube_legends:ultraspace
[11Jun2021 03:16:35.993] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (ultraspace): All chunks are saved
[11Jun2021 03:16:35.993] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/undergarden:undergarden
[11Jun2021 03:16:35.994] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (undergarden): All chunks are saved
[11Jun2021 03:16:35.994] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world_never_netherite]'/chaosawakens:village_mania
[11Jun2021 03:16:35.994] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (village_mania): All chunks are saved
[11Jun2021 03:16:36.255] [Thread-103/INFO] [BlueMap/]: Loading...
[11Jun2021 03:16:36.751] [Thread-103/INFO] [BlueMap/]: Loading resources...
[11Jun2021 03:16:36.751] [Thread-104/INFO] [BlueMap/]: WebServer started.
[11Jun2021 03:16:36.929] [Server thread/INFO] [minecolonies/]: Finished discovering saplings
[11Jun2021 03:16:37.007] [Server thread/INFO] [minecolonies/]: Finished discovering Ores
[11Jun2021 03:16:37.007] [Server thread/INFO] [minecolonies/]: Finished discovering plantables
[11Jun2021 03:16:37.075] [Server thread/INFO] [minecolonies/]: Finished discovering food
[11Jun2021 03:16:37.510] [Server thread/INFO] [minecolonies/]: Finished discovering fuel
[11Jun2021 03:16:37.525] [Server thread/INFO] [minecolonies/]: Finished discovering lucky oreBlocks
[11Jun2021 03:16:37.526] [Server thread/INFO] [minecolonies/]: Finished discovering recruitment costs
[11Jun2021 03:16:37.530] [Server thread/INFO] [minecolonies/]: Finished discovering diseases
[11Jun2021 03:16:40.020] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/orange_ball_cactus_flower.png
[11Jun2021 03:16:40.020] [Thread-103/WARN] [BlueMap/]: This happens if the resource-packs have changed, but you have not deleted your generated maps. This might result in broken map-models!
[11Jun2021 03:16:40.351] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/potted_rafflesia.png
[11Jun2021 03:16:40.796] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/red_ball_cactus_flower.png
[11Jun2021 03:16:41.173] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/growing_ball_cactus.png
[11Jun2021 03:16:41.303] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.alexsmobs.crow!
[11Jun2021 03:16:41.303] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.alexsmobs.crow!
[11Jun2021 03:16:41.304] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.alexsmobs.crow!
[11Jun2021 03:16:41.304] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.alexsmobs.crow!
[11Jun2021 03:16:41.305] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.alexsmobs.elephant!
[11Jun2021 03:16:41.305] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.alexsmobs.elephant!
[11Jun2021 03:16:41.305] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.alexsmobs.elephant!
[11Jun2021 03:16:41.305] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.alexsmobs.elephant!
[11Jun2021 03:16:41.306] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.alexsmobs.raccoon!
[11Jun2021 03:16:41.306] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.alexsmobs.raccoon!
[11Jun2021 03:16:41.306] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.alexsmobs.raccoon!
[11Jun2021 03:16:41.306] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.alexsmobs.raccoon!
[11Jun2021 03:16:41.306] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.artifacts.mimic!
[11Jun2021 03:16:41.306] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.artifacts.mimic!
[11Jun2021 03:16:41.307] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.artifacts.mimic!
[11Jun2021 03:16:41.307] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.artifacts.mimic!
[11Jun2021 03:16:41.307] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.cavesandcliffs.axolotl!
[11Jun2021 03:16:41.307] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.cavesandcliffs.axolotl!
[11Jun2021 03:16:41.307] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.cavesandcliffs.axolotl!
[11Jun2021 03:16:41.307] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.cavesandcliffs.axolotl!
[11Jun2021 03:16:41.308] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.direbats.direbat!
[11Jun2021 03:16:41.308] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.direbats.direbat!
[11Jun2021 03:16:41.308] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.direbats.direbat!
[11Jun2021 03:16:41.308] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.direbats.direbat!
[11Jun2021 03:16:41.308] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.fins.flatback_leaf_snail!
[11Jun2021 03:16:41.308] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.fins.flatback_leaf_snail!
[11Jun2021 03:16:41.308] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.fins.flatback_leaf_snail!
[11Jun2021 03:16:41.308] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.fins.flatback_leaf_snail!
[11Jun2021 03:16:41.309] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.greekfantasy.ara!
[11Jun2021 03:16:41.309] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.greekfantasy.ara!
[11Jun2021 03:16:41.309] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.greekfantasy.ara!
[11Jun2021 03:16:41.309] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.greekfantasy.ara!
[11Jun2021 03:16:41.310] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.greekfantasy.dryad!
[11Jun2021 03:16:41.310] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.greekfantasy.dryad!
[11Jun2021 03:16:41.310] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.greekfantasy.dryad!
[11Jun2021 03:16:41.310] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.greekfantasy.dryad!
[11Jun2021 03:16:41.311] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.greekfantasy.harpy!
[11Jun2021 03:16:41.311] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.greekfantasy.harpy!
[11Jun2021 03:16:41.311] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.greekfantasy.harpy!
[11Jun2021 03:16:41.311] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.greekfantasy.harpy!
[11Jun2021 03:16:41.311] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.greekfantasy.satyr!
[11Jun2021 03:16:41.311] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.greekfantasy.satyr!
[11Jun2021 03:16:41.312] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.greekfantasy.satyr!
[11Jun2021 03:16:41.312] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.greekfantasy.satyr!
[11Jun2021 03:16:41.312] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.mimic.mimic!
[11Jun2021 03:16:41.312] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.mimic.mimic!
[11Jun2021 03:16:41.312] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.mimic.mimic!
[11Jun2021 03:16:41.312] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.mimic.mimic!
[11Jun2021 03:16:41.313] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.minecraft.bee!
[11Jun2021 03:16:41.313] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.minecraft.bee!
[11Jun2021 03:16:41.313] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.minecraft.bee!
[11Jun2021 03:16:41.313] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.minecraft.bee!
[11Jun2021 03:16:41.314] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.minecraft.cave_spider!
[11Jun2021 03:16:41.314] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.minecraft.cave_spider!
[11Jun2021 03:16:41.314] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.minecraft.cave_spider!
[11Jun2021 03:16:41.314] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.minecraft.cave_spider!
[11Jun2021 03:16:41.316] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.minecraft.chicken!
[11Jun2021 03:16:41.316] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.minecraft.chicken!
[11Jun2021 03:16:41.316] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.minecraft.chicken!
[11Jun2021 03:16:41.316] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.minecraft.chicken!
[11Jun2021 03:16:41.316] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.minecraft.enderman!
[11Jun2021 03:16:41.316] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.minecraft.enderman!
[11Jun2021 03:16:41.316] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.minecraft.enderman!
[11Jun2021 03:16:41.317] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.minecraft.enderman!
[11Jun2021 03:16:41.317] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.minecraft.pig!
[11Jun2021 03:16:41.317] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.minecraft.pig!
[11Jun2021 03:16:41.317] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.minecraft.pig!
[11Jun2021 03:16:41.317] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.minecraft.pig!
[11Jun2021 03:16:41.318] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.minecraft.polar_bear!
[11Jun2021 03:16:41.318] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.minecraft.polar_bear!
[11Jun2021 03:16:41.318] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.minecraft.polar_bear!
[11Jun2021 03:16:41.318] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.minecraft.polar_bear!
[11Jun2021 03:16:41.336] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.minecraft.skeleton!
[11Jun2021 03:16:41.336] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.minecraft.skeleton!
[11Jun2021 03:16:41.336] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.minecraft.skeleton!
[11Jun2021 03:16:41.336] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.minecraft.skeleton!
[11Jun2021 03:16:41.337] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.minecraft.vindicator!
[11Jun2021 03:16:41.337] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.minecraft.vindicator!
[11Jun2021 03:16:41.337] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.minecraft.vindicator!
[11Jun2021 03:16:41.337] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.minecraft.vindicator!
[11Jun2021 03:16:41.337] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.minecraft.witch!
[11Jun2021 03:16:41.337] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.minecraft.witch!
[11Jun2021 03:16:41.337] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.minecraft.witch!
[11Jun2021 03:16:41.337] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.minecraft.witch!
[11Jun2021 03:16:41.342] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.minecraft.zombie!
[11Jun2021 03:16:41.342] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.minecraft.zombie!
[11Jun2021 03:16:41.343] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.minecraft.zombie!
[11Jun2021 03:16:41.343] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.minecraft.zombie!
[11Jun2021 03:16:41.343] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.minecraft.zombie_horse!
[11Jun2021 03:16:41.343] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.minecraft.zombie_horse!
[11Jun2021 03:16:41.344] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.minecraft.zombie_horse!
[11Jun2021 03:16:41.344] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.minecraft.zombie_horse!
[11Jun2021 03:16:41.344] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.mowziesmobs.ferrous_wroughtnaut!
[11Jun2021 03:16:41.345] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.mowziesmobs.ferrous_wroughtnaut!
[11Jun2021 03:16:41.345] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.mowziesmobs.ferrous_wroughtnaut!
[11Jun2021 03:16:41.345] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.mowziesmobs.ferrous_wroughtnaut!
[11Jun2021 03:16:41.345] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.untamedwilds.aardvark!
[11Jun2021 03:16:41.346] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.untamedwilds.aardvark!
[11Jun2021 03:16:41.346] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.untamedwilds.aardvark!
[11Jun2021 03:16:41.346] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.untamedwilds.aardvark!
[11Jun2021 03:16:41.346] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.untamedwilds.bear_black!
[11Jun2021 03:16:41.347] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.untamedwilds.bear_black!
[11Jun2021 03:16:41.347] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.untamedwilds.bear_black!
[11Jun2021 03:16:41.347] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.untamedwilds.bear_black!
[11Jun2021 03:16:41.348] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.untamedwilds.bear_blind!
[11Jun2021 03:16:41.348] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.untamedwilds.bear_blind!
[11Jun2021 03:16:41.348] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.untamedwilds.bear_blind!
[11Jun2021 03:16:41.348] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.untamedwilds.bear_blind!
[11Jun2021 03:16:41.348] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.untamedwilds.bigcat_puma!
[11Jun2021 03:16:41.348] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.untamedwilds.bigcat_puma!
[11Jun2021 03:16:41.349] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.untamedwilds.bigcat_puma!
[11Jun2021 03:16:41.349] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.untamedwilds.bigcat_puma!
[11Jun2021 03:16:41.349] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.untamedwilds.snake!
[11Jun2021 03:16:41.349] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.untamedwilds.snake!
[11Jun2021 03:16:41.349] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.untamedwilds.snake!
[11Jun2021 03:16:41.350] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.untamedwilds.snake!
[11Jun2021 03:16:41.350] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.untamedwilds.softshell_turtle!
[11Jun2021 03:16:41.350] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.untamedwilds.softshell_turtle!
[11Jun2021 03:16:41.350] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.untamedwilds.softshell_turtle!
[11Jun2021 03:16:41.350] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.untamedwilds.softshell_turtle!
[11Jun2021 03:16:41.351] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.untamedwilds.tarantula!
[11Jun2021 03:16:41.351] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.untamedwilds.tarantula!
[11Jun2021 03:16:41.351] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.untamedwilds.tarantula!
[11Jun2021 03:16:41.351] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.untamedwilds.tarantula!
[11Jun2021 03:16:41.351] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.untamedwilds.trevally!
[11Jun2021 03:16:41.351] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.untamedwilds.trevally!
[11Jun2021 03:16:41.351] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.untamedwilds.trevally!
[11Jun2021 03:16:41.351] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.untamedwilds.trevally!
[11Jun2021 03:16:41.352] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.vemerioraptor.plesiosaurus!
[11Jun2021 03:16:41.352] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.vemerioraptor.plesiosaurus!
[11Jun2021 03:16:41.352] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.vemerioraptor.plesiosaurus!
[11Jun2021 03:16:41.352] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.vemerioraptor.plesiosaurus!
[11Jun2021 03:16:41.352] [Server thread/ERROR] [pokecube/]: Unfilled value pokedexNb for entity.whisperwoods.hirschgeist!
[11Jun2021 03:16:41.352] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for entity.whisperwoods.hirschgeist!
[11Jun2021 03:16:41.352] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for entity.whisperwoods.hirschgeist!
[11Jun2021 03:16:41.352] [Server thread/ERROR] [pokecube/]: Unfilled value mass for entity.whisperwoods.hirschgeist!
[11Jun2021 03:16:41.353] [Server thread/ERROR] [pokecube/]: Unfilled value baseXP for MissingNo!
[11Jun2021 03:16:41.353] [Server thread/ERROR] [pokecube/]: Unfilled value catchRate for MissingNo!
[11Jun2021 03:16:41.353] [Server thread/ERROR] [pokecube/]: Unfilled value baseHappiness for MissingNo!
[11Jun2021 03:16:41.353] [Server thread/ERROR] [pokecube/]: Unfilled value evolutionMode for MissingNo!
[11Jun2021 03:16:41.353] [Server thread/ERROR] [pokecube/]: Unfilled value sexeRatio for MissingNo!
[11Jun2021 03:16:41.353] [Server thread/ERROR] [pokecube/]: Unfilled value mass for MissingNo!
[11Jun2021 03:16:41.601] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/ball_cactus.png
[11Jun2021 03:16:42.017] [Server thread/ERROR] [pokecube/]: Invalid Matcher: {"clientBiomes":[],"clientTypes":[],"children":[],"minLight":0.0,"maxLight":1.0,"day":true,"dusk":true,"night":true,"dawn":true,"air":true,"water":false,"needThunder":false,"noThunder":false,"spawnRule":{"values":{"rate":"0.25","types":"water, beach, lake"}},"parsed":true,"valid":false}
[11Jun2021 03:16:42.021] [Server thread/ERROR] [pokecube/]: Invalid Matcher: {"clientBiomes":[],"clientTypes":[],"children":[],"minLight":0.0,"maxLight":1.0,"day":true,"dusk":true,"night":true,"dawn":true,"air":true,"water":true,"needThunder":false,"noThunder":false,"spawnRule":{"values":{"rate":"0.25","types":"water,beach,lake","water":"true"}},"parsed":true,"valid":false}
[11Jun2021 03:16:42.028] [Server thread/ERROR] [pokecube/]: Invalid Matcher: {"clientBiomes":[],"clientTypes":[],"children":[],"minLight":0.0,"maxLight":1.0,"day":true,"dusk":true,"night":true,"dawn":true,"air":true,"water":false,"needThunder":false,"noThunder":false,"spawnRule":{"values":{"rate":"0.25","types":"ocean,beach"}},"parsed":true,"valid":false}
[11Jun2021 03:16:42.180] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/pink_ball_cactus_flower.png
[11Jun2021 03:16:42.518] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/slime_fern.png
[11Jun2021 03:16:42.896] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/rafflesia_stage0.png
[11Jun2021 03:16:43.438] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/rafflesia_stage1.png
[11Jun2021 03:16:43.798] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/rafflesia_stage2.png
[11Jun2021 03:16:44.180] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/rafflesia_petal.png
[11Jun2021 03:16:44.613] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/pollinated_rafflesia_stage2.png
[11Jun2021 03:16:45.036] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/suspicious_rafflesia_stage2.png
[11Jun2021 03:16:45.339] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/fairy_ring_mushroom_block.png
[11Jun2021 03:16:45.641] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/fairy_ring_mushroom_block_inside.png
[11Jun2021 03:16:46.001] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/yellow_ball_cactus_flower.png
[11Jun2021 03:16:46.444] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/fairy_ring_mushroom_stem.png
[11Jun2021 03:16:46.751] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/fairylight.png
[11Jun2021 03:16:47.064] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/one_fairy_ring_mushroom.png
[11Jun2021 03:16:47.439] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/potted_kabloom_bush.png
[11Jun2021 03:16:47.843] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving is already turned on
[11Jun2021 03:16:47.844] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving the game (this may take a moment!)
[11Jun2021 03:16:47.934] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/kabloom_bush_stage0.png
[11Jun2021 03:16:48.408] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/kabloom_bush_stage1.png
[11Jun2021 03:16:48.562] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saved the game
[11Jun2021 03:16:48.562] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving is already turned on
[11Jun2021 03:16:48.562] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving the game (this may take a moment!)
[11Jun2021 03:16:48.758] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/kabloom_bush_stage2.png
[11Jun2021 03:16:48.818] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saved the game
[11Jun2021 03:16:48.825] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6729ms or 134 ticks behind
[11Jun2021 03:16:49.137] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/kabloom_bush_stage3.png
[11Jun2021 03:16:49.552] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/kabloom_bush_stage4.png
[11Jun2021 03:16:50.138] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/kabloom_bush_stage5.png
[11Jun2021 03:16:50.647] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/kabloom_bush_stage6.png
[11Jun2021 03:16:51.190] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/kabloom_bush_stage7.png
[11Jun2021 03:16:51.833] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/one_dusted_fairy_ring_mushroom.png
[11Jun2021 03:16:52.479] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/two_fairy_ring_mushrooms.png
[11Jun2021 03:16:52.991] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/two_dusted_fairy_ring_mushrooms.png
[11Jun2021 03:16:53.375] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/three_fairy_ring_mushrooms.png
[11Jun2021 03:16:53.875] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/three_dusted_fairy_ring_mushrooms.png
[11Jun2021 03:16:54.381] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/four_fairy_ring_mushrooms.png
[11Jun2021 03:16:54.771] [Thread-103/WARN] [BlueMap/]: Failed to reload texture: assets/bloom_and_gloom/textures/block/four_dusted_fairy_ring_mushrooms.png
[11Jun2021 03:16:58.192] [Thread-103/INFO] [BlueMap/]: Loading dtquark assets (1/54)...
[11Jun2021 03:17:02.463] [Thread-103/INFO] [BlueMap/]: Loading betterendforge assets (2/54)...
[11Jun2021 03:17:06.227] [Thread-103/INFO] [BlueMap/]: Loading lucky assets (3/54)...
[11Jun2021 03:17:08.873] [Thread-103/INFO] [BlueMap/]: Loading dynamictreesplus assets (4/54)...
[11Jun2021 03:17:11.742] [Thread-103/INFO] [BlueMap/]: Loading mysticalworld assets (5/54)...
[11Jun2021 03:17:14.773] [Thread-103/INFO] [BlueMap/]: Loading quark assets (6/54)...
[11Jun2021 03:17:18.764] [Thread-103/INFO] [BlueMap/]: Loading realms assets (7/54)...
[11Jun2021 03:17:21.665] [Thread-103/INFO] [BlueMap/]: Loading buzzier_bees assets (8/54)...
[11Jun2021 03:17:24.434] [Thread-103/INFO] [BlueMap/]: Loading byg assets (9/54)...
[11Jun2021 03:19:33.944] [Thread-103/INFO] [BlueMap/]: Loading thutcore assets (10/54)...
[11Jun2021 03:19:36.477] [Thread-103/INFO] [BlueMap/]: Loading pokecube_adventures assets (11/54)...
[11Jun2021 03:19:38.909] [Thread-103/INFO] [BlueMap/]: Loading thut_bling assets (12/54)...
[11Jun2021 03:19:48.785] [Thread-103/INFO] [BlueMap/]: Loading dynamictrees assets (13/54)...
[11Jun2021 03:20:03.746] [Thread-103/INFO] [BlueMap/]: Loading outer_end assets (14/54)...
[11Jun2021 03:20:06.474] [Thread-103/INFO] [BlueMap/]: Loading bayou_blues assets (15/54)...
[11Jun2021 03:20:22.053] [Thread-103/INFO] [BlueMap/]: Loading biomesoplenty assets (16/54)...
[11Jun2021 03:20:24.762] [Thread-103/INFO] [BlueMap/]: Loading extcaves assets (17/54)...
[11Jun2021 03:20:27.333] [Thread-103/INFO] [BlueMap/]: Loading good_nights_sleep assets (18/54)...
[11Jun2021 03:21:24.958] [Thread-103/INFO] [BlueMap/]: Loading tconstruct assets (19/54)...
[11Jun2021 03:21:28.412] [Thread-103/INFO] [BlueMap/]: Loading silentgear assets (20/54)...
[11Jun2021 03:21:30.651] [Thread-103/INFO] [BlueMap/]: Loading pokecube_compat assets (21/54)...
[11Jun2021 03:21:33.518] [Thread-103/INFO] [BlueMap/]: Loading nbtedit assets (22/54)...
[11Jun2021 03:21:35.673] [Thread-103/INFO] [BlueMap/]: Loading terraincognita assets (23/54)...
[11Jun2021 03:21:37.841] [Thread-103/INFO] [BlueMap/]: Loading atmospheric assets (24/54)...
[11Jun2021 03:21:57.353] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 8607ms or 172 ticks behind
[11Jun2021 03:23:02.970] [Thread-103/INFO] [BlueMap/]: Loading benched assets (25/54)...
[11Jun2021 03:23:05.164] [Thread-103/INFO] [BlueMap/]: Loading teletubbies assets (26/54)...
[11Jun2021 03:23:07.261] [Thread-103/INFO] [BlueMap/]: Loading silents_mechanisms assets (27/54)...
[11Jun2021 03:23:09.437] [Thread-103/INFO] [BlueMap/]: Loading pokecube_mobs assets (28/54)...
[11Jun2021 03:23:11.594] [Thread-103/INFO] [BlueMap/]: Loading pokecube assets (29/54)...
[11Jun2021 03:25:37.588] [Thread-103/INFO] [BlueMap/]: Loading cavesandcliffs assets (30/54)...
[11Jun2021 03:25:42.004] [Thread-103/INFO] [BlueMap/]: Loading greekfantasy assets (31/54)...
[11Jun2021 03:25:44.061] [Thread-103/INFO] [BlueMap/]: Loading pokecube_legends assets (32/54)...
[11Jun2021 03:25:57.849] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving is already turned on
[11Jun2021 03:25:57.849] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving the game (this may take a moment!)
[11Jun2021 03:25:58.532] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saved the game
[11Jun2021 03:26:21.407] [Thread-103/INFO] [BlueMap/]: Loading quarkoplenty assets (33/54)...
[11Jun2021 03:28:19.786] [Thread-103/INFO] [BlueMap/]: Loading desolation assets (34/54)...
[11Jun2021 03:28:22.046] [Thread-103/INFO] [BlueMap/]: Loading environmental assets (35/54)...
[11Jun2021 03:30:22.160] [Thread-103/INFO] [BlueMap/]: Loading piggybanks assets (36/54)...
[11Jun2021 03:30:24.240] [Thread-103/INFO] [BlueMap/]: Loading lotr assets (37/54)...
[11Jun2021 03:30:29.335] [Thread-103/INFO] [BlueMap/]: Loading thut_wearables assets (38/54)...
[11Jun2021 03:30:31.472] [Thread-103/INFO] [BlueMap/]: Loading thutcrafts assets (39/54)...
[11Jun2021 03:30:33.385] [Thread-103/INFO] [BlueMap/]: Loading dtforbiddenarcanus assets (40/54)...
[11Jun2021 03:30:42.576] [Thread-103/INFO] [BlueMap/]: Loading bluemap assets (41/54)...
[11Jun2021 03:30:45.110] [Thread-103/INFO] [BlueMap/]: Loading enhanced_vanilla assets (42/54)...
[11Jun2021 03:30:48.081] [Thread-103/INFO] [BlueMap/]: Loading minecolonies assets (43/54)...
[11Jun2021 03:30:50.418] [Thread-103/INFO] [BlueMap/]: Loading smallerunits assets (44/54)...
[11Jun2021 03:30:52.870] [Thread-103/INFO] [BlueMap/]: Loading osv assets (45/54)...
[11Jun2021 03:36:02.866] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving is already turned on
[11Jun2021 03:36:02.866] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving the game (this may take a moment!)
[11Jun2021 03:36:10.918] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saved the game
[11Jun2021 03:36:10.920] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 8074ms or 161 ticks behind
[11Jun2021 03:46:07.899] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving is already turned on
[11Jun2021 03:46:07.899] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saving the game (this may take a moment!)
[11Jun2021 03:46:08.599] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Saved the game
[11Jun2021 03:46:46.070] [User Authenticator #1/INFO] [net.minecraft.network.login.ServerLoginNetHandler/]: UUID of player WenXin2 is eb83f5a3-397a-4e14-80bc-914ff91890f0
[11Jun2021 03:46:50.504] [Server thread/INFO] [net.minecraft.network.login.ServerLoginNetHandler/]: com.mojang.authlib.GameProfile@12074260[id=eb83f5a3-397a-4e14-80bc-914ff91890f0,name=WenXin2,properties={textures=[com.mojang.authlib.properties.Property@ef453d8]},legacy=false] (/192.136.226.54:49584) lost connection: Disconnected
[11Jun2021 03:51:17.113] [Server thread/INFO] [lotr.common.LOTRLog/]: lotr: Updating LOTR day: Highday 21 Winterfilth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment