Jump to content

Recommended Posts

Posted

i am getting this error when starting server plz help.


C:\Users\ALI CH\Desktop\RL>java -Xmx10G -Xms1024M -jar forge-1.16.5-36.1.0.jar
2021-06-30 13:02:04,875 main WARN Advanced terminal features are not available in this environment
[13:02:05] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.1.0, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge]
[13:02:05] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 16.0.1 by Oracle Corporation
Exception in thread "main" java.lang.IllegalAccessError: class cpw.mods.modlauncher.SecureJarHandler (in unnamed module @0x52aa2946) cannot access class sun.security.util.ManifestEntryVerifier (in module java.base) because module java.base does not export sun.security.util to unnamed module @0x52aa2946
        at cpw.mods.modlauncher.SecureJarHandler.lambda$static$1(SecureJarHandler.java:41)
        at cpw.mods.modlauncher.api.LamdbaExceptionUtils.uncheck(LamdbaExceptionUtils.java:95)
        at cpw.mods.modlauncher.SecureJarHandler.<clinit>(SecureJarHandler.java:41)
        at cpw.mods.modlauncher.Launcher.lambda$new$6(Launcher.java:55)
        at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
        at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:52)
        at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:47)
        at cpw.mods.modlauncher.Environment.computePropertyIfAbsent(Environment.java:62)
        at cpw.mods.modlauncher.Launcher.<init>(Launcher.java:55)
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)

C:\Users\ALI CH\Desktop\RL>PAUSE
Press any key to continue . . .

Posted (edited)

there is a server software like forge. i made a server on it and it also requires java 8 and that server downloaded their own custom java.

Edited by adfasfgsg
Posted

bro i downloaded the 8 but i a now getting this
 

C:\Users\ALI CH\Desktop\RL>java -Xmx10G -Xms1024M -jar forge.jar
2021-07-01 00:44:41,952 main WARN Advanced terminal features are not available in this environment
[00:44:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.1.0, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge]
[00:44:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_291 by Oracle Corporation
[00:44:43] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[00:44:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/ALI%20CH/Desktop/RL/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=SERVER
Exception in thread "main" [00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.RuntimeException: Failed to load FML config from C:\Users\ALI CH\Desktop\RL\config\fml.toml
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.fml.loading.FMLConfig.loadFrom(FMLConfig.java:64)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.fml.loading.FMLConfig.load(FMLConfig.java:77)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:81)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:68)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:107)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at java.util.HashMap$Values.forEach(HashMap.java:981)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:107)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:59)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at cpw.mods.modlauncher.Launcher.run(Launcher.java:76)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: com.electronwill.nightconfig.core.io.ParsingException: Invalid value: FALSE
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.toml.ValueParser.parseNumber(ValueParser.java:101)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.toml.ValueParser.parse(ValueParser.java:63)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.toml.ValueParser.parse(ValueParser.java:68)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:57)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.core.file.AutoreloadFileConfig.load(AutoreloadFileConfig.java:41)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       at net.minecraftforge.fml.loading.FMLConfig.loadFrom(FMLConfig.java:60)
[00:44:43] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:       ... 12 more

C:\Users\ALI CH\Desktop\RL>PAUSE
Press any key to continue . . .

Posted (edited)

bro server starts normal. but when i add mod this happens::::

  Reveal hidden contents

Edited by diesieben07
spoiler
Posted

bro can you help again

i am getting this error.

 


C:\Users\ALI CH\Desktop\RL>java -Xmx10G -Xms1024M -jar forge.jar
2021-07-01 03:28:17,408 main WARN Advanced terminal features are not available in this environment
[03:28:17] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.1.32, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge]
[03:28:17] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_291 by Oracle Corporation
[03:28:18] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[03:28:18] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/ALI%20CH/Desktop/RL/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=SERVER
[03:28:20] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~'
[03:28:20] [main/ERROR] [mixin/]: Mixin config antiqueatlas.mixins.json does not specify "minVersion" property
[03:28:20] [main/ERROR] [mixin/]: Mixin config fancymenu.general.mixin.json does not specify "minVersion" property
[03:28:20] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.blackgear.cavesandcliffs.mixin.CCBMixinConnector]
[03:28:20] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [cech12.extendedmushrooms.mixin.ModMixinConnector]
[03:28:21] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [vazkii.patchouli.common.MixinConnector]
[03:28:21] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.fuzs.easymagic.mixin.MixinConnector]
[03:28:21] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.performant.coremod.mixin.Connector]
[03:28:21] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, .]
[03:28:21] [main/WARN] [mixin/]: Reference map 'globaldataandresourcepacks.refmap.json' for globaldataandresourcepacks.mixins.json could not be read. If this is a development environment you can ignore this message
[03:28:21] [main/WARN] [mixin/]: Reference map 'craftabledeeds.refmap.json' for craftabledeeds.mixins.json could not be read. If this is a development environment you can ignore this message
[03:28:21] [main/WARN] [mixin/]: Reference map 'brazier-forge-refmap.json' for brazier-forge.mixins.json could not be read. If this is a development environment you can ignore this message
[03:28:21] [main/INFO] [co.pe.co.Performant/]: Performant configs loaded
[03:28:21] [main/WARN] [mixin/]: Error loading class: com/terraforged/mod/chunk/column/post/LayerDecorator (java.lang.ClassNotFoundException: null)
[03:28:21] [main/WARN] [mixin/]: @Mixin target com.terraforged.mod.chunk.column.post.LayerDecorator was not found snowrealmagic.mixins.json:MixinLayerDecorator
[03:28:21] [main/WARN] [mixin/]: Error loading class: com/terraforged/mod/feature/feature/FreezeLayer (java.lang.ClassNotFoundException: null)
[03:28:21] [main/WARN] [mixin/]: @Mixin target com.terraforged.mod.feature.feature.FreezeLayer was not found snowrealmagic.mixins.json:MixinFreezeLayer
[Serene Seasons Transformer]: Transforming func_176224_k in net/minecraft/block/CauldronBlock
[Serene Seasons Transformer]: Patched 1 calls
[03:28:22] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/UndeadHorseRenderer (java.lang.ClassNotFoundException: null)
[03:28:22] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.UndeadHorseRenderer was not found supplementaries.mixins.json:UndeadHorseRendererMixin
[03:28:22] [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
[03:28:22] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/entity/PlayerRenderer for invalid dist DEDICATED_SERVER
[03:28:22] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/PlayerRenderer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/entity/PlayerRenderer for invalid dist DEDICATED_SERVER)
[03:28:22] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.PlayerRenderer was not found seals.mixins.json:MixinPlayerRenderer
[Serene Seasons Transformer]: Transforming func_201854_a in net/minecraft/world/biome/Biome
[Serene Seasons Transformer]: Patched 1 calls
[Serene Seasons Transformer]: Transforming func_201850_b in net/minecraft/world/biome/Biome
[Serene Seasons Transformer]: Patched 1 calls
[03:28:22] [main/WARN] [mixin/]: Error loading class: biomesoplenty/common/world/BOPBiomeProvider (java.lang.ClassNotFoundException: null)
[Antique Atlas Transformer]: Patching StructureStart...
[Antique Atlas Transformer]: Patch 1 failed
[Antique Atlas Transformer]: Patch 2 was successful
[Antique Atlas Transformer]: Patching StructureStart#func_230366_a_ failed
[03:28:23] [main/WARN] [mixin/]: @Mixin target net/minecraft/world/gen/feature/structure/MineshaftPieces$Piece is public in charm.mixins.json:accessor.MineshaftPiecesAccessor and should be specified in value
[03:28:23] [main/INFO] [co.pe.co.Performant/]: Not enabling mixin forcom.performant.coremod.mixin.forge.BasicEventHooksMixin as config disables it.
[03:28:23] [main/INFO] [co.pe.co.Performant/]: Not enabling mixin forcom.performant.coremod.mixin.world.WorldMixin as config disables it.
[03:28:23] [main/INFO] [co.pe.co.Performant/]: Not enabling mixin forcom.performant.coremod.mixin.entity.LivingEntityUpdateEventMixin as config disables it.
[03:28:23] [main/WARN] [mixin/]: @Mixin target net/minecraft/world/server/ChunkManager$EntityTracker is public in performant.mixins.json:world.chunk.ChunkManagerEntityTrackMixin and should be specified in value
[Serene Seasons Transformer]: Transforming func_201854_a in net/minecraft/world/biome/Biome
[Serene Seasons Transformer]: Patched 1 calls
[Serene Seasons Transformer]: Transforming func_201850_b in net/minecraft/world/biome/Biome
[Serene Seasons Transformer]: Patched 1 calls
[Serene Seasons Transformer]: Transforming func_176224_k in net/minecraft/block/CauldronBlock
[Serene Seasons Transformer]: Patched 1 calls
[03:28:26] [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.
[03:28:26] [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.
[Antique Atlas Transformer]: Patching CraftingResultSlot...
[Antique Atlas Transformer]: Patch 1 was successful
[Antique Atlas Transformer]: Patching CraftingResultSlot#onCrafting was successful
[03:28:27] [main/INFO] [FerriteCore - class definer/]: Using Java 8 class definer
[03:28:27] [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.
[03:28:27] [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.
[Serene Seasons Transformer]: Transforming func_70636_d in net/minecraft/entity/passive/SnowGolemEntity
[Serene Seasons Transformer]: Patched 2 calls
[Antique Atlas Transformer]: Patching StructureStart...
[Antique Atlas Transformer]: Patch 1 failed
[Antique Atlas Transformer]: Patch 2 was successful
[Antique Atlas Transformer]: Patching StructureStart#func_230366_a_ failed
[Antique Atlas Transformer]: Patching CraftingResultSlot...
[Antique Atlas Transformer]: Patch 1 was successful
[Antique Atlas Transformer]: Patching CraftingResultSlot#onCrafting was successful
[03:28:34] [main/INFO] [paintings/]: loading json file and contents for paintings.
[03:28:34] [main/INFO] [paintings/]: Loaded json painting abstract_blue , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting abstract_rainbow , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting abstract_red , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting abstract_sunset , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting arachnophobe , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting barn_owl , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting big_z , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting blue_bird , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting bluesclues , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting borgia , 16 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting cane , 16 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting cat_black , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting cat_gray , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting cat_orange , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting cat , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting colorful_squares , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting crest , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting danger_zone , 32 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting decorative_gun , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting exit_down , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting exit_up , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting exit_left , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting exit_right , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_bat , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_chicken , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_cow , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_creeper , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_dog , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_enderman , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_pig , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_pigman , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_silverfish , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_skeleton , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_squid , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting face_zombie , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting fishes , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting flowers , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting fruits , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting ghost , 16 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting glowlamp , 32 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting glowstone_hourglass , 16 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting iluvmc , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting link , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting mine_prosperity , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting no_trespassing_for_mobs , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting ocelot , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting penguin , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting pig_on_a_cliff , 32 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting pkmn_blue , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting pkmn_red , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting pkmn_green , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting plains_hut , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting portrait_2 , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting portrait , 32 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting prison , 16 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting prosperity , 16 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting rest , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting skeleton , 16 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting sky , 32 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting skyblock , 32 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting snake , 16 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting snow_landscape , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting subaraki , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting synth_city , 16 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting tapistry_a , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting tapistry_b , 16 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting tapistry_purple , 16 x 32
[03:28:34] [main/INFO] [paintings/]: Loaded json painting torched , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting waterfall , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting whale , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting wheat_field , 32 x 16
[03:28:34] [main/INFO] [paintings/]: Loaded json painting wolf_in_wheat , 32 x 16
[03:28:34] [main/INFO] [ne.mi.re.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.
[03:28:34] [main/INFO] [ne.mi.re.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.
[03:28:35] [modloading-worker-13/INFO] [strawgolem/]: Initializing strawgolem
[03:28:35] [modloading-worker-2/INFO] [co.ne.in.InfernalExpansion/]: Infernal Expansion: Blocks Registered!
[03:28:35] [modloading-worker-9/INFO] [STDOUT/]: [tfar.toughnessbar.ToughnessBar:<init>:32]: Why did you put this on a dedicated server?
[03:28:35] [modloading-worker-2/INFO] [co.ne.in.InfernalExpansion/]: Infernal Expansion: Items Registered!
[03:28:35] [modloading-worker-2/INFO] [co.ne.in.InfernalExpansion/]: Infernal Expansion: Entity Types Registered!
[03:28:35] [modloading-worker-2/INFO] [co.ne.in.InfernalExpansion/]: Infernal Expansion: Painting Types Registered!
[03:28:35] [modloading-worker-2/INFO] [co.ne.in.InfernalExpansion/]: Infernal Expansion: Tile Entity Types Registered!
[03:28:35] [modloading-worker-15/WARN] [co.br.cs.DataManager/]: Custom Spawn Inventory has not been configured yet! Canceling config load!
[03:28:35] [modloading-worker-2/INFO] [Kiwi/Init]: Processing 5 KiwiModule annotations
[03:28:35] [modloading-worker-13/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 36.1.32, for MC 1.16.5 with MCP 20210115.111550
[03:28:35] [modloading-worker-13/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v36.1.32 Initialized
[03:28:35] [modloading-worker-3/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Disabled because not running on the client.
[03:28:35] [modloading-worker-9/INFO] [co.by.BYG/]: Loading config: C:\Users\ALI CH\Desktop\RL\config\byg\byg-world.toml
[03:28:35] [modloading-worker-4/WARN] [mixin/]: @Final field field_187234_c:Ljava/util/Map; in performant.mixins.json:entity.EntityDataManagerMixin should be final
[03:28:37] [modloading-worker-6/INFO] [STDOUT/]: [de.keksuccino.konkrete.Konkrete:<init>:53]: ## WARNING ## 'Konkrete' is a client mod and has no effect when loaded on a server!
[03:28:37] [modloading-worker-4/INFO] [chocolate/]: Vanilla is real good, but chocolate is better, let's be honest. :)
[03:28:37] [modloading-worker-13/WARN] [yungsapi/]: WARNING: block Block{minecraft:iron_ore} added to BlockSelector exceeds max probabiltiy of 1!
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.ut.cu.Utils/]: Read structures from: C:\Users\ALI CH\Desktop\RL\shrines-saves
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:37] [modloading-worker-12/INFO] [co.si.sh.st.AbstractStructure/]: Building Config
[03:28:38] [modloading-worker-2/INFO] [twilightforest/]: Skipped compatibility for mod immersiveengineering.
[03:28:38] [modloading-worker-10/INFO] [co._i.to.TowersOfTheWild/]: tower structure registered
[03:28:38] [modloading-worker-10/INFO] [co._i.to.TowersOfTheWild/]: ice_tower structure registered
[03:28:38] [modloading-worker-10/INFO] [co._i.to.TowersOfTheWild/]: jungle_tower structure registered
[03:28:38] [modloading-worker-10/INFO] [co._i.to.TowersOfTheWild/]: derelict_tower structure registered
[03:28:38] [modloading-worker-10/INFO] [co._i.to.TowersOfTheWild/]: derelict_grass_tower structure registered
[03:28:38] [modloading-worker-10/INFO] [co._i.to.TowersOfTheWild/]: ocean_tower structure registered
[03:28:39] [modloading-worker-10/INFO] [co._i.to.TowersOfTheWild/]: ocean_warm_tower structure registered
[03:28:39] [modloading-worker-15/INFO] [STDOUT/]: [de.keksuccino.fancymenu.FancyMenu:<init>:89]: ## WARNING ## 'FancyMenu' is a client mod and has no effect when loaded on a server!
[03:28:39] [modloading-worker-12/INFO] [Charm/INTERNAL]: Setting up a new Charm-based module 'charm'
[03:28:39] [modloading-worker-15/INFO] [co.en.EnhancedCelestials/]: Loading config: C:\Users\ALI CH\Desktop\RL\config\enhancedcelestials\enhancedcelestials-common.toml
[03:28:39] [modloading-worker-12/INFO] [Charm/INTERNAL]: Subscribed 'charm' to Forge event bus
[03:28:39] [modloading-worker-10/INFO] [terraincognita/]: Integrating with Quark...
[03:28:39] [modloading-worker-10/INFO] [terraincognita/]: Integrating with Buzzier Bees...
[03:28:39] [modloading-worker-10/INFO] [terraincognita/]: Integrating with Upgrade Aquatic...
[03:28:39] [modloading-worker-12/INFO] [Charm/INTERNAL]: Loaded Quark compatibility class
[03:28:40] [modloading-worker-6/INFO] [STDOUT/]: [com.skyternity.mountainous.forge.PlatformInterfaceImpl:printHelloWorld:6]: Hello Forge World!
[03:28:40] [modloading-worker-4/INFO] [ej.bo.BountifulMod/]: Loading Bountiful listeners..
[03:28:40] [modloading-worker-4/INFO] [STDOUT/]: [ejektaflex.bountiful.data.json.JsonSerializers:register:14]: BOREG registering json ser
[03:28:42] [main/INFO] [Kiwi/Init]: Module [kiwi:contributors] initialized
[03:28:42] [main/INFO] [Kiwi/Init]: Module [snowrealmagic:core] initialized
[03:28:42] [main/INFO] [Kiwi/Init]:     block: 8
[03:28:42] [main/INFO] [Kiwi/Init]:     item: 1
[03:28:42] [main/INFO] [Kiwi/Init]:     block_entity_type: 2
[03:28:42] [main/INFO] [Kiwi/Init]:     entity_type: 1
[03:28:42] [main/INFO] [Kiwi/Init]: Module [snowrealmagic:world] initialized
[03:28:42] [main/INFO] [Kiwi/Init]:     worldgen/feature: 1
[03:28:42] [main/INFO] [Kiwi/Init]: Module [kiwi:data] initialized
[03:28:42] [main/INFO] [Kiwi/Init]:     recipe_serializer: 3
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `black_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blue_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `brown_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cyan_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `gray_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `green_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `light_blue_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `light_gray_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `lime_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `magenta_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `orange_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `pink_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `purple_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `red_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `white_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:42] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `yellow_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:44] [main/INFO] [ne.mi.re.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.
[03:28:44] [main/INFO] [ne.mi.re.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.
[03:28:44] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `morerespawnanchors` for name `netherite_respawn_anchor`, expected `differentiate`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:44] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `morerespawnanchors` for name `end_respawn_anchor`, expected `differentiate`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:44] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `morerespawnanchors` for name `netherite_end_respawn_anchor`, expected `differentiate`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:45] [main/INFO] [co.by.BYG/]: BYG: Blocks registered!
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `black_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blue_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `brown_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cyan_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `gray_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `green_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `light_blue_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `light_gray_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `lime_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `magenta_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `orange_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `pink_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `purple_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `red_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `white_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `yellow_stained_glass`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `shears`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.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.
[03:28:47] [main/INFO] [ne.mi.re.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.
[03:28:47] [main/INFO] [ne.mi.re.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.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `morerespawnanchors` for name `netherite_respawn_anchor`, expected `differentiate`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `morerespawnanchors` for name `end_respawn_anchor`, expected `differentiate`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `morerespawnanchors` for name `netherite_end_respawn_anchor`, expected `differentiate`. This could be a intended override, but in most cases indicates a broken mod.
[03:28:47] [main/INFO] [co.by.BYG/]: BYG: Items registered!
[03:28:47] [main/INFO] [additionalbanners/]: Registered 20 Item entries in 1.01ms.
[03:28:48] [main/INFO] [patchouli/]: Loaded book jsons on Thread[main,5,main] in 572 ms
[03:28:48] [main/INFO] [Bookshelf/]: Registered 11 GlobalLootModifierSerializer entries in 0.54ms.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for strawgolem:strawgolem, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:muddypig, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:cluckshroom, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:moobloom, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:horned_sheep, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:rainbow_sheep, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:jolly_llama, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:wooly_cow, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:bone_spider, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:bouldering_zombie, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:lobber_zombie, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:viler_witch, use EntityAttributeCreationEvent instead.
[03:28:49] [main/INFO] [co.by.BYG/]: BYG: Entities registered!
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:grizzly_bear, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:roadrunner, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:bone_serpent, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:bone_serpent_part, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:gazelle, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:crocodile, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:fly, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:hummingbird, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:orca, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:sunbird, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:gorilla, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:crimson_mosquito, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:rattlesnake, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:endergrade, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:hammerhead_shark, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:lobster, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:komodo_dragon, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:capuchin_monkey, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:centipede_head, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:centipede_body, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:centipede_tail, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:warped_toad, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:moose, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:mimicube, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:raccoon, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:blobfish, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:seal, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:cockroach, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:shoebill, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:elephant, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:soul_vulture, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:snow_leopard, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:spectre, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:crow, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:alligator_snapping_turtle, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:mungus, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:mantis_shrimp, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:guster, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:warped_mosco, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:straddler, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:stradpole, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:emu, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:platypus, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:dropbear, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:tasmanian_devil, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:kangaroo, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:cachalot_whale, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:leafcutter_ant, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:enderiophage, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:bald_eagle, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:tiger, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:tarantula_hawk, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:void_worm, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:void_worm_part, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:frilled_shark, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for alexsmobs:mimic_octopus, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for enchantwithmob:enchanter, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for conjurer_illager:conjurer, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for null, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:archer, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:berserker, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:black_iron_golem, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:enchanter, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:furantur, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:hoarder, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:illager_king, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:miner, use EntityAttributeCreationEvent instead.
[03:28:49] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:necromancer, use EntityAttributeCreationEvent instead.
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@43ea00eb
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6a9ed911
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@64b5b3c7
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3869af26
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@2780f4e6
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@7825912
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@556fedd
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@61c31c64
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@12928c38
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4b4a8305
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4cb2d963
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@ec3b7a1
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@7f2c1462
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@387b50d9
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@65878b8e
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5d2ea294
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4708dce8
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@77c625ee
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@20687bc6
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6da8b5a1
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@439041c4
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1336603e
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@181d6ac1
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@18440842
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@361dbf1e
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5eb1c644
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@36a2e5d
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@24c7853a
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@72602941
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@12169787
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3a0b9482
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1d835d55
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5e34bdf5
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@7ae3a4d7
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@45570f75
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1fae5f27
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6e892d18
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@40407cf8
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@2798ad49
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1c316636
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3a217c21
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@79bb8c33
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@18ef2717
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@37e88507
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1a25f59
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@16c57f4e
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@ba603c4
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@29a8527d
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1137d2d
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@590c72bd
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@188f4f22
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@57015a2b
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@61e58620
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5df7c051
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1e1171f7
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3d4ec1f7
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4fb3a285
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@2d8916e3
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@299b7959
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@7203b836
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1c249e89
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6ff852ee
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@60535ec2
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3b4631ae
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6beade78
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@42d40a03
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@13771bc4
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@351ad558
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@54a305fc
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@47d0a143
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@30db9956
[03:28:49] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5d69f24b
[03:28:49] [main/INFO] [Bookshelf/]: Registered 22 ingredient serializers.
[03:28:49] [main/INFO] [Bookshelf/]: Registered 5 IRecipeSerializer entries in 0.27ms.
[03:28:50] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry Biome: The object minecraft:the_end has been registered twice for the same name minecraft:the_end.
[03:28:50] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry Biome: The object minecraft:end_barrens has been registered twice for the same name minecraft:end_barrens.
[03:28:50] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry Biome: The object minecraft:small_end_islands has been registered twice for the same name minecraft:small_end_islands.
[03:28:50] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry Biome: The object minecraft:end_midlands has been registered twice for the same name minecraft:end_midlands.
[03:28:50] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry Biome: The object minecraft:end_highlands has been registered twice for the same name minecraft:end_highlands.
[03:28:51] [main/INFO] [co.by.BYG/]: BYG: Biomes registered!
[03:28:51] [main/INFO] [co.by.BYG/]: BYG: Registering block placer types!
[03:28:51] [main/INFO] [co.by.BYG/]: BYG: Decorators registered!
[03:28:51] [main/INFO] [ne.mi.re.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.
[03:28:51] [main/INFO] [co.by.BYG/]: BYG: Features registered!
[03:28:52] [main/INFO] [co.by.BYG/]: BYG: Structures registered!
[03:28:52] [main/INFO] [co.by.BYG/]: BYG: Surface builders Registered!
[03:28:52] [main/INFO] [ModdingLegacy/structure_gel/Compat/]: Checking for biome dictionary registry methods in other mods.
[03:28:52] [main/INFO] [io.gi.ho.ou.Outvoted/]: >> Outvoted COMMON Config Loaded
[03:28:52] [main/INFO] [co._i.tr.TravelersIndex/]: Config set
[03:28:52] [main/INFO] [Void Totem/]: Loaded voidtotem-common.toml config file from voidtotem
[03:28:52] [main/INFO] [co._i.to.TowersOfTheWild/]: Config set
[03:28:52] [main/INFO] [quark/]: Loading Module Chain Linkage
[03:28:52] [main/INFO] [quark/]: Loading Module Chains Connect Blocks
[03:28:52] [main/INFO] [quark/]: Loading Module Chute
[03:28:52] [main/INFO] [quark/]: Loading Module Color Slime
[03:28:52] [main/INFO] [quark/]: Loading Module Dispensers Place Blocks
[03:28:52] [main/INFO] [quark/]: Loading Module Ender Watcher
[03:28:52] [main/INFO] [quark/]: Loading Module Endermites Form Shulkers
[03:28:52] [main/INFO] [quark/]: Loading Module Feeding Trough
[03:28:52] [main/INFO] [quark/]: Loading Module Gravisand
[03:28:52] [main/INFO] [quark/]: Loading Module Iron Rod
[03:28:52] [main/INFO] [quark/]: Loading Module Metal Buttons
[03:28:52] [main/INFO] [quark/]: Loading Module Obsidian Plate
[03:28:52] [main/INFO] [quark/]: Loading Module Pistons Move Tile Entities
[03:28:52] [main/INFO] [quark/]: Loading Module Redstone Circuit
[03:28:52] [main/INFO] [quark/]: Loading Module Weather Sensor
[03:28:52] [main/INFO] [quark/]: Loading Module Bamboo Mat
[03:28:52] [main/INFO] [quark/]: Loading Module Burn Vines
[03:28:52] [main/INFO] [quark/]: Loading Module Celebratory Lamps
[03:28:52] [main/INFO] [quark/]: Loading Module Cobblestone Bricks
[03:28:52] [main/INFO] [quark/]: Loading Module Compressed Blocks
[03:28:52] [main/INFO] [quark/]: Loading Module Duskbound Blocks
[03:28:52] [main/INFO] [quark/]: Loading Module Framed Glass
[03:28:52] [main/INFO] [quark/]: Loading Module Gold Bars
[03:28:52] [main/INFO] [quark/]: Loading Module Grate
[03:28:52] [main/INFO] [quark/]: Loading Module Hedges
[03:28:52] [main/INFO] [quark/]: Loading Module Iron Plates
[03:28:52] [main/INFO] [quark/]: Loading Module Item Frames
[03:28:52] [main/INFO] [quark/]: Loading Module Leaf Carpet
[03:28:52] [main/INFO] [quark/]: Loading Module Lit Lamp
[03:28:52] [main/INFO] [quark/]: Loading Module Midori
[03:28:52] [main/INFO] [quark/]: Loading Module More Brick Types
[03:28:52] [main/INFO] [quark/]: Loading Module More Potted Plants
[03:28:52] [main/INFO] [quark/]: Loading Module More Stone Variants
[03:28:52] [main/INFO] [quark/]: Loading Module Nether Brick Fence Gate
[03:28:52] [main/INFO] [quark/]: Loading Module Paper Decor
[03:28:52] [main/INFO] [quark/]: Loading Module Quilted Wool
[03:28:52] [main/INFO] [quark/]: Loading Module Rope
[03:28:52] [main/INFO] [quark/]: Loading Module Shallow Dirt
[03:28:52] [main/INFO] [quark/]: Loading Module Shingles
[03:28:52] [main/INFO] [quark/]: Loading Module Soul Sandstone
[03:28:52] [main/INFO] [quark/]: Loading Module Stained Planks
[03:28:52] [main/INFO] [quark/]: Loading Module Stools
[03:28:52] [main/INFO] [quark/]: Loading Module Sturdy Stone
[03:28:52] [main/INFO] [quark/]: Loading Module Tallow And Candles
[03:28:52] [main/INFO] [quark/]: Loading Module Thatch
[03:28:52] [main/INFO] [quark/]: Loading Module Tie Leads To Fences
[03:28:52] [main/INFO] [quark/]: Loading Module Turf
[03:28:52] [main/INFO] [quark/]: Loading Module Variant Bookshelves
[03:28:52] [main/INFO] [quark/]: Loading Module Variant Chests
[03:28:52] [main/INFO] [quark/]: Loading Module Variant Ladders
[03:28:52] [main/INFO] [quark/]: Loading Module Vertical Planks
[03:28:52] [main/INFO] [quark/]: Loading Module Vertical Slabs
[03:28:52] [main/INFO] [quark/]: Loading Module Wooden Posts
[03:28:52] [main/INFO] [quark/]: Loading Module Chests In Boats
[03:28:52] [main/INFO] [quark/]: Loading Module Easy Transfering
[03:28:52] [main/INFO] [quark/]: Loading Module Hotbar Changer
[03:28:52] [main/INFO] [quark/]: Loading Module Inventory Sorting
[03:28:52] [main/INFO] [quark/]: Loading Module Item Sharing
[03:28:52] [main/INFO] [quark/]: Loading Module Right Click Armor
[03:28:52] [main/INFO] [quark/]: Loading Module Shulker Box Right Click
[03:28:52] [main/INFO] [quark/]: Loading Module Abacus
[03:28:52] [main/INFO] [quark/]: Loading Module Ancient Tomes
[03:28:52] [main/INFO] [quark/]: Loading Module Bottled Cloud
[03:28:52] [main/INFO] [quark/]: Loading Module Camera
[03:28:52] [main/INFO] [quark/]: Loading Module Color Runes
[03:28:52] [main/INFO] [quark/]: Loading Module Pathfinder Maps
[03:28:52] [main/INFO] [quark/]: Loading Module Pickarang
[03:28:52] [main/INFO] [quark/]: Loading Module Seed Pouch
[03:28:52] [main/INFO] [quark/]: Loading Module Slime In A Bucket
[03:28:52] [main/INFO] [quark/]: Loading Module Trowel
[03:28:52] [main/INFO] [quark/]: Loading Module Skull Pikes
[03:28:52] [main/INFO] [quark/]: Loading Module Armed Armor Stands
[03:28:52] [main/INFO] [quark/]: Loading Module Automatic Recipe Unlock
[03:28:52] [main/INFO] [quark/]: Loading Module Axe Leaf Harvesting
[03:28:52] [main/INFO] [quark/]: Loading Module Better Elytra Rocket
[03:28:52] [main/INFO] [quark/]: Loading Module Campfires Boost Elytra
[03:28:52] [main/INFO] [quark/]: Loading Module Compasses Work Everywhere
[03:28:52] [main/INFO] [quark/]: Loading Module Dirt To Path
[03:28:52] [main/INFO] [quark/]: Loading Module Double Door Opening
[03:28:52] [main/INFO] [quark/]: Loading Module Dragon Scales
[03:28:52] [main/INFO] [quark/]: Loading Module Emotes
[03:28:52] [main/INFO] [quark/]: Loading Module Enhanced Ladders
[03:28:52] [main/INFO] [quark/]: Loading Module Glass Shard
[03:28:52] [main/INFO] [quark/]: Loading Module Hoe Harvesting
[03:28:52] [main/INFO] [quark/]: Loading Module Improved Sleeping
[03:28:52] [main/INFO] [quark/]: Loading Module Infinity Bucket
[03:28:52] [main/INFO] [quark/]: Loading Module Lava Bucket As Trash
[03:28:52] [main/INFO] [quark/]: Loading Module Lock Rotation
[03:28:52] [main/INFO] [quark/]: Loading Module Note Block Mob Sounds
[03:28:52] [main/INFO] [quark/]: Loading Module Pat The Dogs
[03:28:52] [main/INFO] [quark/]: Loading Module Poison Potato Usage
[03:28:52] [main/INFO] [quark/]: Loading Module Reacharound Placing
[03:28:52] [main/INFO] [quark/]: Loading Module Replace Scaffolding
[03:28:52] [main/INFO] [quark/]: Loading Module Sign Editing
[03:28:52] [main/INFO] [quark/]: Loading Module Simple Harvest
[03:28:52] [main/INFO] [quark/]: Loading Module Snow Golem Player Heads
[03:28:52] [main/INFO] [quark/]: Loading Module Springy Slime
[03:28:52] [main/INFO] [quark/]: Loading Module Utility Recipes
[03:28:52] [main/INFO] [quark/]: Loading Module Villagers Follow Emeralds
[03:28:52] [main/INFO] [quark/]: Loading Module Big Dungeon
[03:28:52] [main/INFO] [quark/]: Loading Module Big Stone Clusters
[03:28:52] [main/INFO] [quark/]: Loading Module Biotite
[03:28:52] [main/INFO] [quark/]: Loading Module Blossom Trees
[03:28:52] [main/INFO] [quark/]: Loading Module Cave Roots
[03:28:52] [main/INFO] [quark/]: Loading Module Chorus Vegetation
[03:28:52] [main/INFO] [quark/]: Loading Module Crevices
[03:28:52] [main/INFO] [quark/]: Loading Module Fairy Rings
[03:28:52] [main/INFO] [quark/]: Loading Module Mega Caves
[03:28:52] [main/INFO] [quark/]: Loading Module Monster Box
[03:28:52] [main/INFO] [quark/]: Loading Module Nether Obsidian Spikes
[03:28:52] [main/INFO] [quark/]: Loading Module New Stone Types
[03:28:52] [main/INFO] [quark/]: Loading Module Realistic World Gen
[03:28:52] [main/INFO] [quark/]: Loading Module Speleothems
[03:28:52] [main/INFO] [quark/]: Loading Module Spiral Spires
[03:28:52] [main/INFO] [quark/]: Loading Module Underground Clay
[03:28:52] [main/INFO] [quark/]: Loading Module Brimstone Underground Biome
[03:28:52] [main/INFO] [quark/]: Loading Module Cave Crystal Underground Biome
[03:28:52] [main/INFO] [quark/]: Loading Module Elder Prismarine Underground Biome
[03:28:52] [main/INFO] [quark/]: Loading Module Glowshroom Underground Biome
[03:28:53] [main/INFO] [quark/]: Loading Module Lush Underground Biome
[03:28:53] [main/INFO] [quark/]: Loading Module Overgrown Underground Biome
[03:28:53] [main/INFO] [quark/]: Loading Module Permafrost Underground Biome
[03:28:53] [main/INFO] [quark/]: Loading Module Sandstone Underground Biome
[03:28:53] [main/INFO] [quark/]: Loading Module Slime Underground Biome
[03:28:53] [main/INFO] [quark/]: Loading Module Spider Nest Underground Biome
[03:28:53] [main/INFO] [quark/]: Loading Module Crabs
[03:28:53] [main/INFO] [quark/]: Loading Module Forgotten
[03:28:53] [main/INFO] [quark/]: Loading Module Foxhound
[03:28:53] [main/INFO] [quark/]: Loading Module Frogs
[03:28:53] [main/INFO] [quark/]: Loading Module Stonelings
[03:28:53] [main/INFO] [quark/]: Loading Module Toretoise
[03:28:53] [main/INFO] [quark/]: Loading Module Wraith
[03:28:53] [main/INFO] [quark/]: Loading Module Auto Walk Keybind
[03:28:53] [main/INFO] [quark/]: Loading Module Back Button Keybind
[03:28:53] [main/INFO] [quark/]: Loading Module Chest Searching
[03:28:53] [main/INFO] [quark/]: Loading Module Greener Grass
[03:28:53] [main/INFO] [quark/]: Loading Module Improved Mount Hud
[03:28:53] [main/INFO] [quark/]: Loading Module Improved Tooltips
[03:28:53] [main/INFO] [quark/]: Loading Module Usage Ticker
[03:28:53] [main/INFO] [quark/]: Loading Module Variant Animal Textures
[03:28:53] [main/INFO] [quark/]: Loading Module Backpack
[03:28:53] [main/INFO] [quark/]: Loading Module Crate
[03:28:53] [main/INFO] [quark/]: Loading Module Magnets
[03:28:53] [main/INFO] [quark/]: Loading Module Matrix Enchanting
[03:28:53] [main/INFO] [quark/]: Loading Module Pipes
[03:28:53] [main/INFO] [quark/]: Loading Module Totem Of Holding
[03:28:53] [main/INFO] [quark/]: Loading Module Adjustable Chat
[03:28:53] [main/INFO] [quark/]: Loading Module Custom Underground Biome
[03:28:53] [main/INFO] [quark/]: Loading Module Game Nerfs
[03:28:53] [main/INFO] [quark/]: Loading Module Narrator Readout
[03:28:53] [main/INFO] [quark/]: Loading Module Overlay Shader
[03:28:53] [main/INFO] [quark/]: Loading Module Shiba
[03:28:53] [modloading-worker-15/INFO] [co.dy.DynView/]: Zooming chunks initiated!
[03:28:53] [modloading-worker-1/INFO] [strawgolem/]: Strawgolem common setup
[03:28:53] [modloading-worker-12/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for goblintraders:goblin_trader, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-12/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for goblintraders:vein_goblin_trader, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-14/INFO] [incontrol/]: Enabling support for Serene Seasons
[03:28:53] [modloading-worker-2/INFO] [Bookshelf/]: Registering 3 command argument types.
[03:28:53] [modloading-worker-2/INFO] [Bookshelf/]: Registering 13 loot conditions.
[03:28:53] [modloading-worker-9/INFO] [co.by.BYG/]: Reading Sub-Biomes json
[03:28:53] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [variant16x] Starting version check at https://raw.githubusercontent.com/BKthousand/Update16x/master/variant16x/updates.json
[03:28:53] [modloading-worker-9/INFO] [co.by.BYG/]: Reading json
[03:28:53] [modloading-worker-1/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for villagertools:reinforced_golem, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-1/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for villagertools:guard, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-9/INFO] [co.by.BYG/]: BYG: "Common Setup" Event Complete!
[03:28:53] [modloading-worker-14/INFO] [incontrol/]: Reading rules from spawn.json
[03:28:53] [modloading-worker-14/INFO] [incontrol/]: Reading rules from summonaid.json
[03:28:53] [modloading-worker-14/INFO] [incontrol/]: Reading rules from potentialspawn.json
[03:28:53] [modloading-worker-14/INFO] [incontrol/]: Reading rules from loot.json
[03:28:53] [modloading-worker-14/INFO] [incontrol/]: Reading rules from experience.json
[03:28:53] [modloading-worker-3/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for brazier:crazed, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-14/INFO] [incontrol/]: Reading rules from spawner.json
[03:28:53] [modloading-worker-11/INFO] [Puzzles Lib/]: Reloading common config for all mods
[03:28:53] [modloading-worker-11/INFO] [co.fa.FarsightMod/]: farsight_view mod initialized
[03:28:53] [modloading-worker-1/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for frozenup:chilloo, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-15/INFO] [minecraft/Biome]: Performant2 loaded, lag begone!
[03:28:53] [modloading-worker-1/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for charm:coral_squid, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-1/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for charm:moobloom, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-14/INFO] [co.li.il.IllagersPlus/]: Added Illagers to Raids
[03:28:53] [modloading-worker-10/WARN] [minecraft/EntityDataManager]: defineId called for: class azmalent.terraincognita.common.entity.butterfly.ButterflyEntity from class azmalent.terraincognita.common.entity.butterfly.AbstractButterflyEntity
[03:28:53] [modloading-worker-10/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for terraincognita:butterfly, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-9/WARN] [morpheus/]: New day handler for dimension ResourceKey[minecraft:dimension / minecraft:overworld] has been replaced
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Acquisition
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module AerialAffinity
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module AnvilImprovements
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module ArmorInvisibility
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Atlas
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module AutoRestock
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module BatBuckets
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module BeaconsHealMobs
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module BlockOfEnderPearls
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module BlockOfGunpowder
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module BlockOfSugar
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Bookcases
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module CampfiresNoDamage
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module CaveSpidersDropCobwebs
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module ChickensDropFeathers
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module CoralSeaLanterns
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module CoralSquids
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Core
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Crates
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module DecreaseRepairCost
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module EndermitePowder
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module EntitySpawners
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module ExtendNetherite
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module ExtraRecipes
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module ExtractEnchantments
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module FeatherFallingCrops
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Glowballs
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module GoldChains
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module GoldLanterns
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module HuskImprovements
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Kilns
[03:28:53] [modloading-worker-8/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:foxhound, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Lumberjacks
[03:28:53] [modloading-worker-8/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:frog, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-8/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:shiba, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module MineshaftImprovements
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Mooblooms
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module MorePortalFrames
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module MoreVillageBiomes
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module MusicImprovements
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module NetheriteNuggets
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module ParrotsStayOnShoulder
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module PathToDirt
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module PlayerState
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module PortableCrafting
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module PortableEnderChest
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Quark
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module RaidHorns
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module RedstoneLanterns
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module RedstoneSand
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module RefinedObsidian
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module RemoveNitwits
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module RemovePotionGlint
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module SmoothGlowstone
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module SnowStorms
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module StackableEnchantedBooks
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module StackablePotions
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module StackableStews
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module StrayImprovements
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module TamedAnimalsNoDamage
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Tinted
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module UseTotemFromInventory
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module VariantBarrels
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module VariantMobTextures
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module WanderingTraderImprovements
[03:28:53] [modloading-worker-8/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:wrapped, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-8/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:forgotten, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module WitchesDropLuck
[03:28:53] [modloading-worker-1/INFO] [Charm/INTERNAL]: Initialising module Woodcutters
[03:28:53] [modloading-worker-8/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:crab, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-8/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:wraith, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-8/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:toretoise, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-8/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:leash_knot_fake, use EntityAttributeCreationEvent instead.
[03:28:53] [modloading-worker-8/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:stoneling, use EntityAttributeCreationEvent instead.
[03:28:53] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [variant16x] Found status: UP_TO_DATE Current: 0.17.4.5_beta Target: null
[03:28:53] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [bettercaves] Starting version check at https://raw.githubusercontent.com/yungnickyoung/YUNGs-Better-Caves/1.16/versions.json
[03:28:53] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [bettercaves] Found status: BETA Current: 1.16.4-1.1.2 Target: null
[03:28:53] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [guardvillagers] Starting version check at https://raw.githubusercontent.com/seymourimadeit/guardvillagers/master/update.json
[03:28:53] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [guardvillagers] Found status: UP_TO_DATE Current: 1.2.4 Target: null
[03:28:53] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [randompatches] Starting version check at https://raw.githubusercontent.com/TheRandomLabs/RandomPatches/misc/versions.json
[03:28:53] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [randompatches] Found status: UP_TO_DATE Current: 2.4.4-forge Target: null
[03:28:53] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [corpse] Starting version check at https://maxhenkel.de/update/corpse.json
[03:28:54] [modloading-worker-5/WARN] [mixin/]: @Final field field_242962_a:Lnet/minecraft/block/AbstractBlock$IPositionPredicate; in charm.mixins.json:PortalSizeMixin should be final
[03:28:54] [modloading-worker-5/INFO] [CraftTweaker/]: CraftTweaker has loaded successfully!
[03:28:54] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for guardvillagers:guard, use EntityAttributeCreationEvent instead.
[03:28:54] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:end_fish, use EntityAttributeCreationEvent instead.
[03:28:54] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:dragonfly, use EntityAttributeCreationEvent instead.
[03:28:54] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:shadow_walker, use EntityAttributeCreationEvent instead.
[03:28:54] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:end_slime, use EntityAttributeCreationEvent instead.
[03:28:54] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:cubozoa, use EntityAttributeCreationEvent instead.
[03:28:54] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for betterendforge:silk_moth, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for snowpig:snow_pig, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyssspider, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abysscreeper, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abysscorruptedcow, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyssguard, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:netherscorpion, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:endspider, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:soulguard, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:night_hunter, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_forest_zombie, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:bluejay, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:booby, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:budgerigar, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:cardinal, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:cassowary, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:cockatoo, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:crane, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:duck, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:flamingo, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:gouldianfinch, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:gull, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:heron, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:hummingbird, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:kingfisher, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:kiwi, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:kookaburra, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:lyrebird, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:macaw, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:magpie, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:ostrich, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:owl, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:peafowl, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:pelican, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:penguin, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:pigeon, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:roadrunner, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:robin, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:swan, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:toucan, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:woodpecker, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eyelie_entity, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:phantom_abyss_entity, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:disturbed, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:pummeler, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:lubberkin, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:the_insatiable, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:soul_lizard, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_elder, use EntityAttributeCreationEvent instead.
[03:28:55] [main/INFO] [co.el.di.co.re.Registrator/]: Registered block and item compostables
[03:28:55] [main/INFO] [co.el.di.co.re.Registrator/]: Registered block flammables
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_lurker, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:soul, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:nyliun, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:netherite_golem, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cavesandcliffs:glow_squid, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cavesandcliffs:axolotl, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cavesandcliffs:goat, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:soul_lizard_jungle, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for kobolds:kobold, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:fuligan, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_abyss_wolf, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for kobolds:kobold_zombie, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:loyal_netherite_golem, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:saurian, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for kobolds:kobold_drowned, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:saurian_hostile, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_roka, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for kobolds:kobold_warrior, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for kobolds:kobold_james, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for kobolds:kobold_enchanter, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_abyss_dire_wolf, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for kobolds:kobold_classic, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for comfortable_nether:lava_baleen, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for kobolds:kobold_child, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for kobolds:kobold_pirate, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:fire_fly, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_tag, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_spider_lv_l_2, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for kobolds:kobold_pirate_captain, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_forest_zombie_lv_l_3, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:soul_guard_lv_l_4, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_guard_lv_l_4, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:nether_scorpion_lv_l_4, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for evilwanderingtrader:thief, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for evilwanderingtrader:thief_llama, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for evilwanderingtrader:thief_wandering_trader, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for evilwanderingtrader:thief_trader_llama, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_guard_lv_l_1, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_forest_zombie_lv_l_4, use EntityAttributeCreationEvent instead.
[03:28:55] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [corpse] Found status: UP_TO_DATE Current: 1.16.5-1.0.5 Target: null
[03:28:55] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [antiquewaystones] Starting version check at https://gitlab.com/HorribleNerd/antique-waystones/-/blob/main/update.json
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_spider_lv_l_3, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:phantom_abyss_entity_lv_l_3, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:slime_spider, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for herobrine:herobrine, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_roka_end_boss, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:light_fish, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:jungle_light_fish, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:jungle_light_fish_green, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_guard_protect, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_raptor, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eot_light_fish, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eot_light_fish_2, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eot_light_fish_3, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eot_light_fish_4, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:ice_skeleton, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:ice_knight, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:seeker, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:meramus, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:silvia, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:aether_dragon, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:ender_dragon, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:fire_dragon, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:forest_dragon, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:ghost_dragon, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:ice_dragon, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:nether_dragon, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:water_dragon, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:meramus_end_fight, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:silvia_end_fight, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:markus, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_abyss_golem, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:stephen, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:lorenzo, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eot_phantom, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_roka_end_ally, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:little_grebe, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:cindershell, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:lizard, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:lilytad, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [minecraft/EntityDataManager]: defineId called for: class com.cgessinger.creaturesandbeasts.common.entites.FriendlySporelingEntity from class com.cgessinger.creaturesandbeasts.common.entites.AbstractSporelingEntity
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:friendly_sporeling, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:hostile_sporeling, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:neutral_sporeling, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:yeti, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:nosaj_boss, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:carlos, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:jackson, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:jackson_end_fight, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:stephen_end_fight, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:lorenzo_end_fight, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:markus_end_fight, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:carlos_end_fight, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:nosaj_end_fight, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:soldier_end_fight, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:ice_knight_end_game, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:spectral_entity, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:armored_zombie, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:jungle_zombie, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:frozen_zombie, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:armored_skeleton, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:mossy_skeleton, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:skeleton_vanguard, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:skeleton_horseman, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [minecraft/EntityDataManager]: defineId called for: class com.infamous.dungeons_mobs.entities.undead.WraithEntity from class com.infamous.dungeons_mobs.entities.undead.NecromancerEntity
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:necromancer, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:armored_vindicator, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:armored_pillager, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:royal_guard, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:vindicator_chef, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:mountaineer, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:armored_mountaineer, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:iceologer, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:geomancer, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:illusioner_clone, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:windcaller, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:icy_creeper, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:wraith, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:conjured_slime, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:redstone_cube, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:redstone_golem, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:whisperer, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:leapleaf, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:quick_growing_vine, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:poison_quill_vine, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dungeons_mobs:squall_golem, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for minecraft:husk, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for environmental:slabfish, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for environmental:deer, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for environmental:duck, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for environmental:yak, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for environmental:koi, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:nautilus, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:pike, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:lionfish, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:perch, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:thrasher, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:great_thrasher, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:flare, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:ululu, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:goose, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:glow_squid, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:box_jellyfish, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:cassiopea_jellyfish, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:immortal_jellyfish, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:booflo, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:booflo_adolescent, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:booflo_baby, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:puff_bug, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:poise_cluster, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:grizzly_bear, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:black_bear, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:bumblebee, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:moobloom, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:spectrafly, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:purpur_golem, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:himmelite, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [minecraft/EntityDataManager]: defineId called for: class net.minecraft.entity.passive.BeeEntity from class blueduck.outerend.entities.StalkerEntity
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:stalker, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:entombed, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:chorus_squid, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for leos_mushrooms:mushrush_collector, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for leos_mushrooms:mushrush_toxic, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for leos_mushrooms:mushraum, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for leos_mushrooms:mushroom, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for leos_mushrooms:mushrase, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for leos_mushrooms:mushrook, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for leos_mushrooms:mushram, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:anglerfish, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:isopod, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:horseshoe_crab, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:coelacanth, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:baby_spider_crab, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:spider_crab, use EntityAttributeCreationEvent instead.
[03:28:55] [main/INFO] [co.li.il.IllagersPlus/]: Made the world slightly more miserable
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:pink_ghost_shark, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:long_nosed_ghost_shark, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:ghost_shark, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:dark_ghost_shark, use EntityAttributeCreationEvent instead.
[03:28:55] [main/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:mudskipper, use EntityAttributeCreationEvent instead.
[03:28:55] [modloading-worker-11/INFO] [co.in.du.DungeonsMobs/]: Got IMC []
[03:28:55] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Attempting to register unregistered biomes to the biome dictionary. This can be disabled via config.
[03:28:55] [modloading-worker-11/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:voline, use EntityAttributeCreationEvent instead.
[03:28:55] [modloading-worker-11/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:shroomloin, use EntityAttributeCreationEvent instead.
[03:28:55] [modloading-worker-14/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for combustivefishing:combustive_cod, use EntityAttributeCreationEvent instead.
[03:28:55] [modloading-worker-11/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:warpbeetle, use EntityAttributeCreationEvent instead.
[03:28:55] [modloading-worker-14/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for combustivefishing:searing_swordfish, use EntityAttributeCreationEvent instead.
[03:28:55] [modloading-worker-11/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:embody, use EntityAttributeCreationEvent instead.
[03:28:55] [modloading-worker-11/WARN] [ne.mi.co.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:basalt_giant, use EntityAttributeCreationEvent instead.
[03:28:55] [modloading-worker-12/INFO] [Waila/]: Registered plugin at de.maxhenkel.corpse.integration.waila.PluginCorpse
[03:28:55] [modloading-worker-12/INFO] [Waila/]: Registered plugin at net.darkhax.darkpaintings.addons.hwyla.DarkPaintingsHwylaPlugin
[03:28:55] [modloading-worker-12/INFO] [Waila/]: Registered plugin at net.blay09.mods.waystones.compat.WailaProvider
[03:28:55] [modloading-worker-12/INFO] [Waila/]: Registered plugin at snownee.jade.JadePlugin
[03:28:55] [modloading-worker-12/INFO] [Waila/]: Registered plugin at snownee.jade.JadeClientPlugin
[03:28:55] [modloading-worker-12/INFO] [Waila/]: Registered plugin at mcp.mobius.waila.addons.minecraft.PluginMinecraft
[03:28:56] [Forge Version Check/WARN] [ne.mi.fm.VersionChecker/]: Failed to process update information
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 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:?] {re:mixin}
        at com.google.gson.Gson.fromJson(Gson.java:852) ~[server-1.16.5-20210115.111550-extra.jar:?] {re:mixin}
        at com.google.gson.Gson.fromJson(Gson.java:801) ~[server-1.16.5-20210115.111550-extra.jar:?] {re:mixin}
        at com.google.gson.Gson.fromJson(Gson.java:773) ~[server-1.16.5-20210115.111550-extra.jar:?] {re:mixin}
        at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:195) ~[forge:?] {re:classloading}
        at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_291] {}
        at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:139) [forge:?] {re:classloading}
[03:28:56] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [darkpaintings] Starting version check at https://updates.blamejared.com/get?n=darkpaintings&gv=1.16.5
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:mud_plains to structure_gel:[badlands, dry, hot, neutral_temp]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cavebiomes:caves to structure_gel:[neutral_temp]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:lush_smaragdant_cave to structure_gel:[dry, hot]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:sulphur_springs to structure_gel:[dry, end, hot]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:enchanted_forest to structure_gel:[magical, wooded, snowy]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:marsh to structure_gel:[warm, plains, humid, swamp, neutral_temp]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest_mountains to structure_gel:[mountain, warm, rare, humid, jungle, wooded, neutral_temp, large_wooded]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:twilight_valley_hills to structure_gel:[magical, cold, dead, dry, wooded]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:forgottenmountains to structure_gel:[dirty, snowy]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:cryptic_wastes to structure_gel:[dry, end, neutral_temp]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:mushroom_forest to structure_gel:[fungal, warm, wooded, mushroom, snowy]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:bossuselessbiome to structure_gel:[neutral_temp]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:ethereal_islands to structure_gel:[dry, end, neutral_temp]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:sparse_rainforest_basin to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered stalwart_dungeons:poubelle to structure_gel:[neutral_temp]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shattered_viscal_isles to structure_gel:[dry, end, neutral_temp]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:ethereal_clearing to structure_gel:[dry, end, neutral_temp]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:highlands to structure_gel:[mountain, cold, coniferous_forest, wooded, large_wooded, snowy]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:eot_biome to structure_gel:[neutral_temp]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:twilight_valley to structure_gel:[magical, cold, dead, dry, wooded]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:lantern_woods to structure_gel:[dry, end, hot]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:alps to structure_gel:[snowy_mountain, humid, snowy]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:bulbis_gardens to structure_gel:[dry, end, neutral_temp]
[03:28:56] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:tropical_islands to structure_gel:[tropical, warm, ocean, humid, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered spheric:antreza to structure_gel:[warm, humid, jungle, neutral_temp, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rocky_dunes to structure_gel:[sandy, dead, dry, desert, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:foggy_mushroomland to structure_gel:[fungal, warm, dry, end, hot, mushroom]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:viscal_isles to structure_gel:[dry, end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:slime_forest_biome to structure_gel:[warm, humid, swamp, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cursed_realm_remastered:acid_mountains to structure_gel:[spooky, mountain, dead, dry, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered spheric:dark_forest to structure_gel:[dirty, wooded, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:brimstone_caverns to structure_gel:[nether, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:nightshade_forest to structure_gel:[dry, end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:theabyssbiome to structure_gel:[plains, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:abyss_phantom_biome to structure_gel:[sandy, dry, desert, hot, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:canyons to structure_gel:[mountain, warm, sandy, dry, humid, desert, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cursed_realm_remastered:forgotten_forest to structure_gel:[dry, wooded, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_woods to structure_gel:[rare, wooded, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:magma_wastes to structure_gel:[nether, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:imparius_clearing to structure_gel:[dry, end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:eot_biome_2 to structure_gel:[neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:araucaria_savanna to structure_gel:[warm, savanna, dry, hot, wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:forest to structure_gel:[wooded, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:mushroom_marsh to structure_gel:[fungal, warm, plains, rare, humid, swamp, mushroom, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:rose_fields to structure_gel:[plains, rare, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:thornlands to structure_gel:[dead, dry, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:canyon_edge to structure_gel:[warm, sandy, dry, humid, desert, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shulkren_forest to structure_gel:[dry, end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:swamp to structure_gel:[warm, humid, swamp, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered nature_expansion:flowered_hills to structure_gel:[flowery, plains, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered bayou_blues:bayou_hills to structure_gel:[warm, rare, humid, swamp, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:dummy to structure_gel:[plains, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:the_abyss_plains_biome to structure_gel:[plains, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:wailing_garth to structure_gel:[nether, sandy, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:cika_woods to structure_gel:[plains, cold, coniferous_forest, wooded, neutral_temp, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:guiana_springs to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shattered_desert to structure_gel:[dry, end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:clearing to structure_gel:[plains, neutral_temp, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:dust_wastelands to structure_gel:[sandy, dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:weeping_mire to structure_gel:[nether, sandy, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:oak_savannah to structure_gel:[wooded, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dark_forest to structure_gel:[spooky, wooded, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:skyris_steeps to structure_gel:[mountain, cold, coniferous_forest, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:dry_shrubland to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cavesandcliffs:dripstone_caves to structure_gel:[neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cursed_realm_remastered:basalt_mountains to structure_gel:[spooky, mountain, dead, dry, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered outer_end:azure_forest to structure_gel:[end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:megalake to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:megalake_grove to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cavesandcliffs:lush_caves to structure_gel:[neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:aybssmountain to structure_gel:[mountain, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:tundra to structure_gel:[cold, dead, dry, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:bulbis_gardens_edge to structure_gel:[dry, end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cursed_realm_remastered:cursed_plains to structure_gel:[spooky, plains, dead, dry, neutral_temp, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_hills to structure_gel:[rare, wooded, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered stacked_dimensions_warden:deeper_dark to structure_gel:[neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:umbrella_jungle to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:purpur_peaks to structure_gel:[dry, end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered leos_mushrooms:mushroom_land to structure_gel:[fungal, warm, humid, mushroom, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cursed_realm_remastered:cursed_forest to structure_gel:[spooky, dead, dry, wooded, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered spheric:larks_forest to structure_gel:[warm, humid, jungle, swamp, neutral_temp, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:snowy_rocky_black_beach to structure_gel:[beach, sandy, snowy]
[03:28:57] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [darkpaintings] Found status: BETA Current: 6.0.3 Target: 6.0.3
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered oddwatermobs:deep_ocean_dunes to structure_gel:[ocean, sandy, neutral_temp]
[03:28:57] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [attributefix] Starting version check at https://updates.blamejared.com/get?n=attributefix&gv=1.16.5
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_valleys to structure_gel:[plains, rare, wooded, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shattered_desert_isles to structure_gel:[dry, end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:fire_swamp to structure_gel:[warm, dead, dry, humid, hot, swamp, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:ethereal_forest to structure_gel:[dry, end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:empty_aurora_cave to structure_gel:[dry, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:skyris_peaks to structure_gel:[mountain, cold, coniferous_forest, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dense_forest to structure_gel:[wooded, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:shadow_forest to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:alpine_foothills to structure_gel:[snowy_mountain, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:neon_oasis to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:imparius_grove to structure_gel:[dry, end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:stream to structure_gel:[river, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:withering_woods to structure_gel:[nether, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:empty_end_cave to structure_gel:[dry, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:waywardsea to structure_gel:[dirty, humid, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:lush_aurora_cave to structure_gel:[dry, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered desolation:charred_forest to structure_gel:[dirty, wooded, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:flourishing_dunes to structure_gel:[rare, sandy, dry, desert, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:lush_plains to structure_gel:[plains, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:lake to structure_gel:[ocean, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:chorus_forest to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:rocky_tundra to structure_gel:[cold, dead, dry, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered spheric:alps to structure_gel:[warm, snowy_mountain, humid, jungle, large_wooded, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:pointed_stone_forest to structure_gel:[spruce_forest, mountain, cold, wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:dunes to structure_gel:[sandy, dry, desert, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:dunes_hills to structure_gel:[sandy, dry, desert, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:amber_land to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered bayou_blues:bayou to structure_gel:[warm, rare, humid, swamp, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:firefly_forest to structure_gel:[wooded, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:stone_forest to structure_gel:[spruce_forest, cold, wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:sparse_rainforest_plateau to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:spooky_forest to structure_gel:[spooky, dead, dry, wooded, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest_plateau to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:lush_hills to structure_gel:[plains, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:dragon_graveyards to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:skyris_highlands_clearing to structure_gel:[mountain, cold, coniferous_forest, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:empty_smaragdant_cave to structure_gel:[dry, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_highlands to structure_gel:[mountain, rare, wooded, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:glowing_grasslands to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:araucaria_forest to structure_gel:[warm, dry, wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:glacier to structure_gel:[dead, dry, snowy]
[03:28:57] [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]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:the_abyss_jungle to structure_gel:[warm, humid, jungle, neutral_temp, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:subzero_hypogeal to structure_gel:[nether, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:crimson_gardens to structure_gel:[nether, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:final_plateau to structure_gel:[badlands, dead, dry, hot, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered outer_end:crystal_crag to structure_gel:[end, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:blossoming_spires to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:painted_mountains to structure_gel:[sandy, dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:bog to structure_gel:[warm, cold, humid, swamp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest_basin to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:crystal_mountains to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dark_forest_center to structure_gel:[spooky, magical, wooded, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dense_mushroom_forest to structure_gel:[fungal, warm, wooded, mushroom, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:snowy_forest to structure_gel:[cold, coniferous_forest, wooded, large_wooded, snowy]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered cursed_realm_remastered:acid_forest to structure_gel:[spooky, warm, cold, dead, dry, humid, swamp, wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rocky_dunes_hills to structure_gel:[sandy, dead, dry, desert, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:petrified_dunes to structure_gel:[rare, sandy, dead, dry, desert, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:quartz_desert to structure_gel:[nether, sandy, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:muskeg to structure_gel:[warm, cold, humid, coniferous_forest, swamp, large_wooded]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:ice_starfield to structure_gel:[dry, end, hot]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered byg:basalt_barrera to structure_gel:[beach, sandy, neutral_temp]
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:tower
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:bigger_dungeon
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:leviathan
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:snowy_temple
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:end_ruins
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:warped_garden
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:soul_prison
[03:28:57] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for conjurer_illager:theatre
[03:28:57] [main/INFO] [co.by.BYG/]: BYG: Compostible Blocks Added!
[03:28:57] [main/INFO] [co.by.BYG/]: BYG: Added Hoeable Blocks!
[03:28:57] [main/INFO] [co.by.BYG/]: BYG: Added Flammables!
[03:28:57] [main/INFO] [co.by.BYG/]: BYG: Added strippable Blocks...
[03:28:57] [main/INFO] [co.by.BYG/]: BYG: "Load Complete" Event Complete!
[03:28:57] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [attributefix] Found status: BETA_OUTDATED Current: 10.1.2 Target: 10.1.3
[03:28:57] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [goblintraders] Starting version check at https://mrcrayfish.com/modupdatejson?id=goblintraders
[03:28:57] [main/INFO] [snowrealmagic/]: Serene Seasons compatibility enabled
[03:28:58] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [goblintraders] Found status: BETA Current: 1.6.0 Target: 1.6.0
[03:28:58] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [outvoted] Starting version check at https://raw.githubusercontent.com/How-Bout-No/Outvoted/1.16.5/update.json
[03:28:58] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [outvoted] Found status: UP_TO_DATE Current: 1.2.4 Target: null
[03:28:58] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [jeitweaker] Starting version check at https://updates.blamejared.com/get?n=JEITweaker&gv=1.16.5
[03:28:58] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [jeitweaker] Found status: BETA Current: 1.0.1.33 Target: 1.0.1.33
[03:28:58] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [crafttweaker] Starting version check at https://updates.blamejared.com/get?n=crafttweaker&gv=1.16.5
[03:28:58] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [crafttweaker] Found status: BETA_OUTDATED Current: 7.1.0.326 Target: 7.1.0.330
[03:28:58] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[03:28:59] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: AHEAD Current: 36.1.32 Target: null
[03:28:59] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [dsurround] Starting version check at https://raw.githubusercontent.com/OreCruncher/DynamicSurroundings2/master/version.json
[03:28:59] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [dsurround] Found status: BETA Current: 1.16.4-4.0.4.2 Target: null
[03:28:59] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [cofh_core] Starting version check at https://raw.github.com/cofh/version/master/cofh_core/update.json
[03:29:00] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [cofh_core] Found status: UP_TO_DATE Current: 1.2.1 Target: null
[03:29:00] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mousetweaks] Starting version check at http://play.sourceruns.org/yalter/MouseTweaks/update.json
[03:29:01] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mousetweaks] Found status: BETA Current: 2.14 Target: null
[03:29:01] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [jeiintegration] Starting version check at https://cdn.snowshock35.com/mods/jei-integration/update.json
[03:29:02] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [jeiintegration] Found status: BETA Current: 7.0.1.15 Target: null
[03:29:02] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [additionalbanners] Starting version check at https://updates.blamejared.com/get?n=additionalbanners&gv=1.16.5
[03:29:02] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [additionalbanners] Found status: BETA_OUTDATED Current: 6.0.3 Target: 6.0.4
[03:29:02] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [controlling] Starting version check at https://updates.blamejared.com/get?n=controlling&gv=1.16.5
[03:29:02] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [controlling] Found status: BETA Current: 7.0.0.23 Target: 7.0.0.23
[03:29:02] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [bookshelf] Starting version check at https://updates.blamejared.com/get?n=bookshelf&gv=1.16.5
[03:29:02] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [bookshelf] Found status: BETA_OUTDATED Current: 10.1.11 Target: 10.1.12
[03:29:02] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [tips] Starting version check at https://updates.blamejared.com/get?n=tips&gv=1.16.5
[03:29:02] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [tips] Found status: BETA_OUTDATED Current: 4.0.7 Target: 4.0.9
[03:29:02] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [twilightforest] Starting version check at https://raw.githubusercontent.com/TeamTwilight/twilightforest/1.16.x/update.json
[03:29:03] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [twilightforest] Found status: BETA Current: NONE Target: null
[03:29:03] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [jeienchantmentinfo] Starting version check at https://github.com/Phylogeny/JEIEnchantmentInfo/raw/1.16.1/update.json
[03:29:03] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [jeienchantmentinfo] Found status: BETA Current: 1.16.4-1.2.1 Target: null
[03:29:03] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [villagertools] Starting version check at https://raw.githubusercontent.com/Lothrazar/VillagerTools/trunk/1.16/update.json
[03:29:03] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [villagertools] Found status: AHEAD Current: 1.16.5-1.0.0 Target: null
[03:29:03] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [runelic] Starting version check at https://updates.blamejared.com/get?n=runelic&gv=1.16.5
[03:29:03] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [runelic] Found status: BETA_OUTDATED Current: 7.0.1 Target: 7.0.2
[03:29:03] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [servertabinfo] Starting version check at https://raw.githubusercontent.com/Crimix/ServerTabInfo/master/update.json
[03:29:03] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [servertabinfo] Found status: BETA Current: 1.3.3 Target: null
[03:29:03] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [voidtotem] Starting version check at https://raw.githubusercontent.com/Affehund/VoidTotem/main/update.json
[03:29:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [voidtotem] Found status: AHEAD Current: 1.16.5-1.4.0 Target: null
[03:29:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [shrines] Starting version check at https://github.com/Silverminer007/Shrines/raw/master/updateJSON.json
[03:29:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [shrines] Found status: AHEAD Current: 1.16.5-1.8.1 Target: null
[03:29:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [conjurer_illager] Starting version check at http://changelogs.moddinglegacy.com/conjurer-illager.json
[03:29:06] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [conjurer_illager] Found status: BETA Current: 1.0.13 Target: null
[03:29:06] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [goldenhopper] Starting version check at https://raw.githubusercontent.com/MrCrayfish/ModUpdates/master/goldenhopper/update.json
[03:29:06] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [goldenhopper] Found status: BETA Current: 1.2.0 Target: null
[03:29:06] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [clumps] Starting version check at https://updates.blamejared.com/get?n=clumps&gv=1.16.5
[03:29:06] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [clumps] Found status: BETA Current: 6.0.0.25 Target: 6.0.0.25
[03:29:06] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [configured] Starting version check at https://mrcrayfish.com/modupdatejson?id=configured
[03:29:07] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [configured] Found status: BETA Current: 1.1.0 Target: 1.1.0
[03:29:07] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [badmobs] Starting version check at https://updates.blamejared.com/get?n=badmobs&gv=1.16.5
[03:29:07] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [badmobs] Found status: BETA_OUTDATED Current: 9.0.3 Target: 9.0.4
[03:29:07] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [simple-rpc] Starting version check at https://raw.githubusercontent.com/hypherionmc/simple-rpc-public/main/versions.json
[03:29:07] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [simple-rpc] Found status: BETA Current: 1.16.5-version Target: null
[03:29:07] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [archers_paradox] Starting version check at https://raw.github.com/cofh/version/master/archers_paradox/update.json
[03:29:08] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [archers_paradox] Found status: UP_TO_DATE Current: 1.2.0 Target: null
[03:29:08] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [variant16x_biomesyougo] Starting version check at https://raw.githubusercontent.com/BKthousand/Update16x/master/variant16x_biomesyougo/updates.json
[03:29:08] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [variant16x_biomesyougo] Found status: UP_TO_DATE Current: 0.17.4.4_beta_pre1 Target: null
[03:29:08] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [inventoryhud] Starting version check at https://raw.githubusercontent.com/DmitryLovin/pluginUpdate/master/invupdate.json
[03:29:08] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [inventoryhud] Found status: UP_TO_DATE Current: 3.3.0 Target: null
[03:29:10] [main/ERROR] [minecraft/WorldSettingsImport]: Error adding element: Base value out of range: 256 [-10-128]
[03:29:10] [main/ERROR] [minecraft/WorldSettingsImport]: Error adding element: Value 10 outside of range [0:7]
[03:29:11] [main/INFO] [co._i.to.TowersOfTheWild/]: tower structure feature registered
[03:29:11] [main/INFO] [co._i.to.TowersOfTheWild/]: ice_tower structure feature registered
[03:29:11] [main/INFO] [co._i.to.TowersOfTheWild/]: jungle_tower structure feature registered
[03:29:11] [main/INFO] [co._i.to.TowersOfTheWild/]: derelict_tower structure feature registered
[03:29:11] [main/INFO] [co._i.to.TowersOfTheWild/]: derelict_grass_tower structure feature registered
[03:29:11] [main/INFO] [co._i.to.TowersOfTheWild/]: ocean_tower structure feature registered
[03:29:11] [main/INFO] [co._i.to.TowersOfTheWild/]: ocean_warm_tower structure feature registered
[03:29:12] [main/ERROR] [minecraft/BiomeGenerationSettings]: Feature: Not a JSON object: "minecraft:patch_berry_decorated"; Not a JSON object: "minecraft:bamboo_vegetation"; Not a JSON object: "minecraft:bamboo"; Not a JSON object: "minecraft:patch_tall_grass"
[03:29:12] [main/ERROR] [minecraft/BiomeGenerationSettings]: Feature: Not a JSON object: "minecraft:red_mushroom_swamp"; Not a JSON object: "minecraft:brown_mushroom_swamp"; Not a JSON object: "minecraft:patch_waterlilly"; Not a JSON object: "minecraft:patch_dead_bush"; Not a JSON object: "minecraft:patch_grass_normal"; Not a JSON object: "minecraft:flower_swamp"; Not a JSON object: "minecraft:swamp_tree"; Not a JSON object: "minecraft:patch_berry_decorated"; Not a JSON object: "minecraft:bamboo_vegetation"; Not a JSON object: "minecraft:bamboo"; Not a JSON object: "minecraft:patch_tall_grass"
[03:29:12] [main/ERROR] [minecraft/BiomeGenerationSettings]: Feature: Not a JSON object: "minecraft:patch_tall_grass"
[03:29:12] [main/ERROR] [minecraft/BiomeGenerationSettings]: Feature: Not a JSON object: "minecraft:patch_tall_grass"
[03:29:13] [main/ERROR] [minecraft/BiomeGenerationSettings]: Feature: Not a JSON object: "minecraft:patch_berry_decorated"; Not a JSON object: "minecraft:bamboo_vegetation"; Not a JSON object: "minecraft:bamboo"; Not a JSON object: "minecraft:patch_tall_grass"
[03:29:14] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[03:29:15] [main/INFO] [Bookshelf/]: Registering 1 commands.
[03:29:15] [main/INFO] [ej.bo.BountifulMod/]: Bountiful adding resource listener..
[03:29:15] [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, forge-1.16.5-36.1.32-universal.jar, Variant16x-1.16.5-v0.17.4.5_beta.jar, infernal-expansion-forge-1.3.jar, nether-s-exoticism-1.16.5-1.0.7.jar, stalwart-dungeons-1.16.5-1.0.2.jar, strawgolem-1.16-1.9.jar, BetterCaves-Forge-1.16.4-1.1.2.jar, YungsApi-1.16.4-Forge-6.jar, guardvillagers-1.16.5.1.2.4.jar, randompatches-2.4.4-forge.jar, Morpheus-1.16.5-4.2.70.jar, PickUpNotifier-v1.2-1.16.3.jar, SnowRealMagic-1.16.4-2.5.7.jar, dynviewdist-2.0.jar, JustEnoughResources-1.16.5-0.12.1.121.jar, RevampedWolf-1.16.4-0.7.1.jar, supplementaries-1.16.5-0.14.2.jar, betterendforge-1.16.4-1.6.0.jar, Upgraded Netherite 1.16.5 - 1.9.9.jar, structure_gel-1.16.5-1.7.7.jar, corpse-1.16.5-1.0.5.jar, cleancut-mc1.16-2.2-forge.jar, repurposed_structures-1.16.5-2.7.6-forge.jar, morevillagers-FORGE-1.16.5-1.5.2.jar, toughnessbar-6.1.jar, dungeons_plus-1.16.5-1.1.5.jar, SimplyImprovedTerrain-0.3.2-Forge.jar, masonry-1.16.3-0.3.6.jar, CavesAndCliffsBackport-6.1.jar, curios-forge-1.16.5-4.0.5.2.jar, omnis_backpacks-1.2.1.jar, extendedmushrooms-1.6.1-1.16.5+.jar, Snow_Pig-1.16.5-2.2.3.jar, YungsExtras-Forge-1.16.4-1.0.jar, antiquewaystones-1.2.jar, TheAbyss2 1.9.7 1.16.5.jar, sapience-1.16.4-1.1.1.jar, biomeinfo-1.16.4-v1.3.jar, cloth-config-4.11.26-forge.jar, BetterShieldsMC1.16.3-1.1.5.jar, CustomStartingGear-1.16.4-2.0.2.1-universal.jar, FastLeafDecay-v25.jar, exoticbirds-1.16.4-1.1.0.jar, BetterMineshafts-Forge-1.16.4-2.0.4.jar, veinmining-forge-1.16.5-0.12.jar, DarkPaintings-1.16.5-6.0.3.jar, Kiwi-1.16.5-3.5.1.jar, ClientTweaks_1.16.3-5.3.0.jar, torchslabmod-1.16.4_v1.6.19.jar, treeharvester_1.16.5-2.4.jar, jei-1.16.5-7.7.0.106.jar, jei-professions-1.0.0-1.16.4.jar, ComfortableNether4.3.jar, AttributeFix-1.16.5-10.1.2.jar, differentiate-1.16.5-0.4.0.jar, morerespawnanchors-1.16.5-1.3.0.jar, goblintraders-1.6.0-1.16.3.jar, seals-1.16.3-2.1.2.jar, caelus-forge-1.16.5-2.1.3.0.jar, Kobolds-1.3.2.jar, Fallingleaves-1.16.3-1.0.2.jar, NaturesCompass-1.16.5-1.9.0.jar, 1.16.5-additionalbars-2.0.3.jar, SereneSeasons-1.16.5-4.0.1.119-universal.jar, stoneholm-1.2.2.jar, cursed_realm_remastered_1.16.5_Release_2.0.1.jar, curioofundying-forge-1.16.5-5.2.0.0.jar, outvoted-1.16.5-1.2.4.jar, JEITweaker-1.16.5-1.0.1.33.jar, CraftTweaker-1.16.5-7.1.0.326.jar, extendedbonemeal_1.16.5-1.3.jar, MoreCraftingTables1.16.5.jar, DynamicSurroundings-1.16.4-4.0.4.2.jar, antiqueatlas-5.4.4-forge.jar, dungeonsarise1.16.5-1.2.68a-HF.jar, cofh_core-1.16.4-1.2.1.jar, MouseTweaks-2.14-mc1.16.2.jar, Spheric 1.0.3 1.16.5.jar, [1.16.5]-horizontalpanes-1.1.1.jar, soulblaze-1.16.5-1.2.jar, paintings-1.16.4-7.0.0.1.jar, jeiintegration_1.16.5-7.0.1.15.jar, Croptopia-1.16.4-FORGE-1.4.1.jar, polymorph-forge-1.16.5-0.25.jar, AutoRegLib-1.6-49.jar, sit-1.16.5-v1.3.1.jar, earthmobsmod-1.16.4-0.4.2.jar, evilwanderingtrader-1.2.jar, globaldataandresourcepacks-1.16.4-1.7.4.jar, Advancement_Book-1.16.4-1.0.4.jar, byg-1.2.5.jar, Aquaculture-1.16.5-2.1.19.jar, Betterlands-1.16.5-0.5.0.jar, Corrupted Witherskeleton Boss Mod 1.16.5  v1.2.jar, xptome-1.16.5-v2.1.2.jar, AdditionalBanners-1.16.5-6.0.3.jar, incontrol-1.16-5.1.9.jar, KleeSlabs_1.16.5-9.2.1.jar, villagernames_1.16.5-2.9.jar, JRFTL [1.16.5]-1.2.jar, Controlling-7.0.0.23.jar, citadel-1.7.1-1.16.5.jar, alexsmobs-1.11.0.jar, Bookshelf-1.16.5-10.1.11.jar, Tips-1.16.5-4.0.7.jar, FpsReducer-mc1.16.5-1.20.jar, carryon-1.16.5-1.15.5.15.jar, omnis-1.16.5-1.1.2.3.jar, [1.16.X-1.0.10] Dragon Mounts Legacy.jar, despawningeggshatch_1.16.5-2.2.jar, twilightforest-1.16.5-4.0.490-universal.jar, konkrete_1.1.6_MC_1.16.2-1.16.5.jar, cuneiform-1.16.3-1.2.5.jar, JEIEnchantmentInfo-1.16.4-1.2.1.jar, chocolate-1.3.0-1.16.4.jar, betterspawnercontrol_1.16.5-1.3.jar, Bountiful-1.16.4-3.3.1.jar, CNB-1.16.3_5-1.2.11.jar, geckolib-forge-1.16.5-3.0.41.jar, Patchouli-1.16.4-53.jar, collective-1.16.5-2.26.jar, advancementplus-1.1.3.jar, villagertools-1.16.5-1.0.0.jar, BetterThirdPerson-Forge-1.16.4-1.5.1.jar, elevatorid-1.16.5-1.7.13.jar, BetterStrongholds-1.16.4-1.1.jar, Desolation 1.1.0-1 1.16.5.jar, Deeper in The Caves Remake 1.1.jar, Runelic-1.16.5-7.0.1.jar, travelers_index-1.16.4-1.0.2.jar, architectury-1.18.25-forge.jar, bambooeverything-1.16.5-1.0.0-forge.jar, mountainous-0.1.1-forge.jar, ftb-gui-library-1605.2.1.41-forge.jar, curiouselytra-forge-1.16.5-4.0.2.3.jar, enchantwithmob-1.16.5-1.4.6.jar, ServerTabInfo-1.16.4-1.3.3.jar, GameMenuModOption-1.16.4-1.8.jar, CraftableDeeds-2.1.jar, voidtotem-1.16.5-1.4.0.jar, BetterAdvancements-1.16.5-0.1.1.109.jar, cavebiomes-2.0.jar, Shrines-1.16.5-1.8.1.jar, NourishedNetherV7.jar, item-filters-forge-1605.2.5-build.4.jar, ftb-quests-1605.2.1-build.39-forge.jar, EasyMagic-v1.0.2-1.16.5.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.2.0.jar, environmental-1.16.5-1.0.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, personality-1.16.5-1.0.2.jar, buzzier_bees-1.16.5-3.0.1.jar, Enhanced-Mushrooms-1.16.5-3.0.9.jar, brazier-3.0.9-forge.jar, Waystones_1.16.5-7.6.2.jar, goldenhopper-1.2.0-1.16.3.jar, Clumps-6.0.0.25.jar, village-employment-1.16.5-1.4.0.jar, comforts-forge-1.16.5-4.0.1.1.jar, tumbleweed-1.16-0.4.9.jar, campful-1.16.5-3.1.0.jar, configured-1.1.0-1.16.5.jar, OuterEnd-0.2.13.jar, BadMobs-1.16.5-9.0.3.jar, lazydfu-0.1.3.jar, farsight-1.5.jar, AkashicTome-1.4-16.jar, frozenup-1.0.1.jar, ocean_expansion_1.16.5_Release_1.0.3.jar, Jade-1.16.4-2.7.1.jar, Leos_Mushrooms-1.16.4-v0.3.0.jar, simple-rpc-1.16.5-2.2.1-all.jar, archers_paradox-1.16.4-1.2.0.jar, towers_of_the_wild-1.16.4-2.0.1.jar, Variant16x-BiomesYouGo-1.16.5-v0.17.4.4_beta_pre1.jar, totemofreviving-1.16.5-1.1.1.jar, atmospheric-1.16.5-3.1.0.jar, Quark-r2.4-314.jar, charm-forge-1.16.5-2.3.2.jar, terraincognita-1.16.3-1.6.4.2.jar, performant-1.16.2-5-3.66m.jar, InventoryHud_[1.16.2-1.16.5].forge-3.3.0.jar, combustivefishing-forge-1.16.3-4.0.0.1.jar, fancymenu_2.1.0_MC_1.16.2-1.16.5.jar, HunterIllager-1.16.5-1.2.1.jar, illagersweararmor-1.0.4.jar, ferritecore-2.0.4-forge.jar, OddWaterMobs[1.16.5]_1.3.0.jar, enhancedcelestials-1.0.4-1.16.4.jar, illagers_plus-1.16.4v1.4.1.jar, valhelsia_core-16.0.9.jar, valhelsia_structures-1.16.5-0.1.3.jar, overloadedarmorbar-5.1.0.jar, Nature Expansion 1.1.1.jar
[03:29:18] [Worker-Main-5/INFO] [co.mi.ab.co.AbnormalsCore/]: Loot Modification Manager has loaded 0 sets of modifiers
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe village_employment:arch_illager_boots_recipe
com.google.gson.JsonSyntaxException: Unknown item tag 'forge:gems/ruby'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe village_employment:arch_illager_crown_recipe
com.google.gson.JsonSyntaxException: Unknown item tag 'forge:gems/ruby'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe village_employment:arch_illager_robe_recipe
com.google.gson.JsonSyntaxException: Unknown item tag 'forge:gems/ruby'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe village_employment:beekeeper_goggle_recipe
com.google.gson.JsonSyntaxException: Unknown item 'bk:bee_pollen'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe village_employment:beekeeper_jacket_recipe
com.google.gson.JsonSyntaxException: Unknown item 'bk:bee_pollen'
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:brass_lantern as it's serializer returned null
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe environmental:building/wood/cherry/cherry_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:cherry_post'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe environmental:building/wood/cherry/stripped_cherry_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:stripped_cherry_post'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe environmental:building/wood/willow/stripped_willow_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:stripped_willow_post'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe environmental:building/wood/willow/willow_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:willow_post'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe environmental:building/wood/wisteria/stripped_wisteria_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:stripped_wisteria_post'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe environmental:building/wood/wisteria/wisteria_post
com.google.gson.JsonSyntaxException: Unknown item 'quark:wisteria_post'
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:candelabra_silver as it's serializer returned null
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe mctb:cherry_crafting_table
com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:cherry_planks'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe herobrine:corrupted_redstone_rezept
com.google.gson.JsonSyntaxException: Unknown item 'herobrine:deleted_mod_element'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/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
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe farmersdelight:cutting/azure_door
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'farmersdelight:cutting'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe farmersdelight:cutting/azure_pith
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'farmersdelight:cutting'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe farmersdelight:cutting/azure_sign
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'farmersdelight:cutting'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe farmersdelight:cutting/azure_stem
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'farmersdelight:cutting'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe farmersdelight:cutting/azure_trapdoor
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'farmersdelight:cutting'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe mctb:dead_crafting_table
com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:dead_planks'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe campful:ender_jacaranda_campfire
com.google.gson.JsonSyntaxException: Unknown item tag 'abundance:jacaranda_logs'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe campful:ender_maple_campfire
com.google.gson.JsonSyntaxException: Unknown item tag 'autumnity:maple_logs'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe campful:ender_redbud_campfire
com.google.gson.JsonSyntaxException: Unknown item tag 'abundance:redbud_logs'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe mctb:fir_crafting_table
com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:fir_planks'
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_aged as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_arcane_edelwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_blood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_cactus as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_cave_mushroom as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_charred as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_cherry_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_cherry_red as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_cherrywood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_darkwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_dead as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_dead_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_distortic as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_dream as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_dreamwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_edelwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_elder as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_enigma as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_fir_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_grongle as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_hellbark_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_inverted as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_jacaranda_ab as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_jacaranda_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_leppa as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_livingwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_magic_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_magic_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_mahogany_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_maple_aut as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_maple_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_mysterywood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_nanab as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_olive as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_oran as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_painted_acacia as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_palm_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_pecha as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_purple_heart_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_redbud_ab as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_redwood_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_shimmerwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_silverbell_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_sitrus as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_smogstem as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_tea as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_temporal as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_tiger_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_twisted as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_umbran_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_white as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_wigglewood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_willow_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:hanging_sign_willow_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe mctb:hellbark_crafting_table
com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:hellbark_planks'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe campful:jacaranda_campfire
com.google.gson.JsonSyntaxException: Unknown item tag 'abundance:jacaranda_logs'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe mctb:jacaranda_crafting_table
com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:jacaranda_planks'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe mctb:magic_crafting_table
com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:magic_planks'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe mctb:mahogany_crafting_table
com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:mahogany_planks'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe campful:maple_campfire
com.google.gson.JsonSyntaxException: Unknown item tag 'autumnity:maple_logs'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe cursed_realm_remastered:maudit_bone_rod_recipe
com.google.gson.JsonSyntaxException: Unknown item 'iron_rod:iron_rod'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe mctb:palm_crafting_table
com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:palm_planks'
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:planter_rich as it's serializer returned null
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe ocean_expansion:prismarine_rod_recipe
com.google.gson.JsonSyntaxException: Unknown item 'iron_rod:iron_rod'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe campful:redbud_campfire
com.google.gson.JsonSyntaxException: Unknown item tag 'abundance:redbud_logs'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe mctb:redwood_crafting_table
com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:redwood_planks'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe outer_end:sawmill/azure_planks_from_vertical_azure_planks_sawing
com.google.gson.JsonSyntaxException: Unknown item 'outer_end:vertical_azure_planks'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe outer_end:sawmill/azure_stairs_from_azure_stems_sawing
com.google.gson.JsonSyntaxException: Unknown item tag 'outer_end:azure_stem'
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_aged as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_arcane_edelwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_blood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_cactus as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_cave_mushroom as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_charred as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_cherry_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_cherry_red as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_cherrywood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_darkwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_dead as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_dead_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_distortic as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_dream as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_dreamwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_edelwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_elder as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_enigma as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_fir_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_grongle as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_hellbark_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_inverted as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_jacaranda_ab as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_jacaranda_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_leppa as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_livingwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_magic_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_magic_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_mahogany_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_maple_aut as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_maple_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_mysterywood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_nanab as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_olive as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_oran as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_painted_acacia as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_palm_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_pecha as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_purple_heart_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_redbud_ab as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_redwood_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_shimmerwood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_silverbell_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_sitrus as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_smogstem as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_tea as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_temporal as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_tiger_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_twisted as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_umbran_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_white as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_wigglewood as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_willow_bop as it's serializer returned null
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:sign_post_willow_pw as it's serializer returned null
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe nourished_nether:smelt_netherite_gear
com.google.gson.JsonSyntaxException: Unknown item tag 'minecraft:netherite_gear'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe campful:soul_jacaranda_campfire
com.google.gson.JsonSyntaxException: Unknown item tag 'abundance:jacaranda_logs'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe campful:soul_maple_campfire
com.google.gson.JsonSyntaxException: Unknown item tag 'autumnity:maple_logs'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe campful:soul_redbud_campfire
com.google.gson.JsonSyntaxException: Unknown item tag 'abundance:redbud_logs'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe nourished_nether:stonecutter_wither_bone_brick
com.google.gson.JsonSyntaxException: Unknown item 'nourished_nether:deleted_mod_element'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe nethers_exoticism:sugar_recipe
com.google.gson.JsonSyntaxException: Unknown item tag 'minecraft:item/exotic_fruit'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe village_employment:traveler_pants_recipe
com.google.gson.JsonSyntaxException: Unknown item 'dungeonsmod:golden_bone'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe village_employment:traveler_robe_recipe
com.google.gson.JsonSyntaxException: Unknown item 'dungeonsmod:golden_bone'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe mctb:umbran_crafting_table
com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:umbran_planks'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe mctb:willow_crafting_table
com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:willow_planks'
[03:29:18] [Worker-Main-5/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe nourished_nether:wither_bone_bricks_recipe
com.google.gson.JsonSyntaxException: Unknown item 'nourished_nether:deleted_mod_element'
[03:29:18] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Loaded 14 recipes
[03:29:19] [Worker-Main-5/INFO] [co.mi.ab.co.AbnormalsCore/]: Advancement Modification Manager has loaded 13 sets of modifiers
[03:29:20] [Worker-Main-5/ERROR] [co.pe.co.Performant/]: Bad loottable added: net.minecraft.loot.LootPool@690cf52c, name is null
java.lang.Exception: null
        at net.minecraft.loot.LootPool.handler$bde000$onAddPool(LootPool.java:528) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:loot.LoottableMixin,pl:mixin:A}
        at net.minecraft.loot.LootPool.<init>(LootPool.java:46) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:loot.LoottableMixin,pl:mixin:A}
        at net.minecraft.loot.LootPool.<init>(LootPool.java:27) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:loot.LoottableMixin,pl:mixin:A}
        at net.minecraft.loot.LootPool$Builder.func_216044_b(LootPool.java:175) ~[?:?] {re:classloading}
        at com.possible_triangle.brazier.forge.ForgeEvents.lambda$onLootLoaded$0(ForgeEvents.java:25) ~[brazier:?] {re:classloading}
        at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_291] {}
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_291] {}
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_291] {}
        at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_291] {}
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_291] {}
        at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_291] {}
        at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_291] {}
        at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_291] {}
        at com.possible_triangle.brazier.Conditional.injectLoot(Conditional.java:52) ~[brazier:?] {re:classloading}
        at com.possible_triangle.brazier.forge.ForgeEvents.onLootLoaded(ForgeEvents.java:25) ~[brazier:?] {re:classloading}
        at net.minecraftforge.eventbus.ASMEventHandler_1559_ForgeEvents_onLootLoaded_LootTableLoadEvent.invoke(.dynamic) ~[?:?] {}
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[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.event.ForgeEventFactory.loadLootTable(ForgeEventFactory.java:666) ~[forge:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:891) ~[forge:?] {re:mixin,re:classloading,pl:mixin:APP:dungeons_plus.mixins.json:ForgeHooksMixin,pl:mixin:A}
        at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) ~[?:?] {re:classloading}
        at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_291] {}
        at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) ~[?:?] {re:classloading}
        at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) ~[?:?] {re:classloading}
        at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {re:classloading,re:mixin}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_291] {}
        at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:computing_frames,re:classloading}
        at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:computing_frames,re:classloading}
        at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_291] {}
        at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:computing_frames,re:classloading}
        at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:computing_frames,re:classloading}
        at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_291] {}
        at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:computing_frames,re:classloading}
        at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:computing_frames,re:classloading}
        at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1067) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1703) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172) [?:1.8.0_291] {}
[03:29:20] [Worker-Main-5/ERROR] [minecraft/LootTableManager]: Couldn't parse loot table terraincognita:blocks/apple_pantry
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'terraincognita:apple_pantry'
[03:29:20] [Worker-Main-5/ERROR] [minecraft/LootTableManager]: Couldn't parse loot table ocean_expansion:chests/prismarine_tower_rare_loot
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'iron_rod:iron_rod'
[03:29:20] [Worker-Main-5/ERROR] [minecraft/LootTableManager]: Couldn't parse loot table immersiveengineering:chests/engineers_house
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'immersiveengineering:stick_treated'
[03:29:20] [Worker-Main-5/ERROR] [minecraft/LootTableManager]: Couldn't parse loot table ravageandcabbage:entities/cabbager
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'ravageandcabbage:cabbage'
[03:29:21] [Worker-Main-5/ERROR] [co.pe.co.Performant/]: Bad loottable added: net.minecraft.loot.LootPool@12108370, name is null
java.lang.Exception: null
        at net.minecraft.loot.LootPool.handler$bde000$onAddPool(LootPool.java:528) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:loot.LoottableMixin,pl:mixin:A}
        at net.minecraft.loot.LootPool.<init>(LootPool.java:46) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:loot.LoottableMixin,pl:mixin:A}
        at net.minecraft.loot.LootPool.<init>(LootPool.java:27) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:loot.LoottableMixin,pl:mixin:A}
        at net.minecraft.loot.LootPool$Builder.func_216044_b(LootPool.java:175) ~[?:?] {re:classloading}
        at com.possible_triangle.brazier.forge.ForgeEvents.lambda$onLootLoaded$0(ForgeEvents.java:25) ~[brazier:?] {re:classloading}
        at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_291] {}
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_291] {}
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_291] {}
        at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_291] {}
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_291] {}
        at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_291] {}
        at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_291] {}
        at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_291] {}
        at com.possible_triangle.brazier.Conditional.injectLoot(Conditional.java:52) ~[brazier:?] {re:classloading}
        at com.possible_triangle.brazier.forge.ForgeEvents.onLootLoaded(ForgeEvents.java:25) ~[brazier:?] {re:classloading}
        at net.minecraftforge.eventbus.ASMEventHandler_1559_ForgeEvents_onLootLoaded_LootTableLoadEvent.invoke(.dynamic) ~[?:?] {}
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[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.event.ForgeEventFactory.loadLootTable(ForgeEventFactory.java:666) ~[forge:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:891) ~[forge:?] {re:mixin,re:classloading,pl:mixin:APP:dungeons_plus.mixins.json:ForgeHooksMixin,pl:mixin:A}
        at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) ~[?:?] {re:classloading}
        at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_291] {}
        at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) ~[?:?] {re:classloading}
        at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) ~[?:?] {re:classloading}
        at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {re:classloading,re:mixin}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_291] {}
        at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:computing_frames,re:classloading}
        at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:computing_frames,re:classloading}
        at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_291] {}
        at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:computing_frames,re:classloading}
        at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:computing_frames,re:classloading}
        at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_291] {}
        at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:computing_frames,re:classloading}
        at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:computing_frames,re:classloading}
        at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1067) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1703) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172) [?:1.8.0_291] {}
[03:29:21] [Worker-Main-5/ERROR] [minecraft/LootTableManager]: Couldn't parse loot table terraincognita:blocks/hazel_pantry
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'terraincognita:hazel_pantry'
[03:29:21] [Worker-Main-5/ERROR] [co.pe.co.Performant/]: Bad loottable added: net.minecraft.loot.LootPool@63f537a6, name is null
java.lang.Exception: null
        at net.minecraft.loot.LootPool.handler$bde000$onAddPool(LootPool.java:528) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:loot.LoottableMixin,pl:mixin:A}
        at net.minecraft.loot.LootPool.<init>(LootPool.java:46) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:loot.LoottableMixin,pl:mixin:A}
        at net.minecraft.loot.LootPool.<init>(LootPool.java:27) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:loot.LoottableMixin,pl:mixin:A}
        at net.minecraft.loot.LootPool$Builder.func_216044_b(LootPool.java:175) ~[?:?] {re:classloading}
        at com.possible_triangle.brazier.forge.ForgeEvents.lambda$onLootLoaded$0(ForgeEvents.java:25) ~[brazier:?] {re:classloading}
        at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_291] {}
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_291] {}
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_291] {}
        at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_291] {}
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_291] {}
        at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_291] {}
        at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_291] {}
        at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_291] {}
        at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_291] {}
        at com.possible_triangle.brazier.Conditional.injectLoot(Conditional.java:52) ~[brazier:?] {re:classloading}
        at com.possible_triangle.brazier.forge.ForgeEvents.onLootLoaded(ForgeEvents.java:25) ~[brazier:?] {re:classloading}
        at net.minecraftforge.eventbus.ASMEventHandler_1559_ForgeEvents_onLootLoaded_LootTableLoadEvent.invoke(.dynamic) ~[?:?] {}
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[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.event.ForgeEventFactory.loadLootTable(ForgeEventFactory.java:666) ~[forge:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:891) ~[forge:?] {re:mixin,re:classloading,pl:mixin:APP:dungeons_plus.mixins.json:ForgeHooksMixin,pl:mixin:A}
        at net.minecraft.loot.LootTableManager.lambda$apply$0(LootTableManager.java:40) ~[?:?] {re:classloading}
        at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_291] {}
        at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:38) ~[?:?] {re:classloading}
        at net.minecraft.loot.LootTableManager.func_212853_a_(LootTableManager.java:16) ~[?:?] {re:classloading}
        at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {re:classloading,re:mixin}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_291] {}
        at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:computing_frames,re:classloading}
        at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:computing_frames,re:classloading}
        at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_291] {}
        at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:computing_frames,re:classloading}
        at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:computing_frames,re:classloading}
        at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_291] {}
        at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:computing_frames,re:classloading}
        at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:computing_frames,re:classloading}
        at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_291] {}
        at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1067) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1703) [?:1.8.0_291] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172) [?:1.8.0_291] {}
[03:29:21] [Worker-Main-5/ERROR] [minecraft/LootTableManager]: Couldn't parse loot table bountiful:blocks/bountyboard
com.google.gson.JsonSyntaxException: Missing ops, expected to find a JsonArray
[03:29:22] [Worker-Main-5/WARN] [minecraft/LootTableManager]: Found validation problem in {dragonmounts:blocks/ice_dragon_egg}.pools[0].condition[0]: Parameters [<parameter minecraft:explosion_radius>] are not provided in this context
[03:29:22] [Worker-Main-5/WARN] [minecraft/LootTableManager]: Found validation problem in {dragonmounts:blocks/fire_dragon_egg}.pools[0].condition[0]: Parameters [<parameter minecraft:explosion_radius>] are not provided in this context
[03:29:22] [Worker-Main-5/WARN] [minecraft/LootTableManager]: Found validation problem in {dragonmounts:blocks/water_dragon_egg}.pools[0].condition[0]: Parameters [<parameter minecraft:explosion_radius>] are not provided in this context
[03:29:22] [Worker-Main-5/WARN] [minecraft/LootTableManager]: Found validation problem in {dragonmounts:blocks/nether_dragon_egg}.pools[0].condition[0]: Parameters [<parameter minecraft:explosion_radius>] are not provided in this context
[03:29:22] [Worker-Main-5/WARN] [minecraft/LootTableManager]: Found validation problem in {alexsmobs:gameplay/seal_reward}.pools[0].entries[1].functions[0]: Parameters [<parameter minecraft:origin>] are not provided in this context
[03:29:22] [Worker-Main-5/WARN] [minecraft/LootTableManager]: Found validation problem in {dragonmounts:blocks/ender_dragon_egg}.pools[0].condition[0]: Parameters [<parameter minecraft:explosion_radius>] are not provided in this context
[03:29:22] [Worker-Main-5/WARN] [minecraft/LootTableManager]: Found validation problem in {dragonmounts:blocks/forest_dragon_egg}.pools[0].condition[0]: Parameters [<parameter minecraft:explosion_radius>] are not provided in this context
[03:29:22] [Worker-Main-5/WARN] [minecraft/LootTableManager]: Found validation problem in {dragonmounts:blocks/aether_dragon_egg}.pools[0].condition[0]: Parameters [<parameter minecraft:explosion_radius>] are not provided in this context
[03:29:22] [Worker-Main-5/WARN] [minecraft/LootTableManager]: Found validation problem in {dragonmounts:blocks/ghost_dragon_egg}.pools[0].condition[0]: Parameters [<parameter minecraft:explosion_radius>] are not provided in this context
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_rosewood_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_dark_oak_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_cherry_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_jacaranda_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_redbud_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_acacia_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_birch_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_jungle_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_warped_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_spruce_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_willow_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_morado_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_oak_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_yucca_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_crimson_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_river_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_maple_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_poise_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_driftwood_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_cypress_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_wisteria_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[03:29:22] [Worker-Main-5/INFO] [minecraft/AdvancementList]: Loaded 3626 advancements
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab biotite_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab snow_bricks_slab_double could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab sandy_bricks_slab_double could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab charred_nether_brick_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab sandstone_bricks_slab_double could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab sandstone_smooth_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab red_sandstone_bricks_slab_double could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab red_sandstone_smooth_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab end_bricks_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab prismarine_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab prismarine_dark_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab prismarine_bricks_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stone_diorite_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stone_diorite_bricks_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stone_granite_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stone_granite_bricks_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stone_andesite_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stone_andesite_bricks_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stone_basalt_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stone_basalt_bricks_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_gray_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_magenta_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_cyan_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_blue_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_orange_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_red_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_yellow_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_light_blue_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_purple_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_silver_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_lime_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_green_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_black_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_brown_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_white_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_clay_tiles_pink_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_gray_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_magenta_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_cyan_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_blue_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_orange_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_red_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_yellow_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_light_blue_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_purple_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_silver_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_lime_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_green_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_black_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_brown_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_white_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stained_planks_pink_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab reed_block_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab thatch_slab_double could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab icy_stone_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab fire_stone_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stone_limestone_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab stone_marble_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab duskbound_block_slab_double could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab magma_bricks_slab_double could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab midori_block_slab_double could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab iron_plate_slab_double could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab polished_netherrack_bricks_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab soul_sandstone_slab_double could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab soul_sandstone_bricks_slab_double could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab soul_sandstone_smooth_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab bark_oak_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab bark_spruce_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab bark_birch_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab bark_jungle_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab bark_acacia_slab could not be found.
[03:29:22] [Worker-Main-5/ERROR] [ne.bl.mo.kl.KleeSlabs/]: Slab bark_dark_oak_slab could not be found.
[03:29:22] [Worker-Main-5/INFO] [co.mi.en.co.sl.SlabfishLoader/]: Loaded 55 Slabfish Types
[03:29:22] [Worker-Main-5/INFO] [co.mi.en.co.sl.SlabfishLoader/]: Loaded 16 Sweater Types
[03:29:22] [Worker-Main-5/INFO] [co.mi.en.co.sl.SlabfishLoader/]: Loaded 19 Backpack Types
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Loading Bounty Data. We will probably skip some data since certain mods are not loaded.
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/simplytea/chef_objs as dependencies are not met: [simplytea]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/inspirations/farmer_rews as dependencies are not met: [inspirations]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/vanillafoodpantry/chef_objs as dependencies are not met: [vanillafoodpantry]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/apotheosis/fletcher_rews as dependencies are not met: [apotheosis]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/mysticalworld/armorer_rews as dependencies are not met: [mysticalworld]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/mysticalworld/armorer_objs as dependencies are not met: [mysticalworld]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/simplefarming/chef_objs as dependencies are not met: [simplefarming]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/upgrademodifiers/armorer_rews as dependencies are not met: [upgrademodifiers]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/storagedrawers/tinker_rews as dependencies are not met: [storagedrawers]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/inspirations/tinker_rews as dependencies are not met: [inspirations]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/farmingforblockheads/farmer_objs as dependencies are not met: [farmingforblockheads]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/upgrademodifiers/toolsmith_rews as dependencies are not met: [upgrademodifiers]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/mysticalworld/chef_objs as dependencies are not met: [mysticalworld]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/vanillafoodpantry/chef_rews as dependencies are not met: [vanillafoodpantry]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/inspirations/fletcher_rews as dependencies are not met: [inspirations]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/farmingforblockheads/farmer_rews as dependencies are not met: [farmingforblockheads]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/xlfoodmod/chef_objs as dependencies are not met: [xlfoodmod]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/mysticalworld/farmer_objs as dependencies are not met: [mysticalworld]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/simplefarming/farmer_objs as dependencies are not met: [simplefarming]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/xlfoodmod/chef_rews as dependencies are not met: [xlfoodmod]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Skipping load of bountiful:pools/simplefarming/farmer_rews as dependencies are not met: [simplefarming]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Found decrees: [hunting, butcher, mason, librarian, farmer, toolsmith, chef, mapper, armorer, fletcher, fisherman, cleric, leatherer, shepherd, tinker]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Merging Entry Pools..
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating Entry Pools..
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'toolsmith_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'butcher_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'tinker_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'common_enchants'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'fisherman_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'shepherd_objs'
[03:29:22] [Worker-Main-5/WARN] [ej.bo.BountifulMod/]: Invalid pool item: BountyEntry (item-tag) [Item: minecraft:wool, Amount: 0 [[4..32]], Worth: 250, NBT: null, Weight: 1000]
[03:29:22] [Worker-Main-5/WARN] [ej.bo.BountifulMod/]: Invalid pool item: BountyEntry (item-tag) [Item: forge:dyes, Amount: 0 [[2..16]], Worth: 200, NBT: null, Weight: 1000]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'chef_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'toolsmith_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'fisherman_objs'
[03:29:22] [Worker-Main-5/WARN] [ej.bo.BountifulMod/]: Invalid pool item: BountyEntry (item) [Item: upgrade_aquatic:bedroll_leather, Amount: 0 [[1..1]], Worth: 2500, NBT: null, Weight: 1000]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'leatherer_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'farmer_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'cleric_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'shepherd_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'farmer_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'tinker_rews'
[03:29:22] [Worker-Main-5/WARN] [ej.bo.BountifulMod/]: Invalid pool item: BountyEntry (item) [Item: charm:variable_redstone_lamp, Amount: 0 [[1..2]], Worth: 2000, NBT: null, Weight: 1000]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'butcher_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'librarian_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'common_crafts'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'librarian_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'armorer_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'mason_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'hunting_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'hunting_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'all_villager_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'armorer_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'cleric_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'all_villager_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'chef_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'fletcher_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'mapper_rews'
[03:29:22] [Worker-Main-5/WARN] [ej.bo.BountifulMod/]: Invalid pool item: BountyEntry (item-tag) [Item: minecraft:banners, Amount: 0 [[1..3]], Worth: 750, NBT: null, Weight: 400]
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'leatherer_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'fletcher_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'mapper_objs'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Validating pool 'mason_rews'
[03:29:22] [Worker-Main-5/INFO] [ej.bo.BountifulMod/]: Found Entry Pools: [hunting, butcher, mason, librarian, farmer, toolsmith, chef, mapper, armorer, fletcher, fisherman, cleric, leatherer, shepherd, tinker]
[03:29:22] [Worker-Main-5/INFO] [STDOUT/]: [com.blamejared.crafttweaker.CraftTweaker:giveFeedback:134]: CraftTweaker reload starting!
[03:29:23] [Worker-Main-5/INFO] [STDOUT/]: [com.blamejared.crafttweaker.CraftTweaker:giveFeedback:134]: CraftTweaker reload complete!
[03:29:32] [main/INFO] [STDOUT/]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: [byg:pine_logs, forge:glass_panes/magenta, byg:ground_kovan_flower, forge:ores/biotite, forge:mushrooms/edible, quark:planks_vertical_slab, byg:ground_silver_vase_flower, valhelsia_structures:jars, masonry:obsidian_cutables, masonry:prismarine_cutables, betterendforge:gen_terrain, quark:stools, forge:storage_blocks/netherite, forge:glass_panes/white, masonry:netherrack, supplementaries:beams, masonry:dark_prismarine_wall, forge:glass_panes/light_gray, byg:maple_logs, forge:diorite, alexsmobs:roadrunner_spawns, byg:ground_green_tulip, quark:candles, additionalbars:bars/metallic, minecraft:dragon_immune, forge:glass/pink, forge:chests, forge:storage_blocks/emerald, forge:ores/redstone, horizontalpanes:panes, forge:glass/red, byg:blue_sand, masonry:end_stone_cutables, twilightforest:structure_banned_interactions, masonry:andesite, forge:mushroom_stems/colorless, forge:glass_panes/green, extendedmushrooms:mushroom_fences, betterendforge:end_lotus_logs, carryon:block_blacklist, repurposed_structures:badlands_well_ores, minecraft:prevent_mob_spawning_inside, forge:flowers, forge:fiber, forge:chests/trapped, structure_gel:gel, forge:fence_gates, snowrealmagic:bottom_snow, forge:bushes, masonry:prismarine, twilightforest:portal/fluid, masonry:stone_cutables, forge:sandstone, forge:glass_panes/colorless, atmospheric:rosewood_logs, terraincognita:sweet_peas, byg:ground_purple_sage, byg:willow_logs, twilightforest:canopy_logs, twilightforest:antibuilder_ignores, extendedmushrooms:mushroom_buttons/wool, twilightforest:dark_tower_excluded_pots, outvoted:hunger_can_burrow, woolplates:woolplates, upgrade_aquatic:river_logs, masonry:dark_prismarine_cutables, extendedmushrooms:mushroom_buttons/wood, forge:storage_blocks/lapis, minecraft:beds, forge:ores/diamond, minecraft:doors, forge:black_sand, minecraft:infiniburn_overworld, minecraft:flower_pots, forge:mushrooms/poisonous, supplementaries:posts, twilightforest:annihilation_inclusions, twilightforest:trophies, byg:ground_begonia, extendedmushrooms:mushroom_slabs, byg:ground_osiria_rose, alexsmobs:seal_digables, byg:palo_verde_logs, forge:glass/white, forge:glass_panes/red, minecraft:signs, minecraft:wither_summon_base_blocks, terraincognita:hanging_moss_plantable_on, terraincognita:hazel_logs, forge:mushroom_caps, byg:fir_logs, alexsmobs:mimic_octopus_spawns, minecraft:hoglin_repellents, twilightforest:towerwood, extendedmushrooms:mushroom_doors, byg:ground_california_poppy, create:fan_transparent, outer_end:crystal_buds, extendedmushrooms:mushroom_chests_trapped, endergetic:poise_stems, extendedmushrooms:mushroom_chests, forge:sand/colorless, endergetic:end_plantable, alexsmobs:komodo_dragon_spawns, masonry:granite, atmospheric:yucca_plantable_on, alexsmobs:mantis_shrimp_spawns, enhanced_mushrooms:glowshroom_stems, quark:wooden_vertical_slabs, twilightforest:fire_jet_fuel, minecraft:soul_speed_blocks, forge:storage_blocks/charcoal, byg:pink_sand, outer_end:end_plantable_on, alexsmobs:lobster_spawns, minecraft:walls, byg:ground_red_cornflower, minecraft:coral_blocks, masonry:diorite, forge:glass/green, alexsmobs:cachalot_whale_breakables, twilightforest:storage_blocks/fiery, atmospheric:aspen_logs, environmental:cherry_logs, valhelsia_structures:colored_jars, minecraft:underwater_bonemeals, betterendforge:end_ground, minecraft:impermeable, minecraft:sand, forge:end_stones, enhancedcelestials:harvest_moon_whitelisted_crop_growth, forge:mushroom_caps/red, byg:ground_mini_cactus, masonry:netherrack_wall, masonry:dark_prismarine, forge:fences/wooden, sereneseasons:summer_crops, minecraft:campfires, supplementaries:vine_support, forge:storage_blocks, minecraft:infiniburn_nether, forge:glass_panes/orange, atmospheric:grimwood_logs, forge:ores/quartz, forge:glass/blue, forge:supports_conduit, forge:saplings, minecraft:wooden_trapdoors, masonry:obsidian, forge:storage_blocks/coal, byg:imparius_stems, forge:glass/light_blue, forge:ores/thallasium, twilightforest:storage_blocks/knightmetal, forge:storage_blocks/redstone, byg:withering_oak_logs, extendedmushrooms:mushroom_pressure_plates/wool, charm:chests/trapped, twilightforest:ore_magnet/minecraft/stone, alexsmobs:grizzly_beehive, minecraft:stairs, quark:underground_biome_replaceable, sereneseasons:unbreakable_infertile_crops, minecraft:logs, byg:ground_pink_anemone, masonry:netherrack_cutables, alexsmobs:crocodile_spawns, minecraft:valid_spawn, minecraft:mushroom_grow_block, quark:wraith_spawnable, minecraft:wooden_doors, masonry:alldark_prismarine, extendedmushrooms:mushroom_pressure_plates/wood, extendedmushrooms:mushroom_pressure_plates, sereneseasons:autumn_crops, forge:glass/purple, twilightforest:storage_blocks/steeleaf, quark:slime_blocks, minecraft:crimson_stems, byg:ground_incan_lily, masonry:andesite_wall, forge:purple_sand, quark:vertical_slab, betterendforge:lucernia_logs, masonry:allstone, quark:hedges, forge:mushrooms/red, charm:immovable_by_pistons, alexsmobs:gorilla_breakables, byg:embur_pedus, cavesandcliffs:small_dripleaf_placeable, byg:black_sand, byg:ground_yellow_tulip, cavesandcliffs:lush_plants_replaceable, minecraft:beacon_base_blocks, masonry:allnetherrack, alexsmobs:orca_breakables, repurposed_structures:mossy_well_ores, twilightforest:darkwood_logs, minecraft:anvil, forge:ores/ender, forge:sand, sereneseasons:greenhouse_glass, minecraft:wall_corals, forge:grass, alexsmobs:elephant_foodblocks, masonry:allobsidian, supplementaries:wall_lanterns, byg:ground_yellow_daffodil, byg:ground_torch_ginger, forge:ores/gold, byg:ground_azalea, additionalbars:bars, snowrealmagic:containables, minecraft:piglin_repellents, twilightforest:fences, byg:ground_delphinium, forge:glass/black, charm:chests/wooden, minecraft:portals, snowrealmagic:not_containables, byg:cherry_logs, forge:fences/nether_brick, forge:glass/lime, forge:chests/wooden, forge:ores/iron, twilightforest:logs, forge:storage_blocks/biotite, bayou_blues:cypress_logs, masonry:andesite_cutables, extendedmushrooms:mushroom_buttons, forge:mushroom_stems/green, minecraft:wooden_stairs, minecraft:base_stone_overworld, minecraft:carpets, minecraft:wooden_buttons, byg:ground_iris, quark:crystal, alexsmobs:crow_foodblocks, charm:nether_portal_frames, minecraft:stone_bricks, forge:storage_blocks/quartz, forge:glass/orange, forge:mushroom_caps/purple, forge:mushrooms/glowshroom, byg:ground_peach_leather_flower, forge:granite, extendedmushrooms:mushroom_carpets, byg:cypress_logs, minecraft:slabs, minecraft:guarded_by_piglins, forge:ores/emerald, byg:ground_japanese_orchid, charm:bookshelves, minecraft:buttons, minecraft:corals, quark:foxhound_spawnable, terraincognita:peat_multiblock_plants, masonry:allgranite, byg:ground_prickly_pear_cactus, byg:green_enchanted_logs, minecraft:rails, forge:barrels/wooden, upgrade_aquatic:driftwood_logs, minecraft:strider_warm_blocks, extendedmushrooms:mushroom_planks, atmospheric:morado_logs, endergetic:chorus_plantable, byg:bulbis_stems, byg:ground_winter_succulent, minecraft:bee_growables, minecraft:wooden_pressure_plates, minecraft:tall_flowers, byg:sythian_stems, extendedmushrooms:mushrooms/edible, forge:bookshelves, minecraft:stone_pressure_plates, charm:lanterns, cavesandcliffs:lush_ground_replaceable, minecraft:gold_ores, masonry:stone, valhelsia_structures:posts, supplementaries:palisades, forge:glass_panes/pink, byg:ground_angelica, minecraft:dirt, forge:netherrack, minecraft:soul_fire_base_blocks, forge:crops/flax, masonry:granite_cutables, terraincognita:apple_logs, byg:ground_purple_tulip, twilightforest:twilight_oak_logs, forge:gravel, masonry:diorite_cutables, forge:glass_panes/cyan, minecraft:wool, forge:glass/colorless, charm:crates, twilightforest:ores/knightmetal, enhancedcelestials:harvest_moon_blacklisted_crop_growth, forge:glass_panes/light_blue, minecraft:beehives, twilightforest:timewood_logs, minecraft:ice, byg:ground_guzmania, forge:ores/netherite_scrap, minecraft:crops, alexsmobs:alligator_snapping_turtle_spawns, quark:quilted_wools, forge:fiber/flax, byg:zelkova_logs, forge:stained_glass, minecraft:warped_stems, byg:ground_lazarus_bellflower, cavesandcliffs:overworld_replaceables, forge:storage_blocks/iron, forge:glass_panes/brown, twilightforest:mangrove_logs, cavesandcliffs:candles, byg:ground_tall_prairie_grass, cavesandcliffs:crystal_sound_blocks, byg:ground_tall_allium, minecraft:climbable, snowrealmagic:invalid_supporters, twilightforest:sortwood_logs, minecraft:dark_oak_logs, quark:ladders, farmersdelight:tray_heat_sources, minecraft:coral_plants, forge:glass_panes, minecraft:non_flammable_wood, atmospheric:kousa_logs, forge:blue_sand, forge:braziers, forge:mushrooms, enhanced_mushrooms:red_mushroom_stems, masonry:allandesite, repurposed_structures:mushroom_well_ores, alexsmobs:drops_bananas, forge:concrete_powders, extendedmushrooms:mushroom_signs, byg:nightshade_logs, charm:barrels, twilightforest:mining_logs, byg:ground_violet_leather_flower, byg:ground_foxglove, supplementaries:pane_connection, masonry:diorite_wall, byg:skyris_logs, minecraft:fences, minecraft:saplings, forge:ores/copper, minecraft:unstable_bottom_center, byg:white_sand, twilightforest:storage_blocks/ironwood, minecraft:enderman_holdable, minecraft:banners, masonry:allprismarine, forge:mushroom_stems, minecraft:wooden_fences, byg:ground_orange_daisy, alexsmobs:rattlesnake_spawns, minecraft:wall_post_override, byg:ground_magenta_tulip, twilightforest:transwood_logs, forge:obsidian, forge:enderman_place_on_blacklist, byg:ground_alpine_bellflower, byg:ground_pink_orchid, cavesandcliffs:snow_step_sound_blocks, alexsmobs:kangaroo_spawns, twilightforest:ore_magnet/minecraft/end_stone, byg:ground_tall_pink_allium, byg:ground_purple_orchid, twilightforest:ores/ironwood, supplementaries:pouring_tank, forge:glass/magenta, forge:ores/coal, minecraft:fire, cavesandcliffs:cave_vines, repurposed_structures:forest_well_ores, minecraft:base_stone_nether, minecraft:wall_signs, quark:vertical_slabs, masonry:granite_wall, charm:bookcases, carryon:block_whitelist, masonry:end_stone_wall, forge:mushrooms/purple, alexsmobs:drops_acacia_blossoms, forge:workbench, byg:ground_protea_flower, byg:ground_black_rose, betterendforge:lacugrove_logs, croptopia:crops, minecraft:trapdoors, forge:glass/cyan, alexsmobs:crow_fears, quark:crab_spawnable, forge:glass, extendedmushrooms:mushroom_ladders, repurposed_structures:snow_well_ores, minecraft:leaves, buzzier_bees:flower_blacklist, cavesandcliffs:terracotta, byg:baobab_logs, enhanced_mushrooms:brown_mushroom_stems, byg:mangrove_logs, byg:witch_hazel_logs, forge:glass_panes/gray, minecraft:wither_immune, repurposed_structures:nether_well_ores, atmospheric:yucca_logs, minecraft:acacia_logs, elevatorid:elevators, byg:mahogany_logs, forge:stained_glass_panes, atmospheric:passion_vine_growable_on, forge:sand/red, byg:lament_logs, alexsmobs:emu_spawns, forge:glass/brown, betterendforge:umbrella_tree_logs, minecraft:logs_that_burn, forge:glass/gray, endergetic:ender_fire_base_blocks, forge:glass/light_gray, twilightforest:ore_magnet/minecraft/netherrack, cavesandcliffs:moss_replaceable, byg:ground_blue_sage, minecraft:wooden_slabs, alexsmobs:platypus_spawns, minecraft:small_flowers, masonry:allend_stone, forge:glass_panes/black, forge:mushrooms/brown, outer_end:azure_foliage, horizontalpanes:horizontal_glass_panes, betterendforge:mossy_glowshroom_logs, supplementaries:rope_support, sereneseasons:winter_crops, forge:glass_panes/blue, twilightforest:portal/decoration, byg:ground_horseweed, forge:mushroom_caps/brown, forge:andesite, supplementaries:water_holder, byg:redwood_logs, forge:ores/amber, extendedmushrooms:mushroom_fence_gates, forge:mushroom_caps/glowshroom, betterendforge:helix_tree_logs, twilightforest:fence_gates, twilightforest:ore_magnet/ore_safe_replace_block, forge:stone, environmental:willow_logs, byg:ether_logs, byg:rainbow_eucalyptus_logs, minecraft:standing_signs, minecraft:infiniburn_end, forge:glass_panes/yellow, byg:ground_white_sage, extendedmushrooms:mushroom_growing_blocks_lightlevel, cavesandcliffs:dripstone_replaceable_blocks, alexsmobs:soul_vulture_spawns, byg:ground_richea, byg:blue_enchanted_logs, minecraft:wart_blocks, alexsmobs:leafcutter_ant_breakables, betterendforge:tenanea_logs, terraincognita:lotuses, byg:palm_logs, extendedmushrooms:mushroom_stairs, charm:chests/normal, masonry:obsidian_wall, alexsmobs:seal_spawns, horizontalpanes:glass_panes, masonry:end_stone, byg:ground_red_orchid, minecraft:shulker_boxes, extendedmushrooms:mushroom_trapdoors, alexsmobs:mungus_replace_mushroom, valhelsia_structures:cut_posts, byg:ground_bistort, twilightforest:ore_magnet/twilightforest/root, minecraft:birch_logs, byg:ground_rose, byg:ground_pink_daffodil, cavesandcliffs:candle_cakes, byg:bookshelves, byg:aspen_logs, forge:glass_panes/purple, forge:glass/yellow, quark:pike_trophies, twilightforest:storage_blocks/arctic_fur, betterendforge:jellyshroom_logs, twilightforest:storage_blocks/carminite, twilightforest:ore_magnet/block_replace_ore, minecraft:oak_logs, additionalbars:bars/wooden, forge:storage_blocks/neptunium, byg:ground_pink_allium, byg:purple_sand, forge:barrels, forge:pink_sand, byg:ground_golden_spined_cactus, forge:ores/lapis, alexsmobs:mungus_replace_nether, variant16x:wool_buttons, forge:dirt, minecraft:bamboo_plantable_on, quark:lead_connectable, minecraft:pressure_plates, betterendforge:dragon_tree_logs, minecraft:jungle_logs, forge:chests/ender, forge:white_sand, byg:jacaranda_logs, minecraft:spruce_logs, forge:fence_gates/wooden, environmental:wisteria_logs, forge:glass_panes/lime, endergetic:poise_plantable, sereneseasons:spring_crops, endergetic:end_crystal_placeable, masonry:stone_wall, forge:mushroom_stems/glowshroom, outer_end:crystal_blocks, byg:ground_lolipop_flower, extendedmushrooms:mushroom_bookshelves, masonry:alldiorite, twilightforest:carminite_reactor_immune, twilightforest:portal/edge, minecraft:flowers, alexsmobs:void_worm_breakables, minecraft:planks, forge:cobblestone, byg:cika_logs, betterendforge:pythadendron_logs, byg:ebony_logs, outer_end:crystal_crag_foliage, brazier:brazier_base_blocks, forge:crab_can_dig, alexsmobs:soul_vulture_perches, byg:ground_white_anemone, byg:ground_crocus, forge:storage_blocks/gold, minecraft:fence_gates, forge:ores, forge:fences, masonry:prismarine_wall, valhelsia_structures:non_flammable_posts, forge:storage_blocks/diamond, byg:ground_firecracker_flower_bush, minecraft:nylium, alexsmobs:warped_mosco_breakables, byg:holly_logs, supplementaries:hang_from_ropes, supplementaries:bellows_tickable, forge:terracotta]
[03:29:32] [main/INFO] [STDOUT/]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: [byg:pine_logs, forge:glass_panes/magenta, byg:ground_kovan_flower, forge:ores/biotite, forge:mushrooms/edible, quark:planks_vertical_slab, byg:ground_silver_vase_flower, valhelsia_structures:jars, masonry:obsidian_cutables, masonry:prismarine_cutables, betterendforge:gen_terrain, quark:stools, forge:storage_blocks/netherite, forge:glass_panes/white, masonry:netherrack, supplementaries:beams, masonry:dark_prismarine_wall, forge:glass_panes/light_gray, byg:maple_logs, forge:diorite, alexsmobs:roadrunner_spawns, byg:ground_green_tulip, quark:candles, additionalbars:bars/metallic, minecraft:dragon_immune, forge:glass/pink, forge:chests, forge:storage_blocks/emerald, forge:ores/redstone, horizontalpanes:panes, forge:glass/red, byg:blue_sand, masonry:end_stone_cutables, twilightforest:structure_banned_interactions, masonry:andesite, forge:mushroom_stems/colorless, forge:glass_panes/green, extendedmushrooms:mushroom_fences, betterendforge:end_lotus_logs, carryon:block_blacklist, repurposed_structures:badlands_well_ores, minecraft:prevent_mob_spawning_inside, forge:flowers, forge:fiber, forge:chests/trapped, structure_gel:gel, forge:fence_gates, snowrealmagic:bottom_snow, forge:bushes, masonry:prismarine, twilightforest:portal/fluid, masonry:stone_cutables, forge:sandstone, forge:glass_panes/colorless, atmospheric:rosewood_logs, terraincognita:sweet_peas, byg:ground_purple_sage, byg:willow_logs, twilightforest:canopy_logs, twilightforest:antibuilder_ignores, extendedmushrooms:mushroom_buttons/wool, twilightforest:dark_tower_excluded_pots, outvoted:hunger_can_burrow, woolplates:woolplates, upgrade_aquatic:river_logs, masonry:dark_prismarine_cutables, extendedmushrooms:mushroom_buttons/wood, forge:storage_blocks/lapis, minecraft:beds, forge:ores/diamond, minecraft:doors, forge:black_sand, minecraft:infiniburn_overworld, minecraft:flower_pots, forge:mushrooms/poisonous, supplementaries:posts, twilightforest:annihilation_inclusions, twilightforest:trophies, byg:ground_begonia, extendedmushrooms:mushroom_slabs, byg:ground_osiria_rose, alexsmobs:seal_digables, byg:palo_verde_logs, forge:glass/white, forge:glass_panes/red, minecraft:signs, minecraft:wither_summon_base_blocks, terraincognita:hanging_moss_plantable_on, terraincognita:hazel_logs, forge:mushroom_caps, byg:fir_logs, alexsmobs:mimic_octopus_spawns, minecraft:hoglin_repellents, twilightforest:towerwood, extendedmushrooms:mushroom_doors, byg:ground_california_poppy, create:fan_transparent, outer_end:crystal_buds, extendedmushrooms:mushroom_chests_trapped, endergetic:poise_stems, extendedmushrooms:mushroom_chests, forge:sand/colorless, endergetic:end_plantable, alexsmobs:komodo_dragon_spawns, masonry:granite, atmospheric:yucca_plantable_on, alexsmobs:mantis_shrimp_spawns, enhanced_mushrooms:glowshroom_stems, quark:wooden_vertical_slabs, twilightforest:fire_jet_fuel, minecraft:soul_speed_blocks, forge:storage_blocks/charcoal, byg:pink_sand, outer_end:end_plantable_on, alexsmobs:lobster_spawns, minecraft:walls, byg:ground_red_cornflower, minecraft:coral_blocks, masonry:diorite, forge:glass/green, alexsmobs:cachalot_whale_breakables, twilightforest:storage_blocks/fiery, atmospheric:aspen_logs, environmental:cherry_logs, valhelsia_structures:colored_jars, minecraft:underwater_bonemeals, betterendforge:end_ground, minecraft:impermeable, minecraft:sand, forge:end_stones, enhancedcelestials:harvest_moon_whitelisted_crop_growth, forge:mushroom_caps/red, byg:ground_mini_cactus, masonry:netherrack_wall, masonry:dark_prismarine, forge:fences/wooden, sereneseasons:summer_crops, minecraft:campfires, supplementaries:vine_support, forge:storage_blocks, minecraft:infiniburn_nether, forge:glass_panes/orange, atmospheric:grimwood_logs, forge:ores/quartz, forge:glass/blue, forge:supports_conduit, forge:saplings, minecraft:wooden_trapdoors, masonry:obsidian, forge:storage_blocks/coal, byg:imparius_stems, forge:glass/light_blue, forge:ores/thallasium, twilightforest:storage_blocks/knightmetal, forge:storage_blocks/redstone, byg:withering_oak_logs, extendedmushrooms:mushroom_pressure_plates/wool, charm:chests/trapped, twilightforest:ore_magnet/minecraft/stone, alexsmobs:grizzly_beehive, minecraft:stairs, quark:underground_biome_replaceable, sereneseasons:unbreakable_infertile_crops, minecraft:logs, byg:ground_pink_anemone, masonry:netherrack_cutables, alexsmobs:crocodile_spawns, minecraft:valid_spawn, minecraft:mushroom_grow_block, quark:wraith_spawnable, minecraft:wooden_doors, masonry:alldark_prismarine, extendedmushrooms:mushroom_pressure_plates/wood, extendedmushrooms:mushroom_pressure_plates, sereneseasons:autumn_crops, forge:glass/purple, twilightforest:storage_blocks/steeleaf, quark:slime_blocks, minecraft:crimson_stems, byg:ground_incan_lily, masonry:andesite_wall, forge:purple_sand, quark:vertical_slab, betterendforge:lucernia_logs, masonry:allstone, quark:hedges, forge:mushrooms/red, charm:immovable_by_pistons, alexsmobs:gorilla_breakables, byg:embur_pedus, cavesandcliffs:small_dripleaf_placeable, byg:black_sand, byg:ground_yellow_tulip, cavesandcliffs:lush_plants_replaceable, minecraft:beacon_base_blocks, masonry:allnetherrack, alexsmobs:orca_breakables, repurposed_structures:mossy_well_ores, twilightforest:darkwood_logs, minecraft:anvil, forge:ores/ender, forge:sand, sereneseasons:greenhouse_glass, minecraft:wall_corals, forge:grass, alexsmobs:elephant_foodblocks, masonry:allobsidian, supplementaries:wall_lanterns, byg:ground_yellow_daffodil, byg:ground_torch_ginger, forge:ores/gold, byg:ground_azalea, additionalbars:bars, snowrealmagic:containables, minecraft:piglin_repellents, twilightforest:fences, byg:ground_delphinium, forge:glass/black, charm:chests/wooden, minecraft:portals, snowrealmagic:not_containables, byg:cherry_logs, forge:fences/nether_brick, forge:glass/lime, forge:chests/wooden, forge:ores/iron, twilightforest:logs, forge:storage_blocks/biotite, bayou_blues:cypress_logs, masonry:andesite_cutables, extendedmushrooms:mushroom_buttons, forge:mushroom_stems/green, minecraft:wooden_stairs, minecraft:base_stone_overworld, minecraft:carpets, minecraft:wooden_buttons, byg:ground_iris, quark:crystal, alexsmobs:crow_foodblocks, charm:nether_portal_frames, minecraft:stone_bricks, forge:storage_blocks/quartz, forge:glass/orange, forge:mushroom_caps/purple, forge:mushrooms/glowshroom, byg:ground_peach_leather_flower, forge:granite, extendedmushrooms:mushroom_carpets, byg:cypress_logs, minecraft:slabs, minecraft:guarded_by_piglins, forge:ores/emerald, byg:ground_japanese_orchid, charm:bookshelves, minecraft:buttons, minecraft:corals, quark:foxhound_spawnable, terraincognita:peat_multiblock_plants, masonry:allgranite, byg:ground_prickly_pear_cactus, byg:green_enchanted_logs, minecraft:rails, forge:barrels/wooden, upgrade_aquatic:driftwood_logs, minecraft:strider_warm_blocks, extendedmushrooms:mushroom_planks, atmospheric:morado_logs, endergetic:chorus_plantable, byg:bulbis_stems, byg:ground_winter_succulent, minecraft:bee_growables, minecraft:wooden_pressure_plates, minecraft:tall_flowers, byg:sythian_stems, extendedmushrooms:mushrooms/edible, forge:bookshelves, minecraft:stone_pressure_plates, charm:lanterns, cavesandcliffs:lush_ground_replaceable, minecraft:gold_ores, masonry:stone, valhelsia_structures:posts, supplementaries:palisades, forge:glass_panes/pink, byg:ground_angelica, minecraft:dirt, forge:netherrack, minecraft:soul_fire_base_blocks, forge:crops/flax, masonry:granite_cutables, terraincognita:apple_logs, byg:ground_purple_tulip, twilightforest:twilight_oak_logs, forge:gravel, masonry:diorite_cutables, forge:glass_panes/cyan, minecraft:wool, forge:glass/colorless, charm:crates, twilightforest:ores/knightmetal, enhancedcelestials:harvest_moon_blacklisted_crop_growth, forge:glass_panes/light_blue, minecraft:beehives, twilightforest:timewood_logs, minecraft:ice, byg:ground_guzmania, forge:ores/netherite_scrap, minecraft:crops, alexsmobs:alligator_snapping_turtle_spawns, quark:quilted_wools, forge:fiber/flax, byg:zelkova_logs, forge:stained_glass, minecraft:warped_stems, byg:ground_lazarus_bellflower, cavesandcliffs:overworld_replaceables, forge:storage_blocks/iron, forge:glass_panes/brown, twilightforest:mangrove_logs, cavesandcliffs:candles, byg:ground_tall_prairie_grass, cavesandcliffs:crystal_sound_blocks, byg:ground_tall_allium, minecraft:climbable, snowrealmagic:invalid_supporters, twilightforest:sortwood_logs, minecraft:dark_oak_logs, quark:ladders, farmersdelight:tray_heat_sources, minecraft:coral_plants, forge:glass_panes, minecraft:non_flammable_wood, atmospheric:kousa_logs, forge:blue_sand, forge:braziers, forge:mushrooms, enhanced_mushrooms:red_mushroom_stems, masonry:allandesite, repurposed_structures:mushroom_well_ores, alexsmobs:drops_bananas, forge:concrete_powders, extendedmushrooms:mushroom_signs, byg:nightshade_logs, charm:barrels, twilightforest:mining_logs, byg:ground_violet_leather_flower, byg:ground_foxglove, supplementaries:pane_connection, masonry:diorite_wall, byg:skyris_logs, minecraft:fences, minecraft:saplings, forge:ores/copper, minecraft:unstable_bottom_center, byg:white_sand, twilightforest:storage_blocks/ironwood, minecraft:enderman_holdable, minecraft:banners, masonry:allprismarine, forge:mushroom_stems, minecraft:wooden_fences, byg:ground_orange_daisy, alexsmobs:rattlesnake_spawns, minecraft:wall_post_override, byg:ground_magenta_tulip, twilightforest:transwood_logs, forge:obsidian, forge:enderman_place_on_blacklist, byg:ground_alpine_bellflower, byg:ground_pink_orchid, cavesandcliffs:snow_step_sound_blocks, alexsmobs:kangaroo_spawns, twilightforest:ore_magnet/minecraft/end_stone, byg:ground_tall_pink_allium, byg:ground_purple_orchid, twilightforest:ores/ironwood, supplementaries:pouring_tank, forge:glass/magenta, forge:ores/coal, minecraft:fire, cavesandcliffs:cave_vines, repurposed_structures:forest_well_ores, minecraft:base_stone_nether, minecraft:wall_signs, quark:vertical_slabs, masonry:granite_wall, charm:bookcases, carryon:block_whitelist, masonry:end_stone_wall, forge:mushrooms/purple, alexsmobs:drops_acacia_blossoms, forge:workbench, byg:ground_protea_flower, byg:ground_black_rose, betterendforge:lacugrove_logs, croptopia:crops, minecraft:trapdoors, forge:glass/cyan, alexsmobs:crow_fears, quark:crab_spawnable, forge:glass, extendedmushrooms:mushroom_ladders, repurposed_structures:snow_well_ores, minecraft:leaves, buzzier_bees:flower_blacklist, cavesandcliffs:terracotta, byg:baobab_logs, enhanced_mushrooms:brown_mushroom_stems, byg:mangrove_logs, byg:witch_hazel_logs, forge:glass_panes/gray, minecraft:wither_immune, repurposed_structures:nether_well_ores, atmospheric:yucca_logs, minecraft:acacia_logs, elevatorid:elevators, byg:mahogany_logs, forge:stained_glass_panes, atmospheric:passion_vine_growable_on, forge:sand/red, byg:lament_logs, alexsmobs:emu_spawns, forge:glass/brown, betterendforge:umbrella_tree_logs, minecraft:logs_that_burn, forge:glass/gray, endergetic:ender_fire_base_blocks, forge:glass/light_gray, twilightforest:ore_magnet/minecraft/netherrack, cavesandcliffs:moss_replaceable, byg:ground_blue_sage, minecraft:wooden_slabs, alexsmobs:platypus_spawns, minecraft:small_flowers, masonry:allend_stone, forge:glass_panes/black, forge:mushrooms/brown, outer_end:azure_foliage, horizontalpanes:horizontal_glass_panes, betterendforge:mossy_glowshroom_logs, supplementaries:rope_support, sereneseasons:winter_crops, forge:glass_panes/blue, twilightforest:portal/decoration, byg:ground_horseweed, forge:mushroom_caps/brown, forge:andesite, supplementaries:water_holder, byg:redwood_logs, forge:ores/amber, extendedmushrooms:mushroom_fence_gates, forge:mushroom_caps/glowshroom, betterendforge:helix_tree_logs, twilightforest:fence_gates, twilightforest:ore_magnet/ore_safe_replace_block, forge:stone, environmental:willow_logs, byg:ether_logs, byg:rainbow_eucalyptus_logs, minecraft:standing_signs, minecraft:infiniburn_end, forge:glass_panes/yellow, byg:ground_white_sage, extendedmushrooms:mushroom_growing_blocks_lightlevel, cavesandcliffs:dripstone_replaceable_blocks, alexsmobs:soul_vulture_spawns, byg:ground_richea, byg:blue_enchanted_logs, minecraft:wart_blocks, alexsmobs:leafcutter_ant_breakables, betterendforge:tenanea_logs, terraincognita:lotuses, byg:palm_logs, extendedmushrooms:mushroom_stairs, charm:chests/normal, masonry:obsidian_wall, alexsmobs:seal_spawns, horizontalpanes:glass_panes, masonry:end_stone, byg:ground_red_orchid, minecraft:shulker_boxes, extendedmushrooms:mushroom_trapdoors, alexsmobs:mungus_replace_mushroom, valhelsia_structures:cut_posts, byg:ground_bistort, twilightforest:ore_magnet/twilightforest/root, minecraft:birch_logs, byg:ground_rose, byg:ground_pink_daffodil, cavesandcliffs:candle_cakes, byg:bookshelves, byg:aspen_logs, forge:glass_panes/purple, forge:glass/yellow, quark:pike_trophies, twilightforest:storage_blocks/arctic_fur, betterendforge:jellyshroom_logs, twilightforest:storage_blocks/carminite, twilightforest:ore_magnet/block_replace_ore, minecraft:oak_logs, additionalbars:bars/wooden, forge:storage_blocks/neptunium, byg:ground_pink_allium, byg:purple_sand, forge:barrels, forge:pink_sand, byg:ground_golden_spined_cactus, forge:ores/lapis, alexsmobs:mungus_replace_nether, variant16x:wool_buttons, forge:dirt, minecraft:bamboo_plantable_on, quark:lead_connectable, minecraft:pressure_plates, betterendforge:dragon_tree_logs, minecraft:jungle_logs, forge:chests/ender, forge:white_sand, byg:jacaranda_logs, minecraft:spruce_logs, forge:fence_gates/wooden, environmental:wisteria_logs, forge:glass_panes/lime, endergetic:poise_plantable, sereneseasons:spring_crops, endergetic:end_crystal_placeable, masonry:stone_wall, forge:mushroom_stems/glowshroom, outer_end:crystal_blocks, byg:ground_lolipop_flower, extendedmushrooms:mushroom_bookshelves, masonry:alldiorite, twilightforest:carminite_reactor_immune, twilightforest:portal/edge, minecraft:flowers, alexsmobs:void_worm_breakables, minecraft:planks, forge:cobblestone, byg:cika_logs, betterendforge:pythadendron_logs, byg:ebony_logs, outer_end:crystal_crag_foliage, brazier:brazier_base_blocks, forge:crab_can_dig, alexsmobs:soul_vulture_perches, byg:ground_white_anemone, byg:ground_crocus, forge:storage_blocks/gold, minecraft:fence_gates, forge:ores, forge:fences, masonry:prismarine_wall, valhelsia_structures:non_flammable_posts, forge:storage_blocks/diamond, byg:ground_firecracker_flower_bush, minecraft:nylium, alexsmobs:warped_mosco_breakables, byg:holly_logs, supplementaries:hang_from_ropes, supplementaries:bellows_tickable, forge:terracotta]
[03:29:44] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.16.5
[03:29:44] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
[03:29:44] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
[03:29:44] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
[03:29:44] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565
[03:29:44] [Server thread/INFO] [minecraft/NetworkSystem]: Using default channel type
[03:29:45] [Server thread/WARN] [minecraft/DedicatedServer]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[03:29:45] [Server thread/WARN] [minecraft/DedicatedServer]: The server will make no attempt to authenticate usernames. Beware.
[03:29:45] [Server thread/WARN] [minecraft/DedicatedServer]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[03:29:45] [Server thread/WARN] [minecraft/DedicatedServer]: To change this, set "online-mode" to "true" in the server.properties file.
[03:29:45] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file curios-server.toml of type SERVER for modid curios
        at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:61) ~[forge:?] {re:classloading}
        at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:104) ~[forge:?] {re:classloading}
        at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[forge:?] {re:classloading}
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_291] {}
        at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2064) ~[?:1.8.0_291] {}
        at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[forge:?] {re:classloading}
        at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:94) ~[forge:?] {re:mixin,re:classloading}
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:166) ~[?:?] {re:classloading,pl:accesstransformer:B}
        at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:621) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291] {}
Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
        at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.3.jar:?] {}
        at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.3.jar:?] {}
        at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:57) ~[forge:?] {re:classloading}
        ... 10 more
[03:29:45] [Server thread/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 53162e3c-e7bf-4dbb-9b45-1e3eff360705

C:\Users\ALI CH\Desktop\RL>pause
Press any key to continue . . .

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hoffman Law Recovery helped me recovered my lost funds
    • Hi! I'm trying to add my custom models/textures renderer like this: public class PonyPlayerWrapperRenderer extends EntityRenderer<Player> { // wrapper class under my LivingEntityRenderer class implementation private final PonyPlayerRenderer innerRenderer; private final PonyPlayerRenderer innerSlimRenderer; public PonyPlayerWrapperRenderer(final EntityRendererProvider.Context context) { super(context); System.out.println("creating new PonyPlayerWrapperRenderer"); this.innerRenderer = new PonyPlayerRenderer(context, false); this.innerSlimRenderer = new PonyPlayerRenderer(context, true); } @Override public void render(final Player entity, final float yaw, final float partialTicks, final PoseStack poseStack, final MultiBufferSource bufferSource, final int packedLight) { System.out.println("PonyPlayerWrapperRenderer render: " + entity.toString()); if (entity instanceof AbstractClientPlayer clientPlayer) { if (clientPlayer.getModelName().contains("slim")) { innerSlimRenderer.render(clientPlayer, yaw, partialTicks, poseStack, bufferSource, packedLight); } else { innerRenderer.render(clientPlayer, yaw, partialTicks, poseStack, bufferSource, packedLight); } } } @Override public ResourceLocation getTextureLocation(final Player player) { System.out.println("PonyPlayerWrapperRenderer getTextureLocation"); if (player instanceof AbstractClientPlayer clientPlayer) { return clientPlayer.getSkinTextureLocation(); } System.out.println("player instanceof AbstractClientPlayer is false"); return getDefaultSkin(player.getUUID()); } } public class PonyPlayerRenderer extends LivingEntityRenderer<AbstractClientPlayer, PlayerModel<AbstractClientPlayer>> { private final PlayerModel<AbstractClientPlayer> earthModel; private final PlayerModel<AbstractClientPlayer> pegasusModel; private final PlayerModel<AbstractClientPlayer> unicornModel; public PonyPlayerRenderer(final EntityRendererProvider.Context context, final boolean slim) { super( context, slim ? new PonyModelSlim(context.bakeLayer(PonyModelSlim.LAYER_LOCATION)) : new PonyModel(context.bakeLayer(PonyModel.LAYER_LOCATION)), 0.5f ); System.out.println("creating new PonyPlayerRenderer"); this.earthModel = slim ? new PonyModelSlim(context.bakeLayer(PonyModelSlim.LAYER_LOCATION)) : new PonyModel(context.bakeLayer(PonyModel.LAYER_LOCATION)); this.pegasusModel = new PegasusModel(context.bakeLayer(PegasusModel.LAYER_LOCATION)); this.unicornModel = new UnicornModel(context.bakeLayer(UnicornModel.LAYER_LOCATION)); } @Override public void render(final AbstractClientPlayer player, final float entityYaw, final float partialTicks, final PoseStack poseStack, final MultiBufferSource buffer, final int packedLight) { final PonyRace race = player.getCapability(PONY_DATA) .map(data -> ofNullable(data.getRace()).orElse(PonyRace.EARTH)) .orElse(PonyRace.EARTH); this.model = switch (race) { case PEGASUS -> pegasusModel; case UNICORN -> unicornModel; case EARTH -> earthModel; }; super.render(player, entityYaw, partialTicks, poseStack, buffer, packedLight); } @Override public ResourceLocation getTextureLocation(final AbstractClientPlayer player) { final PonyRace race = player.getCapability(PONY_DATA) .map(data -> ofNullable(data.getRace()).orElse(PonyRace.EARTH)) .orElse(PonyRace.EARTH); return switch (race) { case EARTH -> fromNamespaceAndPath(MODID, "textures/entity/earth_pony.png"); case PEGASUS -> fromNamespaceAndPath(MODID, "textures/entity/pegasus.png"); case UNICORN -> fromNamespaceAndPath(MODID, "textures/entity/unicorn.png"); }; } } @Mod.EventBusSubscriber(modid = MODID, bus = MOD, value = CLIENT) public class ClientRenderers { // mod bus render registration config @SubscribeEvent public static void onRegisterLayerDefinitions(final EntityRenderersEvent.RegisterLayerDefinitions event) { event.registerLayerDefinition(PonyModel.LAYER_LOCATION, PonyModel::createBodyLayer); event.registerLayerDefinition(PonyModelSlim.LAYER_LOCATION, PonyModelSlim::createBodyLayer); event.registerLayerDefinition(PegasusModel.LAYER_LOCATION, PegasusModel::createBodyLayer); event.registerLayerDefinition(UnicornModel.LAYER_LOCATION, UnicornModel::createBodyLayer); event.registerLayerDefinition(InnerPonyArmorModel.LAYER_LOCATION, InnerPonyArmorModel::createBodyLayer); event.registerLayerDefinition(OuterPonyArmorModel.LAYER_LOCATION, OuterPonyArmorModel::createBodyLayer); } @SubscribeEvent public static void onRegisterRenderers(final EntityRenderersEvent.RegisterRenderers event) { event.registerEntityRenderer(EntityType.PLAYER, PonyPlayerWrapperRenderer::new); System.out.println("onRegisterRenderers end"); } } Method onRegisterRenderers() is called and I can see it being logged. But when I enter the world, my PonyWrapperRenderer render() method doesn't ever seem to be called. I also tried to put my renderer to EntityRenderDispatcher's playerRenderers via reflection: @Mod.EventBusSubscriber(modid = MODID, bus = MOD, value = CLIENT) public class ClientRenderers { @SubscribeEvent public static void onRegisterLayerDefinitions(final EntityRenderersEvent.RegisterLayerDefinitions event) { event.registerLayerDefinition(PonyModel.LAYER_LOCATION, PonyModel::createBodyLayer); event.registerLayerDefinition(PonyModelSlim.LAYER_LOCATION, PonyModelSlim::createBodyLayer); event.registerLayerDefinition(PegasusModel.LAYER_LOCATION, PegasusModel::createBodyLayer); event.registerLayerDefinition(UnicornModel.LAYER_LOCATION, UnicornModel::createBodyLayer); event.registerLayerDefinition(InnerPonyArmorModel.LAYER_LOCATION, InnerPonyArmorModel::createBodyLayer); event.registerLayerDefinition(OuterPonyArmorModel.LAYER_LOCATION, OuterPonyArmorModel::createBodyLayer); } @SubscribeEvent public static void onClientSetup(final FMLClientSetupEvent event) { event.enqueueWork(() -> { try { final EntityRenderDispatcher dispatcher = Minecraft.getInstance().getEntityRenderDispatcher(); final Field renderersField = getEntityRenderDispatcherField("playerRenderers"); final Field itemInHandRenderer = getEntityRenderDispatcherField("itemInHandRenderer"); @SuppressWarnings("unchecked") final Map<String, EntityRenderer<? extends Player>> playerRenderers = (Map<String, EntityRenderer<? extends Player>>)renderersField.get(dispatcher); final PonyPlayerWrapperRenderer renderer = new PonyPlayerWrapperRenderer( new EntityRendererProvider.Context( dispatcher, Minecraft.getInstance().getItemRenderer(), Minecraft.getInstance().getBlockRenderer(), (ItemInHandRenderer)itemInHandRenderer.get(dispatcher), Minecraft.getInstance().getResourceManager(), Minecraft.getInstance().getEntityModels(), Minecraft.getInstance().font ) ); playerRenderers.put("default", renderer); playerRenderers.put("slim", renderer); System.out.println("Player renderers replaced"); } catch (final Exception e) { throw new RuntimeException("Failed to replace player renderers", e); } }); } private static Field getEntityRenderDispatcherField(final String fieldName) throws NoSuchFieldException { final Field field = EntityRenderDispatcher.class.getDeclaredField(fieldName); field.setAccessible(true); return field; } } But I receive the error before Minecraft Client appears (RuntimeException: Failed to replace player renderers - from ClientRenderers onClientSetup() method - and its cause below): java.lang.IllegalArgumentException: No model for layer anotherlittlepony:earth_pony#main at net.minecraft.client.model.geom.EntityModelSet.bakeLayer(EntityModelSet.java:18) ~[forge-1.20.1-47.4.0_mapped_official_1.20.1-recomp.jar:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.entity.EntityRendererProvider$Context.bakeLayer(EntityRendererProvider.java:69) ~[forge-1.20.1-47.4.0_mapped_official_1.20.1-recomp.jar:?] {re:classloading,pl:runtimedistcleaner:A} at com.thuggeelya.anotherlittlepony.client.renderer.pony.PonyPlayerRenderer.<init>(PonyPlayerRenderer.java:32) ~[main/:?] {re:classloading} at com.thuggeelya.anotherlittlepony.client.renderer.pony.PonyPlayerWrapperRenderer.<init>(PonyPlayerWrapperRenderer.java:24) ~[main/:?] {re:classloading} at com.thuggeelya.anotherlittlepony.client.renderer.ClientRenderers.lambda$onClientSetup$0(ClientRenderers.java:79) ~[main/:?] {re:classloading} ... 33 more Problem appears when EntityRendererProvider context tries to bakeLayer with my model layer location: new PonyModel(context.bakeLayer(PonyModel.LAYER_LOCATION)); // PonyPlayerRenderer.java:32 public class PonyModel extends PlayerModel<AbstractClientPlayer> { // the model class itself public static final ModelLayerLocation LAYER_LOCATION = new ModelLayerLocation( ResourceLocation.fromNamespaceAndPath(MODID, "earth_pony"), "main" ); public PonyModel(final ModelPart root) { super(root, false); } public static LayerDefinition createBodyLayer() { // some CubeListBuilder stuff for model appearance } } Textures PNGs are placed at: resources/assets/[my mod id]/textures/entity. My forge version is 1.20.1. Would appreciate any help.
    • Well, a bit more information about what you're trying to do would be helpful. e.g. why you're trying to use "INVOKE_ASSIGN" instead of "INVOKE". "INVOKE_ASSIGN" calls your code after the "target" is called and its value is stored, if applicable. "INVOKE" calls your code before the target is called. "target" expects a fully qualified name, as per the SpongePowered docs, if that name is going to be remapped (which it will be if your injecting into Minecraft itself and not another mod). For more information on fully qualified names versus canonical names, see the Java specifications. Here's an example of a working "@At" from my own code that targets the "getClosestsVulnerablePlayerToEntity" call inside a mob's logic: @At(value = "INVOKE_ASSIGN", target = "net.minecraft.world.World.getClosestVulnerablePlayerToEntity(Lnet/minecraft/entity/Entity;D)Lnet/minecraft/entity/player/EntityPlayer;") Hope this helps!
    • Ran it one more time just to check, and there's no errors this time on the log??? Log : https://mclo.gs/LnuaAiu I tried allocating more memory to the modpack, around 8000MB and it's still the same; stopping at "LOAD_REGISTRIES". Are some of the mods clashing, maybe? I have no clue what to do LOL
    • Tried removing some biome generation mods and test ran it again, but it's still the same; still not responding as soon as it gets to "LOAD_REGISTRIES". This time with more errors though. Log : https://mclo.gs/uygZzD8 Is there too little memory allocated to the modpack maybe? Can someone help please.    (T.T)💔
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.