Jump to content

Failed to start the minecraft server crash :need help asap would be great


Blipp0

Recommended Posts

[main/ERROR] [minecraft/WorldSettingsImport]: Error adding element: Base value out of range: 256 [-10-128]
[00:19:11] [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"
[00:19:11] [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"
[00:19:11] [main/ERROR] [minecraft/BiomeGenerationSettings]: Feature: Not a JSON object: "minecraft:patch_tall_grass"
[00:19: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"
[00:19:12] [main/ERROR] [minecraft/WorldSettingsImport]: Error adding element: Base value out of range: 256 [-10-128]
[00:19: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"
[00:19: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"
[00:19:12] [main/ERROR] [minecraft/BiomeGenerationSettings]: Feature: Not a JSON object: "minecraft:patch_tall_grass"
[00:19: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"
[00:19:13] [main/ERROR] [minecraft/WorldSettingsImport]: Error adding element: Base value out of range: 256 [-10-128]
[00:19:13] [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"
[00:19: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"
[00:19:14] [main/ERROR] [minecraft/BiomeGenerationSettings]: Feature: Not a JSON object: "minecraft:patch_tall_grass"
[00:19:14] [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"
[00:19:14] [main/FATAL] [minecraft/Main]: Failed to start the minecraft server
java.lang.NullPointerException: null
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770) ~[server-1.16.5-20210115.111550-extra.jar:?] {}
        at com.google.common.collect.ImmutableCollection$ArrayBasedBuilder.add(ImmutableCollection.java:477) ~[server-1.16.5-20210115.111550-extra.jar:?] {}
        at com.google.common.collect.ImmutableList$Builder.add(ImmutableList.java:758) ~[server-1.16.5-20210115.111550-extra.jar:?] {}
        at java.util.stream.ReduceOps$3ReducingSink.accept(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_301] {}
        at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_301] {}
        at net.minecraft.world.biome.provider.BiomeProvider.<init>(SourceFile:38) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:repurposed_structures.mixins.json:BiomeProviderAccessor,pl:mixin:A}
        at org.infernalstudios.infernalexp.world.dimension.ModNetherBiomeProvider.<init>(ModNetherBiomeProvider.java:63) ~[infernalexp:2.2.0] {re:classloading,re:mixin}
        at org.infernalstudios.infernalexp.util.NoiseChunkGeneratorUtil.lambda$null$0(NoiseChunkGeneratorUtil.java:39) ~[infernalexp:2.2.0] {re:mixin,re:classloading}
        at com.mojang.serialization.codecs.RecordCodecBuilder$Instance.lambda$ap3$6(RecordCodecBuilder.java:286) ~[?:?] {re:classloading}
        at com.mojang.serialization.codecs.RecordCodecBuilder$2.encode(RecordCodecBuilder.java:112) ~[?:?] {re:classloading}
        at com.mojang.serialization.codecs.KeyDispatchCodec.encode(KeyDispatchCodec.java:92) ~[?:?] {re:classloading}
        at com.mojang.serialization.MapCodec$MapCodecCodec.encode(MapCodec.java:96) ~[?:?] {re:classloading}
        at com.mojang.serialization.Encoder.encodeStart(Encoder.java:14) ~[?:?] {re:classloading,re:mixin}
        at com.mojang.serialization.codecs.FieldEncoder.encode(FieldEncoder.java:24) ~[?:?] {re:classloading}
        at com.mojang.serialization.MapCodec$1.encode(MapCodec.java:39) ~[?:?] {re:classloading}
        at com.mojang.serialization.codecs.RecordCodecBuilder$Instance$4.encode(RecordCodecBuilder.java:223) ~[?:?] {re:classloading}
        at com.mojang.serialization.codecs.RecordCodecBuilder$2.encode(RecordCodecBuilder.java:112) ~[?:?] {re:classloading}
        at com.mojang.serialization.MapCodec$MapCodecCodec.encode(MapCodec.java:96) ~[?:?] {re:classloading}
        at com.mojang.serialization.Encoder.encodeStart(Encoder.java:14) ~[?:?] {re:classloading,re:mixin}
        at com.mojang.serialization.codecs.BaseMapCodec.encode(BaseMapCodec.java:52) ~[?:?] {re:classloading}
        at net.minecraftforge.common.LenientUnboundedMapCodec.encode(LenientUnboundedMapCodec.java:75) ~[forge:?] {re:classloading}
        at net.minecraftforge.common.LenientUnboundedMapCodec.encode(LenientUnboundedMapCodec.java:22) ~[forge:?] {re:classloading}
        at com.mojang.serialization.Encoder$1.encode(Encoder.java:25) ~[?:?] {re:classloading}
        at com.mojang.serialization.Codec$2.encode(Codec.java:76) ~[?:?] {re:classloading}
        at net.minecraft.util.registry.SimpleRegistryCodec.encode(SourceFile:28) ~[?:?] {re:classloading}
        at net.minecraft.util.registry.SimpleRegistryCodec.encode(SourceFile:11) ~[?:?] {re:classloading}
        at com.mojang.serialization.Encoder$1.encode(Encoder.java:25) ~[?:?] {re:classloading}
        at com.mojang.serialization.Codec$2.encode(Codec.java:76) ~[?:?] {re:classloading}
        at com.mojang.serialization.Encoder.encodeStart(Encoder.java:14) ~[?:?] {re:classloading,re:mixin}
        at com.mojang.serialization.codecs.FieldEncoder.encode(FieldEncoder.java:24) ~[?:?] {re:classloading}
        at com.mojang.serialization.MapCodec$1.encode(MapCodec.java:39) ~[?:?] {re:classloading}
        at com.mojang.serialization.codecs.RecordCodecBuilder$Instance$6.encode(RecordCodecBuilder.java:296) ~[?:?] {re:classloading}
        at com.mojang.serialization.codecs.RecordCodecBuilder$2.encode(RecordCodecBuilder.java:112) ~[?:?] {re:classloading}
        at com.mojang.serialization.MapCodec$MapCodecCodec.encode(MapCodec.java:96) ~[?:?] {re:classloading}
        at com.mojang.serialization.Encoder$1.encode(Encoder.java:25) ~[?:?] {re:classloading}
        at com.mojang.serialization.Codec$2.encode(Codec.java:76) ~[?:?] {re:classloading}
        at com.mojang.serialization.Encoder.encodeStart(Encoder.java:14) ~[?:?] {re:classloading,re:mixin}
        at net.minecraft.server.Main.main(Main.java:153) ~[?:?] {re:classloading}
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_301] {}
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301] {}
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301] {}
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301] {}
        at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.5-36.2.2.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.5-36.2.2.jar:?] {}
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.5-36.2.2.jar:?] {}
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.5-36.2.2.jar:?] {}

C:\Users\ben\OneDrive\Desktop\testing>PAUSE
Press any key to continue . . .

Link to comment
Share on other sites

Please provide debug.log (more info on where to find it and how to provide it can be found in my signature below)

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

[main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.2, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui]
[14Sep2021 11:24:43.330] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_301 by Oracle Corporation
[14Sep2021 11:24:44.116] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[14Sep2021 11:24:44.153] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/ben/OneDrive/Desktop/testing/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=SERVER
[14Sep2021 11:24:46.025] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~'
[14Sep2021 11:24:46.925] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [org.infernalstudios.infernalexp.mixin.MixinConnector]
[14Sep2021 11:24:46.926] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [vazkii.botania.common.MixinConnector]
[14Sep2021 11:24:46.928] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.blackgear.cavesandcliffs.mixin.CCBMixinConnector]
[14Sep2021 11:24:46.929] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [cech12.extendedmushrooms.mixin.ModMixinConnector]
[14Sep2021 11:24:46.931] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [vazkii.patchouli.common.MixinConnector]
[14Sep2021 11:24:46.933] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.fuzs.easymagic.mixin.MixinConnector]
[14Sep2021 11:24:46.936] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.performant.coremod.mixin.Connector]
[14Sep2021 11:24:46.954] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
[14Sep2021 11:24:46.962] [main/WARN] [mixin/]: Reference map 'immersivecooking.refmap.json' for immersivecooking.mixins.json could not be read. If this is a development environment you can ignore this message
[14Sep2021 11:24:47.060] [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
[14Sep2021 11:24:47.071] [main/WARN] [mixin/]: Reference map 'nethers_delight.refmap.json' for nethers_delight.mixins.json could not be read. If this is a development environment you can ignore this message
[14Sep2021 11:24:47.153] [main/INFO] [com.performant.coremod.Performant/]: Performant configs loaded
[14Sep2021 11:24:47.304] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_custom_entity_collision' ASM patch...
[14Sep2021 11:24:47.320] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_custom_entity_collision' ASM patch!
[14Sep2021 11:24:47.498] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'reach_set_server_entity_interact' ASM patch...
[14Sep2021 11:24:47.506] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'reach_set_server_entity_interact' ASM patch!
[14Sep2021 11:24:47.511] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'allow_entity_interaction' ASM patch...
[14Sep2021 11:24:47.520] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'allow_entity_interaction' ASM patch!
[14Sep2021 11:24:47.558] [main/WARN] [mixin/]: Error loading class: com/terraforged/mod/chunk/column/post/LayerDecorator (java.lang.ClassNotFoundException: null)
[14Sep2021 11:24:47.558] [main/WARN] [mixin/]: @Mixin target com.terraforged.mod.chunk.column.post.LayerDecorator was not found snowrealmagic.mixins.json:MixinLayerDecorator
[14Sep2021 11:24:47.563] [main/WARN] [mixin/]: Error loading class: com/terraforged/mod/feature/feature/FreezeLayer (java.lang.ClassNotFoundException: null)
[14Sep2021 11:24:47.564] [main/WARN] [mixin/]: @Mixin target com.terraforged.mod.feature.feature.FreezeLayer was not found snowrealmagic.mixins.json:MixinFreezeLayer
[14Sep2021 11:24:47.653] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching CrossbowItem#onItemRightClick
[14Sep2021 11:24:47.661] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching CrossbowItem#fireProjectile
[14Sep2021 11:24:47.686] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching Item#getItemEnchantability
[14Sep2021 11:24:47.745] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'set_player_field' ASM patch...
[14Sep2021 11:24:47.748] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'set_player_field' ASM patch!
[14Sep2021 11:24:47.753] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom
[14Sep2021 11:24:47.771] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching LivingEntity#blockUsingShield
[14Sep2021 11:24:47.776] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching LivingEntity#applyPotionDamageCalculations
[14Sep2021 11:24:47.780] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'water_movement_slowdown_prevention' ASM patch...
[14Sep2021 11:24:47.783] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'water_movement_slowdown_prevention' ASM patch!
[14Sep2021 11:24:47.896] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/UndeadHorseRenderer (java.lang.ClassNotFoundException: null)
[14Sep2021 11:24:47.896] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.UndeadHorseRenderer was not found supplementaries.mixins.json:UndeadHorseRendererMixin
[14Sep2021 11:24:47.907] [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
[14Sep2021 11:24:47.944] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput
[14Sep2021 11:24:47.956] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Successfully removed the anvil level cap.
[14Sep2021 11:24:47.960] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput
[14Sep2021 11:24:47.969] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Successfully allowed nbt-unbreakable items in the anvil.
[14Sep2021 11:24:47.974] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/inventory/container/RepairContainer
[14Sep2021 11:24:48.248] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching LootTableManager#apply
[14Sep2021 11:24:48.289] [main/INFO] [net.minecraftforge.coremod.CoreMod.observerlib/COREMODLOG]: Adding 'on_block_change' ASM patch...
[14Sep2021 11:24:48.291] [main/INFO] [net.minecraftforge.coremod.CoreMod.observerlib/COREMODLOG]: Added 'on_block_change' ASM patch!
[14Sep2021 11:24:48.293] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'sun_brightness_server' ASM patch...
[14Sep2021 11:24:48.295] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'sun_brightness_server' ASM patch!
[14Sep2021 11:24:48.618] [main/WARN] [mixin/]: Error loading class: biomesoplenty/common/world/BOPBiomeProvider (java.lang.ClassNotFoundException: null)
[14Sep2021 11:24:48.620] [main/WARN] [mixin/]: Error loading class: xiroc/dungeoncrawl/dungeon/Dungeon (java.lang.ClassNotFoundException: null)
[14Sep2021 11:24:48.663] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching Item#getItemEnchantability
[14Sep2021 11:24:48.677] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching ItemStack#onItemUse
[14Sep2021 11:24:48.681] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_missing_tag_enchantment_tooltip' ASM patch...
[14Sep2021 11:24:48.692] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_missing_tag_enchantment_tooltip' ASM patch!
[14Sep2021 11:24:48.693] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_enchantment_tooltip' ASM patch...
[14Sep2021 11:24:48.696] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_enchantment_tooltip' ASM patch!
[14Sep2021 11:24:49.040] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_enchantment_helper_levels' ASM patch...
[14Sep2021 11:24:49.042] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_enchantment_helper_levels' ASM patch!
[14Sep2021 11:24:49.044] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_enchantment_helper_enchantments' ASM patch...
[14Sep2021 11:24:49.045] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_enchantment_helper_enchantments' ASM patch!
[14Sep2021 11:24:49.047] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_enchantment_helper_apply_modifier' ASM patch...
[14Sep2021 11:24:49.049] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_enchantment_helper_apply_modifier' ASM patch!
[14Sep2021 11:24:49.052] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getEnchantmentModifierDamage
[14Sep2021 11:24:49.056] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getModifierForCreature
[14Sep2021 11:24:49.061] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#applyThornEnchantments
[14Sep2021 11:24:49.064] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#applyArthropodEnchantments
[14Sep2021 11:24:49.073] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching buildEnchantmentList for the Enchantability affix.
[14Sep2021 11:24:49.077] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getEnchantmentDatas
[14Sep2021 11:24:49.088] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching TemptGoal#isTempting
[14Sep2021 11:24:49.193] [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
[14Sep2021 11:24:49.444] [main/INFO] [com.performant.coremod.Performant/]: Not enabling mixin forcom.performant.coremod.mixin.forge.BasicEventHooksMixin as config disables it.
[14Sep2021 11:24:49.449] [main/INFO] [com.performant.coremod.Performant/]: Not enabling mixin forcom.performant.coremod.mixin.world.WorldMixin as config disables it.
[14Sep2021 11:24:49.470] [main/INFO] [com.performant.coremod.Performant/]: Not enabling mixin forcom.performant.coremod.mixin.entity.LivingEntityUpdateEventMixin as config disables it.
[14Sep2021 11:24:49.546] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'post_process_vanilla' ASM patch...
[14Sep2021 11:24:49.548] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'post_process_vanilla' ASM patch!
[14Sep2021 11:24:50.321] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching Item#getItemEnchantability
[14Sep2021 11:24:51.400] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_custom_entity_collision' ASM patch...
[14Sep2021 11:24:51.400] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_custom_entity_collision' ASM patch!
[14Sep2021 11:24:51.532] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'set_player_field' ASM patch...
[14Sep2021 11:24:51.532] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'set_player_field' ASM patch!
[14Sep2021 11:24:51.533] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom
[14Sep2021 11:24:51.536] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching LivingEntity#blockUsingShield
[14Sep2021 11:24:51.537] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching LivingEntity#applyPotionDamageCalculations
[14Sep2021 11:24:51.537] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'water_movement_slowdown_prevention' ASM patch...
[14Sep2021 11:24:51.537] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'water_movement_slowdown_prevention' ASM patch!
[14Sep2021 11:24:51.681] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching SharedMonsterAttributes#readAttributeModifier
[14Sep2021 11:24:51.729] [main/INFO] [net.minecraftforge.coremod.CoreMod.observerlib/COREMODLOG]: Adding 'on_block_change' ASM patch...
[14Sep2021 11:24:51.729] [main/INFO] [net.minecraftforge.coremod.CoreMod.observerlib/COREMODLOG]: Added 'on_block_change' ASM patch!
[14Sep2021 11:24:51.730] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'sun_brightness_server' ASM patch...
[14Sep2021 11:24:51.730] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'sun_brightness_server' ASM patch!
[14Sep2021 11:24:52.761] [main/INFO] [FerriteCore - class definer/]: Using Java 8 class definer
[14Sep2021 11:24:53.223] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching SharedMonsterAttributes#readAttributeModifier
[14Sep2021 11:24:53.514] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput
[14Sep2021 11:24:53.517] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Successfully removed the anvil level cap.
[14Sep2021 11:24:53.518] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput
[14Sep2021 11:24:53.521] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Successfully allowed nbt-unbreakable items in the anvil.
[14Sep2021 11:24:53.522] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/inventory/container/RepairContainer
[14Sep2021 11:24:53.822] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching CampfireTileEntity#findMatchingRecipe
[14Sep2021 11:24:55.226] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching TemptGoal#isTempting
[14Sep2021 11:24:55.641] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching ItemStack#onItemUse
[14Sep2021 11:24:55.641] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_missing_tag_enchantment_tooltip' ASM patch...
[14Sep2021 11:24:55.642] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_missing_tag_enchantment_tooltip' ASM patch!
[14Sep2021 11:24:55.642] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_enchantment_tooltip' ASM patch...
[14Sep2021 11:24:55.643] [main/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_enchantment_tooltip' ASM patch!
[14Sep2021 11:24:56.829] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching ItemArrow#isInfinite
[14Sep2021 11:24:56.944] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/item/EnchantedBookItem
[14Sep2021 11:24:56.972] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching CrossbowItem#onItemRightClick
[14Sep2021 11:24:56.973] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching CrossbowItem#fireProjectile
[14Sep2021 11:24:57.076] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching FishingBobberEntity#catchingFish
[14Sep2021 11:24:57.497] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/loot/functions/EnchantRandomly
[14Sep2021 11:24:58.432] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching DataPackRegistries#<init>
[14Sep2021 11:24:58.992] [main/INFO] [paintings/]: loading json file and contents for paintings.
[14Sep2021 11:24:58.994] [main/INFO] [paintings/]: Loaded json painting abstract_blue , 16 x 16
[14Sep2021 11:24:58.994] [main/INFO] [paintings/]: Loaded json painting abstract_rainbow , 16 x 16
[14Sep2021 11:24:58.995] [main/INFO] [paintings/]: Loaded json painting abstract_red , 16 x 16
[14Sep2021 11:24:58.995] [main/INFO] [paintings/]: Loaded json painting abstract_sunset , 16 x 16
[14Sep2021 11:24:58.995] [main/INFO] [paintings/]: Loaded json painting arachnophobe , 32 x 16
[14Sep2021 11:24:58.995] [main/INFO] [paintings/]: Loaded json painting barn_owl , 32 x 16
[14Sep2021 11:24:58.995] [main/INFO] [paintings/]: Loaded json painting big_z , 16 x 16
[14Sep2021 11:24:58.996] [main/INFO] [paintings/]: Loaded json painting blue_bird , 32 x 16
[14Sep2021 11:24:58.996] [main/INFO] [paintings/]: Loaded json painting bluesclues , 32 x 16
[14Sep2021 11:24:58.996] [main/INFO] [paintings/]: Loaded json painting borgia , 16 x 32
[14Sep2021 11:24:58.996] [main/INFO] [paintings/]: Loaded json painting cane , 16 x 32
[14Sep2021 11:24:58.996] [main/INFO] [paintings/]: Loaded json painting cat_black , 16 x 16
[14Sep2021 11:24:58.996] [main/INFO] [paintings/]: Loaded json painting cat_gray , 16 x 16
[14Sep2021 11:24:58.997] [main/INFO] [paintings/]: Loaded json painting cat_orange , 16 x 16
[14Sep2021 11:24:58.997] [main/INFO] [paintings/]: Loaded json painting cat , 32 x 16
[14Sep2021 11:24:58.997] [main/INFO] [paintings/]: Loaded json painting colorful_squares , 32 x 16
[14Sep2021 11:24:58.997] [main/INFO] [paintings/]: Loaded json painting crest , 32 x 16
[14Sep2021 11:24:58.997] [main/INFO] [paintings/]: Loaded json painting danger_zone , 32 x 32
[14Sep2021 11:24:58.998] [main/INFO] [paintings/]: Loaded json painting decorative_gun , 32 x 16
[14Sep2021 11:24:58.998] [main/INFO] [paintings/]: Loaded json painting exit_down , 32 x 16
[14Sep2021 11:24:58.998] [main/INFO] [paintings/]: Loaded json painting exit_up , 32 x 16
[14Sep2021 11:24:58.998] [main/INFO] [paintings/]: Loaded json painting exit_left , 32 x 16
[14Sep2021 11:24:58.998] [main/INFO] [paintings/]: Loaded json painting exit_right , 32 x 16
[14Sep2021 11:24:58.998] [main/INFO] [paintings/]: Loaded json painting face_bat , 16 x 16
[14Sep2021 11:24:58.999] [main/INFO] [paintings/]: Loaded json painting face_chicken , 16 x 16
[14Sep2021 11:24:59.000] [main/INFO] [paintings/]: Loaded json painting face_cow , 16 x 16
[14Sep2021 11:24:59.000] [main/INFO] [paintings/]: Loaded json painting face_creeper , 16 x 16
[14Sep2021 11:24:59.001] [main/INFO] [paintings/]: Loaded json painting face_dog , 16 x 16
[14Sep2021 11:24:59.001] [main/INFO] [paintings/]: Loaded json painting face_enderman , 16 x 16
[14Sep2021 11:24:59.001] [main/INFO] [paintings/]: Loaded json painting face_pig , 16 x 16
[14Sep2021 11:24:59.001] [main/INFO] [paintings/]: Loaded json painting face_pigman , 16 x 16
[14Sep2021 11:24:59.001] [main/INFO] [paintings/]: Loaded json painting face_silverfish , 16 x 16
[14Sep2021 11:24:59.001] [main/INFO] [paintings/]: Loaded json painting face_skeleton , 16 x 16
[14Sep2021 11:24:59.002] [main/INFO] [paintings/]: Loaded json painting face_squid , 16 x 16
[14Sep2021 11:24:59.002] [main/INFO] [paintings/]: Loaded json painting face_zombie , 16 x 16
[14Sep2021 11:24:59.002] [main/INFO] [paintings/]: Loaded json painting fishes , 32 x 16
[14Sep2021 11:24:59.002] [main/INFO] [paintings/]: Loaded json painting flowers , 32 x 16
[14Sep2021 11:24:59.002] [main/INFO] [paintings/]: Loaded json painting fruits , 32 x 16
[14Sep2021 11:24:59.003] [main/INFO] [paintings/]: Loaded json painting ghost , 16 x 32
[14Sep2021 11:24:59.003] [main/INFO] [paintings/]: Loaded json painting glowlamp , 32 x 32
[14Sep2021 11:24:59.003] [main/INFO] [paintings/]: Loaded json painting glowstone_hourglass , 16 x 32
[14Sep2021 11:24:59.003] [main/INFO] [paintings/]: Loaded json painting iluvmc , 32 x 16
[14Sep2021 11:24:59.003] [main/INFO] [paintings/]: Loaded json painting link , 32 x 16
[14Sep2021 11:24:59.004] [main/INFO] [paintings/]: Loaded json painting mine_prosperity , 32 x 16
[14Sep2021 11:24:59.004] [main/INFO] [paintings/]: Loaded json painting no_trespassing_for_mobs , 32 x 16
[14Sep2021 11:24:59.004] [main/INFO] [paintings/]: Loaded json painting ocelot , 16 x 16
[14Sep2021 11:24:59.004] [main/INFO] [paintings/]: Loaded json painting penguin , 32 x 16
[14Sep2021 11:24:59.005] [main/INFO] [paintings/]: Loaded json painting pig_on_a_cliff , 32 x 32
[14Sep2021 11:24:59.005] [main/INFO] [paintings/]: Loaded json painting pkmn_blue , 32 x 16
[14Sep2021 11:24:59.005] [main/INFO] [paintings/]: Loaded json painting pkmn_red , 32 x 16
[14Sep2021 11:24:59.005] [main/INFO] [paintings/]: Loaded json painting pkmn_green , 32 x 16
[14Sep2021 11:24:59.005] [main/INFO] [paintings/]: Loaded json painting plains_hut , 32 x 16
[14Sep2021 11:24:59.005] [main/INFO] [paintings/]: Loaded json painting portrait_2 , 16 x 16
[14Sep2021 11:24:59.006] [main/INFO] [paintings/]: Loaded json painting portrait , 32 x 32
[14Sep2021 11:24:59.006] [main/INFO] [paintings/]: Loaded json painting prison , 16 x 32
[14Sep2021 11:24:59.006] [main/INFO] [paintings/]: Loaded json painting prosperity , 16 x 32
[14Sep2021 11:24:59.007] [main/INFO] [paintings/]: Loaded json painting rest , 32 x 16
[14Sep2021 11:24:59.007] [main/INFO] [paintings/]: Loaded json painting skeleton , 16 x 32
[14Sep2021 11:24:59.007] [main/INFO] [paintings/]: Loaded json painting sky , 32 x 32
[14Sep2021 11:24:59.007] [main/INFO] [paintings/]: Loaded json painting skyblock , 32 x 32
[14Sep2021 11:24:59.007] [main/INFO] [paintings/]: Loaded json painting snake , 16 x 32
[14Sep2021 11:24:59.008] [main/INFO] [paintings/]: Loaded json painting snow_landscape , 32 x 16
[14Sep2021 11:24:59.008] [main/INFO] [paintings/]: Loaded json painting subaraki , 32 x 16
[14Sep2021 11:24:59.008] [main/INFO] [paintings/]: Loaded json painting synth_city , 16 x 16
[14Sep2021 11:24:59.008] [main/INFO] [paintings/]: Loaded json painting tapistry_a , 32 x 16
[14Sep2021 11:24:59.008] [main/INFO] [paintings/]: Loaded json painting tapistry_b , 16 x 32
[14Sep2021 11:24:59.008] [main/INFO] [paintings/]: Loaded json painting tapistry_purple , 16 x 32
[14Sep2021 11:24:59.009] [main/INFO] [paintings/]: Loaded json painting torched , 32 x 16
[14Sep2021 11:24:59.009] [main/INFO] [paintings/]: Loaded json painting waterfall , 32 x 16
[14Sep2021 11:24:59.009] [main/INFO] [paintings/]: Loaded json painting whale , 32 x 16
[14Sep2021 11:24:59.009] [main/INFO] [paintings/]: Loaded json painting wheat_field , 32 x 16
[14Sep2021 11:24:59.009] [main/INFO] [paintings/]: Loaded json painting wolf_in_wheat , 32 x 16
[14Sep2021 11:24:59.083] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:24:59.085] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:24:59.086] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `effect_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:24:59.086] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `fancy_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:24:59.104] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `synesthesia`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:24:59.104] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `plague`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:00.127] [main/INFO] [PluginManager/]: Scanning classes for titanium
[14Sep2021 11:25:00.147] [main/INFO] [PluginManager/]: Found FeaturePluginInstance for class IndustrialForegoingResourcePlugin for plugin resources
[14Sep2021 11:25:00.147] [main/INFO] [PluginManager/]: Found FeaturePluginInstance for class DefaultResourceRegistryPlugin for plugin resources
[14Sep2021 11:25:00.349] [modloading-worker-10/INFO] [strawgolem/]: Initializing strawgolem
[14Sep2021 11:25:00.372] [modloading-worker-4/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Sound Events Registered!
[14Sep2021 11:25:00.404] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching LootTableManager#apply
[14Sep2021 11:25:00.539] [modloading-worker-4/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Blocks Registered!
[14Sep2021 11:25:00.539] [modloading-worker-4/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Items Registered!
[14Sep2021 11:25:00.542] [modloading-worker-4/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Effects Registered!
[14Sep2021 11:25:00.543] [modloading-worker-4/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Potions Registered!
[14Sep2021 11:25:00.545] [modloading-worker-10/INFO] [PluginManager/]: Scanning classes for industrialforegoing
[14Sep2021 11:25:00.546] [modloading-worker-10/INFO] [PluginManager/]: Found FeaturePluginInstance for class FarmersDelightPlugin for plugin farmersdelight
[14Sep2021 11:25:00.546] [modloading-worker-10/INFO] [PluginManager/]: Found FeaturePluginInstance for class ImmersiveEngineeringPlugin for plugin immersiveengineering
[14Sep2021 11:25:00.547] [modloading-worker-10/INFO] [PluginManager/]: Found FeaturePluginInstance for class AstralSorceryPlugin for plugin astralsorcery
[14Sep2021 11:25:00.547] [modloading-worker-10/INFO] [PluginManager/]: Found FeaturePluginInstance for class CuriosPlugin for plugin curios
[14Sep2021 11:25:00.550] [modloading-worker-10/INFO] [PluginManager/]: Constructed class FarmersDelightPlugin for plugin farmersdelight for mod industrialforegoing
[14Sep2021 11:25:00.550] [modloading-worker-10/INFO] [PluginManager/]: Constructed class ImmersiveEngineeringPlugin for plugin immersiveengineering for mod industrialforegoing
[14Sep2021 11:25:00.551] [modloading-worker-10/INFO] [PluginManager/]: Constructed class AstralSorceryPlugin for plugin astralsorcery for mod industrialforegoing
[14Sep2021 11:25:00.552] [modloading-worker-10/INFO] [PluginManager/]: Constructed class CuriosPlugin for plugin curios for mod industrialforegoing
[14Sep2021 11:25:00.553] [modloading-worker-4/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Entity Types Registered!
[14Sep2021 11:25:00.554] [modloading-worker-10/INFO] [PluginManager/]: Executing phase CONSTRUCTION for plugin class FarmersDelightPlugin
[14Sep2021 11:25:00.556] [modloading-worker-4/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Painting Types Registered!
[14Sep2021 11:25:00.561] [modloading-worker-4/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Tile Entity Types Registered!
[14Sep2021 11:25:00.562] [modloading-worker-4/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Biomes Registered!
[14Sep2021 11:25:00.564] [modloading-worker-4/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Loot Modifiers Registered!
[14Sep2021 11:25:00.565] [modloading-worker-10/INFO] [PluginManager/]: Executing phase CONSTRUCTION for plugin class ImmersiveEngineeringPlugin
[14Sep2021 11:25:00.570] [modloading-worker-10/INFO] [PluginManager/]: Executing phase CONSTRUCTION for plugin class AstralSorceryPlugin
[14Sep2021 11:25:00.570] [modloading-worker-10/INFO] [PluginManager/]: Executing phase CONSTRUCTION for plugin class CuriosPlugin
[14Sep2021 11:25:00.577] [modloading-worker-4/INFO] [org.infernalstudios.infernalexp.InfernalExpansion/]: Infernal Expansion: Entity Classifications Registered!
[14Sep2021 11:25:00.585] [modloading-worker-10/INFO] [PluginManager/]: Executing phase PRE_INIT for plugin class FarmersDelightPlugin
[14Sep2021 11:25:00.587] [modloading-worker-10/INFO] [PluginManager/]: Executing phase PRE_INIT for plugin class ImmersiveEngineeringPlugin
[14Sep2021 11:25:00.588] [modloading-worker-10/INFO] [PluginManager/]: Executing phase PRE_INIT for plugin class AstralSorceryPlugin
[14Sep2021 11:25:00.588] [modloading-worker-10/INFO] [PluginManager/]: Executing phase PRE_INIT for plugin class CuriosPlugin
[14Sep2021 11:25:00.589] [modloading-worker-6/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching DataPackRegistries#<init>
[14Sep2021 11:25:00.635] [modloading-worker-9/INFO] [STDOUT/]: [tfar.toughnessbar.ToughnessBar:<init>:32]: Why did you put this on a dedicated server?
[14Sep2021 11:25:00.795] [modloading-worker-1/INFO] [com.refinedmods.refinedstorage.apiimpl.API/]: Found 1 RS API injection point
[14Sep2021 11:25:00.796] [modloading-worker-1/INFO] [com.refinedmods.refinedstorage.apiimpl.API/]: Injected RS API in com.refinedmods.refinedstorageaddons.RSAddons RSAPI
[14Sep2021 11:25:00.891] [modloading-worker-2/WARN] [com.brandon3055.csg.DataManager/]: Custom Spawn Inventory has not been configured yet! Canceling config load!
[14Sep2021 11:25:00.901] [modloading-worker-11/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Loading Config
[14Sep2021 11:25:00.960] [modloading-worker-4/INFO] [Kiwi/Init]: Processing 5 KiwiModule annotations
[14Sep2021 11:25:02.009] [modloading-worker-4/WARN] [mixin/]: Mixin apply failed performant.mixins.json:world.chunk.ChunkManagerMixin -> net.minecraft.world.server.ChunkManager: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException PRIVATE @Overwrite method func_223172_f in performant.mixins.json:world.chunk.ChunkManagerMixin cannot reduce visibiliy of PUBLIC target method
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: PRIVATE @Overwrite method func_223172_f in performant.mixins.json:world.chunk.ChunkManagerMixin cannot reduce visibiliy of PUBLIC target method
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.conformVisibility(MixinPreProcessorStandard.java:472) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachSpecialMethod(MixinPreProcessorStandard.java:445) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachOverwriteMethod(MixinPreProcessorStandard.java:406) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods(MixinPreProcessorStandard.java:336) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:289) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:267) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1271) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:287) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.0.9.jar:8.0.9+86+master.3cf110c]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_301]
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source) ~[?:1.8.0_301]
    at java.lang.Class.getDeclaredMethod(Unknown Source) ~[?:1.8.0_301]
    at net.minecraftforge.eventbus.EventBus.getDeclMethod(EventBus.java:83) ~[eventbus-4.0.0.jar:?]
    at net.minecraftforge.eventbus.EventBus.lambda$null$4(EventBus.java:95) ~[eventbus-4.0.0.jar:?]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_301]
    at java.util.HashMap$KeySpliterator.tryAdvance(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.FindOps$FindOp.evaluateSequential(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.ReferencePipeline.findFirst(Unknown Source) ~[?:1.8.0_301]
    at net.minecraftforge.eventbus.EventBus.lambda$registerObject$7(EventBus.java:97) ~[eventbus-4.0.0.jar:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[?:1.8.0_301]
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[?:1.8.0_301]
    at net.minecraftforge.eventbus.EventBus.registerObject(EventBus.java:94) ~[eventbus-4.0.0.jar:?]
    at net.minecraftforge.eventbus.EventBus.register(EventBus.java:120) ~[eventbus-4.0.0.jar:?]
    at sereneseasons.init.ModHandlers.init(ModHandlers.java:40) ~[sereneseasons:1.16.5-4.0.1.121]
    at sereneseasons.core.SereneSeasons.<init>(SereneSeasons.java:35) ~[sereneseasons:1.16.5-4.0.1.121]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_301]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_301]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_301]
    at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_301]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_301]
    at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_301]
[14Sep2021 11:25:02.042] [modloading-worker-6/INFO] [de.melanx.extradisks.ExtraDisks/]: 14 blocks registered.
[14Sep2021 11:25:02.043] [modloading-worker-6/INFO] [de.melanx.extradisks.ExtraDisks/]: 29 items registered.
[14Sep2021 11:25:02.044] [modloading-worker-6/INFO] [de.melanx.extradisks.ExtraDisks/]: 13 tiles registered.
[14Sep2021 11:25:02.045] [modloading-worker-6/INFO] [de.melanx.extradisks.ExtraDisks/]: 13 containers registered.
[14Sep2021 11:25:02.100] [modloading-worker-4/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Disabled because not running on the client.
[14Sep2021 11:25:02.177] [modloading-worker-11/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Loading Config
[14Sep2021 11:25:02.248] [modloading-worker-3/INFO] [Advanced Peripherals/]: AdvancedPeripherals says hello!
[14Sep2021 11:25:02.350] [modloading-worker-10/INFO] [PluginManager/]: Executing phase INIT for plugin class FarmersDelightPlugin
[14Sep2021 11:25:02.350] [modloading-worker-10/INFO] [PluginManager/]: Executing phase INIT for plugin class ImmersiveEngineeringPlugin
[14Sep2021 11:25:02.352] [modloading-worker-10/INFO] [PluginManager/]: Executing phase INIT for plugin class AstralSorceryPlugin
[14Sep2021 11:25:02.352] [modloading-worker-10/INFO] [PluginManager/]: Executing phase INIT for plugin class CuriosPlugin
[14Sep2021 11:25:02.452] [modloading-worker-10/INFO] [PluginManager/]: Executing phase POST_INIT for plugin class FarmersDelightPlugin
[14Sep2021 11:25:02.452] [modloading-worker-10/INFO] [PluginManager/]: Executing phase POST_INIT for plugin class ImmersiveEngineeringPlugin
[14Sep2021 11:25:02.453] [modloading-worker-10/INFO] [PluginManager/]: Executing phase POST_INIT for plugin class AstralSorceryPlugin
[14Sep2021 11:25:02.453] [modloading-worker-10/INFO] [PluginManager/]: Executing phase POST_INIT for plugin class CuriosPlugin
[14Sep2021 11:25:02.690] [modloading-worker-10/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_enchantment_condition' ASM patch...
[14Sep2021 11:25:02.696] [modloading-worker-10/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_enchantment_condition' ASM patch!
[14Sep2021 11:25:02.897] [modloading-worker-10/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 36.2.2, for MC 1.16.5 with MCP 20210115.111550
[14Sep2021 11:25:02.897] [modloading-worker-10/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v36.2.2 Initialized
[14Sep2021 11:25:02.979] [modloading-worker-10/INFO] [STDOUT/]: [cofh.core.init.CoreConfig:genClientConfig:110]: Client config gen
[14Sep2021 11:25:03.276] [modloading-worker-8/WARN] [mixin/]: @Final field field_187234_c:Ljava/util/Map; in performant.mixins.json:entity.EntityDataManagerMixin should be final
[14Sep2021 11:25:03.485] [modloading-worker-11/INFO] [STDOUT/]: [de.keksuccino.konkrete.Konkrete:<init>:53]: ## WARNING ## 'Konkrete' is a client mod and has no effect when loaded on a server!
[14Sep2021 11:25:03.517] [modloading-worker-12/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'post_process_vanilla' ASM patch...
[14Sep2021 11:25:03.517] [modloading-worker-12/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'post_process_vanilla' ASM patch!
[14Sep2021 11:25:03.525] [modloading-worker-3/INFO] [chocolate/]: Vanilla is real good, but chocolate is better, let's be honest. :)
[14Sep2021 11:25:03.551] [modloading-worker-12/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Loading Config
[14Sep2021 11:25:03.565] [modloading-worker-12/INFO] [com.github.elrol.industrialagriculture.silentsmechanisms.IAP_SilentsMechanisms/]: IAPSM: Init Crop bismuth
[14Sep2021 11:25:03.565] [modloading-worker-12/INFO] [com.github.elrol.industrialagriculture.silentsmechanisms.IAP_SilentsMechanisms/]: IAPSM: Init Crop redstone_alloy
[14Sep2021 11:25:03.565] [modloading-worker-12/INFO] [com.github.elrol.industrialagriculture.silentsmechanisms.IAP_SilentsMechanisms/]: IAPSM: Init Crop compressed_iron
[14Sep2021 11:25:03.566] [modloading-worker-12/INFO] [com.github.elrol.industrialagriculture.silentsmechanisms.IAP_SilentsMechanisms/]: IAPSM: Init Crop refined_iron
[14Sep2021 11:25:03.568] [modloading-worker-12/INFO] [com.github.elrol.industrialagriculture.silentsmechanisms.IAP_SilentsMechanisms/]: IAPSM: Init Crop bismuth_brass
[14Sep2021 11:25:03.568] [modloading-worker-12/INFO] [com.github.elrol.industrialagriculture.silentsmechanisms.IAP_SilentsMechanisms/]: IAPSM: Init Crop bismuth_steel
[14Sep2021 11:25:03.569] [modloading-worker-12/INFO] [com.github.elrol.industrialagriculture.silentsmechanisms.IAP_SilentsMechanisms/]: IAPSM: Init Crop aluminum_steel
[14Sep2021 11:25:03.854] [modloading-worker-8/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'cooldown_tracker_set' ASM patch...
[14Sep2021 11:25:03.867] [modloading-worker-8/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'cooldown_tracker_set' ASM patch!
[14Sep2021 11:25:04.073] [modloading-worker-6/INFO] [twilightforest/]: Loaded compatibility for mod immersiveengineering.
[14Sep2021 11:25:04.923] [modloading-worker-13/INFO] [com.simibubi.create.repack.registrate.AbstractRegistrate/]: Detected new forge version, registering events reflectively.
[14Sep2021 11:25:05.033] [modloading-worker-3/INFO] [STDOUT/]: [com.skyternity.mountainous.forge.PlatformInterfaceImpl:printHelloWorld:6]: Hello Forge World!
[14Sep2021 11:25:05.035] [modloading-worker-9/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\ben\OneDrive\Desktop\testing\config\Adorn.toml is not correct. Correcting
[14Sep2021 11:25:05.037] [modloading-worker-9/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key show-items-in-standard-groups was corrected from null to its default, true. 
[14Sep2021 11:25:05.093] [modloading-worker-11/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading Bountiful listeners..
[14Sep2021 11:25:06.490] [modloading-worker-11/INFO] [STDOUT/]: [ejektaflex.bountiful.data.json.JsonSerializers:register:14]: BOREG registering json ser
[14Sep2021 11:25:06.535] [modloading-worker-4/INFO] [PluginManager/]: Scanning classes for titanium
[14Sep2021 11:25:06.572] [modloading-worker-4/INFO] [PluginManager/]: Constructed class IndustrialForegoingResourcePlugin for plugin resources for mod titanium
[14Sep2021 11:25:06.579] [modloading-worker-4/INFO] [PluginManager/]: Constructed class DefaultResourceRegistryPlugin for plugin resources for mod titanium
[14Sep2021 11:25:06.592] [modloading-worker-4/INFO] [PluginManager/]: Executing phase CONSTRUCTION for plugin class IndustrialForegoingResourcePlugin
[14Sep2021 11:25:06.594] [modloading-worker-3/INFO] [de.melanx.defaultworldtype.DefaultWorldType/]: Config directory defaultworldtype already exists. Skip creating.
[14Sep2021 11:25:06.627] [modloading-worker-4/INFO] [PluginManager/]: Executing phase CONSTRUCTION for plugin class DefaultResourceRegistryPlugin
[14Sep2021 11:25:06.829] [modloading-worker-3/INFO] [Charm/INTERNAL]: Setting up a new Charm-based module 'charm'
[14Sep2021 11:25:06.845] [modloading-worker-8/INFO] [Mystical Agriculture/]: Registered plugin: com.blakebr0.mysticalagriculture.lib.ModCorePlugin
[14Sep2021 11:25:06.852] [modloading-worker-3/INFO] [Charm/INTERNAL]: Subscribed 'charm' to Forge event bus
[14Sep2021 11:25:06.858] [modloading-worker-8/INFO] [Mystical Agriculture/]: Registered plugin: com.focamacho.mysticaladaptations.lib.ModCorePlugin
[14Sep2021 11:25:06.865] [modloading-worker-8/INFO] [Mystical Agriculture/]: Registered plugin: com.github.elrol.industrialagriculture.init.IAMysticalAgricultrePlugin
[14Sep2021 11:25:06.869] [modloading-worker-8/INFO] [Mystical Agriculture/]: Registered plugin: com.blakebr0.mysticalcustomization.lib.ModCorePlugin
[14Sep2021 11:25:06.873] [modloading-worker-8/INFO] [Mystical Agriculture/]: Registered plugin: com.blakebr0.mysticalagradditions.lib.ModCorePlugin
[14Sep2021 11:25:07.228] [modloading-worker-1/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching vazkii/quark/content/tools/module/AncientTomesModule
[14Sep2021 11:25:07.237] [modloading-worker-3/INFO] [Charm/INTERNAL]: Loaded Quark compatibility class
[14Sep2021 11:25:07.239] [modloading-worker-1/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching vazkii/quark/content/tools/item/AncientTomeItem
[14Sep2021 11:25:07.290] [modloading-worker-4/INFO] [terraincognita/]: Integrating with Quark...
[14Sep2021 11:25:07.295] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:217]: Loading schematic: bloodmagic:t_corridor
[14Sep2021 11:25:07.291] [modloading-worker-4/INFO] [terraincognita/]: Integrating with Buzzier Bees...
[14Sep2021 11:25:07.298] [modloading-worker-4/INFO] [terraincognita/]: Integrating with Upgrade Aquatic...
[14Sep2021 11:25:07.299] [modloading-worker-4/INFO] [terraincognita/]: Integrating with Farmer's Delight...
[14Sep2021 11:25:07.309] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:219]: Resulting dungeon: wayoftime.bloodmagic.structures.DungeonRoom@1237988a
[14Sep2021 11:25:07.311] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:217]: Loading schematic: bloodmagic:four_way_corridor_loot
[14Sep2021 11:25:07.312] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:219]: Resulting dungeon: wayoftime.bloodmagic.structures.DungeonRoom@29f6ad61
[14Sep2021 11:25:07.328] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:217]: Loading schematic: bloodmagic:four_way_corridor
[14Sep2021 11:25:07.329] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:219]: Resulting dungeon: wayoftime.bloodmagic.structures.DungeonRoom@1ebe898d
[14Sep2021 11:25:07.331] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:217]: Loading schematic: bloodmagic:ore_hold_1
[14Sep2021 11:25:07.338] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:219]: Resulting dungeon: wayoftime.bloodmagic.structures.DungeonRoom@1ff8339a
[14Sep2021 11:25:07.340] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:217]: Loading schematic: bloodmagic:straight_corridor
[14Sep2021 11:25:07.340] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:219]: Resulting dungeon: wayoftime.bloodmagic.structures.DungeonRoom@6c505512
[14Sep2021 11:25:07.342] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:217]: Loading schematic: bloodmagic:spiral_staircase
[14Sep2021 11:25:07.342] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:219]: Resulting dungeon: wayoftime.bloodmagic.structures.DungeonRoom@6a5dd9f7
[14Sep2021 11:25:07.343] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:217]: Loading schematic: bloodmagic:t3_entrance
[14Sep2021 11:25:07.344] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:219]: Resulting dungeon: wayoftime.bloodmagic.structures.DungeonRoom@107aad27
[14Sep2021 11:25:07.346] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:217]: Loading schematic: bloodmagic:mini_dungeon/library
[14Sep2021 11:25:07.347] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:219]: Resulting dungeon: wayoftime.bloodmagic.structures.DungeonRoom@7ae699d0
[14Sep2021 11:25:07.349] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:217]: Loading schematic: bloodmagic:mini_dungeon/armoury
[14Sep2021 11:25:07.349] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:219]: Resulting dungeon: wayoftime.bloodmagic.structures.DungeonRoom@3d73543d
[14Sep2021 11:25:07.355] [modloading-worker-15/INFO] [STDOUT/]: [wayoftime.bloodmagic.structures.DungeonRoomLoader:loadDungeons:223]: # schematics: 9
[14Sep2021 11:25:08.074] [modloading-worker-13/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'reach_set_server_entity_interact' ASM patch...
[14Sep2021 11:25:08.074] [modloading-worker-13/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'reach_set_server_entity_interact' ASM patch!
[14Sep2021 11:25:08.075] [modloading-worker-13/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'allow_entity_interaction' ASM patch...
[14Sep2021 11:25:08.075] [modloading-worker-13/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'allow_entity_interaction' ASM patch!
[14Sep2021 11:25:08.088] [modloading-worker-13/WARN] [mixin/]: @ModifyConstant conflict. Skipping performant.mixins.json:connection.ServerPlayNetHandlerMixin->@ModifyConstant::playTimeout(J)J with priority 100, already redirected by randompatches.mixins.json:timeouts.ServerPlayNetHandlerKeepAliveMixin->@ModifyConstant::getKeepAlivePacketInterval(J)J with priority 1000
[14Sep2021 11:25:08.147] [modloading-worker-13/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_player_field' ASM patch...
[14Sep2021 11:25:08.148] [modloading-worker-13/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_player_field' ASM patch!
[14Sep2021 11:25:08.352] [main/INFO] [Kiwi/Init]: Module [kiwi:contributors] initialized
[14Sep2021 11:25:08.362] [main/INFO] [Kiwi/Init]: Module [snowrealmagic:core] initialized
[14Sep2021 11:25:08.365] [main/INFO] [Kiwi/Init]:     block: 8
[14Sep2021 11:25:08.365] [main/INFO] [Kiwi/Init]:     item: 1
[14Sep2021 11:25:08.365] [main/INFO] [Kiwi/Init]:     block_entity_type: 2
[14Sep2021 11:25:08.365] [main/INFO] [Kiwi/Init]:     entity_type: 1
[14Sep2021 11:25:08.366] [main/INFO] [Kiwi/Init]: Module [snowrealmagic:world] initialized
[14Sep2021 11:25:08.366] [main/INFO] [Kiwi/Init]:     worldgen/feature: 1
[14Sep2021 11:25:08.366] [main/INFO] [Kiwi/Init]: Module [kiwi:data] initialized
[14Sep2021 11:25:08.367] [main/INFO] [Kiwi/Init]:     recipe_serializer: 3
[14Sep2021 11:25:08.557] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.558] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.558] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.558] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.558] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.559] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.559] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.559] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.559] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.560] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.560] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.560] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.560] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.561] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.561] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.561] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.561] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:08.971] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.971] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `chipped_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.971] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `damaged_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.975] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `enchanting_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.977] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `enchanting_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.978] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `spawner`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.979] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `spawner`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.979] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cactus`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.979] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cactus`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.979] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sugar_cane`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.980] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sugar_cane`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.980] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.980] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.981] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fletching_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:08.981] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fletching_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:09.818] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cauldron`, expected `cavesandcliffs`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:09.819] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cake`, expected `cavesandcliffs`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:10.134] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `snow`, expected `snowrealmagic`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:10.432] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:10.432] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:10.435] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:10.435] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:10.437] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:10.438] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:10.780] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Blocks registered!
[14Sep2021 11:25:11.238] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `iceandfire` for name `allthemodium_pile`, expected `allthemodium`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:11.238] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `iceandfire` for name `unobtainium_pile`, expected `allthemodium`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:11.238] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `iceandfire` for name `vibranium_pile`, expected `allthemodium`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:11.241] [main/INFO] [Botany Pots/]: Registered 34 Block entries in 0.48ms.
[14Sep2021 11:25:12.429] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: Updating Crops
[14Sep2021 11:25:12.429] [main/INFO] [Mystical Agriculture/]: industrialagriculture tried to register a duplicate crop with name steel, skipping
[14Sep2021 11:25:12.429] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: steel = com.blakebr0.mysticalagriculture.api.crop.Crop@18797442. Has been registered
[14Sep2021 11:25:12.430] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: panda = com.blakebr0.mysticalagriculture.api.crop.Crop@5fb9be22. Has been registered
[14Sep2021 11:25:12.430] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: ravager = com.blakebr0.mysticalagriculture.api.crop.Crop@18a9467c. Has been registered
[14Sep2021 11:25:12.430] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: redstone_alloy = com.blakebr0.mysticalagriculture.api.crop.Crop@706bc7b8. Has been registered
[14Sep2021 11:25:12.430] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: bismuth_brass = com.blakebr0.mysticalagriculture.api.crop.Crop@23e36693. Has been registered
[14Sep2021 11:25:12.430] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: fox = com.blakebr0.mysticalagriculture.api.crop.Crop@31b99463. Has been registered
[14Sep2021 11:25:12.431] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: magma_cube = com.blakebr0.mysticalagriculture.api.crop.Crop@63f1be8e. Has been registered
[14Sep2021 11:25:12.431] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: pillager = com.blakebr0.mysticalagriculture.api.crop.Crop@4d09e34f. Has been registered
[14Sep2021 11:25:12.431] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: llama = com.blakebr0.mysticalagriculture.api.crop.Crop@7566d383. Has been registered
[14Sep2021 11:25:12.431] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: bat = com.blakebr0.mysticalagriculture.api.crop.Crop@8014bc0. Has been registered
[14Sep2021 11:25:12.431] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: husk = com.blakebr0.mysticalagriculture.api.crop.Crop@66ea8180. Has been registered
[14Sep2021 11:25:12.432] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: zombified_piglin = com.blakebr0.mysticalagriculture.api.crop.Crop@647b1589. Has been registered
[14Sep2021 11:25:12.432] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: piglin = com.blakebr0.mysticalagriculture.api.crop.Crop@27c2284e. Has been registered
[14Sep2021 11:25:12.432] [main/INFO] [Mystical Agriculture/]: industrialagriculture tried to register a duplicate crop with name refined_glowstone, skipping
[14Sep2021 11:25:12.432] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: refined_glowstone = com.blakebr0.mysticalagriculture.api.crop.Crop@259f383d. Has been registered
[14Sep2021 11:25:12.432] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: endermite = com.blakebr0.mysticalagriculture.api.crop.Crop@17cb5b8f. Has been registered
[14Sep2021 11:25:12.432] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: cat = com.blakebr0.mysticalagriculture.api.crop.Crop@2ba0c3a2. Has been registered
[14Sep2021 11:25:12.433] [main/INFO] [Mystical Agriculture/]: industrialagriculture tried to register a duplicate crop with name tin, skipping
[14Sep2021 11:25:12.433] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: tin = com.blakebr0.mysticalagriculture.api.crop.Crop@1d161ec0. Has been registered
[14Sep2021 11:25:12.433] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: silverfish = com.blakebr0.mysticalagriculture.api.crop.Crop@4194938f. Has been registered
[14Sep2021 11:25:12.433] [main/INFO] [Mystical Agriculture/]: industrialagriculture tried to register a duplicate crop with name copper, skipping
[14Sep2021 11:25:12.433] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: copper = com.blakebr0.mysticalagriculture.api.crop.Crop@c4ebf11. Has been registered
[14Sep2021 11:25:12.434] [main/INFO] [Mystical Agriculture/]: industrialagriculture tried to register a duplicate crop with name sulfur, skipping
[14Sep2021 11:25:12.434] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: sulfur = com.blakebr0.mysticalagriculture.api.crop.Crop@21ded0e9. Has been registered
[14Sep2021 11:25:12.434] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: drowned = com.blakebr0.mysticalagriculture.api.crop.Crop@c932a0c. Has been registered
[14Sep2021 11:25:12.434] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: guardian = com.blakebr0.mysticalagriculture.api.crop.Crop@69fed8fa. Has been registered
[14Sep2021 11:25:12.434] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: dolphin = com.blakebr0.mysticalagriculture.api.crop.Crop@103144e3. Has been registered
[14Sep2021 11:25:12.435] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: refined_iron = com.blakebr0.mysticalagriculture.api.crop.Crop@47bf9794. Has been registered
[14Sep2021 11:25:12.435] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: stray = com.blakebr0.mysticalagriculture.api.crop.Crop@52691625. Has been registered
[14Sep2021 11:25:12.435] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: salt = com.blakebr0.mysticalagriculture.api.crop.Crop@4d4f2d9a. Has been registered
[14Sep2021 11:25:12.435] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: shulker = com.blakebr0.mysticalagriculture.api.crop.Crop@57436e8c. Has been registered
[14Sep2021 11:25:12.435] [main/INFO] [Mystical Agriculture/]: industrialagriculture tried to register a duplicate crop with name compressed_iron, skipping
[14Sep2021 11:25:12.435] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: compressed_iron = com.blakebr0.mysticalagriculture.api.crop.Crop@6cfb50c7. Has been registered
[14Sep2021 11:25:12.436] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: wolf = com.blakebr0.mysticalagriculture.api.crop.Crop@7639ab43. Has been registered
[14Sep2021 11:25:12.436] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: villager = com.blakebr0.mysticalagriculture.api.crop.Crop@422e6be3. Has been registered
[14Sep2021 11:25:12.436] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: vex = com.blakebr0.mysticalagriculture.api.crop.Crop@e554a24. Has been registered
[14Sep2021 11:25:12.436] [main/INFO] [Mystical Agriculture/]: industrialagriculture tried to register a duplicate crop with name osmium, skipping
[14Sep2021 11:25:12.436] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: osmium = com.blakebr0.mysticalagriculture.api.crop.Crop@381e4e41. Has been registered
[14Sep2021 11:25:12.436] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: piglin_brute = com.blakebr0.mysticalagriculture.api.crop.Crop@34689b2. Has been registered
[14Sep2021 11:25:12.437] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: pink_slime = com.blakebr0.mysticalagriculture.api.crop.Crop@32869b4a. Has been registered
[14Sep2021 11:25:12.438] [main/INFO] [Mystical Agriculture/]: industrialagriculture tried to register a duplicate crop with name bronze, skipping
[14Sep2021 11:25:12.439] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: bronze = com.blakebr0.mysticalagriculture.api.crop.Crop@16a6f354. Has been registered
[14Sep2021 11:25:12.439] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: polar_bear = com.blakebr0.mysticalagriculture.api.crop.Crop@5c80db87. Has been registered
[14Sep2021 11:25:12.439] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: horse = com.blakebr0.mysticalagriculture.api.crop.Crop@6b3cc2bc. Has been registered
[14Sep2021 11:25:12.439] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: vindicator = com.blakebr0.mysticalagriculture.api.crop.Crop@6d66485a. Has been registered
[14Sep2021 11:25:12.439] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: bismuth_steel = com.blakebr0.mysticalagriculture.api.crop.Crop@4c7b3af1. Has been registered
[14Sep2021 11:25:12.439] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: phantom = com.blakebr0.mysticalagriculture.api.crop.Crop@167d9c1a. Has been registered
[14Sep2021 11:25:12.440] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: plastic = com.blakebr0.mysticalagriculture.api.crop.Crop@1b59854b. Has been registered
[14Sep2021 11:25:12.440] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: aluminum_steel = com.blakebr0.mysticalagriculture.api.crop.Crop@44a22ae2. Has been registered
[14Sep2021 11:25:12.440] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: evoker = com.blakebr0.mysticalagriculture.api.crop.Crop@511b3c35. Has been registered
[14Sep2021 11:25:12.440] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: mooshroom = com.blakebr0.mysticalagriculture.api.crop.Crop@2bfce740. Has been registered
[14Sep2021 11:25:12.440] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: witch = com.blakebr0.mysticalagriculture.api.crop.Crop@7cd84ca9. Has been registered
[14Sep2021 11:25:12.441] [main/INFO] [Mystical Agriculture/]: industrialagriculture tried to register a duplicate crop with name refined_obsidian, skipping
[14Sep2021 11:25:12.441] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: refined_obsidian = com.blakebr0.mysticalagriculture.api.crop.Crop@29788cea. Has been registered
[14Sep2021 11:25:12.441] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: parrot = com.blakebr0.mysticalagriculture.api.crop.Crop@210ae764. Has been registered
[14Sep2021 11:25:12.441] [main/INFO] [com.github.elrol.industrialagriculture.init.CropInit/]: bismuth = com.blakebr0.mysticalagriculture.api.crop.Crop@6d00d2e2. Has been registered
[14Sep2021 11:25:13.149] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.149] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.150] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.150] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.150] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.151] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.151] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.151] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.151] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.151] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.151] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.152] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.152] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.152] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.152] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.152] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.153] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.155] [main/INFO] [net.minecraftforge.registries.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.
[14Sep2021 11:25:13.229] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `shears`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:13.230] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:13.230] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `chipped_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:13.231] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `damaged_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:13.331] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cauldron`, expected `cavesandcliffs`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:13.332] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cake`, expected `cavesandcliffs`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:13.481] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `snow`, expected `snowrealmagic`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:13.627] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Items registered!
[14Sep2021 11:25:14.161] [main/INFO] [additionalbanners/]: Registered 20 Item entries in 0.24ms.
[14Sep2021 11:25:14.224] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry minecraft:item: The object air has been registered twice for the same name minecraft:air.
[14Sep2021 11:25:14.224] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry minecraft:item: The object air has been registered twice for the same name minecraft:air.
[14Sep2021 11:25:14.225] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry minecraft:item: The object air has been registered twice for the same name minecraft:air.
[14Sep2021 11:25:14.232] [main/INFO] [Botany Pots/]: Registered 34 Item entries in 0.97ms.
[14Sep2021 11:25:14.871] [main/INFO] [patchouli/]: Loaded book jsons on Thread[main,5,main] in 455 ms
[14Sep2021 11:25:15.681] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.AnointmentRegistrar:parseDefinition:126]: Attempting to load Anointment: modjar://bloodmagic/data/bloodmagic/anointment/melee_damage.json, path: /data/bloodmagic/anointment/melee_damage.json
[14Sep2021 11:25:15.694] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.AnointmentRegistrar:parseDefinition:126]: Attempting to load Anointment: modjar://bloodmagic/data/bloodmagic/anointment/holy_water.json, path: /data/bloodmagic/anointment/holy_water.json
[14Sep2021 11:25:15.695] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.AnointmentRegistrar:parseDefinition:126]: Attempting to load Anointment: modjar://bloodmagic/data/bloodmagic/anointment/hidden_knowledge.json, path: /data/bloodmagic/anointment/hidden_knowledge.json
[14Sep2021 11:25:15.696] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.AnointmentRegistrar:parseDefinition:126]: Attempting to load Anointment: modjar://bloodmagic/data/bloodmagic/anointment/quick_draw.json, path: /data/bloodmagic/anointment/quick_draw.json
[14Sep2021 11:25:15.698] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.AnointmentRegistrar:parseDefinition:126]: Attempting to load Anointment: modjar://bloodmagic/data/bloodmagic/anointment/bow_power.json, path: /data/bloodmagic/anointment/bow_power.json
[14Sep2021 11:25:15.699] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.AnointmentRegistrar:parseDefinition:126]: Attempting to load Anointment: modjar://bloodmagic/data/bloodmagic/anointment/bow_velocity.json, path: /data/bloodmagic/anointment/bow_velocity.json
[14Sep2021 11:25:15.708] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/arrow_protect.json, path: /data/bloodmagic/living_armor/arrow_protect.json
[14Sep2021 11:25:15.720] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/fall_protect.json, path: /data/bloodmagic/living_armor/fall_protect.json
[14Sep2021 11:25:15.721] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/physical_protect.json, path: /data/bloodmagic/living_armor/physical_protect.json
[14Sep2021 11:25:15.723] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/jump.json, path: /data/bloodmagic/living_armor/jump.json
[14Sep2021 11:25:15.724] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/health.json, path: /data/bloodmagic/living_armor/health.json
[14Sep2021 11:25:15.726] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/experienced.json, path: /data/bloodmagic/living_armor/experienced.json
[14Sep2021 11:25:15.727] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/sprint_attack.json, path: /data/bloodmagic/living_armor/sprint_attack.json
[14Sep2021 11:25:15.729] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/self_sacrifice.json, path: /data/bloodmagic/living_armor/self_sacrifice.json
[14Sep2021 11:25:15.730] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/speed.json, path: /data/bloodmagic/living_armor/speed.json
[14Sep2021 11:25:15.732] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/poison_resist.json, path: /data/bloodmagic/living_armor/poison_resist.json
[14Sep2021 11:25:15.733] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/fire_resist.json, path: /data/bloodmagic/living_armor/fire_resist.json
[14Sep2021 11:25:15.735] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/digging.json, path: /data/bloodmagic/living_armor/digging.json
[14Sep2021 11:25:15.736] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/knockback_resist.json, path: /data/bloodmagic/living_armor/knockback_resist.json
[14Sep2021 11:25:15.737] [main/INFO] [STDOUT/]: [wayoftime.bloodmagic.core.LivingArmorRegistrar:parseDefinition:181]: Attempting to load Living Armour Upgrade: modjar://bloodmagic/data/bloodmagic/living_armor/downgrade/quenched.json, path: /data/bloodmagic/living_armor/downgrade/quenched.json
[14Sep2021 11:25:15.828] [main/INFO] [Bookshelf/]: Registered 11 GlobalLootModifierSerializer entries in 0.18ms.
[14Sep2021 11:25:16.415] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `enchanting_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:16.512] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Block Entities registered!
[14Sep2021 11:25:16.562] [main/INFO] [Botany Pots/]: Registered 1 TileEntityType entries in 0.04ms.
[14Sep2021 11:25:16.617] [main/INFO] [wayoftime.bloodmagic.BloodMagic/]: Attempting to register Tile Entities
[14Sep2021 11:25:16.692] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bane_of_arthropods`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:16.692] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smite`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:16.692] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sharpness`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:16.693] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `protection`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:16.693] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fire_protection`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:16.693] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_protection`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:16.694] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `projectile_protection`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:16.694] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `feather_falling`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:16.751] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for strawgolem:strawgolem, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.866] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:muddypig, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.866] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:cluckshroom, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.867] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:moobloom, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.867] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:horned_sheep, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.867] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:rainbow_sheep, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.868] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:jolly_llama, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.868] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:wooly_cow, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.868] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:bone_spider, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.869] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:bouldering_zombie, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.869] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:lobber_zombie, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.869] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for earthmobsmod:viler_witch, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.873] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Entities registered!
[14Sep2021 11:25:16.898] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/entity/merchant/villager/VillagerTrades$EnchantedBookForEmeraldsTrade
[14Sep2021 11:25:16.921] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:rat, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.921] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:rat_spawner, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.922] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:pied_piper, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.923] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:plague_doctor, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.923] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:black_death, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.923] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:plague_cloud, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.924] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:plague_beast, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.925] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:rat_mount_chicken, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.925] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class com.github.alexthe666.rats.server.entity.ratlantis.EntityFeralRatlantean from class com.github.alexthe666.rats.server.entity.EntityRatBeastMount
[14Sep2021 11:25:16.925] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:rat_mount_beast, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.926] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:rat_king, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.926] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:demon_rat, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.926] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:rat_mount_strider, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.927] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for rats:rat_mount_golem, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.990] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for enchantwithmob:enchanter, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:16.991] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for conjurer_illager:conjurer, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:17.274] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for null, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:17.275] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:archer, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:17.276] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:berserker, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:17.276] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:black_iron_golem, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:17.277] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:enchanter, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:17.281] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:furantur, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:17.281] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:hoarder, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:17.282] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:illager_king, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:17.283] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:miner, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:17.283] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for illagers_plus:necromancer, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:17.292] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `milk`, expected `forge`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:17.292] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `flowing_milk`, expected `forge`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:17.355] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Block Entities registered!
[14Sep2021 11:25:17.667] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4b8b3d27
[14Sep2021 11:25:17.667] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3fe56e5b
[14Sep2021 11:25:17.667] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@7782c1b0
[14Sep2021 11:25:17.668] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@52d7e261
[14Sep2021 11:25:17.668] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@142442d9
[14Sep2021 11:25:17.669] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@521c5f50
[14Sep2021 11:25:17.670] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3588b00e
[14Sep2021 11:25:17.670] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5aa4cf30
[14Sep2021 11:25:17.670] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@55a94b9
[14Sep2021 11:25:17.670] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3d822fca
[14Sep2021 11:25:17.670] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@39dc08d9
[14Sep2021 11:25:17.671] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@7955a3d5
[14Sep2021 11:25:17.671] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@68acf3e1
[14Sep2021 11:25:17.671] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3350167b
[14Sep2021 11:25:17.671] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@18fbbfd1
[14Sep2021 11:25:17.671] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@132ac01f
[14Sep2021 11:25:17.671] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@39bc8ed1
[14Sep2021 11:25:17.672] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@34535898
[14Sep2021 11:25:17.672] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@13d9a81f
[14Sep2021 11:25:17.672] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@351e996e
[14Sep2021 11:25:17.672] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@590ac7b8
[14Sep2021 11:25:17.672] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3e57982e
[14Sep2021 11:25:17.672] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@71a53872
[14Sep2021 11:25:17.673] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@14e671a8
[14Sep2021 11:25:17.673] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4be42539
[14Sep2021 11:25:17.673] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@709ae584
[14Sep2021 11:25:17.673] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@64401a44
[14Sep2021 11:25:17.673] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@609bf1f1
[14Sep2021 11:25:17.673] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6974c48c
[14Sep2021 11:25:17.674] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@310d047a
[14Sep2021 11:25:17.674] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6b5f5515
[14Sep2021 11:25:17.674] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@31d62790
[14Sep2021 11:25:17.674] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@b992e6a
[14Sep2021 11:25:17.674] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@34c2c0cb
[14Sep2021 11:25:17.674] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@95ee3b6
[14Sep2021 11:25:17.674] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@2cba4942
[14Sep2021 11:25:17.675] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@16256069
[14Sep2021 11:25:17.675] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@2b3be7d
[14Sep2021 11:25:17.675] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@26006824
[14Sep2021 11:25:17.675] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@ff83e77
[14Sep2021 11:25:17.675] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5a585ec8
[14Sep2021 11:25:17.675] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@eb8006e
[14Sep2021 11:25:17.676] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5cdf126d
[14Sep2021 11:25:17.676] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@48f30133
[14Sep2021 11:25:17.676] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3d5b7180
[14Sep2021 11:25:17.676] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@641687a9
[14Sep2021 11:25:17.676] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4ffe7cce
[14Sep2021 11:25:17.676] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3c9838f1
[14Sep2021 11:25:17.677] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@2ede6e9f
[14Sep2021 11:25:17.677] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@12179b2
[14Sep2021 11:25:17.677] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@3b363466
[14Sep2021 11:25:17.677] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@5d0eead9
[14Sep2021 11:25:17.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1b417b89
[14Sep2021 11:25:17.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1577c7ea
[14Sep2021 11:25:17.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@30be4894
[14Sep2021 11:25:17.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@65a2c30e
[14Sep2021 11:25:17.678] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@6c4a85f1
[14Sep2021 11:25:17.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@41c3c6de
[14Sep2021 11:25:17.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@241027f2
[14Sep2021 11:25:17.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@d987610
[14Sep2021 11:25:17.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@32127f70
[14Sep2021 11:25:17.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@448324cf
[14Sep2021 11:25:17.679] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4bda9b40
[14Sep2021 11:25:17.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@51fd65c7
[14Sep2021 11:25:17.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@7f5f2de7
[14Sep2021 11:25:17.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@12f102df
[14Sep2021 11:25:17.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1ceef561
[14Sep2021 11:25:17.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@60b770bf
[14Sep2021 11:25:17.680] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@2c77afb2
[14Sep2021 11:25:17.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@4d0c171a
[14Sep2021 11:25:17.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@73109975
[14Sep2021 11:25:17.681] [main/INFO] [paintings/]: registered painting net.minecraft.entity.item.PaintingType@1333ca7b
[14Sep2021 11:25:17.907] [main/INFO] [Bookshelf/]: Registered 22 ingredient serializers.
[14Sep2021 11:25:17.907] [main/INFO] [Bookshelf/]: Registered 5 IRecipeSerializer entries in 0.09ms.
[14Sep2021 11:25:17.908] [main/INFO] [Botany Pots/]: Registered 3 IRecipeSerializer entries in 0.04ms.
[14Sep2021 11:25:18.204] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Sounds registered!
[14Sep2021 11:25:18.234] [main/INFO] [corgitaco.enhancedcelestials.Main/]: enhancedcelestials: Sounds registered!
[14Sep2021 11:25:18.455] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry minecraft:worldgen/biome: The object minecraft:the_end has been registered twice for the same name minecraft:the_end.
[14Sep2021 11:25:18.455] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry minecraft:worldgen/biome: The object minecraft:end_barrens has been registered twice for the same name minecraft:end_barrens.
[14Sep2021 11:25:18.456] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry minecraft:worldgen/biome: The object minecraft:small_end_islands has been registered twice for the same name minecraft:small_end_islands.
[14Sep2021 11:25:18.456] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry minecraft:worldgen/biome: The object minecraft:end_midlands has been registered twice for the same name minecraft:end_midlands.
[14Sep2021 11:25:18.456] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry minecraft:worldgen/biome: The object minecraft:end_highlands has been registered twice for the same name minecraft:end_highlands.
[14Sep2021 11:25:19.498] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Biomes registered!
[14Sep2021 11:25:19.635] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Registering block placer types!
[14Sep2021 11:25:19.667] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Decorators registered!
[14Sep2021 11:25:19.754] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `freeze_top_layer`, expected `snowrealmagic`. This could be a intended override, but in most cases indicates a broken mod.
[14Sep2021 11:25:19.766] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Features registered!
[14Sep2021 11:25:19.913] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Structures registered!
[14Sep2021 11:25:20.150] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Surface builders Registered!
[14Sep2021 11:25:20.191] [main/INFO] [ModdingLegacy/structure_gel/Compat/]: Checking for biome dictionary registry methods in other mods.
[14Sep2021 11:25:20.488] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class teamdraco.unnamedanimalmod.common.entity.FiddlerCrabEntity from class teamdraco.unnamedanimalmod.common.entity.BananaSlugEntity
[14Sep2021 11:25:20.492] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class com.github.alexthe666.iceandfire.entity.EntityHippogryph from class com.github.alexthe666.iceandfire.entity.EntityPixie
[14Sep2021 11:25:20.500] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class com.github.alexthe666.iceandfire.entity.EntityDreadThrall from class com.github.alexthe666.iceandfire.entity.EntityDreadKnight
[14Sep2021 11:25:20.509] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class com.infamous.dungeons_mobs.entities.undead.WraithEntity from class com.infamous.dungeons_mobs.entities.undead.NecromancerEntity
[14Sep2021 11:25:20.602] [main/INFO] [io.github.how_bout_no.outvoted.Outvoted/]: >> Outvoted COMMON Config Loaded
[14Sep2021 11:25:20.626] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class FarmersDelightPlugin
[14Sep2021 11:25:20.626] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class ImmersiveEngineeringPlugin
[14Sep2021 11:25:20.627] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class AstralSorceryPlugin
[14Sep2021 11:25:20.627] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class CuriosPlugin
[14Sep2021 11:25:20.694] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class FarmersDelightPlugin
[14Sep2021 11:25:20.694] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class ImmersiveEngineeringPlugin
[14Sep2021 11:25:20.695] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class AstralSorceryPlugin
[14Sep2021 11:25:20.695] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class CuriosPlugin
[14Sep2021 11:25:20.696] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class FarmersDelightPlugin
[14Sep2021 11:25:20.697] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class ImmersiveEngineeringPlugin
[14Sep2021 11:25:20.697] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class AstralSorceryPlugin
[14Sep2021 11:25:20.697] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class CuriosPlugin
[14Sep2021 11:25:20.698] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class FarmersDelightPlugin
[14Sep2021 11:25:20.699] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class ImmersiveEngineeringPlugin
[14Sep2021 11:25:20.699] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class AstralSorceryPlugin
[14Sep2021 11:25:20.699] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class CuriosPlugin
[14Sep2021 11:25:20.701] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class FarmersDelightPlugin
[14Sep2021 11:25:20.701] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class ImmersiveEngineeringPlugin
[14Sep2021 11:25:20.701] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class AstralSorceryPlugin
[14Sep2021 11:25:20.701] [main/INFO] [PluginManager/]: Executing phase CONFIG_LOAD for plugin class CuriosPlugin
[14Sep2021 11:25:20.747] [main/INFO] [com._idrae.travelers_index.TravelersIndex/]: Config set
[14Sep2021 11:25:20.752] [main/INFO] [Void Totem/]: Loaded voidtotem-common.toml config file from voidtotem
[14Sep2021 11:25:20.803] [main/INFO] [FluxNetworks/]: BLACKLIST RELOADED
[14Sep2021 11:25:20.804] [main/INFO] [FluxNetworks/]: COMMON CONFIG LOADED
[14Sep2021 11:25:20.829] [main/INFO] [quark/]: Loading Module Chain Linkage
[14Sep2021 11:25:20.830] [main/INFO] [quark/]: Loading Module Chains Connect Blocks
[14Sep2021 11:25:20.830] [main/INFO] [quark/]: Loading Module Chute
[14Sep2021 11:25:20.830] [main/INFO] [quark/]: Loading Module Color Slime
[14Sep2021 11:25:20.830] [main/INFO] [quark/]: Loading Module Dispensers Place Blocks
[14Sep2021 11:25:20.831] [main/INFO] [quark/]: Loading Module Ender Watcher
[14Sep2021 11:25:20.831] [main/INFO] [quark/]: Loading Module Endermites Form Shulkers
[14Sep2021 11:25:20.831] [main/INFO] [quark/]: Loading Module Feeding Trough
[14Sep2021 11:25:20.832] [main/INFO] [quark/]: Loading Module Gravisand
[14Sep2021 11:25:20.832] [main/INFO] [quark/]: Loading Module Iron Rod
[14Sep2021 11:25:20.832] [main/INFO] [quark/]: Loading Module Jukebox Automation
[14Sep2021 11:25:20.835] [main/INFO] [quark/]: Loading Module Metal Buttons
[14Sep2021 11:25:20.835] [main/INFO] [quark/]: Loading Module Obsidian Plate
[14Sep2021 11:25:20.835] [main/INFO] [quark/]: Loading Module Pistons Move Tile Entities
[14Sep2021 11:25:20.837] [main/INFO] [quark/]: Loading Module Redstone Circuit
[14Sep2021 11:25:20.837] [main/INFO] [quark/]: Loading Module Weather Sensor
[14Sep2021 11:25:20.837] [main/INFO] [quark/]: Loading Module Bamboo Mat
[14Sep2021 11:25:20.837] [main/INFO] [quark/]: Loading Module Burn Vines
[14Sep2021 11:25:20.838] [main/INFO] [quark/]: Loading Module Celebratory Lamps
[14Sep2021 11:25:20.838] [main/INFO] [quark/]: Loading Module Cobblestone Bricks
[14Sep2021 11:25:20.838] [main/INFO] [quark/]: Loading Module Compressed Blocks
[14Sep2021 11:25:20.838] [main/INFO] [quark/]: Loading Module Duskbound Blocks
[14Sep2021 11:25:20.838] [main/INFO] [quark/]: Loading Module Framed Glass
[14Sep2021 11:25:20.838] [main/INFO] [quark/]: Loading Module Gold Bars
[14Sep2021 11:25:20.839] [main/INFO] [quark/]: Loading Module Grate
[14Sep2021 11:25:20.839] [main/INFO] [quark/]: Loading Module Hedges
[14Sep2021 11:25:20.839] [main/INFO] [quark/]: Loading Module Iron Plates
[14Sep2021 11:25:20.839] [main/INFO] [quark/]: Loading Module Item Frames
[14Sep2021 11:25:20.839] [main/INFO] [quark/]: Loading Module Leaf Carpet
[14Sep2021 11:25:20.839] [main/INFO] [quark/]: Loading Module Lit Lamp
[14Sep2021 11:25:20.840] [main/INFO] [quark/]: Loading Module Midori
[14Sep2021 11:25:20.841] [main/INFO] [quark/]: Loading Module More Brick Types
[14Sep2021 11:25:20.841] [main/INFO] [quark/]: Loading Module More Potted Plants
[14Sep2021 11:25:20.842] [main/INFO] [quark/]: Loading Module More Stone Variants
[14Sep2021 11:25:20.842] [main/INFO] [quark/]: Loading Module Nether Brick Fence Gate
[14Sep2021 11:25:20.842] [main/INFO] [quark/]: Loading Module Paper Decor
[14Sep2021 11:25:20.842] [main/INFO] [quark/]: Loading Module Quilted Wool
[14Sep2021 11:25:20.842] [main/INFO] [quark/]: Loading Module Rope
[14Sep2021 11:25:20.842] [main/INFO] [quark/]: Loading Module Shallow Dirt
[14Sep2021 11:25:20.843] [main/INFO] [quark/]: Loading Module Shingles
[14Sep2021 11:25:20.843] [main/INFO] [quark/]: Loading Module Soul Sandstone
[14Sep2021 11:25:20.843] [main/INFO] [quark/]: Loading Module Stained Planks
[14Sep2021 11:25:20.843] [main/INFO] [quark/]: Loading Module Stools
[14Sep2021 11:25:20.844] [main/INFO] [quark/]: Loading Module Sturdy Stone
[14Sep2021 11:25:20.844] [main/INFO] [quark/]: Loading Module Tallow And Candles
[14Sep2021 11:25:20.844] [main/INFO] [quark/]: Loading Module Thatch
[14Sep2021 11:25:20.844] [main/INFO] [quark/]: Loading Module Tie Leads To Fences
[14Sep2021 11:25:20.845] [main/INFO] [quark/]: Loading Module Turf
[14Sep2021 11:25:20.845] [main/INFO] [quark/]: Loading Module Variant Bookshelves
[14Sep2021 11:25:20.845] [main/INFO] [quark/]: Loading Module Variant Chests
[14Sep2021 11:25:20.848] [main/INFO] [quark/]: Loading Module Variant Ladders
[14Sep2021 11:25:20.848] [main/INFO] [quark/]: Loading Module Vertical Planks
[14Sep2021 11:25:20.848] [main/INFO] [quark/]: Loading Module Vertical Slabs
[14Sep2021 11:25:20.848] [main/INFO] [quark/]: Loading Module Wooden Posts
[14Sep2021 11:25:20.848] [main/INFO] [quark/]: Loading Module Chests In Boats
[14Sep2021 11:25:20.849] [main/INFO] [quark/]: Loading Module Easy Transfering
[14Sep2021 11:25:20.849] [main/INFO] [quark/]: Loading Module Hotbar Changer
[14Sep2021 11:25:20.849] [main/INFO] [quark/]: Loading Module Inventory Sorting
[14Sep2021 11:25:20.849] [main/INFO] [quark/]: Loading Module Item Sharing
[14Sep2021 11:25:20.849] [main/INFO] [quark/]: Loading Module Right Click Armor
[14Sep2021 11:25:20.850] [main/INFO] [quark/]: Loading Module Shulker Box Right Click
[14Sep2021 11:25:20.850] [main/INFO] [quark/]: Loading Module Abacus
[14Sep2021 11:25:20.850] [main/INFO] [quark/]: Loading Module Ambient Discs
[14Sep2021 11:25:20.850] [main/INFO] [quark/]: Loading Module Ancient Tomes
[14Sep2021 11:25:20.851] [main/INFO] [quark/]: Loading Module Bottled Cloud
[14Sep2021 11:25:20.851] [main/INFO] [quark/]: Loading Module Camera
[14Sep2021 11:25:20.851] [main/INFO] [quark/]: Loading Module Color Runes
[14Sep2021 11:25:20.852] [main/INFO] [quark/]: Loading Module Pathfinder Maps
[14Sep2021 11:25:20.852] [main/INFO] [quark/]: Loading Module Pickarang
[14Sep2021 11:25:20.852] [main/INFO] [quark/]: Loading Module Seed Pouch
[14Sep2021 11:25:20.853] [main/INFO] [quark/]: Loading Module Slime In A Bucket
[14Sep2021 11:25:20.853] [main/INFO] [quark/]: Loading Module Trowel
[14Sep2021 11:25:20.853] [main/INFO] [quark/]: Loading Module Skull Pikes
[14Sep2021 11:25:20.853] [main/INFO] [quark/]: Loading Module Armed Armor Stands
[14Sep2021 11:25:20.854] [main/INFO] [quark/]: Loading Module Automatic Recipe Unlock
[14Sep2021 11:25:20.854] [main/INFO] [quark/]: Loading Module Axe Leaf Harvesting
[14Sep2021 11:25:20.854] [main/INFO] [quark/]: Loading Module Better Elytra Rocket
[14Sep2021 11:25:20.855] [main/INFO] [quark/]: Loading Module Campfires Boost Elytra
[14Sep2021 11:25:20.855] [main/INFO] [quark/]: Loading Module Compasses Work Everywhere
[14Sep2021 11:25:20.855] [main/INFO] [quark/]: Loading Module Dirt To Path
[14Sep2021 11:25:20.855] [main/INFO] [quark/]: Loading Module Double Door Opening
[14Sep2021 11:25:20.855] [main/INFO] [quark/]: Loading Module Dragon Scales
[14Sep2021 11:25:20.857] [main/INFO] [quark/]: Loading Module Emotes
[14Sep2021 11:25:20.857] [main/INFO] [quark/]: Loading Module Enhanced Ladders
[14Sep2021 11:25:20.858] [main/INFO] [quark/]: Loading Module Glass Shard
[14Sep2021 11:25:20.858] [main/INFO] [quark/]: Loading Module Hoe Harvesting
[14Sep2021 11:25:20.859] [main/INFO] [quark/]: Loading Module Improved Sleeping
[14Sep2021 11:25:20.859] [main/INFO] [quark/]: Loading Module Infinity Bucket
[14Sep2021 11:25:20.860] [main/INFO] [quark/]: Loading Module Lava Bucket As Trash
[14Sep2021 11:25:20.860] [main/INFO] [quark/]: Loading Module Lock Rotation
[14Sep2021 11:25:20.862] [main/INFO] [quark/]: Loading Module More Banner Layers
[14Sep2021 11:25:20.862] [main/INFO] [quark/]: Loading Module Note Block Mob Sounds
[14Sep2021 11:25:20.865] [main/INFO] [quark/]: Loading Module Pat The Dogs
[14Sep2021 11:25:20.866] [main/INFO] [quark/]: Loading Module Poison Potato Usage
[14Sep2021 11:25:20.867] [main/INFO] [quark/]: Loading Module Reacharound Placing
[14Sep2021 11:25:20.867] [main/INFO] [quark/]: Loading Module Replace Scaffolding
[14Sep2021 11:25:20.868] [main/INFO] [quark/]: Loading Module Sign Editing
[14Sep2021 11:25:20.868] [main/INFO] [quark/]: Loading Module Simple Harvest
[14Sep2021 11:25:20.868] [main/INFO] [quark/]: Loading Module Snow Golem Player Heads
[14Sep2021 11:25:20.869] [main/INFO] [quark/]: Loading Module Springy Slime
[14Sep2021 11:25:20.869] [main/INFO] [quark/]: Loading Module Utility Recipes
[14Sep2021 11:25:20.869] [main/INFO] [quark/]: Loading Module Villagers Follow Emeralds
[14Sep2021 11:25:20.869] [main/INFO] [quark/]: Loading Module Big Dungeon
[14Sep2021 11:25:20.870] [main/INFO] [quark/]: Loading Module Big Stone Clusters
[14Sep2021 11:25:20.870] [main/INFO] [quark/]: Loading Module Biotite
[14Sep2021 11:25:20.870] [main/INFO] [quark/]: Loading Module Blossom Trees
[14Sep2021 11:25:20.870] [main/INFO] [quark/]: Loading Module Cave Roots
[14Sep2021 11:25:20.871] [main/INFO] [quark/]: Loading Module Chorus Vegetation
[14Sep2021 11:25:20.872] [main/INFO] [quark/]: Loading Module Crevices
[14Sep2021 11:25:20.873] [main/INFO] [quark/]: Loading Module Deepslate
[14Sep2021 11:25:20.873] [main/INFO] [quark/]: Loading Module Fairy Rings
[14Sep2021 11:25:20.873] [main/INFO] [quark/]: Loading Module Mega Caves
[14Sep2021 11:25:20.873] [main/INFO] [quark/]: Loading Module Monster Box
[14Sep2021 11:25:20.874] [main/INFO] [quark/]: Loading Module Nether Obsidian Spikes
[14Sep2021 11:25:20.874] [main/INFO] [quark/]: Loading Module New Stone Types
[14Sep2021 11:25:20.874] [main/INFO] [quark/]: Loading Module Realistic World Gen
[14Sep2021 11:25:20.875] [main/INFO] [quark/]: Loading Module Speleothems
[14Sep2021 11:25:20.875] [main/INFO] [quark/]: Loading Module Spiral Spires
[14Sep2021 11:25:20.875] [main/INFO] [quark/]: Loading Module Underground Clay
[14Sep2021 11:25:20.875] [main/INFO] [quark/]: Loading Module Brimstone Underground Biome
[14Sep2021 11:25:20.875] [main/INFO] [quark/]: Loading Module Cave Crystal Underground Biome
[14Sep2021 11:25:20.876] [main/INFO] [quark/]: Loading Module Elder Prismarine Underground Biome
[14Sep2021 11:25:20.876] [main/INFO] [quark/]: Loading Module Glowshroom Underground Biome
[14Sep2021 11:25:20.876] [main/INFO] [quark/]: Loading Module Lush Underground Biome
[14Sep2021 11:25:20.876] [main/INFO] [quark/]: Loading Module Overgrown Underground Biome
[14Sep2021 11:25:20.876] [main/INFO] [quark/]: Loading Module Permafrost Underground Biome
[14Sep2021 11:25:20.877] [main/INFO] [quark/]: Loading Module Sandstone Underground Biome
[14Sep2021 11:25:20.877] [main/INFO] [quark/]: Loading Module Slime Underground Biome
[14Sep2021 11:25:20.877] [main/INFO] [quark/]: Loading Module Spider Nest Underground Biome
[14Sep2021 11:25:20.878] [main/INFO] [quark/]: Loading Module Crabs
[14Sep2021 11:25:20.878] [main/INFO] [quark/]: Loading Module Forgotten
[14Sep2021 11:25:20.878] [main/INFO] [quark/]: Loading Module Foxhound
[14Sep2021 11:25:20.878] [main/INFO] [quark/]: Loading Module Frogs
[14Sep2021 11:25:20.879] [main/INFO] [quark/]: Loading Module Stonelings
[14Sep2021 11:25:20.879] [main/INFO] [quark/]: Loading Module Toretoise
[14Sep2021 11:25:20.879] [main/INFO] [quark/]: Loading Module Wraith
[14Sep2021 11:25:20.879] [main/INFO] [quark/]: Loading Module Auto Walk Keybind
[14Sep2021 11:25:20.879] [main/INFO] [quark/]: Loading Module Back Button Keybind
[14Sep2021 11:25:20.879] [main/INFO] [quark/]: Loading Module Chest Searching
[14Sep2021 11:25:20.879] [main/INFO] [quark/]: Loading Module Greener Grass
[14Sep2021 11:25:20.880] [main/INFO] [quark/]: Loading Module Improved Mount Hud
[14Sep2021 11:25:20.880] [main/INFO] [quark/]: Loading Module Improved Tooltips
[14Sep2021 11:25:20.880] [main/INFO] [quark/]: Loading Module Usage Ticker
[14Sep2021 11:25:20.880] [main/INFO] [quark/]: Loading Module Variant Animal Textures
[14Sep2021 11:25:20.880] [main/INFO] [quark/]: Loading Module Backpack
[14Sep2021 11:25:20.883] [main/INFO] [quark/]: Loading Module Crate
[14Sep2021 11:25:20.883] [main/INFO] [quark/]: Loading Module Magnets
[14Sep2021 11:25:20.883] [main/INFO] [quark/]: Loading Module Matrix Enchanting
[14Sep2021 11:25:20.883] [main/INFO] [quark/]: Loading Module Pipes
[14Sep2021 11:25:20.884] [main/INFO] [quark/]: Loading Module Totem Of Holding
[14Sep2021 11:25:20.884] [main/INFO] [quark/]: Loading Module Adjustable Chat
[14Sep2021 11:25:20.884] [main/INFO] [quark/]: Loading Module Custom Underground Biome
[14Sep2021 11:25:20.884] [main/INFO] [quark/]: Loading Module Game Nerfs
[14Sep2021 11:25:20.884] [main/INFO] [quark/]: Loading Module Narrator Readout
[14Sep2021 11:25:20.884] [main/INFO] [quark/]: Loading Module Overlay Shader
[14Sep2021 11:25:20.885] [main/INFO] [quark/]: Loading Module Shiba
[14Sep2021 11:25:20.910] [modloading-worker-9/INFO] [strawgolem/]: Strawgolem common setup
[14Sep2021 11:25:20.912] [modloading-worker-6/INFO] [com.dynamic_view.DynView/]: Zooming chunks initiated!
[14Sep2021 11:25:20.915] [modloading-worker-2/INFO] [PluginManager/]: Executing phase COMMON_SETUP for plugin class FarmersDelightPlugin
[14Sep2021 11:25:20.916] [modloading-worker-2/INFO] [PluginManager/]: Executing phase COMMON_SETUP for plugin class ImmersiveEngineeringPlugin
[14Sep2021 11:25:20.916] [modloading-worker-2/INFO] [PluginManager/]: Executing phase COMMON_SETUP for plugin class AstralSorceryPlugin
[14Sep2021 11:25:20.917] [modloading-worker-2/INFO] [PluginManager/]: Executing phase COMMON_SETUP for plugin class CuriosPlugin
[14Sep2021 11:25:20.938] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_enchantment_helper_levels' ASM patch...
[14Sep2021 11:25:20.938] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_enchantment_helper_levels' ASM patch!
[14Sep2021 11:25:20.939] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_enchantment_helper_enchantments' ASM patch...
[14Sep2021 11:25:20.939] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_enchantment_helper_enchantments' ASM patch!
[14Sep2021 11:25:20.940] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Adding 'add_enchantment_helper_apply_modifier' ASM patch...
[14Sep2021 11:25:20.940] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.astralsorcery/COREMODLOG]: Added 'add_enchantment_helper_apply_modifier' ASM patch!
[14Sep2021 11:25:20.941] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getEnchantmentModifierDamage
[14Sep2021 11:25:20.941] [modloading-worker-9/INFO] [stormedpanda.simplyjetpacks.SimplyJetpacks/]: Common Setup Method registered.
[14Sep2021 11:25:20.942] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getModifierForCreature
[14Sep2021 11:25:20.943] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#applyThornEnchantments
[14Sep2021 11:25:20.944] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#applyArthropodEnchantments
[14Sep2021 11:25:20.945] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching buildEnchantmentList for the Enchantability affix.
[14Sep2021 11:25:20.946] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getEnchantmentDatas
[14Sep2021 11:25:20.947] [modloading-worker-4/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for goblintraders:goblin_trader, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:20.947] [modloading-worker-4/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for goblintraders:vein_goblin_trader, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:20.949] [modloading-worker-11/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching vazkii/quark/content/tools/module/AncientTomesModule
[14Sep2021 11:25:20.980] [Immersive Engineering Contributors Thread/INFO] [immersiveengineering/]: Attempting to download special revolvers from GitHub
[14Sep2021 11:25:20.997] [modloading-worker-6/INFO] [corgiaoc.byg.BYG/]: BYG: "Common Setup" Event Complete!
[14Sep2021 11:25:21.000] [modloading-worker-4/INFO] [incontrol/]: Enabling support for Serene Seasons
[14Sep2021 11:25:21.008] [modloading-worker-15/INFO] [Mekanism/]: Version 10.0.21 initializing...
[14Sep2021 11:25:21.024] [modloading-worker-4/INFO] [incontrol/]: Reading rules from spawn.json
[14Sep2021 11:25:21.042] [modloading-worker-6/INFO] [Bookshelf/]: Registering 3 command argument types.
[14Sep2021 11:25:21.042] [modloading-worker-6/INFO] [Bookshelf/]: Registering 13 loot conditions.
[14Sep2021 11:25:21.076] [Blue Skies supporters thread./INFO] [ModdingLegacy/blue_skies/]: Attempting to load the Modding Legacy supporters list from https://moddinglegacy.com/supporters-changelogs/supporters.txt
[14Sep2021 11:25:21.115] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [variant16x] Starting version check at https://raw.githubusercontent.com/BKthousand/Update16x/master/variant16x/updates.json
[14Sep2021 11:25:21.118] [modloading-worker-14/INFO] [Mekanism/]: Loaded 'Mekanism Generators' module.
[14Sep2021 11:25:21.124] [modloading-worker-14/INFO] [Mekanism/]: Loaded 'Mekanism: Additions' module.
[14Sep2021 11:25:21.156] [modloading-worker-15/INFO] [Mekanism/]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism]
[14Sep2021 11:25:21.156] [modloading-worker-15/INFO] [Mekanism/]: Loading complete.
[14Sep2021 11:25:21.159] [modloading-worker-15/INFO] [Mekanism/]: Mod loaded.
[14Sep2021 11:25:21.161] [modloading-worker-10/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for villagertools:reinforced_golem, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.162] [modloading-worker-10/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for villagertools:guard, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.163] [modloading-worker-14/INFO] [Mekanism/]: Loaded 'Mekanism: Tools' module.
[14Sep2021 11:25:21.176] [modloading-worker-4/INFO] [incontrol/]: Reading rules from summonaid.json
[14Sep2021 11:25:21.185] [modloading-worker-4/INFO] [incontrol/]: Reading rules from potentialspawn.json
[14Sep2021 11:25:21.231] [modloading-worker-4/INFO] [incontrol/]: Reading rules from loot.json
[14Sep2021 11:25:21.234] [modloading-worker-2/INFO] [Puzzles Lib/]: Reloading common config for all mods
[14Sep2021 11:25:21.235] [modloading-worker-4/INFO] [incontrol/]: Reading rules from experience.json
[14Sep2021 11:25:21.240] [modloading-worker-4/INFO] [incontrol/]: Reading rules from phases.json
[14Sep2021 11:25:21.247] [modloading-worker-4/INFO] [incontrol/]: Reading rules from spawner.json
[14Sep2021 11:25:21.264] [modloading-worker-10/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for frozenup:chilloo, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.303] [modloading-worker-4/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:anvil_pet_entity, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.303] [modloading-worker-4/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:bed_pet_entity, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.304] [modloading-worker-4/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:bill_gates_entity, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.305] [modloading-worker-4/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:satya_nadella_entity, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.306] [modloading-worker-4/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:steve_ballmer_entity, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.306] [modloading-worker-4/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:siamese_entity, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.307] [modloading-worker-4/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:mini_quantum_blaze_entity, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.307] [modloading-worker-4/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for inventorypets:mini_quantum_enderman_entity, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.311] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for charm:coral_squid, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.312] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for charm:moobloom, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.317] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Acquisition
[14Sep2021 11:25:21.317] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module AerialAffinity
[14Sep2021 11:25:21.318] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module AnvilImprovements
[14Sep2021 11:25:21.318] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module ArmorInvisibility
[14Sep2021 11:25:21.319] [modloading-worker-15/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class azmalent.terraincognita.common.entity.butterfly.ButterflyEntity from class azmalent.terraincognita.common.entity.butterfly.AbstractButterflyEntity
[14Sep2021 11:25:21.319] [modloading-worker-15/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for terraincognita:butterfly, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.322] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Atlas
[14Sep2021 11:25:21.323] [modloading-worker-7/INFO] [net.minecraft.world.biome.Biome/]: Performant2 loaded, lag begone!
[14Sep2021 11:25:21.326] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module AutoRestock
[14Sep2021 11:25:21.327] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module BatBuckets
[14Sep2021 11:25:21.328] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module BeaconsHealMobs
[14Sep2021 11:25:21.329] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module BlockOfEnderPearls
[14Sep2021 11:25:21.329] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module BlockOfGunpowder
[14Sep2021 11:25:21.330] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module BlockOfSugar
[14Sep2021 11:25:21.330] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Bookcases
[14Sep2021 11:25:21.331] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module CampfiresNoDamage
[14Sep2021 11:25:21.331] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module CaveSpidersDropCobwebs
[14Sep2021 11:25:21.332] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module ChickensDropFeathers
[14Sep2021 11:25:21.332] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module CoralSeaLanterns
[14Sep2021 11:25:21.333] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module CoralSquids
[14Sep2021 11:25:21.334] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Core
[14Sep2021 11:25:21.337] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Crates
[14Sep2021 11:25:21.338] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module DecreaseRepairCost
[14Sep2021 11:25:21.340] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module EndermitePowder
[14Sep2021 11:25:21.341] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module EntitySpawners
[14Sep2021 11:25:21.342] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module ExtendNetherite
[14Sep2021 11:25:21.343] [modloading-worker-10/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay
[14Sep2021 11:25:21.344] [modloading-worker-10/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 snowball = 1 snow_block
[14Sep2021 11:25:21.344] [modloading-worker-10/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 glowstone_dust = 1 glowstone
[14Sep2021 11:25:21.344] [modloading-worker-10/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 brick = 1 bricks
[14Sep2021 11:25:21.344] [modloading-worker-10/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 nether_brick = 1 nether_bricks
[14Sep2021 11:25:21.345] [modloading-worker-10/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 9 nether_wart = 1 nether_wart_block
[14Sep2021 11:25:21.345] [modloading-worker-10/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 quartz = 1 quartz_block
[14Sep2021 11:25:21.345] [modloading-worker-10/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 9 melon_slice = 1 melon
[14Sep2021 11:25:21.345] [modloading-worker-10/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 sand = 1 sandstone
[14Sep2021 11:25:21.344] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module ExtraRecipes
[14Sep2021 11:25:21.347] [modloading-worker-10/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 red_sand = 1 red_sandstone
[14Sep2021 11:25:21.345] [modloading-worker-12/INFO] [com.litewolf101.illagers_plus.IllagersPlus/]: Added Illagers to Raids
[14Sep2021 11:25:21.349] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module ExtractEnchantments
[14Sep2021 11:25:21.349] [modloading-worker-10/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay
[14Sep2021 11:25:21.350] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module FeatherFallingCrops
[14Sep2021 11:25:21.350] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Glowballs
[14Sep2021 11:25:21.351] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module GoldChains
[14Sep2021 11:25:21.353] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module GoldLanterns
[14Sep2021 11:25:21.356] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module HuskImprovements
[14Sep2021 11:25:21.357] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Kilns
[14Sep2021 11:25:21.363] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Lumberjacks
[14Sep2021 11:25:21.364] [modloading-worker-14/INFO] [AE2:C/]: Post Initialization ( started )
[14Sep2021 11:25:21.369] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module MineshaftImprovements
[14Sep2021 11:25:21.371] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Mooblooms
[14Sep2021 11:25:21.371] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module MorePortalFrames
[14Sep2021 11:25:21.373] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module MoreVillageBiomes
[14Sep2021 11:25:21.374] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module MusicImprovements
[14Sep2021 11:25:21.375] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module NetheriteNuggets
[14Sep2021 11:25:21.377] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module ParrotsStayOnShoulder
[14Sep2021 11:25:21.379] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module PathToDirt
[14Sep2021 11:25:21.379] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:crab, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.380] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module PlayerState
[14Sep2021 11:25:21.382] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module PortableCrafting
[14Sep2021 11:25:21.383] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module PortableEnderChest
[14Sep2021 11:25:21.383] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Quark
[14Sep2021 11:25:21.384] [modloading-worker-14/INFO] [AE2:C/]: Post Initialization ( ended after 22ms )
[14Sep2021 11:25:21.384] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module RaidHorns
[14Sep2021 11:25:21.384] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module RedstoneLanterns
[14Sep2021 11:25:21.386] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module RedstoneSand
[14Sep2021 11:25:21.386] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module RefinedObsidian
[14Sep2021 11:25:21.387] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module RemoveNitwits
[14Sep2021 11:25:21.387] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module RemovePotionGlint
[14Sep2021 11:25:21.387] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module SmoothGlowstone
[14Sep2021 11:25:21.387] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module SnowStorms
[14Sep2021 11:25:21.388] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module StackableEnchantedBooks
[14Sep2021 11:25:21.388] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module StackablePotions
[14Sep2021 11:25:21.389] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module StackableStews
[14Sep2021 11:25:21.389] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module StrayImprovements
[14Sep2021 11:25:21.390] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module TamedAnimalsNoDamage
[14Sep2021 11:25:21.391] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Tinted
[14Sep2021 11:25:21.391] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module UseTotemFromInventory
[14Sep2021 11:25:21.391] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module VariantBarrels
[14Sep2021 11:25:21.391] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module VariantMobTextures
[14Sep2021 11:25:21.392] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module WanderingTraderImprovements
[14Sep2021 11:25:21.399] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:toretoise, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.399] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:stoneling, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.401] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module WitchesDropLuck
[14Sep2021 11:25:21.402] [modloading-worker-6/INFO] [Charm/INTERNAL]: Initialising module Woodcutters
[14Sep2021 11:25:21.415] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:frog, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.419] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:shiba, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.439] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:foxhound, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.444] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:wrapped, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.451] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:forgotten, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.459] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:wraith, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.459] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for quark:leash_knot_fake, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:21.484] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [variant16x] Found status: UP_TO_DATE Current: 0.17.4.5_beta Target: null
[14Sep2021 11:25:21.485] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwwindows] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/window.json
[14Sep2021 11:25:21.723] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwwindows] Found status: UP_TO_DATE Current: 2.0.0 Target: null
[14Sep2021 11:25:21.726] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silents_mechanisms] Starting version check at https://raw.githubusercontent.com/SilentChaos512/Silents-Mechanisms/1.16.x/update.json
[14Sep2021 11:25:21.749] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silents_mechanisms] Found status: BETA Current: 1.0.1+77 Target: null
[14Sep2021 11:25:21.749] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [guardvillagers] Starting version check at https://raw.githubusercontent.com/seymourimadeit/guardvillagers/master/update.json
[14Sep2021 11:25:21.772] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [guardvillagers] Found status: UP_TO_DATE Current: 1.2.6 Target: null
[14Sep2021 11:25:21.773] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [randompatches] Starting version check at https://raw.githubusercontent.com/TheRandomLabs/RandomPatches/misc/versions.json
[14Sep2021 11:25:21.837] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [randompatches] Found status: UP_TO_DATE Current: 2.4.4-forge Target: null
[14Sep2021 11:25:21.837] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [refinedstorage] Starting version check at https://refinedmods.com/refined-storage/update.json
[14Sep2021 11:25:21.904] [modloading-worker-9/WARN] [mixin/]: @Final field field_242962_a:Lnet/minecraft/block/AbstractBlock$IPositionPredicate; in charm.mixins.json:PortalSizeMixin should be final
[14Sep2021 11:25:21.986] [AstralSorcery Patreon Effect Loader/WARN] [Astral Sorcery/]: Skipped 1 patreon effects during loading due to malformed data!
[14Sep2021 11:25:21.986] [AstralSorcery Patreon Effect Loader/INFO] [Astral Sorcery/]: Patreon effect loading finished.
[14Sep2021 11:25:22.119] [modloading-worker-9/INFO] [CraftTweaker/]: CraftTweaker has loaded successfully!
[14Sep2021 11:25:22.139] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for guardvillagers:guard, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.265] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for darkerdepths:glowshroom_monster, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.265] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for darkerdepths:magma_minion, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.266] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cavesandcliffs:glow_squid, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.267] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cavesandcliffs:axolotl, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.267] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cavesandcliffs:goat, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.267] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyssspider, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.267] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abysscreeper, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.267] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abysscorruptedcow, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.268] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyssguard, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.268] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:netherscorpion, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.268] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:endspider, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.268] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:soulguard, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.285] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:night_hunter, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.285] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_forest_zombie, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.286] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eyelie_entity, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.286] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:bluejay, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.286] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:booby, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.287] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:budgerigar, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.288] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:cardinal, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.288] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:cassowary, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.288] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:cockatoo, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.289] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:crane, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.289] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:duck, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.289] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:flamingo, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.289] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:gouldianfinch, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.290] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:gull, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.290] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:heron, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.290] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:hummingbird, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.290] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:kingfisher, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.291] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:kiwi, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.292] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:kookaburra, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.292] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:lyrebird, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.293] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:macaw, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.293] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:magpie, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.293] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:ostrich, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.294] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:owl, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.294] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:peafowl, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.294] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:pelican, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.294] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:penguin, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.295] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:pigeon, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.295] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:roadrunner, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.295] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:robin, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.295] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:swan, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.296] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:toucan, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.296] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for exoticbirds:woodpecker, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.297] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:phantom_abyss_entity, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.297] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:soul_lizard, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.297] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_elder, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.297] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_lurker, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.298] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:soul_lizard_jungle, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.298] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_abyss_wolf, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.304] [main/INFO] [co.eltrut.differentiate.core.registrator.Registrator/]: Registered block and item compostables
[14Sep2021 11:25:22.307] [main/INFO] [co.eltrut.differentiate.core.registrator.Registrator/]: Registered block flammables
[14Sep2021 11:25:22.309] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_roka, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.309] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_abyss_dire_wolf, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.309] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:fire_fly, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.309] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_tag, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.309] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_spider_lv_l_2, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.310] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_forest_zombie_lv_l_3, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.310] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:soul_guard_lv_l_4, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.310] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_guard_lv_l_4, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.310] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:nether_scorpion_lv_l_4, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.310] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_guard_lv_l_1, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.311] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_forest_zombie_lv_l_4, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.311] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_spider_lv_l_3, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.311] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:phantom_abyss_entity_lv_l_3, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.311] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:slime_spider, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.311] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_roka_end_boss, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.311] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:light_fish, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.312] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:jungle_light_fish, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.312] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:jungle_light_fish_green, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.312] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_guard_protect, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.312] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:abyss_raptor, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.312] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eot_light_fish, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.312] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eot_light_fish_2, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.313] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eot_light_fish_3, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.313] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eot_light_fish_4, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.313] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:ice_skeleton, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.313] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:ice_knight, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.313] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:seeker, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.314] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:meramus, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.314] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:silvia, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.314] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:meramus_end_fight, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.314] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:silvia_end_fight, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.314] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:markus, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.315] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_abyss_golem, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.315] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:stephen, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.315] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:lorenzo, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.315] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:eot_phantom, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.315] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:the_roka_end_ally, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:nosaj_boss, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:carlos, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:jackson, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:jackson_end_fight, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:stephen_end_fight, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.316] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:lorenzo_end_fight, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.318] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:markus_end_fight, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.318] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:carlos_end_fight, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.318] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:nosaj_end_fight, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.318] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:soldier_end_fight, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.319] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:ice_knight_end_game, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.319] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for theabyss:spectral_entity, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.430] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mekanism:robit, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.491] [main/WARN] [Advanced Peripherals/]: Successfully loaded integration for mekanismgenerators
[14Sep2021 11:25:22.497] [main/WARN] [Advanced Peripherals/]: Successfully loaded integration for mekanism
[14Sep2021 11:25:22.506] [main/WARN] [Advanced Peripherals/]: Successfully loaded integration for botania
[14Sep2021 11:25:22.510] [main/WARN] [Advanced Peripherals/]: Successfully loaded integration for immersiveengineering
[14Sep2021 11:25:22.512] [main/INFO] [Advanced Peripherals/]: integrateddynamics not loaded, skip integration loading
[14Sep2021 11:25:22.512] [main/WARN] [Advanced Peripherals/]: Failed to load integration for integrateddynamics
[14Sep2021 11:25:22.514] [main/WARN] [Advanced Peripherals/]: Successfully loaded integration for storagedrawers
[14Sep2021 11:25:22.517] [main/WARN] [Advanced Peripherals/]: Successfully loaded integration for create
[14Sep2021 11:25:22.567] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:aether_dragon, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.567] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:ender_dragon, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.567] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:fire_dragon, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.568] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:forest_dragon, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.568] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:ghost_dragon, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.568] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:ice_dragon, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.568] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:nether_dragon, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.568] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for dragonmounts:water_dragon, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.573] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.passive.PigEntity from class com.uraneptus.snowpig.common.entities.SnowPigEntity
[14Sep2021 11:25:22.574] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.passive.PigEntity from class com.uraneptus.snowpig.common.entities.SnowPigEntity
[14Sep2021 11:25:22.574] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for snowpig:snow_pig, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.574] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mekanismadditions:baby_creeper, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.575] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mekanismadditions:baby_enderman, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.575] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mekanismadditions:baby_skeleton, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.575] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mekanismadditions:baby_stray, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.575] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mekanismadditions:baby_wither_skeleton, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.577] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:little_grebe, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.577] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:cindershell, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.577] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:lizard, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.577] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:lilytad, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.578] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class com.cgessinger.creaturesandbeasts.common.entites.FriendlySporelingEntity from class com.cgessinger.creaturesandbeasts.common.entites.AbstractSporelingEntity
[14Sep2021 11:25:22.578] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:friendly_sporeling, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.578] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:hostile_sporeling, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.578] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:neutral_sporeling, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.578] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for cnb:yeti, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.600] [Blue Skies supporters thread./INFO] [ModdingLegacy/blue_skies/]: Successfully loaded the Modding legacy supporters list.
[14Sep2021 11:25:22.627] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:nautilus, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.628] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:pike, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.628] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:lionfish, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.628] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:perch, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.630] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:thrasher, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.630] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:great_thrasher, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.631] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:flare, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.631] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:ululu, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.631] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:goose, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.631] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:glow_squid, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.633] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:box_jellyfish, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.633] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:cassiopea_jellyfish, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.634] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for upgrade_aquatic:immortal_jellyfish, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.666] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:booflo, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.666] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:booflo_adolescent, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.666] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:booflo_baby, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.667] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:puff_bug, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.667] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for endergetic:poise_cluster, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.669] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for savageandravage:creepie, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.669] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for savageandravage:griefer, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.670] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for savageandravage:skeleton_villager, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.670] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for savageandravage:iceologer, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.670] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for savageandravage:executioner, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.683] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:grizzly_bear, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.683] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:black_bear, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.684] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:bumblebee, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.684] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for buzzier_bees:moobloom, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.692] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:spectrafly, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.693] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:purpur_golem, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.693] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:himmelite, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.693] [main/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.passive.BeeEntity from class blueduck.outerend.entities.StalkerEntity
[14Sep2021 11:25:22.693] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:stalker, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.693] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:entombed, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.697] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for outer_end:chorus_squid, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.799] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:anglerfish, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.799] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:isopod, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.799] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:horseshoe_crab, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.800] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:spider_crab, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.800] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:ghost_shark, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.800] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:mudskipper, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.800] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:pink_ghost_shark, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.800] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:long_nosed_ghost_shark, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.801] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:dark_ghost_shark, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.801] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:mudskipper_aplha, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.811] [main/INFO] [com.litewolf101.illagers_plus.IllagersPlus/]: Made the world slightly more miserable
[14Sep2021 11:25:22.816] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for oddwatermobs:baby_spider_crab, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.847] [modloading-worker-11/INFO] [xaero.common.server.XaeroMinimapServer/]: Loading Xaero's Minimap - Stage 1/2 (Server)
[14Sep2021 11:25:22.847] [modloading-worker-15/INFO] [xaero.map.server.WorldMapServer/]: Loading Xaero's World Map - Stage 1/2 (Server)
[14Sep2021 11:25:22.850] [main/INFO] [xaero.common.server.XaeroMinimapServer/]: Loading Xaero's Minimap - Stage 2/2 (Server)
[14Sep2021 11:25:22.851] [main/INFO] [xaero.map.server.WorldMapServer/]: Loading Xaero's World Map - Stage 2/2 (Server)
[14Sep2021 11:25:22.879] [modloading-worker-11/INFO] [hamster.farmersdelightintegrations.farmersdelightintegrations/]: Got IMC []
[14Sep2021 11:25:22.880] [modloading-worker-2/INFO] [stormedpanda.simplyjetpacks.SimplyJetpacks/]: Got IMC []
[14Sep2021 11:25:22.898] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Attempting to register unregistered biomes to the biome dictionary. This can be disabled via config.
[14Sep2021 11:25:22.899] [modloading-worker-5/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:voline, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.899] [modloading-worker-5/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:shroomloin, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.899] [modloading-worker-5/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class org.infernalstudios.infernalexp.entities.ShroomloinEntity from class org.infernalstudios.infernalexp.entities.WarpbeetleEntity
[14Sep2021 11:25:22.900] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:foliaath, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.900] [modloading-worker-5/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:warpbeetle, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.900] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:baby_foliaath, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.901] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:ferrous_wroughtnaut, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.903] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoana, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.900] [modloading-worker-5/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:embody, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.903] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoaya, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.903] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for combustivefishing:combustive_cod, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.903] [modloading-worker-5/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:basalt_giant, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.904] [modloading-worker-11/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for combustivefishing:searing_swordfish, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.904] [modloading-worker-5/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:blackstone_dwarf, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.905] [modloading-worker-5/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:glowsquito, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.905] [modloading-worker-2/WARN] [minecolonies/]: FMLLoadCompleteEvent
[14Sep2021 11:25:22.905] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoan_player, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.905] [modloading-worker-5/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:blindsight, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.906] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoa_sunblocker_player, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.906] [modloading-worker-5/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for infernalexp:glowsilk_moth, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.906] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoan_barakoana, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.907] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barakoa_sunblocker, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.909] [modloading-worker-9/INFO] [net.xalcon.torchmaster.Torchmaster/]: Applying mega torch entity block list overrides...
[14Sep2021 11:25:22.909] [modloading-worker-9/INFO] [net.xalcon.torchmaster.Torchmaster/]: Applying dread lamp entity block list overrides...
[14Sep2021 11:25:22.909] [modloading-worker-6/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class com.bobmowzie.mowziesmobs.server.entity.barakoa.EntityBarakoaVillager from class com.bobmowzie.mowziesmobs.server.entity.barakoa.EntityBarako
[14Sep2021 11:25:22.911] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:barako, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.912] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:frostmaw, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.913] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:naga, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.913] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:lantern, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.913] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mowziesmobs:grottol, use EntityAttributeCreationEvent instead.
[14Sep2021 11:25:22.930] [modloading-worker-4/INFO] [Waila/]: Registered plugin at net.silentchaos512.mechanisms.compat.hwyla.SMechanismsHwylaPlugin
[14Sep2021 11:25:22.932] [modloading-worker-4/INFO] [Waila/]: Registered plugin at shadows.apotheosis.spawn.compat.SpawnerHwylaPlugin
[14Sep2021 11:25:22.934] [modloading-worker-4/INFO] [Waila/]: Registered plugin at shadows.apotheosis.ench.compat.EnchHwylaPlugin
[14Sep2021 11:25:22.936] [modloading-worker-4/INFO] [Waila/]: Registered plugin at de.maxhenkel.corpse.integration.waila.PluginCorpse
[14Sep2021 11:25:22.941] [modloading-worker-4/INFO] [Waila/]: Registered plugin at net.darkhax.darkpaintings.addons.hwyla.DarkPaintingsHwylaPlugin
[14Sep2021 11:25:22.950] [modloading-worker-4/INFO] [Waila/]: Registered plugin at mekanism.common.integration.lookingat.hwyla.MekanismHwylaPlugin
[14Sep2021 11:25:22.957] [modloading-worker-4/INFO] [Waila/]: Registered plugin at net.darkhax.botanypots.addons.hwyla.BotanyPotsHwylaPlugin
[14Sep2021 11:25:22.962] [modloading-worker-2/WARN] [minecolonies/]: Register mappings
[14Sep2021 11:25:22.963] [modloading-worker-4/INFO] [Waila/]: Registered plugin at net.blay09.mods.waystones.compat.WailaProvider
[14Sep2021 11:25:22.971] [modloading-worker-4/INFO] [Waila/]: Registered plugin at com.blakebr0.mysticalagriculture.compat.HwylaCompat
[14Sep2021 11:25:23.006] [modloading-worker-4/INFO] [Waila/]: Registered plugin at snownee.jade.JadePlugin
[14Sep2021 11:25:23.007] [modloading-worker-4/INFO] [Waila/]: Registered plugin at snownee.jade.JadeClientPlugin
[14Sep2021 11:25:23.019] [modloading-worker-4/INFO] [Waila/]: Registered plugin at mcp.mobius.waila.addons.minecraft.PluginMinecraft
[14Sep2021 11:25:23.026] [modloading-worker-4/INFO] [Waila/]: Registered plugin at de.maxhenkel.easyvillagers.integration.waila.PluginEasyVillagers
[14Sep2021 11:25:23.031] [modloading-worker-4/INFO] [Waila/]: Registered plugin at com.jaquadro.minecraft.storagedrawers.integration.Waila
[14Sep2021 11:25:23.391] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [refinedstorage] Found status: UP_TO_DATE Current: 1.9.15 Target: null
[14Sep2021 11:25:23.391] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [easy_piglins] Starting version check at https://maxhenkel.de/update/easy_piglins.json
[14Sep2021 11:25:23.712] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:mud_plains to structure_gel:[badlands, dry, hot, neutral_temp]
[14Sep2021 11:25:23.712] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:lush_smaragdant_cave to structure_gel:[dry, hot]
[14Sep2021 11:25:23.713] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:sulphur_springs to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.713] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:enchanted_forest to structure_gel:[magical, wooded, snowy]
[14Sep2021 11:25:23.713] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:marsh to structure_gel:[warm, plains, humid, swamp, neutral_temp]
[14Sep2021 11:25:23.713] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest_mountains to structure_gel:[mountain, warm, rare, humid, jungle, wooded, neutral_temp, large_wooded]
[14Sep2021 11:25:23.713] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:twilight_valley_hills to structure_gel:[magical, cold, dead, dry, wooded]
[14Sep2021 11:25:23.714] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:forgottenmountains to structure_gel:[dirty, snowy]
[14Sep2021 11:25:23.714] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered darkerdepths:crystal_cave to structure_gel:[neutral_temp]
[14Sep2021 11:25:23.714] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:cryptic_wastes to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.714] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:mushroom_forest to structure_gel:[fungal, warm, wooded, mushroom, snowy]
[14Sep2021 11:25:23.714] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:bossuselessbiome to structure_gel:[neutral_temp]
[14Sep2021 11:25:23.714] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:ethereal_islands to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.715] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:sparse_rainforest_basin to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[14Sep2021 11:25:23.715] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered stalwart_dungeons:poubelle to structure_gel:[neutral_temp]
[14Sep2021 11:25:23.715] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shattered_viscal_isles to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.715] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:ethereal_clearing to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.715] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:highlands to structure_gel:[mountain, cold, coniferous_forest, wooded, large_wooded, snowy]
[14Sep2021 11:25:23.716] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:eot_biome to structure_gel:[neutral_temp]
[14Sep2021 11:25:23.717] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:twilight_valley to structure_gel:[magical, cold, dead, dry, wooded]
[14Sep2021 11:25:23.717] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered appliedenergistics2:spatial_storage to structure_gel:[neutral_temp]
[14Sep2021 11:25:23.717] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:lantern_woods to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.718] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[14Sep2021 11:25:23.718] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered unnamedanimalmod:mangrove_forest to structure_gel:[dry, neutral_temp]
[14Sep2021 11:25:23.718] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:alps to structure_gel:[snowy_mountain, humid, snowy]
[14Sep2021 11:25:23.719] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:bulbis_gardens to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.719] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:tropical_islands to structure_gel:[tropical, warm, ocean, humid, neutral_temp]
[14Sep2021 11:25:23.719] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered spheric:antreza to structure_gel:[warm, humid, jungle, neutral_temp, large_wooded]
[14Sep2021 11:25:23.719] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rocky_dunes to structure_gel:[sandy, dead, dry, desert, hot]
[14Sep2021 11:25:23.719] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:foggy_mushroomland to structure_gel:[fungal, warm, dry, end, hot, mushroom]
[14Sep2021 11:25:23.719] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered darkerdepths:sandy_catacombs to structure_gel:[hot]
[14Sep2021 11:25:23.720] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:viscal_isles to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.720] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:slime_forest_biome to structure_gel:[warm, humid, swamp, neutral_temp]
[14Sep2021 11:25:23.720] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered spheric:dark_forest to structure_gel:[dirty, wooded, neutral_temp]
[14Sep2021 11:25:23.720] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:brimstone_caverns to structure_gel:[nether, dry, neutral_temp]
[14Sep2021 11:25:23.720] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:nightshade_forest to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.721] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:theabyssbiome to structure_gel:[plains, neutral_temp]
[14Sep2021 11:25:23.721] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:abyss_phantom_biome to structure_gel:[sandy, dry, desert, hot, neutral_temp]
[14Sep2021 11:25:23.721] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:canyons to structure_gel:[mountain, warm, sandy, dry, humid, desert, hot]
[14Sep2021 11:25:23.721] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered cavebiomeapi:caves to structure_gel:[neutral_temp]
[14Sep2021 11:25:23.721] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_woods to structure_gel:[rare, wooded, neutral_temp]
[14Sep2021 11:25:23.721] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:magma_wastes to structure_gel:[nether, dry, neutral_temp]
[14Sep2021 11:25:23.722] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:imparius_clearing to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.722] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:eot_biome_2 to structure_gel:[neutral_temp]
[14Sep2021 11:25:23.722] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:araucaria_savanna to structure_gel:[warm, savanna, dry, hot, wooded]
[14Sep2021 11:25:23.722] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:forest to structure_gel:[wooded, snowy]
[14Sep2021 11:25:23.722] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:mushroom_marsh to structure_gel:[fungal, warm, plains, rare, humid, swamp, mushroom, neutral_temp]
[14Sep2021 11:25:23.722] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:rose_fields to structure_gel:[plains, rare, neutral_temp]
[14Sep2021 11:25:23.723] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:thornlands to structure_gel:[dead, dry, snowy]
[14Sep2021 11:25:23.723] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:canyon_edge to structure_gel:[warm, sandy, dry, humid, desert, hot]
[14Sep2021 11:25:23.723] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shulkren_forest to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.723] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:swamp to structure_gel:[warm, humid, swamp, snowy]
[14Sep2021 11:25:23.723] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered darkerdepths:molten_cavern to structure_gel:[hot]
[14Sep2021 11:25:23.724] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered nature_expansion:flowered_hills to structure_gel:[flowery, plains, neutral_temp]
[14Sep2021 11:25:23.724] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered bayou_blues:bayou_hills to structure_gel:[warm, rare, humid, swamp, neutral_temp]
[14Sep2021 11:25:23.724] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:dummy to structure_gel:[plains, neutral_temp]
[14Sep2021 11:25:23.724] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:the_abyss_plains_biome to structure_gel:[plains, neutral_temp]
[14Sep2021 11:25:23.724] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:wailing_garth to structure_gel:[nether, sandy, dry, neutral_temp]
[14Sep2021 11:25:23.725] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:cika_woods to structure_gel:[plains, cold, coniferous_forest, wooded, neutral_temp, large_wooded]
[14Sep2021 11:25:23.725] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:guiana_springs to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[14Sep2021 11:25:23.725] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shattered_desert to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.725] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:clearing to structure_gel:[plains, neutral_temp, snowy]
[14Sep2021 11:25:23.725] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:dust_wastelands to structure_gel:[sandy, dry, end, hot]
[14Sep2021 11:25:23.725] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:weeping_mire to structure_gel:[nether, sandy, dry, neutral_temp]
[14Sep2021 11:25:23.726] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:oak_savannah to structure_gel:[wooded, snowy]
[14Sep2021 11:25:23.726] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dark_forest to structure_gel:[spooky, wooded, snowy]
[14Sep2021 11:25:23.726] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:skyris_steeps to structure_gel:[mountain, cold, coniferous_forest, large_wooded]
[14Sep2021 11:25:23.726] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:dry_shrubland to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.726] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered cavesandcliffs:dripstone_caves to structure_gel:[neutral_temp]
[14Sep2021 11:25:23.726] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered outer_end:azure_forest to structure_gel:[end, neutral_temp]
[14Sep2021 11:25:23.727] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:megalake to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.727] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered infernalexp:glowstone_canyon to structure_gel:[nether, hot]
[14Sep2021 11:25:23.727] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:megalake_grove to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.727] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered cavesandcliffs:lush_caves to structure_gel:[magical, neutral_temp]
[14Sep2021 11:25:23.727] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:aybssmountain to structure_gel:[mountain, neutral_temp]
[14Sep2021 11:25:23.728] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:tundra to structure_gel:[cold, dead, dry, snowy]
[14Sep2021 11:25:23.728] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:bulbis_gardens_edge to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.728] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_hills to structure_gel:[rare, wooded, neutral_temp]
[14Sep2021 11:25:23.728] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered stacked_dimensions_warden:deeper_dark to structure_gel:[neutral_temp]
[14Sep2021 11:25:23.728] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:umbrella_jungle to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.729] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:purpur_peaks to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.729] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered leos_mushrooms:mushroom_land to structure_gel:[fungal, warm, humid, mushroom, neutral_temp]
[14Sep2021 11:25:23.729] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered spheric:larks_forest to structure_gel:[warm, humid, jungle, swamp, neutral_temp, large_wooded]
[14Sep2021 11:25:23.729] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:snowy_rocky_black_beach to structure_gel:[beach, sandy, snowy]
[14Sep2021 11:25:23.729] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered oddwatermobs:deep_ocean_dunes to structure_gel:[ocean, sandy, neutral_temp]
[14Sep2021 11:25:23.729] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_valleys to structure_gel:[plains, rare, wooded, neutral_temp]
[14Sep2021 11:25:23.730] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:shattered_desert_isles to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.730] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:fire_swamp to structure_gel:[warm, dead, dry, humid, hot, swamp, snowy]
[14Sep2021 11:25:23.730] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:ethereal_forest to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.730] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:empty_aurora_cave to structure_gel:[dry, hot]
[14Sep2021 11:25:23.730] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:skyris_peaks to structure_gel:[mountain, cold, coniferous_forest, large_wooded]
[14Sep2021 11:25:23.731] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dense_forest to structure_gel:[wooded, snowy]
[14Sep2021 11:25:23.731] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:shadow_forest to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.731] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:alpine_foothills to structure_gel:[snowy_mountain, snowy]
[14Sep2021 11:25:23.731] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:neon_oasis to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.731] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:imparius_grove to structure_gel:[dry, end, neutral_temp]
[14Sep2021 11:25:23.732] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:stream to structure_gel:[river, snowy]
[14Sep2021 11:25:23.733] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:withering_woods to structure_gel:[nether, dry, neutral_temp]
[14Sep2021 11:25:23.733] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:empty_end_cave to structure_gel:[dry, hot]
[14Sep2021 11:25:23.734] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:waywardsea to structure_gel:[dirty, humid, snowy]
[14Sep2021 11:25:23.734] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:lush_aurora_cave to structure_gel:[dry, hot]
[14Sep2021 11:25:23.734] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered desolation:charred_forest to structure_gel:[dirty, wooded, neutral_temp]
[14Sep2021 11:25:23.734] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:flourishing_dunes to structure_gel:[rare, sandy, dry, desert, hot]
[14Sep2021 11:25:23.734] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:lush_plains to structure_gel:[plains, neutral_temp]
[14Sep2021 11:25:23.735] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:lake to structure_gel:[ocean, snowy]
[14Sep2021 11:25:23.735] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:chorus_forest to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.735] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:rocky_tundra to structure_gel:[cold, dead, dry, snowy]
[14Sep2021 11:25:23.735] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered spheric:alps to structure_gel:[warm, snowy_mountain, humid, jungle, large_wooded, snowy]
[14Sep2021 11:25:23.735] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:pointed_stone_forest to structure_gel:[spruce_forest, mountain, cold, wooded]
[14Sep2021 11:25:23.735] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:dunes to structure_gel:[sandy, dry, desert, hot]
[14Sep2021 11:25:23.736] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:dunes_hills to structure_gel:[sandy, dry, desert, hot]
[14Sep2021 11:25:23.736] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:amber_land to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.736] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered permafrost_biome:permafrostbiome to structure_gel:[humid, snowy]
[14Sep2021 11:25:23.736] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered bayou_blues:bayou to structure_gel:[warm, rare, humid, swamp, neutral_temp]
[14Sep2021 11:25:23.736] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:firefly_forest to structure_gel:[wooded, snowy]
[14Sep2021 11:25:23.736] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:stone_forest to structure_gel:[spruce_forest, cold, wooded]
[14Sep2021 11:25:23.737] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:sparse_rainforest_plateau to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[14Sep2021 11:25:23.737] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:spooky_forest to structure_gel:[spooky, dead, dry, wooded, snowy]
[14Sep2021 11:25:23.737] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest_plateau to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[14Sep2021 11:25:23.737] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:lush_hills to structure_gel:[plains, neutral_temp]
[14Sep2021 11:25:23.737] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:dragon_graveyards to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.738] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:skyris_highlands_clearing to structure_gel:[mountain, cold, coniferous_forest, large_wooded]
[14Sep2021 11:25:23.738] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:empty_smaragdant_cave to structure_gel:[dry, hot]
[14Sep2021 11:25:23.738] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered environmental:blossom_highlands to structure_gel:[mountain, rare, wooded, neutral_temp]
[14Sep2021 11:25:23.738] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:glowing_grasslands to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.738] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:araucaria_forest to structure_gel:[warm, dry, wooded]
[14Sep2021 11:25:23.739] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:glacier to structure_gel:[dead, dry, snowy]
[14Sep2021 11:25:23.739] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:red_spruce_taiga to structure_gel:[spruce_forest, cold, coniferous_forest, wooded, neutral_temp, large_wooded]
[14Sep2021 11:25:23.739] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered theabyss:the_abyss_jungle to structure_gel:[warm, humid, jungle, neutral_temp, large_wooded]
[14Sep2021 11:25:23.739] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:subzero_hypogeal to structure_gel:[nether, dry, neutral_temp]
[14Sep2021 11:25:23.739] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:crimson_gardens to structure_gel:[nether, dry, neutral_temp]
[14Sep2021 11:25:23.739] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:final_plateau to structure_gel:[badlands, dead, dry, hot, snowy]
[14Sep2021 11:25:23.740] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered outer_end:crystal_crag to structure_gel:[end, neutral_temp]
[14Sep2021 11:25:23.740] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:blossoming_spires to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.740] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:painted_mountains to structure_gel:[sandy, dry, end, hot]
[14Sep2021 11:25:23.741] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:bog to structure_gel:[warm, cold, humid, swamp]
[14Sep2021 11:25:23.741] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rainforest_basin to structure_gel:[warm, humid, jungle, wooded, neutral_temp, large_wooded]
[14Sep2021 11:25:23.741] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:crystal_mountains to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.741] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dark_forest_center to structure_gel:[spooky, magical, wooded, snowy]
[14Sep2021 11:25:23.741] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:dense_mushroom_forest to structure_gel:[fungal, warm, wooded, mushroom, snowy]
[14Sep2021 11:25:23.742] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered twilightforest:snowy_forest to structure_gel:[cold, coniferous_forest, wooded, large_wooded, snowy]
[14Sep2021 11:25:23.742] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:rocky_dunes_hills to structure_gel:[sandy, dead, dry, desert, hot]
[14Sep2021 11:25:23.742] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered atmospheric:petrified_dunes to structure_gel:[rare, sandy, dead, dry, desert, hot]
[14Sep2021 11:25:23.742] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:quartz_desert to structure_gel:[nether, sandy, dry, neutral_temp]
[14Sep2021 11:25:23.742] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered terraincognita:muskeg to structure_gel:[warm, cold, humid, coniferous_forest, swamp, large_wooded]
[14Sep2021 11:25:23.743] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered betterendforge:ice_starfield to structure_gel:[dry, end, hot]
[14Sep2021 11:25:23.743] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered darkerdepths:glowshroom_caves to structure_gel:[fungal, warm, mushroom, neutral_temp]
[14Sep2021 11:25:23.743] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Registered byg:basalt_barrera to structure_gel:[beach, sandy, neutral_temp]
[14Sep2021 11:25:23.743] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:tower
[14Sep2021 11:25:23.744] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:bigger_dungeon
[14Sep2021 11:25:23.744] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:leviathan
[14Sep2021 11:25:23.744] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:snowy_temple
[14Sep2021 11:25:23.744] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:end_ruins
[14Sep2021 11:25:23.745] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:warped_garden
[14Sep2021 11:25:23.745] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:soul_prison
[14Sep2021 11:25:23.745] [modloading-worker-15/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for conjurer_illager:theatre
[14Sep2021 11:25:23.751] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Compostible Blocks Added!
[14Sep2021 11:25:23.752] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Added Hoeable Blocks!
[14Sep2021 11:25:23.756] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Added Flammables!
[14Sep2021 11:25:23.758] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Added strippable Blocks...
[14Sep2021 11:25:24.049] [main/INFO] [snowrealmagic/]: Serene Seasons compatibility enabled
[14Sep2021 11:25:26.524] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [easy_piglins] Found status: UP_TO_DATE Current: 1.16.5-1.0.0 Target: null
[14Sep2021 11:25:26.524] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [corpse] Starting version check at https://maxhenkel.de/update/corpse.json
[14Sep2021 11:25:28.266] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [corpse] Found status: UP_TO_DATE Current: 1.16.5-1.0.5 Target: null
[14Sep2021 11:25:28.267] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwtrpdoors] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/trapdoors.json
[14Sep2021 11:25:28.553] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwtrpdoors] Found status: UP_TO_DATE Current: 1.0.2 Target: null
[14Sep2021 11:25:28.553] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [obfuscate] Starting version check at https://mrcrayfish.com/modupdatejson?id=obfuscate
[14Sep2021 11:25:29.570] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [obfuscate] Found status: BETA Current: 0.6.2 Target: 0.6.2
[14Sep2021 11:25:29.570] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwroofs] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/roofs
[14Sep2021 11:25:29.811] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwroofs] Found status: UP_TO_DATE Current: 2.0.1 Target: null
[14Sep2021 11:25:29.811] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [darkpaintings] Starting version check at https://updates.blamejared.com/get?n=darkpaintings&gv=1.16.5
[14Sep2021 11:25:31.088] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [darkpaintings] Found status: BETA Current: 6.0.3 Target: 6.0.3
[14Sep2021 11:25:31.088] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [simplyjetpacks] Starting version check at https://raw.githubusercontent.com/Tomson124/SimplyJetpacks2/1.16/updates/update.json
[14Sep2021 11:25:31.112] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [simplyjetpacks] Found status: OUTDATED Current: 1.16.5-2.6.11.2 Target: 2.6.11.2
[14Sep2021 11:25:31.113] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [attributefix] Starting version check at https://updates.blamejared.com/get?n=attributefix&gv=1.16.5
[14Sep2021 11:25:31.421] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [attributefix] Found status: BETA_OUTDATED Current: 10.1.2 Target: 10.1.3
[14Sep2021 11:25:31.421] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [goblintraders] Starting version check at https://mrcrayfish.com/modupdatejson?id=goblintraders
[14Sep2021 11:25:31.706] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [goblintraders] Found status: BETA Current: 1.6.0 Target: 1.6.0
[14Sep2021 11:25:31.706] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [outvoted] Starting version check at https://raw.githubusercontent.com/How-Bout-No/Outvoted/1.16.5/update.json
[14Sep2021 11:25:32.199] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [outvoted] Found status: UP_TO_DATE Current: 1.2.4 Target: null
[14Sep2021 11:25:32.200] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [catalogue] Starting version check at https://mrcrayfish.com/modupdatejson?id=catalogue
[14Sep2021 11:25:32.487] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [catalogue] Found status: BETA Current: 1.3.0 Target: 1.3.0
[14Sep2021 11:25:32.487] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jeitweaker] Starting version check at https://updates.blamejared.com/get?n=JEITweaker&gv=1.16.5
[14Sep2021 11:25:32.822] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jeitweaker] Found status: BETA Current: 1.0.1.34 Target: 1.0.1.34
[14Sep2021 11:25:32.822] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [crafttweaker] Starting version check at https://updates.blamejared.com/get?n=crafttweaker&gv=1.16.5
[14Sep2021 11:25:33.125] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [crafttweaker] Found status: BETA_OUTDATED Current: 7.1.2.416 Target: 7.1.2.423
[14Sep2021 11:25:33.125] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [extradisks] Starting version check at https://raw.githubusercontent.com/MelanX/mod-updatechecker-files/master/extradisks.json
[14Sep2021 11:25:33.175] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [extradisks] Found status: BETA Current: 1.5.1 Target: 1.5.0
[14Sep2021 11:25:33.175] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dsurround] Starting version check at https://raw.githubusercontent.com/OreCruncher/DynamicSurroundings2/master/version.json
[14Sep2021 11:25:33.223] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dsurround] Found status: BETA Current: 1.16.4-4.0.4.2 Target: null
[14Sep2021 11:25:33.223] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mousetweaks] Starting version check at http://play.sourceruns.org/yalter/MouseTweaks/update.json
[14Sep2021 11:25:38.503] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mousetweaks] Found status: BETA Current: 2.14 Target: null
[14Sep2021 11:25:38.503] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [immersiveengineering] Starting version check at https://raw.githubusercontent.com/BluSunrize/ImmersiveEngineering/1.16/changelog.json
[14Sep2021 11:25:38.913] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [immersiveengineering] Found status: BETA Current: 1.16.5-5.0.3-138 Target: null
[14Sep2021 11:25:38.913] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jeiintegration] Starting version check at https://cdn.snowshock35.com/mods/jei-integration/update.json
[14Sep2021 11:25:39.119] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jeiintegration] Found status: BETA Current: 7.0.1.15 Target: null
[14Sep2021 11:25:39.119] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [blue_skies] Starting version check at http://changelogs.moddinglegacy.com/blue-skies.json
[14Sep2021 11:25:44.069] [main/ERROR] [net.minecraft.util.registry.WorldSettingsImport/]: Error adding element: Base value out of range: 256 [-10-128]
[14Sep2021 11:25:45.019] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "minecraft:patch_tall_grass"
[14Sep2021 11:25:45.109] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:25:45.415] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:25:45.696] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:25:46.513] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[14Sep2021 11:25:47.942] [main/INFO] [paxi/]: Adding global data pack provider...
[14Sep2021 11:25:48.093] [main/INFO] [net.minecraftforge.coremod.CoreMod.apotheosis/COREMODLOG]: Patching net/minecraft/command/impl/EnchantCommand
[14Sep2021 11:25:48.426] [main/INFO] [Bookshelf/]: Registering 1 commands.
[14Sep2021 11:25:48.741] [main/INFO] [ejektaflex.bountiful.BountifulMod/]: Bountiful adding resource listener..
[14Sep2021 11:25:48.759] [main/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, BetterDungeons-1.16.4-1.2.jar, immersivecooking-1.0.1.jar, Variant16x-1.16.5-v0.17.4.5_beta.jar, infernal-expansion-2.2.0.jar, nether-s-exoticism-1.16.5-1.1.1.jar, mcw-windows-2.0.0-mc1.16.5.jar, stalwart-dungeons-1.16.5-1.1.3.jar, SilentMechanisms-1.16.3-1.0.1+77.jar, strawgolem-1.16-1.9.jar, IronJetpacks-1.16.5-4.2.1.jar, CTM-MC1.16.1-1.1.2.6.jar, farmersdelightintegrations-1.16.5-1.2.jar, YungsApi-1.16.4-Forge-12.jar, pyromancer 1.6.3.jar, guardvillagers-1.16.5.1.2.6.jar, randompatches-2.4.4-forge.jar, Apotheosis-1.16.5-4.8.0.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.128.jar, RevampedWolf-1.16.4-0.7.1.jar, supplementaries-1.16.5-0.15.2b.jar, refinedstorage-1.9.15.jar, betterendforge-1.16.5-1.6.1.jar, Upgraded Netherite 1.10.0.jar, easy_piglins-1.16.5-1.0.0.jar, structure_gel-1.16.5-1.7.7.jar, corpse-1.16.5-1.0.5.jar, industrial-foregoing-1.16.5-3.2.14.6-14.jar, cleancut-mc1.16-2.2-forge.jar, torchmaster-2.3.8.jar, repurposed_structures_forge-3.2.4+1.16.5.jar, morevillagers-FORGE-1.16.5-1.5.4.jar, MorePaths-1.16-1.2.0.jar, toughnessbar-6.1.jar, dungeons_plus-1.16.5-1.1.5.jar, mcw-trapdoors-1.0.2-mc1.16.5.jar, masonry-1.16.3-0.3.6.jar, Botania-1.16.5-419.jar, CavesAndCliffsBackport-1.16.5-6.3.jar, darkerdepths-1.16.5-1.1.1.jar, spark-forge.jar, MysticalAdaptations-1.16.5-1.2.1.jar, curios-forge-1.16.5-4.0.5.2.jar, extendedmushrooms-1.6.1-1.16.5+.jar, rottenPiglins_burningPiglinUpdateFIXED.jar, unnamedanimalmod-1.0.2.jar, obfuscate-0.6.2-1.16.3.jar, NetherAgriculture-1.16.5-1.2.1.jar, TheAbyss2 1.9.7 1.16.5.jar, mcw-roofs-2.0.1-mc1.16.5-4.jar, sapience-1.16.5-1.1.2.jar, observerlib-1.16.5-1.5.3.jar, Adorn-1.14.1+1.16.5-forge.jar, cloth-config-4.11.26-forge.jar, BetterShieldsMC1.16.3-1.1.5.jar, CustomStartingGear-1.16.5-2.0.3-universal.jar, FastLeafDecay-v25.jar, exoticbirds-1.16.4-1.2.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, Industrial Agriculture[Industrial Foregoing]-1.16.3-1.7.1.jar, Kiwi-1.16.5-3.5.2.jar, ClientTweaks_1.16.3-5.3.0.jar, mowziesmobs-1.5.19.jar, SimplyJetpacks2-1.16.5-2.6.11.2.jar, torchslabmod-1.16.4_v1.6.19.jar, treeharvester_1.16.5-3.2.jar, jei-1.16.5-7.7.1.121.jar, jei-professions-1.0.0-1.16.4.jar, AttributeFix-1.16.5-10.1.2.jar, differentiate-1.16.5-0.5.3.jar, goblintraders-1.6.0-1.16.3.jar, Mekanism-1.16.5-10.0.21.448.jar, caelus-forge-1.16.5-2.1.3.1.jar, Paxi-Forge-1.16.4-1.0.jar, NaturesCompass-1.16.5-1.9.1-forge.jar, 1.16.5-additionalbars-2.0.3.jar, SereneSeasons-1.16.5-4.0.1.121-universal.jar, stoneholm-1.2.2.jar, curioofundying-forge-1.16.5-5.2.0.0.jar, outvoted-1.16.5-1.2.4.jar, catalogue-1.3.0-1.16.5.jar, JEITweaker-1.16.5-1.0.1.34.jar, CraftTweaker-1.16.5-7.1.2.416.jar, extradisks-1.16.4-1.5.1.jar, crumbs-forge-1.0.7.jar, DynamicSurroundings-1.16.4-4.0.4.2.jar, ironchest-1.16.5-11.2.13.jar, DungeonsArise-1.16.5-2.1.47-release.jar, perma_frost_biome_1.16.5_1.jar, MouseTweaks-2.14-mc1.16.2.jar, Spheric 1.0.5 1.16.5.jar, ImmersiveEngineering-1.16.5-5.0.3-138.jar, paintings-1.16.4-7.0.0.1.jar, jeiintegration_1.16.5-7.0.1.15.jar, flywheel-1.16-0.2.3.jar, Mantle-1.16.5-1.6.123.jar, Xaeros_Minimap_21.16.0_Forge_1.16.5.jar, ftb-backups-2.1.1.6.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, structurize-0.13.219-ALPHA-universal.jar, FastFurnace-1.16.4-4.4.0.jar, byg-1.3.4.jar, Industrial Agriculture[Mekanism]-1.16.3-1.7.1.jar, Betterlands-1.16.5-0.5.0.jar, xptome-1.16.5-v2.1.2.jar, blue_skies-1.16.5-1.1.3.jar, astralsorcery-1.16-1.16.5-1.13.12.jar, advancedperipherals-1.16.5-0.7.2r.jar, AdditionalBanners-1.16.5-6.0.3.jar, incontrol-1.16-5.2.1.jar, Industrial Agriculture[Core]-1.16.5-1.8.11.jar, KleeSlabs_1.16.5-9.2.1.jar, villagernames_1.16.5-3.3.jar, XaerosWorldMap_1.17.0.1_Forge_1.16.5.jar, Controlling-7.0.0.24.jar, Placebo-1.16.5-4.6.0.jar, citadel-1.8.1-1.16.5.jar, alexsmobs-1.12.0.jar, iceandfire-2.1.9-1.16.5.jar, allthemodium-1.5.12-1.16.5-36.1.23.jar, rats-7.2.0-1.16.5.jar, Bookshelf-Forge-1.16.5-10.2.27.jar, BotanyPots-1.16.5-7.0.17.jar, Tips-1.16.5-4.0.7.jar, sophisticatedbackpacks-1.16.5-3.2.7.326.jar, buildinggadgets-1.16.5-3.8.0.jar, forge-1.16.5-36.2.2-universal.jar, replanter-1.1.jar, cofh_core-1.16.5-1.3.1.jar, thermal_foundation-1.16.5-1.3.2.jar, thermal_innovation-1.16.5-1.3.0.jar, thermal_locomotion-1.16.5-1.3.0.jar, thermal_cultivation-1.16.5-1.3.0.jar, appleskin-forge-mc1.16.x-2.1.0.jar, Aquaculture-1.16.5-2.1.20.jar, mcw-doors-1.0.3-mc1.16.5.jar, MekanismGenerators-1.16.5-10.0.21.448.jar, FpsReducer-forge-1.23-mc1.16.5.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, twilightforest-1.16.5-4.0.546-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, mcw-bridges-1.0.6-mc1.16.5.jar, FarmersDelight-1.16.5-0.4.6.jar, fd_cookbook-2.0.jar, Snow_Pig-1.16.5-2.3.1.jar, farmersdelightintegration-1.16.5-1.0.3.jar, Industrial Agriculture[Silent's Mechanisms]-1.16.5-1.8.10.jar, MekanismAdditions-1.16.5-10.0.21.448.jar, simplefarming-1.16.5-1.3.8.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.46.jar, Patchouli-1.16.4-53.1.jar, collective-1.16.5-2.60.jar, OreExcavation-1.8.157.jar, villagertools-1.16.5-1.0.1.jar, thermal_expansion-1.16.5-1.3.0.jar, MysticalCustomization-1.16.4-2.1.5.jar, elevatorid-1.16.5-1.7.13.jar, BetterStrongholds-1.16.4-1.2.1.jar, Desolation 1.1.0-1 1.16.5.jar, Deeper in The Caves Remake 1.1.jar, travelers_index-1.16.4-1.0.2.jar, cavebiomeapi-1.16.5-1.3.7.jar, MekanismTools-1.16.5-10.0.21.448.jar, architectury-1.22.32-forge.jar, ftb-library-forge-1605.3.2-build.64.jar, mountainous-0.1.1-forge.jar, ftb-teams-forge-1605.2.1-build.20.jar, curiouselytra-forge-1.16.5-4.0.2.3.jar, cc-tweaked-1.16.5-1.98.2.jar, enchantwithmob-1.16.5-1.4.6.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.115.jar, Cucumber-1.16.4-4.1.10.jar, simpledelights-1.1.jar, NourishedNetherV8.jar, item-filters-forge-1605.2.5-build.9.jar, ftb-quests-forge-1605.3.4-build.56.jar, EasyMagic-v1.0.3-1.16.5.jar, NourishedEndV2.jar, the-conjurer-1.16.4-1.0.13.jar, dungeons_mobs-1.16.5-1.0.10.jar, abnormals_core-1.16.5-3.2.0.jar, environmental-1.16.5-1.1.0.jar, bamboo_blocks-1.16.5-3.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, savageandravage-1.16.5-3.1.0.jar, nethers_delight-2.1.jar, buzzier_bees-1.16.5-3.0.1.jar, Enhanced-Mushrooms-1.16.5-3.0.9.jar, create-mc1.16.5_v0.3.2d.jar, Waystones_1.16.5-7.6.3.jar, goldenhopper-1.2.1-1.16.3.jar, Clumps-6.0.0.25.jar, village-employment-1.16.5-1.4.1.jar, comforts-forge-1.16.5-4.0.1.3.jar, appliedenergistics2-8.4.1.jar, tumbleweed-1.16-0.4.9.jar, campful-1.16.5-3.1.0.jar, SimpleStorageNetwork-1.16.5-1.4.0.jar, configured-1.2.0-1.16.3.jar, OuterEnd-0.2.14.jar, decorative_blocks-1.16.4-1.7.2.jar, decorative_blocks_abnormals-1.2.jar, BadMobs-1.16.5-9.0.3.jar, lazydfu-0.1.3.jar, inventorypets-1.16.5-2.0.15.jar, Wandering-Bag-1.16.5-1.0.2.jar, AkashicTome-1.4-16.jar, frozenup-1.0.1.jar, TravelersTitles-1.16.4-1.5.jar, BloodMagic-1.16.4-3.1.3-18.jar, selene-1.16.5-1.6.1.jar, MysticalAgriculture-1.16.5-4.2.2.jar, MysticalAgradditions-1.16.5-4.2.1.jar, TConstruct-1.16.5-3.1.2.265.jar, swingthroughgrass-1.16.4-1.5.3.jar, titanium-1.16.5-3.2.8.4-10.jar, silent-lib-1.16.3-4.9.6.jar, Jade-1.16.4-2.7.4.jar, Leos_Mushrooms-1.16.4-v0.5.1.jar, simple-rpc-1.16.5-2.3.1.jar, Variant16x-BiomesYouGo-1.16.5-v0.17.4.4_beta_pre1.jar, atmospheric-1.16.5-3.1.0.jar, defaultworldtype-1.16.3-2.0.3.jar, easy_villagers-1.16.5-1.0.11.jar, Quark-r2.4-316.jar, charm-forge-1.16.5-2.3.2.jar, terraincognita-1.16.3-1.6.4.2.jar, abnormals_delight-1.16.5-1.2.0.jar, StorageDrawers-1.16.3-8.3.0.jar, FluxNetworks-1.16.5-6.1.7.12.jar, performant-1.16.2-5-3.72m.jar, InventoryHud_[1.16.2-1.16.5].forge-3.4.0.jar, combustivefishing-forge-1.16.3-4.0.0.1.jar, minecolonies-1.0.0-RELEASE-universal.jar, HunterIllager-1.16.5-1.4.0.jar, illagersweararmor-1.0.4.jar, ferritecore-2.0.7-forge.jar, OddWaterMobs[1.16.5]_1.4.1.jar, enhancedcelestials-2.0.7-1.16.5.jar, illagers_plus-1.16.4v1.5.jar, refinedstorageaddons-0.7.3.jar, valhelsia_core-16.0.10.jar, valhelsia_structures-1.16.5-0.1.5.jar, overloadedarmorbar-5.1.0.jar, chiselsandbits-0.3.4-RELEASE.jar, NatureExpansion1.2.jar
[14Sep2021 11:25:51.847] [Worker-Main-6/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load entity_type tag forge:odd_water_mobs_fish as it is missing following references: oddwatermobs:mudskipper_alpha (from OddWaterMobs[1.16.5]_1.4.1.jar)
[14Sep2021 11:25:51.855] [Worker-Main-6/INFO] [com.minecraftabnormals.abnormals_core.core.AbnormalsCore/]: Loot Modification Manager has loaded 0 sets of modifiers
[14Sep2021 11:25:52.036] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe allthemodium:allthemodium_pile
com.google.gson.JsonSyntaxException: Unknown item 'iceandfire:allthemodium_pile'
[14Sep2021 11:25:53.401] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe village_employment:beekeeper_goggle_recipe
com.google.gson.JsonSyntaxException: Unknown item 'bk:bee_pollen'
[14Sep2021 11:25:53.401] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe village_employment:beekeeper_jacket_recipe
com.google.gson.JsonSyntaxException: Unknown item 'bk:bee_pollen'
[14Sep2021 11:25:53.526] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe darkerdepths:cobbled_red_sandstone_vertical_slab
com.google.gson.JsonSyntaxException: Unknown item 'darkerdepths:cobbled_red_sandstone_bricks_slab'
[14Sep2021 11:25:53.527] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe darkerdepths:cobbled_sandstone_vertical_slab
com.google.gson.JsonSyntaxException: Unknown item 'darkerdepths:cobbled_sandstone_bricks_slab'
[14Sep2021 11:25:54.166] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe infernalexp:crafting/crafting_shaped/polished_basalt_vertical_slab
com.google.gson.JsonSyntaxException: Unknown item 'infernalexp:polised_basalt_slab'
[14Sep2021 11:25:54.169] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe bayou_blues:crafting/gooseberry_jam_cookie_bent
com.google.gson.JsonSyntaxException: Invalid pattern: each row must be the same width
[14Sep2021 11:25:54.212] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe farmersdelightintegrations:crockpot/ceviche as it's serializer returned null
[14Sep2021 11:25:54.212] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe farmersdelightintegrations:crockpot/flower_salad as it's serializer returned null
[14Sep2021 11:25:54.213] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe farmersdelightintegrations:crockpot/pepper_popper as it's serializer returned null
[14Sep2021 11:25:54.213] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe farmersdelightintegrations:crockpot/perogies as it's serializer returned null
[14Sep2021 11:25:54.213] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe farmersdelightintegrations:crockpot/potato_souffle as it's serializer returned null
[14Sep2021 11:25:54.213] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe farmersdelightintegrations:crockpot/tropical_bouillabaisse as it's serializer returned null
[14Sep2021 11:25:54.214] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe farmersdelightintegrations:crockpot/watermelon_icle as it's serializer returned null
[14Sep2021 11:25:56.631] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe rats:dragon_wing_iaf
com.google.gson.JsonSyntaxException: Unknown item tag 'iceandfire:dragon_bone'
[14Sep2021 11:25:57.412] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe mysticalagriculture:essence/chisel/marble
com.google.gson.JsonSyntaxException: Unknown item 'chisel:marble/raw'
[14Sep2021 11:25:57.415] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/chrome_ingot as it's serializer returned null
[14Sep2021 11:25:57.418] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/graphite_ingot as it's serializer returned null
[14Sep2021 11:25:57.419] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/iridium_ingot as it's serializer returned null
[14Sep2021 11:25:57.421] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/mithril_ingot as it's serializer returned null
[14Sep2021 11:25:57.423] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/rubber as it's serializer returned null
[14Sep2021 11:25:57.425] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/titanium_ingot as it's serializer returned null
[14Sep2021 11:25:57.427] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/tungsten_ingot as it's serializer returned null
[14Sep2021 11:25:57.436] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe farmersdelightintegrations:example
com.google.gson.JsonSyntaxException: Missing modid, expected to find a string
[14Sep2021 11:25:57.456] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe farmersdelightintegrations:forbidden_arcanus/bat_soup as it's serializer returned null
[14Sep2021 11:25:57.481] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_aged as it's serializer returned null
[14Sep2021 11:25:57.482] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_apple_lotr as it's serializer returned null
[14Sep2021 11:25:57.482] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_arcane_edelwood as it's serializer returned null
[14Sep2021 11:25:57.483] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_archwood as it's serializer returned null
[14Sep2021 11:25:57.483] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_aspen_lotr as it's serializer returned null
[14Sep2021 11:25:57.483] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_beech_lotr as it's serializer returned null
[14Sep2021 11:25:57.483] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_blood as it's serializer returned null
[14Sep2021 11:25:57.483] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_cave_mushroom as it's serializer returned null
[14Sep2021 11:25:57.484] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_cedar_lotr as it's serializer returned null
[14Sep2021 11:25:57.484] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_charred as it's serializer returned null
[14Sep2021 11:25:57.484] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_charred_lotr as it's serializer returned null
[14Sep2021 11:25:57.484] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_cherry_bop as it's serializer returned null
[14Sep2021 11:25:57.484] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_cherry_lotr as it's serializer returned null
[14Sep2021 11:25:57.485] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_cherry_red as it's serializer returned null
[14Sep2021 11:25:57.485] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_cherrywood as it's serializer returned null
[14Sep2021 11:25:57.485] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_cypress_lotr as it's serializer returned null
[14Sep2021 11:25:57.485] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_darkwood as it's serializer returned null
[14Sep2021 11:25:57.485] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_dead as it's serializer returned null
[14Sep2021 11:25:57.486] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_dead_bop as it's serializer returned null
[14Sep2021 11:25:57.486] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_deadwood_atum as it's serializer returned null
[14Sep2021 11:25:57.486] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_distortic as it's serializer returned null
[14Sep2021 11:25:57.486] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_dream as it's serializer returned null
[14Sep2021 11:25:57.486] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_edelwood as it's serializer returned null
[14Sep2021 11:25:57.487] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_elder as it's serializer returned null
[14Sep2021 11:25:57.487] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_enigma as it's serializer returned null
[14Sep2021 11:25:57.487] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_fairy_ring_mushroom_hbt as it's serializer returned null
[14Sep2021 11:25:57.487] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_fir_bop as it's serializer returned null
[14Sep2021 11:25:57.487] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_fir_lotr as it's serializer returned null
[14Sep2021 11:25:57.488] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_green_oak_lotr as it's serializer returned null
[14Sep2021 11:25:57.488] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_grongle as it's serializer returned null
[14Sep2021 11:25:57.488] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_hellbark_bop as it's serializer returned null
[14Sep2021 11:25:57.488] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_holly_lotr as it's serializer returned null
[14Sep2021 11:25:57.488] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_inverted as it's serializer returned null
[14Sep2021 11:25:57.489] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_jacaranda_ab as it's serializer returned null
[14Sep2021 11:25:57.489] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_jacaranda_bop as it's serializer returned null
[14Sep2021 11:25:57.489] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_lairelosse_lotr as it's serializer returned null
[14Sep2021 11:25:57.489] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_larch_lotr as it's serializer returned null
[14Sep2021 11:25:57.489] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_lebethron_lotr as it's serializer returned null
[14Sep2021 11:25:57.490] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_leppa as it's serializer returned null
[14Sep2021 11:25:57.490] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_magic_bop as it's serializer returned null
[14Sep2021 11:25:57.490] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_magic_pw as it's serializer returned null
[14Sep2021 11:25:57.490] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_mahogany_bop as it's serializer returned null
[14Sep2021 11:25:57.490] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_mallorn_lotr as it's serializer returned null
[14Sep2021 11:25:57.491] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_maple_aut as it's serializer returned null
[14Sep2021 11:25:57.491] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_maple_lotr as it's serializer returned null
[14Sep2021 11:25:57.491] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_maple_pw as it's serializer returned null
[14Sep2021 11:25:57.491] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_mirk_oak_lotr as it's serializer returned null
[14Sep2021 11:25:57.492] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_mysterywood as it's serializer returned null
[14Sep2021 11:25:57.492] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_nanab as it's serializer returned null
[14Sep2021 11:25:57.492] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_olive as it's serializer returned null
[14Sep2021 11:25:57.492] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_oran as it's serializer returned null
[14Sep2021 11:25:57.492] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_palm_atum as it's serializer returned null
[14Sep2021 11:25:57.493] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_palm_bop as it's serializer returned null
[14Sep2021 11:25:57.493] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_palo_verde as it's serializer returned null
[14Sep2021 11:25:57.493] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_pear_lotr as it's serializer returned null
[14Sep2021 11:25:57.493] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_pecha as it's serializer returned null
[14Sep2021 11:25:57.493] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_pine_lotr as it's serializer returned null
[14Sep2021 11:25:57.494] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_purple_heart_pw as it's serializer returned null
[14Sep2021 11:25:57.494] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_redbud_ab as it's serializer returned null
[14Sep2021 11:25:57.494] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_redwood_bop as it's serializer returned null
[14Sep2021 11:25:57.494] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_rotten_lotr as it's serializer returned null
[14Sep2021 11:25:57.494] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_runewood as it's serializer returned null
[14Sep2021 11:25:57.495] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_silverbell_pw as it's serializer returned null
[14Sep2021 11:25:57.495] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_sitrus as it's serializer returned null
[14Sep2021 11:25:57.496] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_smogstem as it's serializer returned null
[14Sep2021 11:25:57.496] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_tea as it's serializer returned null
[14Sep2021 11:25:57.496] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_temporal as it's serializer returned null
[14Sep2021 11:25:57.496] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_tiger_pw as it's serializer returned null
[14Sep2021 11:25:57.497] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_twisted as it's serializer returned null
[14Sep2021 11:25:57.501] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_umbran_bop as it's serializer returned null
[14Sep2021 11:25:57.501] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_white as it's serializer returned null
[14Sep2021 11:25:57.501] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_wigglewood as it's serializer returned null
[14Sep2021 11:25:57.502] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_willow_bop as it's serializer returned null
[14Sep2021 11:25:57.502] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:hanging_sign_willow_pw as it's serializer returned null
[14Sep2021 11:25:57.517] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:inspirations/blackboard_clear as it's serializer returned null
[14Sep2021 11:25:57.517] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:inspirations/flag_clear as it's serializer returned null
[14Sep2021 11:25:57.518] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:inspirations/flag_dye as it's serializer returned null
[14Sep2021 11:25:57.523] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:jacaranda_beam as it's serializer returned null
[14Sep2021 11:25:57.523] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:jacaranda_palisade as it's serializer returned null
[14Sep2021 11:25:57.523] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:jacaranda_seat as it's serializer returned null
[14Sep2021 11:25:57.523] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:jacaranda_support as it's serializer returned null
[14Sep2021 11:25:57.532] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_fluid/oil as it's serializer returned null
[14Sep2021 11:25:57.532] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/arcane as it's serializer returned null
[14Sep2021 11:25:57.532] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/ardite as it's serializer returned null
[14Sep2021 11:25:57.533] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/bauxite as it's serializer returned null
[14Sep2021 11:25:57.533] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/bitumen as it's serializer returned null
[14Sep2021 11:25:57.533] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/draconium as it's serializer returned null
[14Sep2021 11:25:57.533] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/galena as it's serializer returned null
[14Sep2021 11:25:57.534] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/iridium as it's serializer returned null
[14Sep2021 11:25:57.534] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/peridot as it's serializer returned null
[14Sep2021 11:25:57.535] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/pyrite as it's serializer returned null
[14Sep2021 11:25:57.535] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/sheldonite as it's serializer returned null
[14Sep2021 11:25:57.535] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/sodalite as it's serializer returned null
[14Sep2021 11:25:57.535] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/tetrahedrite as it's serializer returned null
[14Sep2021 11:25:57.536] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/tungsten as it's serializer returned null
[14Sep2021 11:25:57.536] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/yellorite as it's serializer returned null
[14Sep2021 11:25:57.536] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe industrialforegoing:laser_drill_ore/yellorium as it's serializer returned null
[14Sep2021 11:25:57.568] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:maple_beam as it's serializer returned null
[14Sep2021 11:25:57.568] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:maple_palisade as it's serializer returned null
[14Sep2021 11:25:57.569] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:maple_seat as it's serializer returned null
[14Sep2021 11:25:57.569] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:maple_support as it's serializer returned null
[14Sep2021 11:25:57.587] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe nethers_delight:mimicry/abnormals/endergetic/bollom_fruit_mimic
com.google.gson.JsonSyntaxException: Unknown item 'endergetic:bollom_fruit'
[14Sep2021 11:25:57.587] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe nethers_delight:mimicry/abnormals/environmental/wisteria_sapling_mimic
com.google.gson.JsonSyntaxException: Unknown item 'environmental:wisteria_sapling'
[14Sep2021 11:25:57.663] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe pyromancer:pyrowood_gate_recipe
com.google.gson.JsonSyntaxException: Unknown item 'pyromancy:pyrowood_planks'
[14Sep2021 11:25:57.675] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:redbud_beam as it's serializer returned null
[14Sep2021 11:25:57.675] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:redbud_palisade as it's serializer returned null
[14Sep2021 11:25:57.676] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:redbud_seat as it's serializer returned null
[14Sep2021 11:25:57.676] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe decorative_blocks_abnormals:redbud_support as it's serializer returned null
[14Sep2021 11:25:57.687] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.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'
[14Sep2021 11:25:57.687] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.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'
[14Sep2021 11:25:57.713] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_aged as it's serializer returned null
[14Sep2021 11:25:57.713] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_apple_lotr as it's serializer returned null
[14Sep2021 11:25:57.713] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_arcane_edelwood as it's serializer returned null
[14Sep2021 11:25:57.714] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_archwood as it's serializer returned null
[14Sep2021 11:25:57.714] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_aspen_lotr as it's serializer returned null
[14Sep2021 11:25:57.714] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_beech_lotr as it's serializer returned null
[14Sep2021 11:25:57.714] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_blood as it's serializer returned null
[14Sep2021 11:25:57.714] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_cave_mushroom as it's serializer returned null
[14Sep2021 11:25:57.715] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_cedar_lotr as it's serializer returned null
[14Sep2021 11:25:57.715] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_charred as it's serializer returned null
[14Sep2021 11:25:57.715] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_charred_lotr as it's serializer returned null
[14Sep2021 11:25:57.715] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_cherry_bop as it's serializer returned null
[14Sep2021 11:25:57.715] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_cherry_lotr as it's serializer returned null
[14Sep2021 11:25:57.716] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_cherry_red as it's serializer returned null
[14Sep2021 11:25:57.716] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_cherrywood as it's serializer returned null
[14Sep2021 11:25:57.716] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_cypress_lotr as it's serializer returned null
[14Sep2021 11:25:57.716] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_darkwood as it's serializer returned null
[14Sep2021 11:25:57.717] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_dead as it's serializer returned null
[14Sep2021 11:25:57.718] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_dead_bop as it's serializer returned null
[14Sep2021 11:25:57.718] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_deadwood_atum as it's serializer returned null
[14Sep2021 11:25:57.718] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_distortic as it's serializer returned null
[14Sep2021 11:25:57.719] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_dream as it's serializer returned null
[14Sep2021 11:25:57.719] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_edelwood as it's serializer returned null
[14Sep2021 11:25:57.719] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_elder as it's serializer returned null
[14Sep2021 11:25:57.719] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_enigma as it's serializer returned null
[14Sep2021 11:25:57.719] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_fairy_ring_mushroom_hbt as it's serializer returned null
[14Sep2021 11:25:57.720] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_fir_bop as it's serializer returned null
[14Sep2021 11:25:57.720] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_fir_lotr as it's serializer returned null
[14Sep2021 11:25:57.720] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_green_oak_lotr as it's serializer returned null
[14Sep2021 11:25:57.720] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_grongle as it's serializer returned null
[14Sep2021 11:25:57.720] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_hellbark_bop as it's serializer returned null
[14Sep2021 11:25:57.720] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_holly_lotr as it's serializer returned null
[14Sep2021 11:25:57.721] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_inverted as it's serializer returned null
[14Sep2021 11:25:57.721] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_jacaranda_ab as it's serializer returned null
[14Sep2021 11:25:57.721] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_jacaranda_bop as it's serializer returned null
[14Sep2021 11:25:57.721] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_lairelosse_lotr as it's serializer returned null
[14Sep2021 11:25:57.721] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_larch_lotr as it's serializer returned null
[14Sep2021 11:25:57.722] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_lebethron_lotr as it's serializer returned null
[14Sep2021 11:25:57.722] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_leppa as it's serializer returned null
[14Sep2021 11:25:57.722] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_magic_bop as it's serializer returned null
[14Sep2021 11:25:57.722] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_magic_pw as it's serializer returned null
[14Sep2021 11:25:57.722] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_mahogany_bop as it's serializer returned null
[14Sep2021 11:25:57.722] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_mallorn_lotr as it's serializer returned null
[14Sep2021 11:25:57.723] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_maple_aut as it's serializer returned null
[14Sep2021 11:25:57.723] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_maple_lotr as it's serializer returned null
[14Sep2021 11:25:57.723] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_maple_pw as it's serializer returned null
[14Sep2021 11:25:57.723] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_mirk_oak_lotr as it's serializer returned null
[14Sep2021 11:25:57.723] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_mysterywood as it's serializer returned null
[14Sep2021 11:25:57.724] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_nanab as it's serializer returned null
[14Sep2021 11:25:57.724] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_olive as it's serializer returned null
[14Sep2021 11:25:57.724] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_oran as it's serializer returned null
[14Sep2021 11:25:57.724] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_palm_atum as it's serializer returned null
[14Sep2021 11:25:57.724] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_palm_bop as it's serializer returned null
[14Sep2021 11:25:57.724] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_palo_verde as it's serializer returned null
[14Sep2021 11:25:57.725] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_pear_lotr as it's serializer returned null
[14Sep2021 11:25:57.725] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_pecha as it's serializer returned null
[14Sep2021 11:25:57.725] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_pine_lotr as it's serializer returned null
[14Sep2021 11:25:57.725] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_purple_heart_pw as it's serializer returned null
[14Sep2021 11:25:57.725] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_redbud_ab as it's serializer returned null
[14Sep2021 11:25:57.726] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_redwood_bop as it's serializer returned null
[14Sep2021 11:25:57.726] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_rotten_lotr as it's serializer returned null
[14Sep2021 11:25:57.726] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_runewood as it's serializer returned null
[14Sep2021 11:25:57.726] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_silverbell_pw as it's serializer returned null
[14Sep2021 11:25:57.727] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_sitrus as it's serializer returned null
[14Sep2021 11:25:57.727] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_smogstem as it's serializer returned null
[14Sep2021 11:25:57.727] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_tea as it's serializer returned null
[14Sep2021 11:25:57.727] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_temporal as it's serializer returned null
[14Sep2021 11:25:57.727] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_tiger_pw as it's serializer returned null
[14Sep2021 11:25:57.727] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_twisted as it's serializer returned null
[14Sep2021 11:25:57.728] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_umbran_bop as it's serializer returned null
[14Sep2021 11:25:57.728] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_white as it's serializer returned null
[14Sep2021 11:25:57.728] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_wigglewood as it's serializer returned null
[14Sep2021 11:25:57.728] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_willow_bop as it's serializer returned null
[14Sep2021 11:25:57.728] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:sign_post_willow_pw as it's serializer returned null
[14Sep2021 11:25:57.733] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe nourished_nether:smelt_netherite_gear
com.google.gson.JsonSyntaxException: Unknown item tag 'minecraft:netherite_gear'
[14Sep2021 11:25:57.783] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe nethers_exoticism:sugar_recipe
com.google.gson.JsonSyntaxException: Unknown item tag 'minecraft:item/exotic_fruit'
[14Sep2021 11:25:57.800] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe simplyjetpacks:thermal/armorplating_te5
com.google.gson.JsonSyntaxException: Unknown item 'simplyjetpacks:armorplating_te5'
[14Sep2021 11:25:57.800] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe simplyjetpacks:thermal/jetpack_te5
com.google.gson.JsonSyntaxException: Unknown item 'simplyjetpacks:armorplating_te5'
[14Sep2021 11:25:57.800] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe simplyjetpacks:thermal/thruster_te1
com.google.gson.JsonSyntaxException: Unknown item 'thermal:fluxduct_leadstone'
[14Sep2021 11:25:57.801] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe simplyjetpacks:thermal/thruster_te2
com.google.gson.JsonSyntaxException: Unknown item 'thermal:fluxduct_hardened'
[14Sep2021 11:25:57.801] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe simplyjetpacks:thermal/thruster_te3
com.google.gson.JsonSyntaxException: Unknown item 'thermal:fluxduct_reinforced'
[14Sep2021 11:25:57.801] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe simplyjetpacks:thermal/thruster_te4
com.google.gson.JsonSyntaxException: Unknown item 'thermal:fluxduct_resonant'
[14Sep2021 11:25:57.801] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe simplyjetpacks:thermal/thruster_te5
com.google.gson.JsonSyntaxException: Unknown item 'simplyjetpacks:armorplating_te5'
[14Sep2021 11:25:57.841] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe village_employment:traveler_pants_recipe
com.google.gson.JsonSyntaxException: Unknown item 'dungeonsmod:golden_bone'
[14Sep2021 11:25:57.841] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe village_employment:traveler_robe_recipe
com.google.gson.JsonSyntaxException: Unknown item 'dungeonsmod:golden_bone'
[14Sep2021 11:25:57.848] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe allthemodium:unobtainium_pile
com.google.gson.JsonSyntaxException: Unknown item 'iceandfire:unobtainium_pile'
[14Sep2021 11:25:58.185] [Worker-Main-6/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe allthemodium:vibranium_pile
com.google.gson.JsonSyntaxException: Unknown item 'iceandfire:vibranium_pile'
[14Sep2021 11:25:58.231] [Worker-Main-6/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 151 recipes
[14Sep2021 11:25:58.302] [Worker-Main-6/INFO] [com.minecraftabnormals.abnormals_core.core.AbnormalsCore/]: Advancement Modification Manager has loaded 13 sets of modifiers
[14Sep2021 11:25:59.049] [Worker-Main-6/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table rats:christmas_rat_gifts
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'rats:rat_diamond'
[14Sep2021 11:25:59.648] [Worker-Main-6/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table bountiful:blocks/bountyboard
com.google.gson.JsonSyntaxException: Missing ops, expected to find a JsonArray
[14Sep2021 11:26:00.397] [Worker-Main-6/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table ravageandcabbage:entities/cabbager
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'ravageandcabbage:cabbage'
[14Sep2021 11:26:00.930] [Worker-Main-6/WARN] [net.minecraft.loot.LootTableManager/]: Found validation problem in {rotten_piglins:entities/burning_zombie_piglin}.pools[1].entries[1].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context
[14Sep2021 11:26:00.930] [Worker-Main-6/WARN] [net.minecraft.loot.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
[14Sep2021 11:26:00.932] [Worker-Main-6/WARN] [net.minecraft.loot.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
[14Sep2021 11:26:00.932] [Worker-Main-6/WARN] [net.minecraft.loot.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
[14Sep2021 11:26:00.932] [Worker-Main-6/WARN] [net.minecraft.loot.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
[14Sep2021 11:26:00.932] [Worker-Main-6/WARN] [net.minecraft.loot.LootTableManager/]: Found validation problem in {rotten_piglins:entities/burning_zombie_piglin}.pools[1].entries[0].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context
[14Sep2021 11:26:00.932] [Worker-Main-6/WARN] [net.minecraft.loot.LootTableManager/]: Found validation problem in {alexsmobs:gameplay/seal_reward}.pools[0].entries[1].functions[0]: Parameters [<parameter minecraft:origin>] are not provided in this context
[14Sep2021 11:26:00.933] [Worker-Main-6/WARN] [net.minecraft.loot.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
[14Sep2021 11:26:00.933] [Worker-Main-6/WARN] [net.minecraft.loot.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
[14Sep2021 11:26:00.933] [Worker-Main-6/WARN] [net.minecraft.loot.LootTableManager/]: Found validation problem in {rotten_piglins:entities/burning_zombie_piglin}.pools[0].entries[0].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context
[14Sep2021 11:26:00.933] [Worker-Main-6/WARN] [net.minecraft.loot.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
[14Sep2021 11:26:00.933] [Worker-Main-6/WARN] [net.minecraft.loot.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
[14Sep2021 11:26:00.937] [Worker-Main-6/INFO] [placebo/]: Registered 16 additional loot tables.
[14Sep2021 11:26:00.954] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_dark_oak_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:00.992] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_warped_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.012] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_crimson_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.015] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_driftwood_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.016] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_cypress_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.019] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_wisteria_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.022] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_cherry_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.024] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_jacaranda_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.124] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_spruce_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.125] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_willow_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.130] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_morado_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.131] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_oak_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.131] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement pyromancer:they_named_you_the_hoog_slayer: Expected item to be an item, was unknown string 'pyromancer:deleted_mod_element'
[14Sep2021 11:26:01.133] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement twilightforest:alt/compat/tconstruct: Unknown item id 'tconstruct:book'
[14Sep2021 11:26:01.139] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_maple_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.147] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement allthemodium:atmsight: Unknown potion 'potionsmaster:allthemodium_sight'
[14Sep2021 11:26:01.154] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_redbud_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.163] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_jungle_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.183] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_poise_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.187] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_rosewood_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.198] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_acacia_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.200] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_birch_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.214] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_yucca_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.215] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement campful:recipes/ender_campfire/ender_river_campfire: Unknown item tag 'endergetic:end_fire_base_blocks'
[14Sep2021 11:26:01.253] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementList/]: Couldn't load advancement pyromancer:panacea: Task Advancement{parentId=pyromancer:they_named_you_the_hoog_slayer, display=net.minecraft.advancements.DisplayInfo@22fc4f74, rewards=AdvancementRewards{experience=1, loot=[], recipes=[], function=net.minecraft.command.FunctionObject$CacheableFunction@27f928fd}, criteria={panacea=net.minecraft.advancements.Criterion@8b27a86}, requirements=[[panacea]]}
[14Sep2021 11:26:01.253] [Worker-Main-6/ERROR] [net.minecraft.advancements.AdvancementList/]: Couldn't load advancement pyromancer:get_your_ass_back_here: Task Advancement{parentId=pyromancer:they_named_you_the_hoog_slayer, display=net.minecraft.advancements.DisplayInfo@2828710a, rewards=AdvancementRewards{experience=1, loot=[], recipes=[], function=net.minecraft.command.FunctionObject$CacheableFunction@27f928fd}, criteria={get_your_ass_back_here=net.minecraft.advancements.Criterion@33d548c3}, requirements=[[get_your_ass_back_here]]}
[14Sep2021 11:26:01.299] [Worker-Main-6/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 13471 advancements
[14Sep2021 11:26:01.308] [Worker-Main-6/INFO] [placebo/]: Registered 50 additional recipes.
[14Sep2021 11:26:01.316] [Worker-Main-6/INFO] [Apotheosis : Deadly/]: Loaded 28 affix loot entries from resources.
[14Sep2021 11:26:01.318] [Worker-Main-6/INFO] [Apotheosis : Deadly/]: Registered 6 boss gear sets.
[14Sep2021 11:26:01.323] [Worker-Main-6/INFO] [Apotheosis : Deadly/]: Loaded 6 boss items from resources.
[14Sep2021 11:26:01.326] [Worker-Main-6/INFO] [Apotheosis : Deadly/]: Loaded 8 spawner items from resources.
[14Sep2021 11:26:01.899] [Worker-Main-6/INFO] [immersiveengineering/]: Couldn't fully analyze 1 arch_illager_chestplate, missing knowledge for {1 leather_chestplate=1.0}
[14Sep2021 11:26:01.899] [Worker-Main-6/INFO] [immersiveengineering/]: Couldn't fully analyze 1 jetpack_vanilla4_armored, missing knowledge for {1 netherite_chestplate=1.0}
[14Sep2021 11:26:01.900] [Worker-Main-6/INFO] [immersiveengineering/]: Couldn't fully analyze 1 mask_and_goggles_helmet, missing knowledge for {1 mask_helmet=1.0}
[14Sep2021 11:26:01.900] [Worker-Main-6/INFO] [immersiveengineering/]: Couldn't fully analyze 1 jetpack_vanilla3_armored, missing knowledge for {1 diamond_chestplate=1.0}
[14Sep2021 11:26:01.900] [Worker-Main-6/INFO] [immersiveengineering/]: Finished recipe profiler for Arc Recycling, took 550 milliseconds
[14Sep2021 11:26:01.902] [Worker-Main-6/INFO] [ModdingLegacy/blue_skies/SkiesDataManager/]: Loaded 8 tool_handle_types
[14Sep2021 11:26:01.902] [Worker-Main-6/INFO] [ModdingLegacy/blue_skies/SkiesDataManager/]: Loaded 34 snowcap_oven_freezing_recipes
[14Sep2021 11:26:01.903] [Worker-Main-6/INFO] [ModdingLegacy/blue_skies/SkiesDataManager/]: Loaded 4 horizonite_forge_fuels
[14Sep2021 11:26:01.903] [Worker-Main-6/INFO] [ModdingLegacy/blue_skies/SkiesDataManager/]: Loaded 11 snowcap_mushroom_freezing
[14Sep2021 11:26:01.950] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.net.ConnectException: Connection timed out: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method) ~[?:1.8.0_301]
    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) ~[?:1.8.0_301]
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) ~[?:1.8.0_301]
    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) ~[?:1.8.0_301]
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_301]
    at java.net.PlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_301]
    at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:1.8.0_301]
    at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_301]
    at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_301]
    at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.http.HttpClient.<init>(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.http.HttpClient.New(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.http.HttpClient.New(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_301]
    at java.net.HttpURLConnection.getResponseCode(Unknown Source) ~[?:1.8.0_301]
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:155) ~[forge:?]
    at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
    at java.lang.Iterable.forEach(Unknown Source) [?:1.8.0_301]
    at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:139) [forge:?]
[14Sep2021 11:26:01.951] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [additionalbanners] Starting version check at https://updates.blamejared.com/get?n=additionalbanners&gv=1.16.5
[14Sep2021 11:26:02.004] [Worker-Main-6/INFO] [ModdingLegacy/blue_skies/SkiesDataManager/]: Loaded 69 alchemy_recipes
[14Sep2021 11:26:02.011] [Worker-Main-6/INFO] [ModdingLegacy/blue_skies/SkiesDataManager/]: Loaded 78 journal/entries
[14Sep2021 11:26:02.011] [Worker-Main-6/INFO] [ModdingLegacy/blue_skies/SkiesDataManager/]: Loaded 3 journal/sections
[14Sep2021 11:26:02.011] [Worker-Main-6/INFO] [ModdingLegacy/blue_skies/SkiesDataManager/]: Loaded 7 journal/requirements
[14Sep2021 11:26:02.115] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab biotite_slab could not be found.
[14Sep2021 11:26:02.116] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab snow_bricks_slab_double could not be found.
[14Sep2021 11:26:02.116] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab sandy_bricks_slab_double could not be found.
[14Sep2021 11:26:02.116] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab charred_nether_brick_slab could not be found.
[14Sep2021 11:26:02.117] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab sandstone_bricks_slab_double could not be found.
[14Sep2021 11:26:02.117] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab sandstone_smooth_slab could not be found.
[14Sep2021 11:26:02.117] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab red_sandstone_bricks_slab_double could not be found.
[14Sep2021 11:26:02.117] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab red_sandstone_smooth_slab could not be found.
[14Sep2021 11:26:02.117] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab end_bricks_slab could not be found.
[14Sep2021 11:26:02.118] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab prismarine_slab could not be found.
[14Sep2021 11:26:02.118] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab prismarine_dark_slab could not be found.
[14Sep2021 11:26:02.118] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab prismarine_bricks_slab could not be found.
[14Sep2021 11:26:02.118] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_diorite_slab could not be found.
[14Sep2021 11:26:02.118] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_diorite_bricks_slab could not be found.
[14Sep2021 11:26:02.118] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_granite_slab could not be found.
[14Sep2021 11:26:02.119] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_granite_bricks_slab could not be found.
[14Sep2021 11:26:02.119] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_andesite_slab could not be found.
[14Sep2021 11:26:02.119] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_andesite_bricks_slab could not be found.
[14Sep2021 11:26:02.119] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_basalt_slab could not be found.
[14Sep2021 11:26:02.119] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_basalt_bricks_slab could not be found.
[14Sep2021 11:26:02.119] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_gray_slab could not be found.
[14Sep2021 11:26:02.120] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_magenta_slab could not be found.
[14Sep2021 11:26:02.120] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_cyan_slab could not be found.
[14Sep2021 11:26:02.120] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_blue_slab could not be found.
[14Sep2021 11:26:02.120] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_orange_slab could not be found.
[14Sep2021 11:26:02.120] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_red_slab could not be found.
[14Sep2021 11:26:02.120] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_yellow_slab could not be found.
[14Sep2021 11:26:02.121] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_light_blue_slab could not be found.
[14Sep2021 11:26:02.121] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_purple_slab could not be found.
[14Sep2021 11:26:02.121] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_silver_slab could not be found.
[14Sep2021 11:26:02.121] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_lime_slab could not be found.
[14Sep2021 11:26:02.121] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_green_slab could not be found.
[14Sep2021 11:26:02.122] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_black_slab could not be found.
[14Sep2021 11:26:02.122] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_brown_slab could not be found.
[14Sep2021 11:26:02.122] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_white_slab could not be found.
[14Sep2021 11:26:02.122] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_pink_slab could not be found.
[14Sep2021 11:26:02.122] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_gray_slab could not be found.
[14Sep2021 11:26:02.122] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_magenta_slab could not be found.
[14Sep2021 11:26:02.123] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_cyan_slab could not be found.
[14Sep2021 11:26:02.123] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_blue_slab could not be found.
[14Sep2021 11:26:02.123] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_orange_slab could not be found.
[14Sep2021 11:26:02.123] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_red_slab could not be found.
[14Sep2021 11:26:02.123] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_yellow_slab could not be found.
[14Sep2021 11:26:02.123] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_light_blue_slab could not be found.
[14Sep2021 11:26:02.124] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_purple_slab could not be found.
[14Sep2021 11:26:02.124] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_silver_slab could not be found.
[14Sep2021 11:26:02.124] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_lime_slab could not be found.
[14Sep2021 11:26:02.124] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_green_slab could not be found.
[14Sep2021 11:26:02.124] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_black_slab could not be found.
[14Sep2021 11:26:02.124] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_brown_slab could not be found.
[14Sep2021 11:26:02.125] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_white_slab could not be found.
[14Sep2021 11:26:02.125] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_pink_slab could not be found.
[14Sep2021 11:26:02.125] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab reed_block_slab could not be found.
[14Sep2021 11:26:02.125] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab thatch_slab_double could not be found.
[14Sep2021 11:26:02.125] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab icy_stone_slab could not be found.
[14Sep2021 11:26:02.125] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab fire_stone_slab could not be found.
[14Sep2021 11:26:02.126] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_limestone_slab could not be found.
[14Sep2021 11:26:02.126] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_marble_slab could not be found.
[14Sep2021 11:26:02.126] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab duskbound_block_slab_double could not be found.
[14Sep2021 11:26:02.126] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab magma_bricks_slab_double could not be found.
[14Sep2021 11:26:02.126] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab midori_block_slab_double could not be found.
[14Sep2021 11:26:02.126] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab iron_plate_slab_double could not be found.
[14Sep2021 11:26:02.127] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab polished_netherrack_bricks_slab could not be found.
[14Sep2021 11:26:02.127] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab soul_sandstone_slab_double could not be found.
[14Sep2021 11:26:02.127] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab soul_sandstone_bricks_slab_double could not be found.
[14Sep2021 11:26:02.127] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab soul_sandstone_smooth_slab could not be found.
[14Sep2021 11:26:02.127] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_oak_slab could not be found.
[14Sep2021 11:26:02.127] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_spruce_slab could not be found.
[14Sep2021 11:26:02.127] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_birch_slab could not be found.
[14Sep2021 11:26:02.128] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_jungle_slab could not be found.
[14Sep2021 11:26:02.128] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_acacia_slab could not be found.
[14Sep2021 11:26:02.128] [Worker-Main-6/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_dark_oak_slab could not be found.
[14Sep2021 11:26:02.260] [Worker-Main-6/INFO] [Astral Sorcery/]: Built PerkTree with 417 perks!
[14Sep2021 11:26:02.276] [Worker-Main-6/INFO] [com.minecraftabnormals.environmental.common.slabfish.SlabfishLoader/]: Loaded 56 Slabfish Types
[14Sep2021 11:26:02.276] [Worker-Main-6/INFO] [com.minecraftabnormals.environmental.common.slabfish.SlabfishLoader/]: Loaded 16 Sweater Types
[14Sep2021 11:26:02.276] [Worker-Main-6/INFO] [com.minecraftabnormals.environmental.common.slabfish.SlabfishLoader/]: Loaded 19 Backpack Types
[14Sep2021 11:26:02.276] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading Bounty Data. We will probably skip some data since certain mods are not loaded.
[14Sep2021 11:26:02.332] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/simplytea/chef_objs as dependencies are not met: [simplytea]
[14Sep2021 11:26:02.336] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/inspirations/farmer_rews as dependencies are not met: [inspirations]
[14Sep2021 11:26:02.339] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/vanillafoodpantry/chef_objs as dependencies are not met: [vanillafoodpantry]
[14Sep2021 11:26:02.345] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/mysticalworld/armorer_rews as dependencies are not met: [mysticalworld]
[14Sep2021 11:26:02.346] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/mysticalworld/armorer_objs as dependencies are not met: [mysticalworld]
[14Sep2021 11:26:02.348] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/upgrademodifiers/armorer_rews as dependencies are not met: [upgrademodifiers]
[14Sep2021 11:26:02.352] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/inspirations/tinker_rews as dependencies are not met: [inspirations]
[14Sep2021 11:26:02.353] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/farmingforblockheads/farmer_objs as dependencies are not met: [farmingforblockheads]
[14Sep2021 11:26:02.354] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/upgrademodifiers/toolsmith_rews as dependencies are not met: [upgrademodifiers]
[14Sep2021 11:26:02.355] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/mysticalworld/chef_objs as dependencies are not met: [mysticalworld]
[14Sep2021 11:26:02.356] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/vanillafoodpantry/chef_rews as dependencies are not met: [vanillafoodpantry]
[14Sep2021 11:26:02.357] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/inspirations/fletcher_rews as dependencies are not met: [inspirations]
[14Sep2021 11:26:02.358] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/farmingforblockheads/farmer_rews as dependencies are not met: [farmingforblockheads]
[14Sep2021 11:26:02.359] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/xlfoodmod/chef_objs as dependencies are not met: [xlfoodmod]
[14Sep2021 11:26:02.361] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/mysticalworld/farmer_objs as dependencies are not met: [mysticalworld]
[14Sep2021 11:26:02.362] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Skipping load of bountiful:pools/xlfoodmod/chef_rews as dependencies are not met: [xlfoodmod]
[14Sep2021 11:26:02.363] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Found decrees: [hunting, butcher, mason, librarian, farmer, toolsmith, chef, mapper, armorer, fletcher, fisherman, cleric, leatherer, shepherd, tinker]
[14Sep2021 11:26:02.363] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Merging Entry Pools..
[14Sep2021 11:26:02.364] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating Entry Pools..
[14Sep2021 11:26:02.364] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'toolsmith_objs'
[14Sep2021 11:26:02.368] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'butcher_rews'
[14Sep2021 11:26:02.368] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'tinker_objs'
[14Sep2021 11:26:02.369] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'common_enchants'
[14Sep2021 11:26:02.370] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'fisherman_rews'
[14Sep2021 11:26:02.370] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'shepherd_objs'
[14Sep2021 11:26:02.374] [Worker-Main-6/WARN] [ejektaflex.bountiful.BountifulMod/]: Invalid pool item: BountyEntry (item-tag) [Item: minecraft:wool, Amount: 0 [[4..32]], Worth: 250, NBT: null, Weight: 1000]
[14Sep2021 11:26:02.375] [Worker-Main-6/WARN] [ejektaflex.bountiful.BountifulMod/]: Invalid pool item: BountyEntry (item-tag) [Item: forge:dyes, Amount: 0 [[2..16]], Worth: 200, NBT: null, Weight: 1000]
[14Sep2021 11:26:02.375] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'chef_objs'
[14Sep2021 11:26:02.376] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'toolsmith_rews'
[14Sep2021 11:26:02.376] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'fisherman_objs'
[14Sep2021 11:26:02.377] [Worker-Main-6/WARN] [ejektaflex.bountiful.BountifulMod/]: Invalid pool item: BountyEntry (item) [Item: upgrade_aquatic:bedroll_leather, Amount: 0 [[1..1]], Worth: 2500, NBT: null, Weight: 1000]
[14Sep2021 11:26:02.377] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'leatherer_rews'
[14Sep2021 11:26:02.377] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'fletcher_rews'
[14Sep2021 11:26:02.378] [Worker-Main-6/WARN] [ejektaflex.bountiful.BountifulMod/]: Invalid pool item: BountyEntry (item) [Item: inspirations:charged_arrow, Amount: 0 [[8..24]], Worth: 120, NBT: null, Weight: 100]
[14Sep2021 11:26:02.378] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'farmer_rews'
[14Sep2021 11:26:02.378] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'cleric_objs'
[14Sep2021 11:26:02.378] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'shepherd_rews'
[14Sep2021 11:26:02.378] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'farmer_objs'
[14Sep2021 11:26:02.379] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'tinker_rews'
[14Sep2021 11:26:02.379] [Worker-Main-6/WARN] [ejektaflex.bountiful.BountifulMod/]: Invalid pool item: BountyEntry (item) [Item: charm:variable_redstone_lamp, Amount: 0 [[1..2]], Worth: 2000, NBT: null, Weight: 1000]
[14Sep2021 11:26:02.379] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'butcher_objs'
[14Sep2021 11:26:02.379] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'librarian_objs'
[14Sep2021 11:26:02.380] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'common_crafts'
[14Sep2021 11:26:02.380] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'librarian_rews'
[14Sep2021 11:26:02.380] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'armorer_objs'
[14Sep2021 11:26:02.380] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'mason_objs'
[14Sep2021 11:26:02.381] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'hunting_objs'
[14Sep2021 11:26:02.381] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'hunting_rews'
[14Sep2021 11:26:02.381] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'all_villager_objs'
[14Sep2021 11:26:02.382] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'armorer_rews'
[14Sep2021 11:26:02.382] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'cleric_rews'
[14Sep2021 11:26:02.382] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'all_villager_rews'
[14Sep2021 11:26:02.382] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'chef_rews'
[14Sep2021 11:26:02.383] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'fletcher_objs'
[14Sep2021 11:26:02.383] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'mapper_rews'
[14Sep2021 11:26:02.384] [Worker-Main-6/WARN] [ejektaflex.bountiful.BountifulMod/]: Invalid pool item: BountyEntry (item-tag) [Item: minecraft:banners, Amount: 0 [[1..3]], Worth: 750, NBT: null, Weight: 400]
[14Sep2021 11:26:02.384] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'leatherer_objs'
[14Sep2021 11:26:02.384] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'mapper_objs'
[14Sep2021 11:26:02.385] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Validating pool 'mason_rews'
[14Sep2021 11:26:02.385] [Worker-Main-6/INFO] [ejektaflex.bountiful.BountifulMod/]: Found Entry Pools: [hunting, butcher, mason, librarian, farmer, toolsmith, chef, mapper, armorer, fletcher, fisherman, cleric, leatherer, shepherd, tinker]
[14Sep2021 11:26:02.386] [Worker-Main-6/INFO] [minecolonies/]: Beginning load of custom recipes for colony workers
[14Sep2021 11:26:02.442] [Worker-Main-6/INFO] [minecolonies/]: Loaded 464 recipes for 13 crafters
[14Sep2021 11:26:02.444] [Worker-Main-6/INFO] [minecolonies/]: Finished discovering compostables 1543
[14Sep2021 11:26:02.444] [Worker-Main-6/INFO] [minecolonies/]: Beginning load of research for University.
[14Sep2021 11:26:02.467] [Worker-Main-6/INFO] [minecolonies/]: Loaded 183 recipes for 4 research branches
[14Sep2021 11:26:02.781] [Worker-Main-6/INFO] [Apotheosis : Enchantment/]: Registered 11 blocks with enchanting stats.
[14Sep2021 11:26:02.782] [Worker-Main-6/INFO] [Cucumber Library/]: Loaded cucumber-tags.json in 0 ms
[14Sep2021 11:26:02.786] [Worker-Main-6/INFO] [Apotheosis : Deadly/]: Loaded 13 normal and 13 rare Wandering Trader trade options.
[14Sep2021 11:26:02.802] [Worker-Main-6/INFO] [slimeknights.tconstruct.library.materials.definition.MaterialManager/]: 36 materials loaded
[14Sep2021 11:26:02.904] [Worker-Main-6/INFO] [slimeknights.tconstruct.library.materials.stats.MaterialStatsManager/]: 108 stats loaded for 36 materials
[14Sep2021 11:26:03.010] [Worker-Main-6/INFO] [CraftTweaker/]: CraftTweaker reload starting!
[14Sep2021 11:26:03.204] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [additionalbanners] Found status: BETA_OUTDATED Current: 6.0.3 Target: 6.0.4
[14Sep2021 11:26:03.204] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [controlling] Starting version check at https://updates.blamejared.com/get?n=controlling&gv=1.16.5
[14Sep2021 11:26:03.277] [Worker-Main-6/INFO] [CraftTweaker/]: CraftTweaker reload complete!
[14Sep2021 11:26:03.327] [Worker-Main-6/INFO] [immersiveengineering/]: Recipes for potions: alexsmobs:long_soulsteal, minecraft:swiftness, minecraft:long_slow_falling, minecraft:water_breathing, upgrade_aquatic:vibing_long, apotheosis:strong_wither, minecraft:long_night_vision, quark:strong_resistance, minecraft:weakness, atmospheric:worsening, minecraft:strong_swiftness, apotheosis:long_sundering, upgrade_aquatic:vibing, atmospheric:worsening_strong, alexsmobs:bug_pheromones, alexsmobs:lava_vision, alexsmobs:clinging, quark:resilience, upgrade_aquatic:insomnia_strong, quark:long_resilience, minecraft:slowness, apotheosis:knowledge, apotheosis:long_knowledge, alexsmobs:long_poison_resistance, upgrade_aquatic:repellence, infernalexp:strong_infection, minecraft:strong_regeneration, apotheosis:long_resistance, atmospheric:relief, infernalexp:long_infection, apotheosis:haste, netheragriculture:warp, apotheosis:strong_resistance, apotheosis:strong_absorption, atmospheric:relief_strong, environmental:vitality_strong, minecraft:strength, mowziesmobs:long_poison_resist, minecraft:leaping, minecraft:strong_leaping, minecraft:regeneration, apotheosis:fatigue, netheragriculture:long_warp, alexsmobs:long_clinging, omnis:magic_proficiency, quark:long_danger_sight, alexsmobs:knockback_resistance, minecraft:long_fire_resistance, minecraft:long_weakness, apotheosis:strong_sundering, minecraft:harming, alexsmobs:long_knockback_resistance, minecraft:long_leaping, alexsmobs:soulsteal, minecraft:mundane, alexsmobs:long_bug_pheromones, minecraft:long_strength, quark:resistance, minecraft:strong_harming, buzzier_bees:long_luck, infernalexp:long_luminous, upgrade_aquatic:repellence_long, minecraft:water, upgrade_aquatic:restfulness_strong, netheragriculture:long_strong_warp, minecraft:turtle_master, netheragriculture:flight, buzzier_bees:long_unluck, minecraft:fire_resistance, buzzier_bees:unluck, upgrade_aquatic:restfulness, atmospheric:relief_long, minecraft:night_vision, upgrade_aquatic:vibing_strong, minecraft:poison, netheragriculture:strong_warp, apotheosis:long_haste, minecraft:long_turtle_master, apotheosis:long_wither, atmospheric:worsening_long, quark:strong_resilience, buzzier_bees:strong_unluck, apotheosis:strong_knowledge, alexsmobs:speed_iii, minecraft:slow_falling, netheragriculture:long_flight, apotheosis:wither, alexsmobs:long_lava_vision, infernalexp:infection, minecraft:luck, apotheosis:long_absorption, alexsmobs:poison_resistance, minecraft:long_invisibility, omnis:long_magic_proficiency, minecraft:strong_healing, apotheosis:strong_fatigue, upgrade_aquatic:repellence_strong, apotheosis:long_fatigue, minecraft:awkward, minecraft:strong_turtle_master, minecraft:long_water_breathing, minecraft:strong_poison, omnis:strong_magic_proficiency, apotheosis:absorption, minecraft:long_swiftness, alexsmobs:strong_soulsteal, minecraft:thick, minecraft:invisibility, minecraft:long_regeneration, infernalexp:luminous, quark:long_resistance, upgrade_aquatic:insomnia, quark:danger_sight, minecraft:healing, apotheosis:strong_haste, buzzier_bees:strong_luck, apotheosis:sundering, alexsmobs:strong_knockback_resistance, environmental:vitality, mowziesmobs:poison_resist, infernalexp:strong_luminous, minecraft:strong_slowness, minecraft:strong_strength, minecraft:long_slowness, minecraft:long_poison, apotheosis:resistance
[14Sep2021 11:26:03.507] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [controlling] Found status: BETA Current: 7.0.0.24 Target: 7.0.0.24
[14Sep2021 11:26:03.507] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [bookshelf] Starting version check at https://updates.blamejared.com/get?n=bookshelf&gv=1.16.5
[14Sep2021 11:26:03.812] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [bookshelf] Found status: BETA Current: 10.2.27 Target: 10.2.27
[14Sep2021 11:26:03.812] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [botanypots] Starting version check at https://updates.blamejared.com/get?n=botanypots&gv=1.16.5
[14Sep2021 11:26:04.114] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [botanypots] Found status: BETA_OUTDATED Current: 7.0.17 Target: 7.1.24
[14Sep2021 11:26:04.115] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [tips] Starting version check at https://updates.blamejared.com/get?n=tips&gv=1.16.5
[14Sep2021 11:26:04.421] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [tips] Found status: BETA_OUTDATED Current: 4.0.7 Target: 4.0.10
[14Sep2021 11:26:04.421] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[14Sep2021 11:26:05.571] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: OUTDATED Current: 36.2.2 Target: 36.2.4
[14Sep2021 11:26:05.571] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cofh_core] Starting version check at https://raw.github.com/cofh/version/master/cofh_core/update.json
[14Sep2021 11:26:06.904] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cofh_core] Found status: UP_TO_DATE Current: 1.3.1 Target: null
[14Sep2021 11:26:06.904] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [thermal] Starting version check at https://raw.github.com/cofh/version/master/thermal/update.json
[14Sep2021 11:26:08.170] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [thermal] Found status: UP_TO_DATE Current: 1.3.2 Target: null
[14Sep2021 11:26:08.170] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwdoors] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/doors.json
[14Sep2021 11:26:08.413] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwdoors] Found status: BETA Current: 1.0.3 Target: 1.0.3
[14Sep2021 11:26:08.413] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [twilightforest] Starting version check at https://raw.githubusercontent.com/TeamTwilight/twilightforest/1.16.x/update.json
[14Sep2021 11:26:08.727] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [twilightforest] Found status: BETA Current: NONE Target: null
[14Sep2021 11:26:08.727] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jeienchantmentinfo] Starting version check at https://github.com/Phylogeny/JEIEnchantmentInfo/raw/1.16.1/update.json
[14Sep2021 11:26:09.220] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [jeienchantmentinfo] Found status: BETA Current: 1.16.4-1.2.1 Target: null
[14Sep2021 11:26:09.220] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwbridges] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/bridges.json
[14Sep2021 11:26:09.830] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwbridges] Found status: UP_TO_DATE Current: 1.0.6 Target: null
[14Sep2021 11:26:09.831] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [villagertools] Starting version check at https://raw.githubusercontent.com/Lothrazar/VillagerTools/trunk/1.16/update.json
[14Sep2021 11:26:10.069] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [villagertools] Found status: AHEAD Current: 1.16.5-1.0.1 Target: null
[14Sep2021 11:26:10.069] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [voidtotem] Starting version check at https://raw.githubusercontent.com/Affehund/VoidTotem/main/update.json
[14Sep2021 11:26:10.380] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [voidtotem] Found status: AHEAD Current: 1.16.5-1.4.0 Target: null
[14Sep2021 11:26:10.380] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [conjurer_illager] Starting version check at http://changelogs.moddinglegacy.com/conjurer-illager.json
[14Sep2021 11:26:13.102] [main/INFO] [minecolonies/]: Tags Loaded
[14Sep2021 11:26:13.107] [main/INFO] [STDOUT/]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: [forge:ores/biotite, quark:planks_vertical_slab, byg:ground_silver_vase_flower, structurize:timber_frames/blackstone/acacia, structurize:timber_frames/acacia/oak, masonry:obsidian_cutables, structurize:timber_frames/yellow_terracotta/oak, structurize:shingles/moss_slate/crimson, forge:storage_blocks/netherite, forge:glass_panes/white, masonry:netherrack, biomesoplenty:hellbark_logs, supplementaries:beams, structurize:timber_frames/purple_terracotta/acacia, structurize:shingles/clay/cactus, tconstruct:slimy_leaves, forge:glass_panes/light_gray, structurize:timber_frames/magenta_terracotta/birch, byg:maple_logs, structurize:shingles/gilded_blackstone/jungle, alexsmobs:roadrunner_spawns, forge:storage_blocks/ametrine, structurize:timber_frames/birch/oak, additionalbars:bars/metallic, structurize:timber_frames/light_gray_terracotta, forge:dissolving, farmersdelight:heat_sources, forge:glass/pink, forge:chests, forge:storage_blocks/emerald, forge:ores/redstone, tconstruct:foundry/floor, tconstruct:harvestable, forge:storage_blocks/uranium, structurize:timber_frames/blackstone/dark_oak, structurize:timber_frames/spruce, infernalexp:magma_cube_avoid_blocks, structurize:timber_frames/dark_oak/crimson, forge:storage_blocks/unobtainium_allthemodium_alloy, carryon:block_blacklist, adorn:wooden_posts, structurize:shingles/slate/crimson, structure_gel:gel, forge:fence_gates, forge:storage_blocks/carminite, byg:ground_araucaria_sapling, structurize:timber_frames/orange_terracotta/cactus, byg:ground_pine_sapling, structurize:timber_frames/cream_stone_brick/birch, structurize:timber_frames/birch/spruce, forge:storage_blocks/copper, atmospheric:rosewood_logs, byg:ground_witch_hazel_sapling, darkerdepths:underground_base_blocks, byg:ground_purple_sage, structurize:timber_frames/beige_stone_brick/acacia, structurize:timber_frames/acacia/crimson, structurize:timber_frames/dark_oak/warped, adorn:shelves, structurize:timber_frames/oak/jungle, structurize:timber_frames/bricks/crimson, structurize:timber_frames/blackstone, structurize:timber_frames/gray_terracotta/birch, byg:willow_logs, structurize:timber_frames/stone/cactus, structurize:timber_frames/cream_stone_brick/cactus, structurize:timber_frames/beige_brick/warped, extendedmushrooms:mushroom_buttons/wool, twilightforest:dark_tower_excluded_pots, outvoted:hunger_can_burrow, woolplates:woolplates, upgrade_aquatic:river_logs, structurize:timber_frames/red_terracotta/cactus, structurize:timber_frames/orange_terracotta/birch, extendedmushrooms:mushroom_buttons/wood, forge:storage_blocks/lapis, forge:sheetmetals/aluminum, forge:ores/lead, structurize:timber_frames/bricks/acacia, forge:black_sand, forge:ores/prosperity, forge:relocation_not_supported, forge:mushrooms/poisonous, forge:storage_blocks/invar, structurize:shingles/thatched/spruce, supplementaries:posts, twilightforest:annihilation_inclusions, infernalexp:planted_quartz_base_blocks, byg:ground_begonia, extendedmushrooms:mushroom_slabs, byg:ground_orange_birch_sapling, infernalexp:buried_bone_base_blocks, forge:glass/white, forge:glass_panes/red, biomesoplenty:willow_logs, forge:storage_blocks/redstone_alloy, botania:mundane_floating_flowers, terraincognita:hanging_moss_plantable_on, structurize:timber_frames/gray_terracotta/spruce, structurize:timber_frames/brown_stone_brick/acacia, terraincognita:hazel_logs, forge:mushroom_caps, forge:storage_blocks/certus_quartz, blue_skies:ores/diopside, byg:ground_california_poppy, byg:ground_mangrove_sapling, create:fan_transparent, structurize:timber_frames/white_terracotta/birch, forge:storage_blocks/unobtainium, extendedmushrooms:mushroom_chests_trapped, endergetic:poise_stems, blue_skies:ores/aquite, forge:storage_blocks/sapphire, structurize:shingles/blackstone/spruce, forge:sand/colorless, masonry:granite, structurize:timber_frames/red_terracotta/acacia, alexsmobs:mantis_shrimp_spawns, quark:wooden_vertical_slabs, inventorypets:chests, tconstruct:harvestable/crops, nethers_delight:unaffected_by_rich_soul_soil, structurize:timber_frames/magenta_terracotta/spruce, minecraft:soul_speed_blocks, structurize:timber_frames/stone_bricks/spruce, forge:sheetmetals/copper, byg:pink_sand, structurize:timber_frames/beige_stone_brick/birch, alexsmobs:lobster_spawns, structurize:timber_frames/stone/oak, minecraft:walls, structurize:timber_frames/cobblestone/oak, masonry:diorite, structurize:timber_frames/cream_brick/dark_oak, forge:storage_blocks/lead, structurize:shingles/moss_slate/cactus, forge:fences/aluminum, structurize:timber_frames/acacia/warped, structurize:shingle_slabs/moss_slate, environmental:cherry_logs, structurize:timber_frames/beige_brick/jungle, forge:ores/soulium, betterendforge:end_ground, structurize:timber_frames/white_terracotta/cactus, structurize:timber_frames/oak/warped, minecraft:sand, structurize:timber_frames/paper/crimson, forge:storage_blocks/bismuth, byg:ground_mini_cactus, forge:storage_blocks/terrasteel, structurize:timber_frames/paper, forge:wg_stone, masonry:dark_prismarine, forge:treated_wood, structurize:timber_frames/beige_stone_brick/cactus, refinedstorage:storage_blocks/fluids/infinite, minecraft:campfires, supplementaries:vine_support, forge:sheetmetals/uranium, minecraft:infiniburn_nether, tconstruct:fuel_tanks, structurize:timber_frames/cream_stone_brick/spruce, infernalexp:anger_brown_shroomloin_blocks, forge:ores/cobalt, byg:ground_red_oak_sapling, structurize:timber_frames/blackstone/cactus, forge:glass/blue, forge:supports_conduit, structurize:shingles/moss_slate/spruce, minecraft:wooden_trapdoors, create:valve_handles, masonry:obsidian, buildinggadgets:blacklist/copy_paste, forge:storage_blocks/coal, byg:imparius_stems, forge:glass/light_blue, forge:ores/thallasium, botania:special_floating_flowers, structurize:timber_frames/spruce/jungle, infernalexp:base_stone_shores, adorn:wooden_steps, blue_skies:dungeon/aquatic, structurize:timber_frames/white_terracotta/spruce, forge:ores/cinnabar, forge:sandstone/red, structurize:timber_frames/brown_stone_brick/dark_oak, structurize:timber_frames/jungle/spruce, structurize:shingles/moss_slate, byg:ground_pink_anemone, masonry:netherrack_cutables, structurize:timber_frames/magenta_terracotta, minecraft:wooden_doors, forge:glass/purple, minecraft:crimson_stems, forge:purple_sand, structurize:timber_frames/light_blue_terracotta/spruce, blue_skies:storage_blocks/charoite, masonry:allstone, quark:hedges, forge:mushrooms/red, alexsmobs:gorilla_breakables, forge:storage_blocks/ruby, structurize:timber_frames/cyan_terracotta/acacia, byg:embur_pedus, structurize:timber_frames/blackstone/crimson, tconstruct:slime_block, structurize:shingles/gilded_blackstone/warped, byg:black_sand, byg:ground_yellow_tulip, structurize:timber_frames/cobblestone/spruce, tconstruct:scorched_tanks, structurize:timber_frames/purple_terracotta/dark_oak, structurize:timber_frames/brown_brick/oak, adorn:coffee_tables, structurize:shingles/moss_slate/acacia, structurize:timber_frames/cyan_terracotta/birch, structurize:timber_frames/orange_terracotta/crimson, minecraft:wall_corals, forge:grass, structurize:timber_frames/white_terracotta, masonry:allobsidian, adorn:chairs, byg:ground_yellow_spruce_sapling, forge:sand/purple, structurize:timber_frames/crimson, structurize:timber_frames/gray_terracotta/cactus, byg:ground_yellow_daffodil, structurize:timber_frames/purple_terracotta/cactus, structurize:timber_frames/light_blue_terracotta/jungle, structurize:timber_frames/spruce/spruce, forge:storage_blocks/silver, forge:ores/gold, byg:ground_azalea, minecraft:mushroom_stem, structurize:timber_frames/beige_brick/birch, additionalbars:bars, forge:ores/vibranium, structurize:timber_frames/light_blue_terracotta/oak, twilightforest:fences, biomesoplenty:palm_logs, charm:chests/wooden, structurize:timber_frames/paper/jungle, byg:cherry_logs, adorn:sofas, forge:glass/lime, forge:chests/wooden, forge:storage_blocks/aluminum, forge:storage_blocks/sulfur, bayou_blues:cypress_logs, structurize:timber_frames/brown_terracotta/acacia, masonry:andesite_cutables, botania:double_mystical_flowers, forge:mushroom_stems/green, minecraft:base_stone_overworld, minecraft:carpets, byg:ground_iris, blue_skies:storage_blocks/pyrope, structurize:timber_frames/yellow_terracotta/dark_oak, alexsmobs:crow_foodblocks, structurize:timber_frames/magenta_terracotta/warped, forge:storage_blocks/glowstone, charm:nether_portal_frames, minecraft:stone_bricks, structurize:timber_frames/jungle/oak, forge:glass/orange, forge:mushroom_caps/purple, infernalexp:dullthorns_ground, forge:mushrooms/glowshroom, byg:ground_peach_leather_flower, structurize:timber_frames/light_gray_terracotta/oak, structurize:timber_frames/white_terracotta/crimson, structurize:timber_frames/stone_bricks/warped, minecraft:slabs, minecraft:guarded_by_piglins, structurize:timber_frames/light_gray_terracotta/crimson, structurize:timber_frames/red_terracotta/spruce, byg:ground_japanese_orchid, byg:ground_blue_spruce_sapling, tconstruct:congealed_slime, botania:misc_special_flowers, chiselsandbits:chiselable/blocked, forge:ores/apatite, minecraft:buttons, structurize:shingles/slate/acacia, structurize:timber_frames/cactus/acacia, terraincognita:peat_multiblock_plants, masonry:allgranite, byg:ground_green_enchanted_sapling, byg:green_enchanted_logs, adorn:tables, minecraft:rails, structurize:timber_frames/dark_oak/jungle, structurize:timber_frames/lime_terracotta/dark_oak, tconstruct:harvestable/interact, tconstruct:slimy_grass/earth, botania:gaia_break_blacklist, structurize:timber_frames/crimson/jungle, forge:storage_blocks/niter, minecraft:strider_warm_blocks, extendedmushrooms:mushroom_planks, structurize:timber_frames/yellow_terracotta/jungle, structurize:timber_frames/gray_terracotta/acacia, byg:ground_palo_verde_sapling, structurize:timber_frames/brown_terracotta/oak, byg:ground_winter_succulent, minecraft:wooden_pressure_plates, create:brittle, biomesoplenty:redwood_logs, byg:sythian_stems, structurize:shingles/gilded_blackstone/oak, structurize:timber_frames/spruce/birch, structurize:timber_frames/terracotta/acacia, biomesoplenty:jacaranda_logs, structurize:timber_frames/brown_stone_brick/spruce, tconstruct:heater_controllers, supplementaries:concrete_powders, adorn:table_lamps, structurize:timber_frames/cyan_terracotta/cactus, minecraft:gold_ores, byg:ground_lament_sapling, forge:sheetmetals/silver, valhelsia_structures:posts, structurize:shingles/thatched/crimson, tconstruct:smeltery, adorn:kitchen_cupboards, structurize:timber_frames/dark_oak/spruce, create:non_movable, refinedstorage:storage_blocks/fluids, structurize:shingles/gilded_blackstone/crimson, farmersdelight:unaffected_by_rich_soil, structurize:shingles/thatched/cactus, structurize:shingles/thatched/dark_oak, structurize:timber_frames/cream_brick, mekanismadditions:plastic_blocks/glow, structurize:timber_frames/birch, twilightforest:twilight_oak_logs, structurize:timber_frames/brown_brick/crimson, forge:gravel, forge:stairs/plastic/transparent, structurize:timber_frames/oak/spruce, structurize:timber_frames/white_terracotta/oak, structurize:timber_frames/brown_terracotta/jungle, biomesoplenty:magic_logs, structurize:timber_frames/spruce/oak, structurize:timber_frames/bricks/dark_oak, forge:storage_blocks/bismuth_brass, structurize:timber_frames/cactus/crimson, structurize:timber_frames/dark_oak, forge:glass_panes/light_blue, minecolonies:indestructible, forge:ores/zinc, forge:ores/netherite_scrap, minecraft:crops, mekanismadditions:plastic_blocks/reinforced, alexsmobs:alligator_snapping_turtle_spawns, quark:quilted_wools, forge:fiber/flax, byg:zelkova_logs, structurize:timber_frames/brown_stone_brick/oak, minecraft:warped_stems, structurize:timber_frames/blue_terracotta/crimson, structurize:shingles/gilded_blackstone/spruce, botania:magnet_ring_blacklist, byg:ground_lazarus_bellflower, forge:fences/steel, forge:storage_blocks/coal_coke, structurize:timber_frames/stone_bricks/acacia, forge:storage_blocks/iron, create:seats, tconstruct:smeltery/tanks, forge:glass_panes/brown, structurize:timber_frames/stone_bricks, byg:ground_tall_prairie_grass, minecraft:wooden_pressure_plate, forge:ores/sapphire, forge:ores/lignite, structurize:shingles/slate/jungle, minecraft:climbable, structurize:timber_frames/pink_terracotta/dark_oak, structurize:timber_frames/magenta_terracotta/acacia, byg:ground_redwood_sapling, structurize:timber_frames/stone/spruce, snowrealmagic:invalid_supporters, structurize:timber_frames/terracotta, storagedrawers:drawers, structurize:timber_frames/pink_terracotta/jungle, minecraft:dark_oak_logs, forge:storage_blocks/steel, minecraft:coral_plants, farmersdelight:tray_heat_sources, forge:storage_blocks/lumium, atmospheric:kousa_logs, structurize:timber_frames/jungle, buildinggadgets:blacklist/generic, forge:blue_sand, structurize:timber_frames/yellow_terracotta/warped, structurize:timber_frames/cobblestone/birch, forge:storage_blocks/refined_glowstone, forge:mushrooms, masonry:allandesite, structurize:timber_frames/lime_terracotta/jungle, structurize:timber_frames/paper/oak, forge:storage_blocks/bronze, tconstruct:slimy_soil/earth, adorn:stone_posts, charm:barrels, structurize:shingles/thatched, structurize:timber_frames/crimson/crimson, forge:sheetmetals/gold, byg:ground_foxglove, supplementaries:pane_connection, masonry:diorite_wall, structurize:timber_frames/brown_brick/spruce, buildinggadgets:blacklist/destruction, byg:skyris_logs, minecraft:fences, structurize:timber_frames/cream_brick/acacia, minecraft:saplings, forge:ores/copper, forge:storage_blocks/knightmetal, minecraft:unstable_bottom_center, byg:white_sand, structurize:timber_frames/timber_frames, byg:ground_palm_sapling, minecraft:banners, masonry:allprismarine, minecraft:wooden_fences, structurize:timber_frames/brown_stone_brick/birch, structurize:timber_frames/cobblestone/crimson, forge:sheetmetals/constantan, structurize:shingles/thatched/jungle, twilightforest:transwood_logs, forge:obsidian, structurize:timber_frames/paper/spruce, forge:enderman_place_on_blacklist, byg:ground_alpine_bellflower, forge:storage_blocks/fiery, forge:chests/electric, biomesoplenty:mahogany_logs, industrialforegoing:machine_frame/supreme, structurize:timber_frames/brown_terracotta/warped, forge:slabs/plastic/glow, byg:ground_baobab_sapling, buildinggadgets:whitelist/building, structurize:shingle_slabs/gilded_blackstone, twilightforest:ore_magnet/minecraft/end_stone, supplementaries:pouring_tank, forge:glass/magenta, infernalexp:glow_fire_base_blocks, structurize:timber_frames/green_terracotta/warped, forge:ores/coal, structurize:timber_frames/stone/crimson, minecolonies:decoblocks, structurize:timber_frames/cream_stone_brick/warped, minecraft:base_stone_nether, structurize:timber_frames/cream_stone_brick/crimson, structurize:shingles/clay, tconstruct:seared_tanks, charm:bookcases, carryon:block_whitelist, infernalexp:base_stone_canyon, structurize:timber_frames/blue_terracotta/acacia, structurize:timber_frames/purple_terracotta/spruce, forge:mushrooms/purple, forge:sand/white, alexsmobs:drops_acacia_blossoms, forge:workbench, forge:storage_blocks/pendorite, structurize:timber_frames/black_terracotta/acacia, byg:ground_flowering_indigo_jacaranda_bush, minecraft:trapdoors, tconstruct:smeltery/floor, tconstruct:slimy_grass/sky, forge:glass/cyan, botania:shiny_flowers, structurize:timber_frames/stone_bricks/cactus, forge:glass, forge:ores/ironwood, structurize:timber_frames/magenta_terracotta/cactus, extendedmushrooms:mushroom_ladders, structurize:timber_frames/acacia, structurize:timber_frames/yellow_terracotta/acacia, mekanismadditions:plastic_blocks/plastic, structurize:timber_frames/blue_terracotta/cactus, structurize:timber_frames/black_terracotta/cactus, byg:baobab_logs, forge:storage_blocks/rose_gold, forge:storage_blocks/brass, structurize:timber_frames/light_gray_terracotta/jungle, atmospheric:yucca_logs, forge:ores/ruby, forge:storage_blocks/silicon_bronze, byg:mahogany_logs, forge:stained_glass_panes, immersiveengineering:scaffoldings/steel, structurize:timber_frames/green_terracotta/birch, forge:storage_blocks/queens_slime, structurize:timber_frames/blackstone/spruce, structurize:timber_frames/black_terracotta, forge:storage_blocks/zinc, byg:lament_logs, forge:workbenches, refinedstorage:storage_blocks/items/1048576k, structurize:timber_frames/birch/warped, byg:ground_blue_enchanted_sapling, structurize:timber_frames/oak/dark_oak, structurize:timber_frames/cobblestone/warped, structurize:timber_frames/cactus/dark_oak, forge:glass/gray, endergetic:ender_fire_base_blocks, structurize:timber_frames/acacia/spruce, structurize:timber_frames/green_terracotta/crimson, structurize:timber_frames/oak, cavesandcliffs:moss_replaceable, structurize:timber_frames/cyan_terracotta/crimson, structurize:shingles/slate/warped, structurize:timber_frames/bricks/cactus, forge:storage_blocks/refined_obsidian, byg:ground_cika_sapling, botania:enchanter_flowers, structurize:timber_frames/dark_oak/birch, forge:glass_panes/black, structurize:timber_frames/warped/oak, farmersdelight:wild_crops, forge:mushrooms/brown, outer_end:azure_foliage, byg:ground_willow_sapling, betterendforge:mossy_glowshroom_logs, structurize:paper_walls, forge:glass_panes/blue, tconstruct:slimy_nylium/blood, forge:mushroom_caps/brown, structurize:timber_frames/red_terracotta/warped, tconstruct:bloodshroom_logs, structurize:timber_frames/brown_brick/birch, tconstruct:tables, byg:redwood_logs, extendedmushrooms:mushroom_fence_gates, forge:mushroom_caps/glowshroom, structurize:timber_frames/lime_terracotta/oak, twilightforest:fence_gates, structurize:timber_frames/orange_terracotta/jungle, forge:stone, structurize:timber_frames/green_terracotta/jungle, structurize:timber_frames/cactus, structurize:timber_frames/terracotta/birch, structurize:timber_frames/cobblestone/acacia, byg:rainbow_eucalyptus_logs, forge:cheese_block, minecraft:infiniburn_end, forge:glass_panes/yellow, byg:ground_white_sage, buildinggadgets:whitelist/destruction, blue_skies:ores/moonstone, structurize:timber_frames/acacia/dark_oak, cavesandcliffs:dripstone_replaceable_blocks, alexsmobs:soul_vulture_spawns, biomesoplenty:cherry_logs, byg:blue_enchanted_logs, forge:storage_blocks/platinum, adorn:wooden_shelves, betterendforge:tenanea_logs, terraincognita:lotuses, blue_skies:storage_blocks/moonstone, byg:palm_logs, structurize:timber_frames/stone_bricks/dark_oak, tconstruct:tree_log, blue_skies:logs/cherry, forge:storage_blocks/apatite, structurize:shingles/gilded_blackstone, structurize:timber_frames/cyan_terracotta/dark_oak, alexsmobs:seal_spawns, structurize:timber_frames/stone_bricks/oak, masonry:end_stone, minecraft:shulker_boxes, extendedmushrooms:mushroom_trapdoors, valhelsia_structures:cut_posts, byg:ground_bistort, twilightforest:ore_magnet/twilightforest/root, minecraft:log, minecraft:birch_logs, tconstruct:slimy_planks, tconstruct:slimy_grass/ender, create:fan_heaters, byg:ground_rose, cavesandcliffs:candle_cakes, byg:bookshelves, byg:aspen_logs, blue_skies:storage_blocks/horizonite, tconstruct:slimy_soil/ichor, structurize:shingles/thatched/warped, quark:pike_trophies, byg:ground_nightshade_sapling, blue_skies:crafting_tables, minecolonies:concrete, structurize:timber_frames/beige_brick, betterendforge:jellyshroom_logs, structurize:timber_frames/warped/birch, structurize:timber_frames/yellow_terracotta/cactus, minecraft:oak_logs, structurize:timber_frames/cream_brick/oak, byg:purple_sand, blue_skies:dungeon/life, byg:ground_golden_spined_cactus, forge:ores/lapis, structurize:timber_frames/orange_terracotta, structurize:timber_frames/birch/dark_oak, blue_skies:dungeon/illager_teleportable, structurize:timber_frames/light_gray_terracotta/birch, variant16x:wool_buttons, forge:storage_blocks/slimesteel, forge:stairs/plastic, structurize:shingle_slabs/blackstone, forge:dirt, minecraft:bamboo_plantable_on, structurize:timber_frames/cobblestone, minecraft:pressure_plates, forge:ores/nickel, create:windowable, betterendforge:dragon_tree_logs, minecraft:jungle_logs, byg:ground_zelkova_sapling, infernalexp:anger_luminous_shroomloin_blocks, forge:white_sand, structurize:timber_frames/purple_terracotta/crimson, adorn:wooden_platforms, minecraft:spruce_logs, mekanismadditions:plastic_blocks, netheragriculture:glowing_stems, rats:quarry_ignorables, structurize:timber_frames/brown_brick, forge:fence_gates/wooden, structurize:timber_frames/light_blue_terracotta, forge:ores/aluminum, structurize:timber_frames/dark_oak/dark_oak, forge:ores/uranium, forge:glass_panes/lime, structurize:timber_frames/cobblestone/dark_oak, create:windmill_sails, structurize:shingle_slabs/clay, structurize:timber_frames/dark_oak/cactus, sereneseasons:spring_crops, tconstruct:foundry/wall, structurize:timber_frames/pink_terracotta/oak, tconstruct:smeltery/wall, structurize:timber_frames/birch/acacia, forge:mushroom_stems/glowshroom, outer_end:crystal_blocks, structurize:timber_frames/cyan_terracotta/spruce, structurize:timber_frames/bricks/oak, structurize:timber_frames/light_blue_terracotta/birch, byg:ground_lolipop_flower, botania:terra_plate_base, structurize:timber_frames/birch/cactus, extendedmushrooms:mushroom_bookshelves, structurize:timber_frames/brown_brick/cactus, structurize:timber_frames/terracotta/oak, twilightforest:carminite_reactor_immune, structurize:timber_frames/bricks, minecraft:flowers, forge:storage_blocks/cobalt, byg:ground_red_spruce_sapling, structurize:timber_frames/brown_brick/acacia, byg:cika_logs, botania:special_flowers, botania:functional_special_flowers, structurize:timber_frames/stone, betterendforge:pythadendron_logs, botania:terraformable, alexsmobs:soul_vulture_perches, structurize:timber_frames/cream_brick/spruce, structurize:timber_frames/gray_terracotta/crimson, structurize:timber_frames/cobblestone/cactus, industrialforegoing:machine_frame/pity, byg:ground_crocus, forge:ores/pendorite, minecraft:fence_gates, refinedstorage:storage_blocks/items/1024k, structurize:timber_frames/beige_stone_brick/warped, structurize:shingles/moss_slate/dark_oak, forge:ores, forge:storage_blocks/aluminum_steel, structurize:timber_frames/lime_terracotta, structurize:timber_frames/warped, structurize:timber_frames/cream_stone_brick/acacia, adorn:kitchen_sinks, masonry:prismarine_wall, valhelsia_structures:non_flammable_posts, forge:storage_blocks/diamond, byg:ground_firecracker_flower_bush, minecraft:nylium, alexsmobs:warped_mosco_breakables, structurize:timber_frames/stone/acacia, byg:holly_logs, forge:storage_blocks/bamboo, supplementaries:hang_from_ropes, blue_skies:vines, structurize:timber_frames/spruce/dark_oak, adorn:drawers, structurize:timber_frames/paper/birch, structurize:timber_frames/lime_terracotta/crimson, byg:pine_logs, refinedstorage:storage_blocks/fluids/65536k, forge:glass_panes/magenta, structurize:timber_frames/terracotta/crimson, blue_skies:dungeon/keystone, byg:ground_kovan_flower, mekanismadditions:plastic_blocks/transparent, byg:ground_maple_sapling, blue_skies:logs/bluebright, structurize:timber_frames/terracotta/spruce, forge:mushrooms/edible, nethers_delight:soul_compost_activators, valhelsia_structures:jars, structurize:timber_frames/paper/acacia, masonry:prismarine_cutables, betterendforge:gen_terrain, quark:stools, structurize:timber_frames/cream_stone_brick/dark_oak, masonry:dark_prismarine_wall, structurize:null_placement, structurize:timber_frames/black_terracotta/birch, forge:storage_blocks/nickel, botania:floating_flowers, forge:diorite, forge:ores/niter, tconstruct:harvestable/stackable, byg:ground_green_tulip, tconstruct:slimy_nylium, refinedstorage:storage_blocks/items, quark:candles, structurize:timber_frames/lime_terracotta/spruce, minecraft:dragon_immune, forge:sheetmetals/nickel, structurize:timber_frames/warped/jungle, structurize:timber_frames/stone/jungle, structurize:timber_frames/brown_terracotta/spruce, forge:stairs/plastic/glow, tconstruct:foundry/tanks, structurize:timber_frames/red_terracotta/crimson, forge:glass/red, chiselsandbits:chiselable/forced, byg:blue_sand, blue_skies:ores/charoite, byg:ground_cypress_sapling, masonry:end_stone_cutables, twilightforest:structure_banned_interactions, structurize:timber_frames/red_terracotta/dark_oak, structurize:timber_frames/bricks/warped, forge:sheetmetals/steel, refinedstorage:storage_blocks/items/16384k, masonry:andesite, structurize:timber_frames/brown_brick/jungle, forge:mushroom_stems/colorless, minecraft:mushroom_hyphae, forge:glass_panes/green, structurize:timber_frames/cactus/spruce, forge:ores/bismuth, extendedmushrooms:mushroom_fences, betterendforge:end_lotus_logs, structurize:timber_frames/blue_terracotta/spruce, structurize:timber_frames/blackstone/warped, minecraft:prevent_mob_spawning_inside, forge:flowers, forge:fiber, forge:chests/trapped, snowrealmagic:bottom_snow, buildinggadgets:whitelist/generic, forge:bushes, structurize:timber_frames/cyan_terracotta/jungle, masonry:prismarine, structurize:timber_frames/dark_oak/acacia, adorn:platforms, tconstruct:scorched_blocks, twilightforest:portal/fluid, forge:storage_blocks/arctic_fur, masonry:stone_cutables, forge:sandstone, ceramics:cistern_connections, forge:glass_panes/colorless, structurize:timber_frames/black_terracotta/spruce, structurize:timber_frames/purple_terracotta/warped, terraincognita:sweet_peas, structurize:timber_frames/beige_stone_brick/jungle, structurize:shingles/moss_slate/oak, blue_skies:logs/dusk, forge:storage_blocks/cinnabar, structurize:shingles/blackstone/oak, structurize:shingles/gilded_blackstone/cactus, structurize:shingles/slate/spruce, twilightforest:canopy_logs, forge:storage_blocks/steeleaf, darkerdepths:grimestone_replacement, twilightforest:antibuilder_ignores, blue_skies:storage_blocks/diopside, byg:ground_orange_oak_sapling, masonry:dark_prismarine_cutables, structurize:timber_frames/cyan_terracotta/oak, minecraft:beds, structurize:timber_frames/brown_terracotta/crimson, structurize:shingles/clay/jungle, tconstruct:seared_bricks, forge:ores/diamond, minecraft:doors, structurize:shingles/thatched/birch, mekanismadditions:plastic_blocks/road, tconstruct:slimy_soil/vanilla, minecraft:infiniburn_overworld, minecraft:flower_pots, structurize:timber_frames/orange_terracotta/oak, structurize:shingles/clay/crimson, structurize:shingles/blackstone/birch, forge:storage_blocks/sugar_cane, forge:storage_blocks/signalum, structurize:timber_frames/blackstone/jungle, industrialforegoing:machine_frame/advanced, byg:ground_flowering_jacaranda_bush, twilightforest:trophies, structurize:timber_frames/spruce/crimson, structurize:timber_frames/red_terracotta/birch, buildinggadgets:blacklist/building, structurize:timber_frames/brown_brick/warped, byg:ground_osiria_rose, forge:ores/tin, structurize:timber_frames/purple_terracotta/jungle, alexsmobs:seal_digables, byg:palo_verde_logs, minecraft:signs, structurize:timber_frames/spruce/acacia, structurize:shingles/slate/birch, minecraft:wither_summon_base_blocks, structurize:timber_frames/green_terracotta/oak, byg:fir_logs, alexsmobs:mimic_octopus_spawns, structurize:timber_frames/warped/warped, forge:storage_blocks/osmium, minecraft:hoglin_repellents, twilightforest:towerwood, mekanism:cardboard_blacklist, extendedmushrooms:mushroom_doors, structurize:timber_frames/gray_terracotta/oak, byg:ground_brown_birch_sapling, structurize:timber_frames/warped/dark_oak, structurize:timber_frames/cream_stone_brick, outer_end:crystal_buds, structurize:timber_frames/light_blue_terracotta/acacia, botania:mini_flowers, structurize:timber_frames/light_gray_terracotta/spruce, blue_skies:dungeon/poison, extendedmushrooms:mushroom_chests, byg:ground_orchard_sapling, structurize:timber_frames/cactus/oak, endergetic:end_plantable, alexsmobs:komodo_dragon_spawns, blue_skies:dungeon/blinding, atmospheric:yucca_plantable_on, structurize:timber_frames/pink_terracotta/spruce, enhanced_mushrooms:glowshroom_stems, structurize:timber_frames/brown_stone_brick, byg:ground_ebony_sapling, adorn:stone_steps, twilightforest:fire_jet_fuel, forge:storage_blocks/charcoal, structurize:timber_frames/warped/crimson, outer_end:end_plantable_on, structurize:timber_frames/oak/oak, structurize:shingle_slabs/thatched, byg:ground_red_cornflower, tconstruct:slimy_logs, structurize:shingles/gilded_blackstone/acacia, minecraft:coral_blocks, tconstruct:slimy_grass, forge:fence_gates/plastic, forge:glass/green, alexsmobs:cachalot_whale_breakables, refinedstorage:storage_blocks/items/4096k, byg:ground_rainbow_eucalyptus_sapling, tconstruct:slimy_soil/ender, structurize:timber_frames/birch/crimson, refinedstorage:storage_blocks/items/262144k, atmospheric:aspen_logs, structurize:timber_frames/crimson/birch, valhelsia_structures:colored_jars, minecraft:underwater_bonemeals, blue_skies:ores/pyrope, minecraft:impermeable, forge:end_stones, biomesoplenty:fir_logs, forge:mushroom_caps/red, forge:sandstone/colorless, forge:ores/sulfur, structurize:timber_frames/stone/dark_oak, masonry:netherrack_wall, forge:fences/wooden, structurize:timber_frames/oak/birch, sereneseasons:summer_crops, forge:storage_blocks, forge:glass_panes/orange, tconstruct:slimy_soil, structurize:timber_frames/cyan_terracotta/warped, atmospheric:grimwood_logs, forge:ores/quartz, appliedenergistics2:whitelisted/facades, structurize:shingles/thatched/acacia, byg:ground_silver_maple_sapling, byg:ground_skyris_sapling, structurize:timber_frames/white_terracotta/jungle, forge:saplings, structurize:timber_frames/purple_terracotta, structurize:timber_frames/purple_terracotta/oak, minecolonies:orechanceblocks, structurize:timber_frames/beige_stone_brick/oak, structurize:timber_frames/light_gray_terracotta/warped, blue_skies:storage_blocks/ventium, forge:slabs/plastic, structurize:shingles/gilded_blackstone/birch, forge:storage_blocks/redstone, byg:withering_oak_logs, extendedmushrooms:mushroom_pressure_plates/wool, structurize:timber_frames/pink_terracotta/warped, charm:chests/trapped, twilightforest:ore_magnet/minecraft/stone, alexsmobs:grizzly_beehive, minecraft:stairs, quark:underground_biome_replaceable, sereneseasons:unbreakable_infertile_crops, structurize:shingles/moss_slate/jungle, refinedstorage:storage_blocks/items/256k, minecraft:logs, structurize:timber_frames/cream_stone_brick/jungle, structurize:timber_frames/jungle/jungle, byg:ground_pink_cherry_sapling, byg:ground_brown_zelkova_sapling, infernalexp:anger_red_shroomloin_blocks, byg:ground_holly_sapling, forge:treated_wood_slab, blue_skies:logs/frostbright, structurize:timber_frames/cactus/cactus, alexsmobs:crocodile_spawns, minecraft:valid_spawn, minecraft:mushroom_grow_block, structurize:timber_frames/stone/warped, quark:wraith_spawnable, forge:ores/certus_quartz, masonry:alldark_prismarine, extendedmushrooms:mushroom_pressure_plates/wood, structurize:timber_frames/pink_terracotta/birch, autumnity:maple_logs, extendedmushrooms:mushroom_pressure_plates, structurize:shingles/clay/birch, refinedstorage:storage_blocks, structurize:timber_frames/yellow_terracotta/spruce, sereneseasons:autumn_crops, tconstruct:planklike, quark:slime_blocks, byg:ground_incan_lily, masonry:andesite_wall, abundance:jacaranda_logs, quark:vertical_slab, forge:storage_blocks/ironwood, structurize:shingles/slate/oak, betterendforge:lucernia_logs, charm:immovable_by_pistons, appliedenergistics2:blacklisted/annihilation_plane, cavesandcliffs:small_dripleaf_placeable, cavesandcliffs:lush_plants_replaceable, byg:ground_red_birch_sapling, blue_skies:cobblestone, minecraft:beacon_base_blocks, masonry:allnetherrack, alexsmobs:orca_breakables, twilightforest:darkwood_logs, structurize:timber_frames/brown_terracotta/cactus, minecraft:anvil, forge:storage_blocks/enderium, appliedenergistics2:spatial/blacklist, forge:ores/ender, forge:sand, sereneseasons:greenhouse_glass, structurize:timber_frames/cactus/birch, forge:sheetmetals/lead, thermal:rockwool, structurize:timber_frames/blue_terracotta, structurize:timber_frames/terracotta/cactus, forge:storage_blocks/tar, adorn:posts, alexsmobs:elephant_foodblocks, byg:ground_yellow_birch_sapling, structurize:timber_frames/blue_terracotta/oak, byg:ground_torch_ginger, structurize:timber_frames/cobblestone/jungle, blue_skies:ores/horizonite, forge:storage_blocks/hepatizon, botania:mystical_flowers, structurize:timber_frames/orange_terracotta/warped, snowrealmagic:containables, minecraft:piglin_repellents, byg:ground_delphinium, forge:glass/black, structurize:timber_frames/crimson/oak, minecraft:portals, snowrealmagic:not_containables, forge:fences/nether_brick, immersiveengineering:scaffoldings/aluminum, forge:ores/iron, twilightforest:logs, structurize:timber_frames/green_terracotta/cactus, structurize:timber_frames/acacia/cactus, forge:storage_blocks/biotite, structurize:timber_frames/jungle/birch, structurize:timber_frames/stone_bricks/crimson, blue_skies:logs/starlit, extendedmushrooms:mushroom_buttons, adorn:kitchen_blocks, minecraft:wooden_stairs, thermal:glass/hardened, minecraft:wooden_buttons, quark:crystal, biomesoplenty:umbran_logs, structurize:timber_frames/bricks/spruce, structurize:timber_frames/oak/acacia, forge:storage_blocks/anthracite, forge:storage_blocks/quartz, structurize:timber_frames/purple_terracotta/birch, structurize:timber_frames/jungle/dark_oak, byg:ground_brown_oak_sapling, forge:granite, structurize:shingles/thatched/oak, byg:ground_joshua_sapling, extendedmushrooms:mushroom_carpets, byg:cypress_logs, structurize:timber_frames/acacia/acacia, forge:ores/emerald, forge:storage_blocks/bitumen, blue_skies:stone, structurize:timber_frames/bricks/jungle, buildinggadgets:whitelist/exchanging, adorn:kitchen_counters, charm:bookshelves, minecraft:corals, quark:foxhound_spawnable, adorn:chimneys, structurize:shingles/slate/cactus, byg:ground_prickly_pear_cactus, structurize:shingles/blackstone/dark_oak, forge:barrels/wooden, upgrade_aquatic:driftwood_logs, structurize:timber_frames/red_terracotta/jungle, structurize:timber_frames/cream_brick/cactus, forge:storage_blocks/clay, blue_skies:storage_blocks/aquite, atmospheric:morado_logs, endergetic:chorus_plantable, byg:bulbis_stems, byg:ground_indigo_jacaranda_sapling, minecraft:bee_growables, structurize:shingles/clay/warped, abundance:redbud_logs, structurize:timber_frames/green_terracotta/dark_oak, structurize:timber_frames/brown_brick/dark_oak, structurize:timber_frames/blue_terracotta/warped, minecraft:tall_flowers, structurize:timber_frames/oak/cactus, extendedmushrooms:mushrooms/edible, structurize:timber_frames/brown_stone_brick/jungle, forge:sand/black, refinedstorage:storage_blocks/fluids/16384k, forge:bookshelves, minecraft:stone_pressure_plates, charm:lanterns, forge:ores/platinum, cavesandcliffs:lush_ground_replaceable, structurize:timber_frames/terracotta/dark_oak, masonry:stone, supplementaries:palisades, forge:glass_panes/pink, byg:ground_angelica, structurize:timber_frames/green_terracotta/acacia, adorn:steps, minecraft:dirt, forge:netherrack, structurize:timber_frames/crimson/spruce, structurize:timber_frames/black_terracotta/warped, minecraft:soul_fire_base_blocks, forge:crops/flax, adorn:benches, forge:sheetmetals, structurize:shingles/blackstone, forge:ores/allthemodium, masonry:granite_cutables, byg:ground_fir_sapling, structurize:timber_frames/warped/spruce, byg:ground_purple_tulip, terraincognita:apple_logs, appliedenergistics2:spatial/whitelist, structurize:timber_frames/blue_terracotta/birch, masonry:diorite_cutables, structurize:timber_frames/blue_terracotta/dark_oak, forge:glass_panes/cyan, structurize:timber_frames/gray_terracotta/warped, structurize:timber_frames/black_terracotta/crimson, minecraft:wool, forge:glass/colorless, charm:crates, minecolonies:protectionexception, minecraft:beehives, twilightforest:timewood_logs, blue_skies:logs/maple, minecraft:ice, structurize:timber_frames/terracotta/jungle, byg:ground_guzmania, structurize:timber_frames/lime_terracotta/birch, structurize:timber_frames/oak/crimson, forge:stained_glass, refinedstorage:storage_blocks/items/infinite, blue_skies:storage_blocks/falsite, cavesandcliffs:overworld_replaceables, structurize:timber_frames/stone_bricks/jungle, structurize:timber_frames/birch/jungle, twilightforest:mangrove_logs, structurize:shingle_slabs/slate, structurize:floating_carpets, cavesandcliffs:candles, create:wrench_pickup, botania:corporea_spark_override, supplementaries:enchantment_bypass, byg:ground_tall_allium, cavesandcliffs:crystal_sound_blocks, structurize:timber_frames/cactus/jungle, byg:ground_white_cherry_sapling, twilightforest:sortwood_logs, structurize:timber_frames/orange_terracotta/dark_oak, refinedstorage:storage_blocks/fluids/262144k, structurize:timber_frames/red_terracotta, farmersdelight:compost_activators, quark:ladders, structurize:timber_frames/yellow_terracotta/crimson, forge:glass_panes, minecraft:non_flammable_wood, forge:sand/pink, forge:braziers, infernalexp:embody_fall_blocks, forge:ores/fluorite, mekanismadditions:plastic_blocks/slick, industrialforegoing:machine_frame/simple, structurize:timber_frames/light_blue_terracotta/dark_oak, enhanced_mushrooms:red_mushroom_stems, structurize:shingles/gilded_blackstone/dark_oak, tconstruct:seared_blocks, alexsmobs:drops_bananas, botania:livingwood, forge:storage_blocks/vibranium, extendedmushrooms:mushroom_signs, structurize:timber_frames/jungle/acacia, structurize:timber_frames/white_terracotta/acacia, structurize:timber_frames/beige_stone_brick/crimson, byg:nightshade_logs, forge:storage_blocks/soulsteel, twilightforest:mining_logs, create:safe_nbt, byg:ground_violet_leather_flower, structurize:shingles/blackstone/acacia, structurize:shingles/clay/oak, structurize:timber_frames/blue_terracotta/jungle, structurize:timber_frames/black_terracotta/jungle, forge:storage_blocks/tin, structurize:timber_frames/light_gray_terracotta/cactus, minecraft:enderman_holdable, structurize:timber_frames/beige_stone_brick, structurize:timber_frames/red_terracotta/oak, forge:storage_blocks/electrum, forge:mushroom_stems, forge:storage_blocks/knightslime, structurize:timber_frames/magenta_terracotta/crimson, structurize:timber_frames/lime_terracotta/warped, byg:ground_orange_daisy, alexsmobs:rattlesnake_spawns, minecraft:wall_post_override, structurize:shingles/slate/dark_oak, tconstruct:anvil_metal, mekanismadditions:glow_panels, byg:ground_magenta_tulip, tconstruct:slimy_nylium/ichor, byg:ground_pink_orchid, cavesandcliffs:snow_step_sound_blocks, alexsmobs:kangaroo_spawns, structurize:timber_frames/crimson/warped, botania:livingrock, byg:ground_tall_pink_allium, byg:ground_purple_orchid, structurize:shingles/clay/spruce, structurize:shingles/slate, structurize:timber_frames/cream_brick/warped, structurize:timber_frames/stone/birch, forge:storage_blocks/constantan, forge:ores/unobtainium, minecraft:fire, refinedstorage:storage_blocks/items/65536k, structurize:timber_frames/brown_terracotta/dark_oak, cavesandcliffs:cave_vines, structurize:shingles/blackstone/crimson, structurize:timber_frames/beige_brick/cactus, forge:sheetmetals/electrum, structurize:timber_frames/terracotta/warped, minecraft:wall_signs, quark:vertical_slabs, structurize:timber_frames/crimson/dark_oak, structurize:timber_frames/brown_terracotta/birch, structurize:shingles/blackstone/jungle, masonry:granite_wall, structurize:timber_frames/beige_stone_brick/spruce, forge:storage_blocks/bismuth_steel, masonry:end_stone_wall, blue_skies:dungeon/nature, forge:fences/plastic, byg:ground_protea_flower, forge:storage_blocks/elementium, structurize:timber_frames/cream_stone_brick/oak, byg:ground_black_rose, structurize:timber_frames/spruce/cactus, betterendforge:lacugrove_logs, alexsmobs:crow_fears, quark:crab_spawnable, structurize:timber_frames/jungle/warped, forge:storage_blocks/gunpowder, structurize:timber_frames/beige_brick/spruce, structurize:timber_frames/magenta_terracotta/jungle, silents_mechanisms:drying_racks, tconstruct:skyroot_logs, tconstruct:slimy_soil/sky, forge:storage_blocks/lignite, minecraft:leaves, buzzier_bees:flower_blacklist, structurize:shingles/moss_slate/birch, cavesandcliffs:terracotta, structurize:timber_frames/light_blue_terracotta/cactus, enhanced_mushrooms:brown_mushroom_stems, byg:ground_ether_sapling, structurize:timber_frames/gray_terracotta/jungle, byg:mangrove_logs, byg:witch_hazel_logs, forge:glass_panes/gray, minecraft:wither_immune, structurize:timber_frames/cactus/warped, minecraft:acacia_logs, structurize:timber_frames/gray_terracotta/dark_oak, elevatorid:elevators, tconstruct:slimy_tree_trunks, structurize:shingles/blackstone/cactus, atmospheric:passion_vine_growable_on, forge:sand/red, structurize:timber_frames/pink_terracotta/cactus, alexsmobs:emu_spawns, structurize:timber_frames/orange_terracotta/acacia, forge:glass/brown, structurize:timber_frames/blackstone/oak, byg:ground_jacaranda_sapling, create:sails, betterendforge:umbrella_tree_logs, minecraft:logs_that_burn, structurize:timber_frames/yellow_terracotta/birch, structurize:timber_frames/magenta_terracotta/dark_oak, structurize:timber_frames/light_blue_terracotta/crimson, forge:glass/light_gray, structurize:timber_frames/beige_brick/oak, twilightforest:ore_magnet/minecraft/netherrack, byg:ground_blue_sage, minecraft:wooden_slabs, alexsmobs:platypus_spawns, structurize:timber_frames/paper/cactus, minecraft:small_flowers, blue_skies:logs/lunar, structurize:timber_frames/yellow_terracotta, mekanism:atomic_disassembler_ore, structurize:timber_frames/gray_terracotta, masonry:allend_stone, forge:ores/osmium, infernalexp:anger_warped_shroomloin_blocks, byg:ground_aspen_sapling, structurize:timber_frames/green_terracotta/spruce, structurize:timber_frames/dark_oak/oak, structurize:timber_frames/magenta_terracotta/oak, forge:ores/knightmetal, forge:storage_blocks/manasteel, supplementaries:rope_support, sereneseasons:winter_crops, twilightforest:portal/decoration, byg:ground_horseweed, structurize:timber_frames/paper/dark_oak, structurize:timber_frames/orange_terracotta/spruce, forge:andesite, structurize:timber_frames/birch/birch, minecolonies:pathblocks, supplementaries:water_holder, tconstruct:slimy_saplings, forge:ores/amber, betterendforge:helix_tree_logs, buildinggadgets:blacklist/exchanging, twilightforest:ore_magnet/ore_safe_replace_block, byg:ground_withering_oak_sapling, blue_skies:logs/crystallized, environmental:willow_logs, byg:ether_logs, minecraft:standing_signs, structurize:shingles/clay/acacia, infernalexp:anger_crimson_shroomloin_blocks, blue_skies:ores/falsite, extendedmushrooms:mushroom_growing_blocks_lightlevel, byg:ground_richea, structurize:timber_frames/brown_stone_brick/warped, structurize:timber_frames/beige_brick/dark_oak, minecraft:wart_blocks, alexsmobs:leafcutter_ant_breakables, botania:generating_special_flowers, structurize:timber_frames/pink_terracotta/acacia, structurize:timber_frames/acacia/birch, extendedmushrooms:mushroom_stairs, charm:chests/normal, masonry:obsidian_wall, forge:marble, byg:ground_red_orchid, structurize:timber_frames/crimson/acacia, alexsmobs:mungus_replace_mushroom, forge:ores/silver, iceandfire:myrmex_harvestables, byg:ground_pink_daffodil, forge:glass_panes/purple, forge:glass/yellow, structurize:timber_frames/black_terracotta/dark_oak, environmental:grass_like, structurize:timber_frames/white_terracotta/dark_oak, structurize:timber_frames/beige_stone_brick/dark_oak, structurize:timber_frames/acacia/jungle, blue_skies:bookshelves, twilightforest:ore_magnet/block_replace_ore, buildinggadgets:whitelist/copy_paste, minecraft:piglin_repellants, additionalbars:bars/wooden, forge:storage_blocks/neptunium, byg:ground_pink_allium, forge:ores/anthracite, forge:barrels, structurize:timber_frames/brown_stone_brick/crimson, forge:ores/inferium, forge:pink_sand, blue_skies:ores/ventium, biomesoplenty:dead_logs, alexsmobs:mungus_replace_nether, quark:lead_connectable, forge:storage_blocks/pig_iron, structurize:timber_frames/warped/cactus, refinedstorage:storage_blocks/fluids/1048576k, forge:chests/ender, byg:jacaranda_logs, structurize:timber_frames/jungle/crimson, structurize:shingles/clay/dark_oak, forge:slabs/plastic/transparent, byg:ground_red_maple_sapling, structurize:timber_frames/cream_brick/birch, structurize:timber_frames/brown_stone_brick/cactus, environmental:wisteria_logs, structurize:shingles/blackstone/warped, structurize:timber_frames/lime_terracotta/acacia, forge:storage_blocks/manyullyn, structurize:timber_frames/beige_brick/acacia, forge:storage_blocks/unobtainium_vibranium_alloy, endergetic:poise_plantable, endergetic:end_crystal_placeable, structurize:timber_frames/bricks/birch, structurize:shingles/moss_slate/warped, structurize:timber_frames/crimson/cactus, forge:sand/blue, structurize:timber_frames/black_terracotta/oak, structurize:timber_frames/cream_brick/jungle, masonry:stone_wall, tconstruct:greenheart_logs, mysticalagriculture:crops, structurize:timber_frames/spruce/warped, adorn:stone_platforms, masonry:alldiorite, twilightforest:portal/edge, forge:storage_blocks/allthemodium, blue_skies:ladders, alexsmobs:void_worm_breakables, minecraft:planks, structurize:timber_frames/pink_terracotta, forge:cobblestone, structurize:timber_frames/white_terracotta/warped, byg:ground_orange_spruce_sapling, structurize:timber_frames/cyan_terracotta, byg:ebony_logs, outer_end:crystal_crag_foliage, structurize:timber_frames/light_gray_terracotta/dark_oak, structurize:timber_frames/pink_terracotta/crimson, forge:crab_can_dig, byg:ground_white_anemone, forge:storage_blocks/gold, structurize:timber_frames/blackstone/birch, tconstruct:foundry, structurize:timber_frames/light_gray_terracotta/acacia, forge:ores/ametrine, tconstruct:alloyer_tanks, structurize:timber_frames/paper/warped, byg:ground_mahogany_sapling, structurize:timber_frames/cream_brick/crimson, structurize:timber_frames/stone_bricks/birch, structurize:timber_frames/lime_terracotta/cactus, structurize:timber_frames/jungle/cactus, structurize:timber_frames/beige_brick/crimson, forge:sheetmetals/iron, forge:fences, structurize:timber_frames/brown_terracotta, structurize:timber_frames/warped/acacia, forge:storage_blocks/slag, structurize:timber_frames/green_terracotta, forge:chests/personal, structurize:timber_frames/light_blue_terracotta/warped, forge:storage_blocks/vibranium_allthemodium_alloy, supplementaries:bellows_tickable, forge:terracotta, forge:sapling]
[14Sep2021 11:26:13.612] [main/INFO] [STDOUT/]: [tschipp.carryon.common.handler.ListHandler:initConfigLists:282]: [forge:ores/biotite, quark:planks_vertical_slab, byg:ground_silver_vase_flower, structurize:timber_frames/blackstone/acacia, structurize:timber_frames/acacia/oak, masonry:obsidian_cutables, structurize:timber_frames/yellow_terracotta/oak, structurize:shingles/moss_slate/crimson, forge:storage_blocks/netherite, forge:glass_panes/white, masonry:netherrack, biomesoplenty:hellbark_logs, supplementaries:beams, structurize:timber_frames/purple_terracotta/acacia, structurize:shingles/clay/cactus, tconstruct:slimy_leaves, forge:glass_panes/light_gray, structurize:timber_frames/magenta_terracotta/birch, byg:maple_logs, structurize:shingles/gilded_blackstone/jungle, alexsmobs:roadrunner_spawns, forge:storage_blocks/ametrine, structurize:timber_frames/birch/oak, additionalbars:bars/metallic, structurize:timber_frames/light_gray_terracotta, forge:dissolving, farmersdelight:heat_sources, forge:glass/pink, forge:chests, forge:storage_blocks/emerald, forge:ores/redstone, tconstruct:foundry/floor, tconstruct:harvestable, forge:storage_blocks/uranium, structurize:timber_frames/blackstone/dark_oak, structurize:timber_frames/spruce, infernalexp:magma_cube_avoid_blocks, structurize:timber_frames/dark_oak/crimson, forge:storage_blocks/unobtainium_allthemodium_alloy, carryon:block_blacklist, adorn:wooden_posts, structurize:shingles/slate/crimson, structure_gel:gel, forge:fence_gates, forge:storage_blocks/carminite, byg:ground_araucaria_sapling, structurize:timber_frames/orange_terracotta/cactus, byg:ground_pine_sapling, structurize:timber_frames/cream_stone_brick/birch, structurize:timber_frames/birch/spruce, forge:storage_blocks/copper, atmospheric:rosewood_logs, byg:ground_witch_hazel_sapling, darkerdepths:underground_base_blocks, byg:ground_purple_sage, structurize:timber_frames/beige_stone_brick/acacia, structurize:timber_frames/acacia/crimson, structurize:timber_frames/dark_oak/warped, adorn:shelves, structurize:timber_frames/oak/jungle, structurize:timber_frames/bricks/crimson, structurize:timber_frames/blackstone, structurize:timber_frames/gray_terracotta/birch, byg:willow_logs, structurize:timber_frames/stone/cactus, structurize:timber_frames/cream_stone_brick/cactus, structurize:timber_frames/beige_brick/warped, extendedmushrooms:mushroom_buttons/wool, twilightforest:dark_tower_excluded_pots, outvoted:hunger_can_burrow, woolplates:woolplates, upgrade_aquatic:river_logs, structurize:timber_frames/red_terracotta/cactus, structurize:timber_frames/orange_terracotta/birch, extendedmushrooms:mushroom_buttons/wood, forge:storage_blocks/lapis, forge:sheetmetals/aluminum, forge:ores/lead, structurize:timber_frames/bricks/acacia, forge:black_sand, forge:ores/prosperity, forge:relocation_not_supported, forge:mushrooms/poisonous, forge:storage_blocks/invar, structurize:shingles/thatched/spruce, supplementaries:posts, twilightforest:annihilation_inclusions, infernalexp:planted_quartz_base_blocks, byg:ground_begonia, extendedmushrooms:mushroom_slabs, byg:ground_orange_birch_sapling, infernalexp:buried_bone_base_blocks, forge:glass/white, forge:glass_panes/red, biomesoplenty:willow_logs, forge:storage_blocks/redstone_alloy, botania:mundane_floating_flowers, terraincognita:hanging_moss_plantable_on, structurize:timber_frames/gray_terracotta/spruce, structurize:timber_frames/brown_stone_brick/acacia, terraincognita:hazel_logs, forge:mushroom_caps, forge:storage_blocks/certus_quartz, blue_skies:ores/diopside, byg:ground_california_poppy, byg:ground_mangrove_sapling, create:fan_transparent, structurize:timber_frames/white_terracotta/birch, forge:storage_blocks/unobtainium, extendedmushrooms:mushroom_chests_trapped, endergetic:poise_stems, blue_skies:ores/aquite, forge:storage_blocks/sapphire, structurize:shingles/blackstone/spruce, forge:sand/colorless, masonry:granite, structurize:timber_frames/red_terracotta/acacia, alexsmobs:mantis_shrimp_spawns, quark:wooden_vertical_slabs, inventorypets:chests, tconstruct:harvestable/crops, nethers_delight:unaffected_by_rich_soul_soil, structurize:timber_frames/magenta_terracotta/spruce, minecraft:soul_speed_blocks, structurize:timber_frames/stone_bricks/spruce, forge:sheetmetals/copper, byg:pink_sand, structurize:timber_frames/beige_stone_brick/birch, alexsmobs:lobster_spawns, structurize:timber_frames/stone/oak, minecraft:walls, structurize:timber_frames/cobblestone/oak, masonry:diorite, structurize:timber_frames/cream_brick/dark_oak, forge:storage_blocks/lead, structurize:shingles/moss_slate/cactus, forge:fences/aluminum, structurize:timber_frames/acacia/warped, structurize:shingle_slabs/moss_slate, environmental:cherry_logs, structurize:timber_frames/beige_brick/jungle, forge:ores/soulium, betterendforge:end_ground, structurize:timber_frames/white_terracotta/cactus, structurize:timber_frames/oak/warped, minecraft:sand, structurize:timber_frames/paper/crimson, forge:storage_blocks/bismuth, byg:ground_mini_cactus, forge:storage_blocks/terrasteel, structurize:timber_frames/paper, forge:wg_stone, masonry:dark_prismarine, forge:treated_wood, structurize:timber_frames/beige_stone_brick/cactus, refinedstorage:storage_blocks/fluids/infinite, minecraft:campfires, supplementaries:vine_support, forge:sheetmetals/uranium, minecraft:infiniburn_nether, tconstruct:fuel_tanks, structurize:timber_frames/cream_stone_brick/spruce, infernalexp:anger_brown_shroomloin_blocks, forge:ores/cobalt, byg:ground_red_oak_sapling, structurize:timber_frames/blackstone/cactus, forge:glass/blue, forge:supports_conduit, structurize:shingles/moss_slate/spruce, minecraft:wooden_trapdoors, create:valve_handles, masonry:obsidian, buildinggadgets:blacklist/copy_paste, forge:storage_blocks/coal, byg:imparius_stems, forge:glass/light_blue, forge:ores/thallasium, botania:special_floating_flowers, structurize:timber_frames/spruce/jungle, infernalexp:base_stone_shores, adorn:wooden_steps, blue_skies:dungeon/aquatic, structurize:timber_frames/white_terracotta/spruce, forge:ores/cinnabar, forge:sandstone/red, structurize:timber_frames/brown_stone_brick/dark_oak, structurize:timber_frames/jungle/spruce, structurize:shingles/moss_slate, byg:ground_pink_anemone, masonry:netherrack_cutables, structurize:timber_frames/magenta_terracotta, minecraft:wooden_doors, forge:glass/purple, minecraft:crimson_stems, forge:purple_sand, structurize:timber_frames/light_blue_terracotta/spruce, blue_skies:storage_blocks/charoite, masonry:allstone, quark:hedges, forge:mushrooms/red, alexsmobs:gorilla_breakables, forge:storage_blocks/ruby, structurize:timber_frames/cyan_terracotta/acacia, byg:embur_pedus, structurize:timber_frames/blackstone/crimson, tconstruct:slime_block, structurize:shingles/gilded_blackstone/warped, byg:black_sand, byg:ground_yellow_tulip, structurize:timber_frames/cobblestone/spruce, tconstruct:scorched_tanks, structurize:timber_frames/purple_terracotta/dark_oak, structurize:timber_frames/brown_brick/oak, adorn:coffee_tables, structurize:shingles/moss_slate/acacia, structurize:timber_frames/cyan_terracotta/birch, structurize:timber_frames/orange_terracotta/crimson, minecraft:wall_corals, forge:grass, structurize:timber_frames/white_terracotta, masonry:allobsidian, adorn:chairs, byg:ground_yellow_spruce_sapling, forge:sand/purple, structurize:timber_frames/crimson, structurize:timber_frames/gray_terracotta/cactus, byg:ground_yellow_daffodil, structurize:timber_frames/purple_terracotta/cactus, structurize:timber_frames/light_blue_terracotta/jungle, structurize:timber_frames/spruce/spruce, forge:storage_blocks/silver, forge:ores/gold, byg:ground_azalea, minecraft:mushroom_stem, structurize:timber_frames/beige_brick/birch, additionalbars:bars, forge:ores/vibranium, structurize:timber_frames/light_blue_terracotta/oak, twilightforest:fences, biomesoplenty:palm_logs, charm:chests/wooden, structurize:timber_frames/paper/jungle, byg:cherry_logs, adorn:sofas, forge:glass/lime, forge:chests/wooden, forge:storage_blocks/aluminum, forge:storage_blocks/sulfur, bayou_blues:cypress_logs, structurize:timber_frames/brown_terracotta/acacia, masonry:andesite_cutables, botania:double_mystical_flowers, forge:mushroom_stems/green, minecraft:base_stone_overworld, minecraft:carpets, byg:ground_iris, blue_skies:storage_blocks/pyrope, structurize:timber_frames/yellow_terracotta/dark_oak, alexsmobs:crow_foodblocks, structurize:timber_frames/magenta_terracotta/warped, forge:storage_blocks/glowstone, charm:nether_portal_frames, minecraft:stone_bricks, structurize:timber_frames/jungle/oak, forge:glass/orange, forge:mushroom_caps/purple, infernalexp:dullthorns_ground, forge:mushrooms/glowshroom, byg:ground_peach_leather_flower, structurize:timber_frames/light_gray_terracotta/oak, structurize:timber_frames/white_terracotta/crimson, structurize:timber_frames/stone_bricks/warped, minecraft:slabs, minecraft:guarded_by_piglins, structurize:timber_frames/light_gray_terracotta/crimson, structurize:timber_frames/red_terracotta/spruce, byg:ground_japanese_orchid, byg:ground_blue_spruce_sapling, tconstruct:congealed_slime, botania:misc_special_flowers, chiselsandbits:chiselable/blocked, forge:ores/apatite, minecraft:buttons, structurize:shingles/slate/acacia, structurize:timber_frames/cactus/acacia, terraincognita:peat_multiblock_plants, masonry:allgranite, byg:ground_green_enchanted_sapling, byg:green_enchanted_logs, adorn:tables, minecraft:rails, structurize:timber_frames/dark_oak/jungle, structurize:timber_frames/lime_terracotta/dark_oak, tconstruct:harvestable/interact, tconstruct:slimy_grass/earth, botania:gaia_break_blacklist, structurize:timber_frames/crimson/jungle, forge:storage_blocks/niter, minecraft:strider_warm_blocks, extendedmushrooms:mushroom_planks, structurize:timber_frames/yellow_terracotta/jungle, structurize:timber_frames/gray_terracotta/acacia, byg:ground_palo_verde_sapling, structurize:timber_frames/brown_terracotta/oak, byg:ground_winter_succulent, minecraft:wooden_pressure_plates, create:brittle, biomesoplenty:redwood_logs, byg:sythian_stems, structurize:shingles/gilded_blackstone/oak, structurize:timber_frames/spruce/birch, structurize:timber_frames/terracotta/acacia, biomesoplenty:jacaranda_logs, structurize:timber_frames/brown_stone_brick/spruce, tconstruct:heater_controllers, supplementaries:concrete_powders, adorn:table_lamps, structurize:timber_frames/cyan_terracotta/cactus, minecraft:gold_ores, byg:ground_lament_sapling, forge:sheetmetals/silver, valhelsia_structures:posts, structurize:shingles/thatched/crimson, tconstruct:smeltery, adorn:kitchen_cupboards, structurize:timber_frames/dark_oak/spruce, create:non_movable, refinedstorage:storage_blocks/fluids, structurize:shingles/gilded_blackstone/crimson, farmersdelight:unaffected_by_rich_soil, structurize:shingles/thatched/cactus, structurize:shingles/thatched/dark_oak, structurize:timber_frames/cream_brick, mekanismadditions:plastic_blocks/glow, structurize:timber_frames/birch, twilightforest:twilight_oak_logs, structurize:timber_frames/brown_brick/crimson, forge:gravel, forge:stairs/plastic/transparent, structurize:timber_frames/oak/spruce, structurize:timber_frames/white_terracotta/oak, structurize:timber_frames/brown_terracotta/jungle, biomesoplenty:magic_logs, structurize:timber_frames/spruce/oak, structurize:timber_frames/bricks/dark_oak, forge:storage_blocks/bismuth_brass, structurize:timber_frames/cactus/crimson, structurize:timber_frames/dark_oak, forge:glass_panes/light_blue, minecolonies:indestructible, forge:ores/zinc, forge:ores/netherite_scrap, minecraft:crops, mekanismadditions:plastic_blocks/reinforced, alexsmobs:alligator_snapping_turtle_spawns, quark:quilted_wools, forge:fiber/flax, byg:zelkova_logs, structurize:timber_frames/brown_stone_brick/oak, minecraft:warped_stems, structurize:timber_frames/blue_terracotta/crimson, structurize:shingles/gilded_blackstone/spruce, botania:magnet_ring_blacklist, byg:ground_lazarus_bellflower, forge:fences/steel, forge:storage_blocks/coal_coke, structurize:timber_frames/stone_bricks/acacia, forge:storage_blocks/iron, create:seats, tconstruct:smeltery/tanks, forge:glass_panes/brown, structurize:timber_frames/stone_bricks, byg:ground_tall_prairie_grass, minecraft:wooden_pressure_plate, forge:ores/sapphire, forge:ores/lignite, structurize:shingles/slate/jungle, minecraft:climbable, structurize:timber_frames/pink_terracotta/dark_oak, structurize:timber_frames/magenta_terracotta/acacia, byg:ground_redwood_sapling, structurize:timber_frames/stone/spruce, snowrealmagic:invalid_supporters, structurize:timber_frames/terracotta, storagedrawers:drawers, structurize:timber_frames/pink_terracotta/jungle, minecraft:dark_oak_logs, forge:storage_blocks/steel, minecraft:coral_plants, farmersdelight:tray_heat_sources, forge:storage_blocks/lumium, atmospheric:kousa_logs, structurize:timber_frames/jungle, buildinggadgets:blacklist/generic, forge:blue_sand, structurize:timber_frames/yellow_terracotta/warped, structurize:timber_frames/cobblestone/birch, forge:storage_blocks/refined_glowstone, forge:mushrooms, masonry:allandesite, structurize:timber_frames/lime_terracotta/jungle, structurize:timber_frames/paper/oak, forge:storage_blocks/bronze, tconstruct:slimy_soil/earth, adorn:stone_posts, charm:barrels, structurize:shingles/thatched, structurize:timber_frames/crimson/crimson, forge:sheetmetals/gold, byg:ground_foxglove, supplementaries:pane_connection, masonry:diorite_wall, structurize:timber_frames/brown_brick/spruce, buildinggadgets:blacklist/destruction, byg:skyris_logs, minecraft:fences, structurize:timber_frames/cream_brick/acacia, minecraft:saplings, forge:ores/copper, forge:storage_blocks/knightmetal, minecraft:unstable_bottom_center, byg:white_sand, structurize:timber_frames/timber_frames, byg:ground_palm_sapling, minecraft:banners, masonry:allprismarine, minecraft:wooden_fences, structurize:timber_frames/brown_stone_brick/birch, structurize:timber_frames/cobblestone/crimson, forge:sheetmetals/constantan, structurize:shingles/thatched/jungle, twilightforest:transwood_logs, forge:obsidian, structurize:timber_frames/paper/spruce, forge:enderman_place_on_blacklist, byg:ground_alpine_bellflower, forge:storage_blocks/fiery, forge:chests/electric, biomesoplenty:mahogany_logs, industrialforegoing:machine_frame/supreme, structurize:timber_frames/brown_terracotta/warped, forge:slabs/plastic/glow, byg:ground_baobab_sapling, buildinggadgets:whitelist/building, structurize:shingle_slabs/gilded_blackstone, twilightforest:ore_magnet/minecraft/end_stone, supplementaries:pouring_tank, forge:glass/magenta, infernalexp:glow_fire_base_blocks, structurize:timber_frames/green_terracotta/warped, forge:ores/coal, structurize:timber_frames/stone/crimson, minecolonies:decoblocks, structurize:timber_frames/cream_stone_brick/warped, minecraft:base_stone_nether, structurize:timber_frames/cream_stone_brick/crimson, structurize:shingles/clay, tconstruct:seared_tanks, charm:bookcases, carryon:block_whitelist, infernalexp:base_stone_canyon, structurize:timber_frames/blue_terracotta/acacia, structurize:timber_frames/purple_terracotta/spruce, forge:mushrooms/purple, forge:sand/white, alexsmobs:drops_acacia_blossoms, forge:workbench, forge:storage_blocks/pendorite, structurize:timber_frames/black_terracotta/acacia, byg:ground_flowering_indigo_jacaranda_bush, minecraft:trapdoors, tconstruct:smeltery/floor, tconstruct:slimy_grass/sky, forge:glass/cyan, botania:shiny_flowers, structurize:timber_frames/stone_bricks/cactus, forge:glass, forge:ores/ironwood, structurize:timber_frames/magenta_terracotta/cactus, extendedmushrooms:mushroom_ladders, structurize:timber_frames/acacia, structurize:timber_frames/yellow_terracotta/acacia, mekanismadditions:plastic_blocks/plastic, structurize:timber_frames/blue_terracotta/cactus, structurize:timber_frames/black_terracotta/cactus, byg:baobab_logs, forge:storage_blocks/rose_gold, forge:storage_blocks/brass, structurize:timber_frames/light_gray_terracotta/jungle, atmospheric:yucca_logs, forge:ores/ruby, forge:storage_blocks/silicon_bronze, byg:mahogany_logs, forge:stained_glass_panes, immersiveengineering:scaffoldings/steel, structurize:timber_frames/green_terracotta/birch, forge:storage_blocks/queens_slime, structurize:timber_frames/blackstone/spruce, structurize:timber_frames/black_terracotta, forge:storage_blocks/zinc, byg:lament_logs, forge:workbenches, refinedstorage:storage_blocks/items/1048576k, structurize:timber_frames/birch/warped, byg:ground_blue_enchanted_sapling, structurize:timber_frames/oak/dark_oak, structurize:timber_frames/cobblestone/warped, structurize:timber_frames/cactus/dark_oak, forge:glass/gray, endergetic:ender_fire_base_blocks, structurize:timber_frames/acacia/spruce, structurize:timber_frames/green_terracotta/crimson, structurize:timber_frames/oak, cavesandcliffs:moss_replaceable, structurize:timber_frames/cyan_terracotta/crimson, structurize:shingles/slate/warped, structurize:timber_frames/bricks/cactus, forge:storage_blocks/refined_obsidian, byg:ground_cika_sapling, botania:enchanter_flowers, structurize:timber_frames/dark_oak/birch, forge:glass_panes/black, structurize:timber_frames/warped/oak, farmersdelight:wild_crops, forge:mushrooms/brown, outer_end:azure_foliage, byg:ground_willow_sapling, betterendforge:mossy_glowshroom_logs, structurize:paper_walls, forge:glass_panes/blue, tconstruct:slimy_nylium/blood, forge:mushroom_caps/brown, structurize:timber_frames/red_terracotta/warped, tconstruct:bloodshroom_logs, structurize:timber_frames/brown_brick/birch, tconstruct:tables, byg:redwood_logs, extendedmushrooms:mushroom_fence_gates, forge:mushroom_caps/glowshroom, structurize:timber_frames/lime_terracotta/oak, twilightforest:fence_gates, structurize:timber_frames/orange_terracotta/jungle, forge:stone, structurize:timber_frames/green_terracotta/jungle, structurize:timber_frames/cactus, structurize:timber_frames/terracotta/birch, structurize:timber_frames/cobblestone/acacia, byg:rainbow_eucalyptus_logs, forge:cheese_block, minecraft:infiniburn_end, forge:glass_panes/yellow, byg:ground_white_sage, buildinggadgets:whitelist/destruction, blue_skies:ores/moonstone, structurize:timber_frames/acacia/dark_oak, cavesandcliffs:dripstone_replaceable_blocks, alexsmobs:soul_vulture_spawns, biomesoplenty:cherry_logs, byg:blue_enchanted_logs, forge:storage_blocks/platinum, adorn:wooden_shelves, betterendforge:tenanea_logs, terraincognita:lotuses, blue_skies:storage_blocks/moonstone, byg:palm_logs, structurize:timber_frames/stone_bricks/dark_oak, tconstruct:tree_log, blue_skies:logs/cherry, forge:storage_blocks/apatite, structurize:shingles/gilded_blackstone, structurize:timber_frames/cyan_terracotta/dark_oak, alexsmobs:seal_spawns, structurize:timber_frames/stone_bricks/oak, masonry:end_stone, minecraft:shulker_boxes, extendedmushrooms:mushroom_trapdoors, valhelsia_structures:cut_posts, byg:ground_bistort, twilightforest:ore_magnet/twilightforest/root, minecraft:log, minecraft:birch_logs, tconstruct:slimy_planks, tconstruct:slimy_grass/ender, create:fan_heaters, byg:ground_rose, cavesandcliffs:candle_cakes, byg:bookshelves, byg:aspen_logs, blue_skies:storage_blocks/horizonite, tconstruct:slimy_soil/ichor, structurize:shingles/thatched/warped, quark:pike_trophies, byg:ground_nightshade_sapling, blue_skies:crafting_tables, minecolonies:concrete, structurize:timber_frames/beige_brick, betterendforge:jellyshroom_logs, structurize:timber_frames/warped/birch, structurize:timber_frames/yellow_terracotta/cactus, minecraft:oak_logs, structurize:timber_frames/cream_brick/oak, byg:purple_sand, blue_skies:dungeon/life, byg:ground_golden_spined_cactus, forge:ores/lapis, structurize:timber_frames/orange_terracotta, structurize:timber_frames/birch/dark_oak, blue_skies:dungeon/illager_teleportable, structurize:timber_frames/light_gray_terracotta/birch, variant16x:wool_buttons, forge:storage_blocks/slimesteel, forge:stairs/plastic, structurize:shingle_slabs/blackstone, forge:dirt, minecraft:bamboo_plantable_on, structurize:timber_frames/cobblestone, minecraft:pressure_plates, forge:ores/nickel, create:windowable, betterendforge:dragon_tree_logs, minecraft:jungle_logs, byg:ground_zelkova_sapling, infernalexp:anger_luminous_shroomloin_blocks, forge:white_sand, structurize:timber_frames/purple_terracotta/crimson, adorn:wooden_platforms, minecraft:spruce_logs, mekanismadditions:plastic_blocks, netheragriculture:glowing_stems, rats:quarry_ignorables, structurize:timber_frames/brown_brick, forge:fence_gates/wooden, structurize:timber_frames/light_blue_terracotta, forge:ores/aluminum, structurize:timber_frames/dark_oak/dark_oak, forge:ores/uranium, forge:glass_panes/lime, structurize:timber_frames/cobblestone/dark_oak, create:windmill_sails, structurize:shingle_slabs/clay, structurize:timber_frames/dark_oak/cactus, sereneseasons:spring_crops, tconstruct:foundry/wall, structurize:timber_frames/pink_terracotta/oak, tconstruct:smeltery/wall, structurize:timber_frames/birch/acacia, forge:mushroom_stems/glowshroom, outer_end:crystal_blocks, structurize:timber_frames/cyan_terracotta/spruce, structurize:timber_frames/bricks/oak, structurize:timber_frames/light_blue_terracotta/birch, byg:ground_lolipop_flower, botania:terra_plate_base, structurize:timber_frames/birch/cactus, extendedmushrooms:mushroom_bookshelves, structurize:timber_frames/brown_brick/cactus, structurize:timber_frames/terracotta/oak, twilightforest:carminite_reactor_immune, structurize:timber_frames/bricks, minecraft:flowers, forge:storage_blocks/cobalt, byg:ground_red_spruce_sapling, structurize:timber_frames/brown_brick/acacia, byg:cika_logs, botania:special_flowers, botania:functional_special_flowers, structurize:timber_frames/stone, betterendforge:pythadendron_logs, botania:terraformable, alexsmobs:soul_vulture_perches, structurize:timber_frames/cream_brick/spruce, structurize:timber_frames/gray_terracotta/crimson, structurize:timber_frames/cobblestone/cactus, industrialforegoing:machine_frame/pity, byg:ground_crocus, forge:ores/pendorite, minecraft:fence_gates, refinedstorage:storage_blocks/items/1024k, structurize:timber_frames/beige_stone_brick/warped, structurize:shingles/moss_slate/dark_oak, forge:ores, forge:storage_blocks/aluminum_steel, structurize:timber_frames/lime_terracotta, structurize:timber_frames/warped, structurize:timber_frames/cream_stone_brick/acacia, adorn:kitchen_sinks, masonry:prismarine_wall, valhelsia_structures:non_flammable_posts, forge:storage_blocks/diamond, byg:ground_firecracker_flower_bush, minecraft:nylium, alexsmobs:warped_mosco_breakables, structurize:timber_frames/stone/acacia, byg:holly_logs, forge:storage_blocks/bamboo, supplementaries:hang_from_ropes, blue_skies:vines, structurize:timber_frames/spruce/dark_oak, adorn:drawers, structurize:timber_frames/paper/birch, structurize:timber_frames/lime_terracotta/crimson, byg:pine_logs, refinedstorage:storage_blocks/fluids/65536k, forge:glass_panes/magenta, structurize:timber_frames/terracotta/crimson, blue_skies:dungeon/keystone, byg:ground_kovan_flower, mekanismadditions:plastic_blocks/transparent, byg:ground_maple_sapling, blue_skies:logs/bluebright, structurize:timber_frames/terracotta/spruce, forge:mushrooms/edible, nethers_delight:soul_compost_activators, valhelsia_structures:jars, structurize:timber_frames/paper/acacia, masonry:prismarine_cutables, betterendforge:gen_terrain, quark:stools, structurize:timber_frames/cream_stone_brick/dark_oak, masonry:dark_prismarine_wall, structurize:null_placement, structurize:timber_frames/black_terracotta/birch, forge:storage_blocks/nickel, botania:floating_flowers, forge:diorite, forge:ores/niter, tconstruct:harvestable/stackable, byg:ground_green_tulip, tconstruct:slimy_nylium, refinedstorage:storage_blocks/items, quark:candles, structurize:timber_frames/lime_terracotta/spruce, minecraft:dragon_immune, forge:sheetmetals/nickel, structurize:timber_frames/warped/jungle, structurize:timber_frames/stone/jungle, structurize:timber_frames/brown_terracotta/spruce, forge:stairs/plastic/glow, tconstruct:foundry/tanks, structurize:timber_frames/red_terracotta/crimson, forge:glass/red, chiselsandbits:chiselable/forced, byg:blue_sand, blue_skies:ores/charoite, byg:ground_cypress_sapling, masonry:end_stone_cutables, twilightforest:structure_banned_interactions, structurize:timber_frames/red_terracotta/dark_oak, structurize:timber_frames/bricks/warped, forge:sheetmetals/steel, refinedstorage:storage_blocks/items/16384k, masonry:andesite, structurize:timber_frames/brown_brick/jungle, forge:mushroom_stems/colorless, minecraft:mushroom_hyphae, forge:glass_panes/green, structurize:timber_frames/cactus/spruce, forge:ores/bismuth, extendedmushrooms:mushroom_fences, betterendforge:end_lotus_logs, structurize:timber_frames/blue_terracotta/spruce, structurize:timber_frames/blackstone/warped, minecraft:prevent_mob_spawning_inside, forge:flowers, forge:fiber, forge:chests/trapped, snowrealmagic:bottom_snow, buildinggadgets:whitelist/generic, forge:bushes, structurize:timber_frames/cyan_terracotta/jungle, masonry:prismarine, structurize:timber_frames/dark_oak/acacia, adorn:platforms, tconstruct:scorched_blocks, twilightforest:portal/fluid, forge:storage_blocks/arctic_fur, masonry:stone_cutables, forge:sandstone, ceramics:cistern_connections, forge:glass_panes/colorless, structurize:timber_frames/black_terracotta/spruce, structurize:timber_frames/purple_terracotta/warped, terraincognita:sweet_peas, structurize:timber_frames/beige_stone_brick/jungle, structurize:shingles/moss_slate/oak, blue_skies:logs/dusk, forge:storage_blocks/cinnabar, structurize:shingles/blackstone/oak, structurize:shingles/gilded_blackstone/cactus, structurize:shingles/slate/spruce, twilightforest:canopy_logs, forge:storage_blocks/steeleaf, darkerdepths:grimestone_replacement, twilightforest:antibuilder_ignores, blue_skies:storage_blocks/diopside, byg:ground_orange_oak_sapling, masonry:dark_prismarine_cutables, structurize:timber_frames/cyan_terracotta/oak, minecraft:beds, structurize:timber_frames/brown_terracotta/crimson, structurize:shingles/clay/jungle, tconstruct:seared_bricks, forge:ores/diamond, minecraft:doors, structurize:shingles/thatched/birch, mekanismadditions:plastic_blocks/road, tconstruct:slimy_soil/vanilla, minecraft:infiniburn_overworld, minecraft:flower_pots, structurize:timber_frames/orange_terracotta/oak, structurize:shingles/clay/crimson, structurize:shingles/blackstone/birch, forge:storage_blocks/sugar_cane, forge:storage_blocks/signalum, structurize:timber_frames/blackstone/jungle, industrialforegoing:machine_frame/advanced, byg:ground_flowering_jacaranda_bush, twilightforest:trophies, structurize:timber_frames/spruce/crimson, structurize:timber_frames/red_terracotta/birch, buildinggadgets:blacklist/building, structurize:timber_frames/brown_brick/warped, byg:ground_osiria_rose, forge:ores/tin, structurize:timber_frames/purple_terracotta/jungle, alexsmobs:seal_digables, byg:palo_verde_logs, minecraft:signs, structurize:timber_frames/spruce/acacia, structurize:shingles/slate/birch, minecraft:wither_summon_base_blocks, structurize:timber_frames/green_terracotta/oak, byg:fir_logs, alexsmobs:mimic_octopus_spawns, structurize:timber_frames/warped/warped, forge:storage_blocks/osmium, minecraft:hoglin_repellents, twilightforest:towerwood, mekanism:cardboard_blacklist, extendedmushrooms:mushroom_doors, structurize:timber_frames/gray_terracotta/oak, byg:ground_brown_birch_sapling, structurize:timber_frames/warped/dark_oak, structurize:timber_frames/cream_stone_brick, outer_end:crystal_buds, structurize:timber_frames/light_blue_terracotta/acacia, botania:mini_flowers, structurize:timber_frames/light_gray_terracotta/spruce, blue_skies:dungeon/poison, extendedmushrooms:mushroom_chests, byg:ground_orchard_sapling, structurize:timber_frames/cactus/oak, endergetic:end_plantable, alexsmobs:komodo_dragon_spawns, blue_skies:dungeon/blinding, atmospheric:yucca_plantable_on, structurize:timber_frames/pink_terracotta/spruce, enhanced_mushrooms:glowshroom_stems, structurize:timber_frames/brown_stone_brick, byg:ground_ebony_sapling, adorn:stone_steps, twilightforest:fire_jet_fuel, forge:storage_blocks/charcoal, structurize:timber_frames/warped/crimson, outer_end:end_plantable_on, structurize:timber_frames/oak/oak, structurize:shingle_slabs/thatched, byg:ground_red_cornflower, tconstruct:slimy_logs, structurize:shingles/gilded_blackstone/acacia, minecraft:coral_blocks, tconstruct:slimy_grass, forge:fence_gates/plastic, forge:glass/green, alexsmobs:cachalot_whale_breakables, refinedstorage:storage_blocks/items/4096k, byg:ground_rainbow_eucalyptus_sapling, tconstruct:slimy_soil/ender, structurize:timber_frames/birch/crimson, refinedstorage:storage_blocks/items/262144k, atmospheric:aspen_logs, structurize:timber_frames/crimson/birch, valhelsia_structures:colored_jars, minecraft:underwater_bonemeals, blue_skies:ores/pyrope, minecraft:impermeable, forge:end_stones, biomesoplenty:fir_logs, forge:mushroom_caps/red, forge:sandstone/colorless, forge:ores/sulfur, structurize:timber_frames/stone/dark_oak, masonry:netherrack_wall, forge:fences/wooden, structurize:timber_frames/oak/birch, sereneseasons:summer_crops, forge:storage_blocks, forge:glass_panes/orange, tconstruct:slimy_soil, structurize:timber_frames/cyan_terracotta/warped, atmospheric:grimwood_logs, forge:ores/quartz, appliedenergistics2:whitelisted/facades, structurize:shingles/thatched/acacia, byg:ground_silver_maple_sapling, byg:ground_skyris_sapling, structurize:timber_frames/white_terracotta/jungle, forge:saplings, structurize:timber_frames/purple_terracotta, structurize:timber_frames/purple_terracotta/oak, minecolonies:orechanceblocks, structurize:timber_frames/beige_stone_brick/oak, structurize:timber_frames/light_gray_terracotta/warped, blue_skies:storage_blocks/ventium, forge:slabs/plastic, structurize:shingles/gilded_blackstone/birch, forge:storage_blocks/redstone, byg:withering_oak_logs, extendedmushrooms:mushroom_pressure_plates/wool, structurize:timber_frames/pink_terracotta/warped, charm:chests/trapped, twilightforest:ore_magnet/minecraft/stone, alexsmobs:grizzly_beehive, minecraft:stairs, quark:underground_biome_replaceable, sereneseasons:unbreakable_infertile_crops, structurize:shingles/moss_slate/jungle, refinedstorage:storage_blocks/items/256k, minecraft:logs, structurize:timber_frames/cream_stone_brick/jungle, structurize:timber_frames/jungle/jungle, byg:ground_pink_cherry_sapling, byg:ground_brown_zelkova_sapling, infernalexp:anger_red_shroomloin_blocks, byg:ground_holly_sapling, forge:treated_wood_slab, blue_skies:logs/frostbright, structurize:timber_frames/cactus/cactus, alexsmobs:crocodile_spawns, minecraft:valid_spawn, minecraft:mushroom_grow_block, structurize:timber_frames/stone/warped, quark:wraith_spawnable, forge:ores/certus_quartz, masonry:alldark_prismarine, extendedmushrooms:mushroom_pressure_plates/wood, structurize:timber_frames/pink_terracotta/birch, autumnity:maple_logs, extendedmushrooms:mushroom_pressure_plates, structurize:shingles/clay/birch, refinedstorage:storage_blocks, structurize:timber_frames/yellow_terracotta/spruce, sereneseasons:autumn_crops, tconstruct:planklike, quark:slime_blocks, byg:ground_incan_lily, masonry:andesite_wall, abundance:jacaranda_logs, quark:vertical_slab, forge:storage_blocks/ironwood, structurize:shingles/slate/oak, betterendforge:lucernia_logs, charm:immovable_by_pistons, appliedenergistics2:blacklisted/annihilation_plane, cavesandcliffs:small_dripleaf_placeable, cavesandcliffs:lush_plants_replaceable, byg:ground_red_birch_sapling, blue_skies:cobblestone, minecraft:beacon_base_blocks, masonry:allnetherrack, alexsmobs:orca_breakables, twilightforest:darkwood_logs, structurize:timber_frames/brown_terracotta/cactus, minecraft:anvil, forge:storage_blocks/enderium, appliedenergistics2:spatial/blacklist, forge:ores/ender, forge:sand, sereneseasons:greenhouse_glass, structurize:timber_frames/cactus/birch, forge:sheetmetals/lead, thermal:rockwool, structurize:timber_frames/blue_terracotta, structurize:timber_frames/terracotta/cactus, forge:storage_blocks/tar, adorn:posts, alexsmobs:elephant_foodblocks, byg:ground_yellow_birch_sapling, structurize:timber_frames/blue_terracotta/oak, byg:ground_torch_ginger, structurize:timber_frames/cobblestone/jungle, blue_skies:ores/horizonite, forge:storage_blocks/hepatizon, botania:mystical_flowers, structurize:timber_frames/orange_terracotta/warped, snowrealmagic:containables, minecraft:piglin_repellents, byg:ground_delphinium, forge:glass/black, structurize:timber_frames/crimson/oak, minecraft:portals, snowrealmagic:not_containables, forge:fences/nether_brick, immersiveengineering:scaffoldings/aluminum, forge:ores/iron, twilightforest:logs, structurize:timber_frames/green_terracotta/cactus, structurize:timber_frames/acacia/cactus, forge:storage_blocks/biotite, structurize:timber_frames/jungle/birch, structurize:timber_frames/stone_bricks/crimson, blue_skies:logs/starlit, extendedmushrooms:mushroom_buttons, adorn:kitchen_blocks, minecraft:wooden_stairs, thermal:glass/hardened, minecraft:wooden_buttons, quark:crystal, biomesoplenty:umbran_logs, structurize:timber_frames/bricks/spruce, structurize:timber_frames/oak/acacia, forge:storage_blocks/anthracite, forge:storage_blocks/quartz, structurize:timber_frames/purple_terracotta/birch, structurize:timber_frames/jungle/dark_oak, byg:ground_brown_oak_sapling, forge:granite, structurize:shingles/thatched/oak, byg:ground_joshua_sapling, extendedmushrooms:mushroom_carpets, byg:cypress_logs, structurize:timber_frames/acacia/acacia, forge:ores/emerald, forge:storage_blocks/bitumen, blue_skies:stone, structurize:timber_frames/bricks/jungle, buildinggadgets:whitelist/exchanging, adorn:kitchen_counters, charm:bookshelves, minecraft:corals, quark:foxhound_spawnable, adorn:chimneys, structurize:shingles/slate/cactus, byg:ground_prickly_pear_cactus, structurize:shingles/blackstone/dark_oak, forge:barrels/wooden, upgrade_aquatic:driftwood_logs, structurize:timber_frames/red_terracotta/jungle, structurize:timber_frames/cream_brick/cactus, forge:storage_blocks/clay, blue_skies:storage_blocks/aquite, atmospheric:morado_logs, endergetic:chorus_plantable, byg:bulbis_stems, byg:ground_indigo_jacaranda_sapling, minecraft:bee_growables, structurize:shingles/clay/warped, abundance:redbud_logs, structurize:timber_frames/green_terracotta/dark_oak, structurize:timber_frames/brown_brick/dark_oak, structurize:timber_frames/blue_terracotta/warped, minecraft:tall_flowers, structurize:timber_frames/oak/cactus, extendedmushrooms:mushrooms/edible, structurize:timber_frames/brown_stone_brick/jungle, forge:sand/black, refinedstorage:storage_blocks/fluids/16384k, forge:bookshelves, minecraft:stone_pressure_plates, charm:lanterns, forge:ores/platinum, cavesandcliffs:lush_ground_replaceable, structurize:timber_frames/terracotta/dark_oak, masonry:stone, supplementaries:palisades, forge:glass_panes/pink, byg:ground_angelica, structurize:timber_frames/green_terracotta/acacia, adorn:steps, minecraft:dirt, forge:netherrack, structurize:timber_frames/crimson/spruce, structurize:timber_frames/black_terracotta/warped, minecraft:soul_fire_base_blocks, forge:crops/flax, adorn:benches, forge:sheetmetals, structurize:shingles/blackstone, forge:ores/allthemodium, masonry:granite_cutables, byg:ground_fir_sapling, structurize:timber_frames/warped/spruce, byg:ground_purple_tulip, terraincognita:apple_logs, appliedenergistics2:spatial/whitelist, structurize:timber_frames/blue_terracotta/birch, masonry:diorite_cutables, structurize:timber_frames/blue_terracotta/dark_oak, forge:glass_panes/cyan, structurize:timber_frames/gray_terracotta/warped, structurize:timber_frames/black_terracotta/crimson, minecraft:wool, forge:glass/colorless, charm:crates, minecolonies:protectionexception, minecraft:beehives, twilightforest:timewood_logs, blue_skies:logs/maple, minecraft:ice, structurize:timber_frames/terracotta/jungle, byg:ground_guzmania, structurize:timber_frames/lime_terracotta/birch, structurize:timber_frames/oak/crimson, forge:stained_glass, refinedstorage:storage_blocks/items/infinite, blue_skies:storage_blocks/falsite, cavesandcliffs:overworld_replaceables, structurize:timber_frames/stone_bricks/jungle, structurize:timber_frames/birch/jungle, twilightforest:mangrove_logs, structurize:shingle_slabs/slate, structurize:floating_carpets, cavesandcliffs:candles, create:wrench_pickup, botania:corporea_spark_override, supplementaries:enchantment_bypass, byg:ground_tall_allium, cavesandcliffs:crystal_sound_blocks, structurize:timber_frames/cactus/jungle, byg:ground_white_cherry_sapling, twilightforest:sortwood_logs, structurize:timber_frames/orange_terracotta/dark_oak, refinedstorage:storage_blocks/fluids/262144k, structurize:timber_frames/red_terracotta, farmersdelight:compost_activators, quark:ladders, structurize:timber_frames/yellow_terracotta/crimson, forge:glass_panes, minecraft:non_flammable_wood, forge:sand/pink, forge:braziers, infernalexp:embody_fall_blocks, forge:ores/fluorite, mekanismadditions:plastic_blocks/slick, industrialforegoing:machine_frame/simple, structurize:timber_frames/light_blue_terracotta/dark_oak, enhanced_mushrooms:red_mushroom_stems, structurize:shingles/gilded_blackstone/dark_oak, tconstruct:seared_blocks, alexsmobs:drops_bananas, botania:livingwood, forge:storage_blocks/vibranium, extendedmushrooms:mushroom_signs, structurize:timber_frames/jungle/acacia, structurize:timber_frames/white_terracotta/acacia, structurize:timber_frames/beige_stone_brick/crimson, byg:nightshade_logs, forge:storage_blocks/soulsteel, twilightforest:mining_logs, create:safe_nbt, byg:ground_violet_leather_flower, structurize:shingles/blackstone/acacia, structurize:shingles/clay/oak, structurize:timber_frames/blue_terracotta/jungle, structurize:timber_frames/black_terracotta/jungle, forge:storage_blocks/tin, structurize:timber_frames/light_gray_terracotta/cactus, minecraft:enderman_holdable, structurize:timber_frames/beige_stone_brick, structurize:timber_frames/red_terracotta/oak, forge:storage_blocks/electrum, forge:mushroom_stems, forge:storage_blocks/knightslime, structurize:timber_frames/magenta_terracotta/crimson, structurize:timber_frames/lime_terracotta/warped, byg:ground_orange_daisy, alexsmobs:rattlesnake_spawns, minecraft:wall_post_override, structurize:shingles/slate/dark_oak, tconstruct:anvil_metal, mekanismadditions:glow_panels, byg:ground_magenta_tulip, tconstruct:slimy_nylium/ichor, byg:ground_pink_orchid, cavesandcliffs:snow_step_sound_blocks, alexsmobs:kangaroo_spawns, structurize:timber_frames/crimson/warped, botania:livingrock, byg:ground_tall_pink_allium, byg:ground_purple_orchid, structurize:shingles/clay/spruce, structurize:shingles/slate, structurize:timber_frames/cream_brick/warped, structurize:timber_frames/stone/birch, forge:storage_blocks/constantan, forge:ores/unobtainium, minecraft:fire, refinedstorage:storage_blocks/items/65536k, structurize:timber_frames/brown_terracotta/dark_oak, cavesandcliffs:cave_vines, structurize:shingles/blackstone/crimson, structurize:timber_frames/beige_brick/cactus, forge:sheetmetals/electrum, structurize:timber_frames/terracotta/warped, minecraft:wall_signs, quark:vertical_slabs, structurize:timber_frames/crimson/dark_oak, structurize:timber_frames/brown_terracotta/birch, structurize:shingles/blackstone/jungle, masonry:granite_wall, structurize:timber_frames/beige_stone_brick/spruce, forge:storage_blocks/bismuth_steel, masonry:end_stone_wall, blue_skies:dungeon/nature, forge:fences/plastic, byg:ground_protea_flower, forge:storage_blocks/elementium, structurize:timber_frames/cream_stone_brick/oak, byg:ground_black_rose, structurize:timber_frames/spruce/cactus, betterendforge:lacugrove_logs, alexsmobs:crow_fears, quark:crab_spawnable, structurize:timber_frames/jungle/warped, forge:storage_blocks/gunpowder, structurize:timber_frames/beige_brick/spruce, structurize:timber_frames/magenta_terracotta/jungle, silents_mechanisms:drying_racks, tconstruct:skyroot_logs, tconstruct:slimy_soil/sky, forge:storage_blocks/lignite, minecraft:leaves, buzzier_bees:flower_blacklist, structurize:shingles/moss_slate/birch, cavesandcliffs:terracotta, structurize:timber_frames/light_blue_terracotta/cactus, enhanced_mushrooms:brown_mushroom_stems, byg:ground_ether_sapling, structurize:timber_frames/gray_terracotta/jungle, byg:mangrove_logs, byg:witch_hazel_logs, forge:glass_panes/gray, minecraft:wither_immune, structurize:timber_frames/cactus/warped, minecraft:acacia_logs, structurize:timber_frames/gray_terracotta/dark_oak, elevatorid:elevators, tconstruct:slimy_tree_trunks, structurize:shingles/blackstone/cactus, atmospheric:passion_vine_growable_on, forge:sand/red, structurize:timber_frames/pink_terracotta/cactus, alexsmobs:emu_spawns, structurize:timber_frames/orange_terracotta/acacia, forge:glass/brown, structurize:timber_frames/blackstone/oak, byg:ground_jacaranda_sapling, create:sails, betterendforge:umbrella_tree_logs, minecraft:logs_that_burn, structurize:timber_frames/yellow_terracotta/birch, structurize:timber_frames/magenta_terracotta/dark_oak, structurize:timber_frames/light_blue_terracotta/crimson, forge:glass/light_gray, structurize:timber_frames/beige_brick/oak, twilightforest:ore_magnet/minecraft/netherrack, byg:ground_blue_sage, minecraft:wooden_slabs, alexsmobs:platypus_spawns, structurize:timber_frames/paper/cactus, minecraft:small_flowers, blue_skies:logs/lunar, structurize:timber_frames/yellow_terracotta, mekanism:atomic_disassembler_ore, structurize:timber_frames/gray_terracotta, masonry:allend_stone, forge:ores/osmium, infernalexp:anger_warped_shroomloin_blocks, byg:ground_aspen_sapling, structurize:timber_frames/green_terracotta/spruce, structurize:timber_frames/dark_oak/oak, structurize:timber_frames/magenta_terracotta/oak, forge:ores/knightmetal, forge:storage_blocks/manasteel, supplementaries:rope_support, sereneseasons:winter_crops, twilightforest:portal/decoration, byg:ground_horseweed, structurize:timber_frames/paper/dark_oak, structurize:timber_frames/orange_terracotta/spruce, forge:andesite, structurize:timber_frames/birch/birch, minecolonies:pathblocks, supplementaries:water_holder, tconstruct:slimy_saplings, forge:ores/amber, betterendforge:helix_tree_logs, buildinggadgets:blacklist/exchanging, twilightforest:ore_magnet/ore_safe_replace_block, byg:ground_withering_oak_sapling, blue_skies:logs/crystallized, environmental:willow_logs, byg:ether_logs, minecraft:standing_signs, structurize:shingles/clay/acacia, infernalexp:anger_crimson_shroomloin_blocks, blue_skies:ores/falsite, extendedmushrooms:mushroom_growing_blocks_lightlevel, byg:ground_richea, structurize:timber_frames/brown_stone_brick/warped, structurize:timber_frames/beige_brick/dark_oak, minecraft:wart_blocks, alexsmobs:leafcutter_ant_breakables, botania:generating_special_flowers, structurize:timber_frames/pink_terracotta/acacia, structurize:timber_frames/acacia/birch, extendedmushrooms:mushroom_stairs, charm:chests/normal, masonry:obsidian_wall, forge:marble, byg:ground_red_orchid, structurize:timber_frames/crimson/acacia, alexsmobs:mungus_replace_mushroom, forge:ores/silver, iceandfire:myrmex_harvestables, byg:ground_pink_daffodil, forge:glass_panes/purple, forge:glass/yellow, structurize:timber_frames/black_terracotta/dark_oak, environmental:grass_like, structurize:timber_frames/white_terracotta/dark_oak, structurize:timber_frames/beige_stone_brick/dark_oak, structurize:timber_frames/acacia/jungle, blue_skies:bookshelves, twilightforest:ore_magnet/block_replace_ore, buildinggadgets:whitelist/copy_paste, minecraft:piglin_repellants, additionalbars:bars/wooden, forge:storage_blocks/neptunium, byg:ground_pink_allium, forge:ores/anthracite, forge:barrels, structurize:timber_frames/brown_stone_brick/crimson, forge:ores/inferium, forge:pink_sand, blue_skies:ores/ventium, biomesoplenty:dead_logs, alexsmobs:mungus_replace_nether, quark:lead_connectable, forge:storage_blocks/pig_iron, structurize:timber_frames/warped/cactus, refinedstorage:storage_blocks/fluids/1048576k, forge:chests/ender, byg:jacaranda_logs, structurize:timber_frames/jungle/crimson, structurize:shingles/clay/dark_oak, forge:slabs/plastic/transparent, byg:ground_red_maple_sapling, structurize:timber_frames/cream_brick/birch, structurize:timber_frames/brown_stone_brick/cactus, environmental:wisteria_logs, structurize:shingles/blackstone/warped, structurize:timber_frames/lime_terracotta/acacia, forge:storage_blocks/manyullyn, structurize:timber_frames/beige_brick/acacia, forge:storage_blocks/unobtainium_vibranium_alloy, endergetic:poise_plantable, endergetic:end_crystal_placeable, structurize:timber_frames/bricks/birch, structurize:shingles/moss_slate/warped, structurize:timber_frames/crimson/cactus, forge:sand/blue, structurize:timber_frames/black_terracotta/oak, structurize:timber_frames/cream_brick/jungle, masonry:stone_wall, tconstruct:greenheart_logs, mysticalagriculture:crops, structurize:timber_frames/spruce/warped, adorn:stone_platforms, masonry:alldiorite, twilightforest:portal/edge, forge:storage_blocks/allthemodium, blue_skies:ladders, alexsmobs:void_worm_breakables, minecraft:planks, structurize:timber_frames/pink_terracotta, forge:cobblestone, structurize:timber_frames/white_terracotta/warped, byg:ground_orange_spruce_sapling, structurize:timber_frames/cyan_terracotta, byg:ebony_logs, outer_end:crystal_crag_foliage, structurize:timber_frames/light_gray_terracotta/dark_oak, structurize:timber_frames/pink_terracotta/crimson, forge:crab_can_dig, byg:ground_white_anemone, forge:storage_blocks/gold, structurize:timber_frames/blackstone/birch, tconstruct:foundry, structurize:timber_frames/light_gray_terracotta/acacia, forge:ores/ametrine, tconstruct:alloyer_tanks, structurize:timber_frames/paper/warped, byg:ground_mahogany_sapling, structurize:timber_frames/cream_brick/crimson, structurize:timber_frames/stone_bricks/birch, structurize:timber_frames/lime_terracotta/cactus, structurize:timber_frames/jungle/cactus, structurize:timber_frames/beige_brick/crimson, forge:sheetmetals/iron, forge:fences, structurize:timber_frames/brown_terracotta, structurize:timber_frames/warped/acacia, forge:storage_blocks/slag, structurize:timber_frames/green_terracotta, forge:chests/personal, structurize:timber_frames/light_blue_terracotta/warped, forge:storage_blocks/vibranium_allthemodium_alloy, supplementaries:bellows_tickable, forge:terracotta, forge:sapling]
[14Sep2021 11:26:13.731] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.net.ConnectException: Connection refused: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method) ~[?:1.8.0_301]
    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) ~[?:1.8.0_301]
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) ~[?:1.8.0_301]
    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) ~[?:1.8.0_301]
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_301]
    at java.net.PlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_301]
    at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:1.8.0_301]
    at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_301]
    at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_301]
    at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.http.HttpClient.<init>(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.http.HttpClient.New(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.http.HttpClient.New(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_301]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_301]
    at java.net.HttpURLConnection.getResponseCode(Unknown Source) ~[?:1.8.0_301]
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:155) ~[forge:?]
    at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
    at java.lang.Iterable.forEach(Unknown Source) [?:1.8.0_301]
    at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:139) [forge:?]
[14Sep2021 11:26:13.732] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [goldenhopper] Starting version check at https://mrcrayfish.com/modupdatejson?id=goldenhopper
[14Sep2021 11:26:14.632] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [goldenhopper] Found status: BETA Current: 1.2.1 Target: 1.2.1
[14Sep2021 11:26:14.632] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [clumps] Starting version check at https://updates.blamejared.com/get?n=clumps&gv=1.16.5
[14Sep2021 11:26:16.876] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [clumps] Found status: BETA Current: 6.0.0.25 Target: 6.0.0.25
[14Sep2021 11:26:16.876] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [storagenetwork] Starting version check at https://raw.githubusercontent.com/Lothrazar/Storage-Network/trunk/1.16/update.json
[14Sep2021 11:26:17.409] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [storagenetwork] Found status: AHEAD Current: 1.16.5-1.4.0 Target: null
[14Sep2021 11:26:17.410] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [configured] Starting version check at https://mrcrayfish.com/modupdatejson?id=configured
[14Sep2021 11:26:18.252] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [configured] Found status: BETA Current: 1.2.0 Target: 1.2.0
[14Sep2021 11:26:18.252] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [badmobs] Starting version check at https://updates.blamejared.com/get?n=badmobs&gv=1.16.5
[14Sep2021 11:26:18.557] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [badmobs] Found status: BETA_OUTDATED Current: 9.0.3 Target: 9.0.4
[14Sep2021 11:26:18.557] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentlib] Starting version check at https://raw.githubusercontent.com/SilentChaos512/SilentLib/1.14/update.json
[14Sep2021 11:26:18.581] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentlib] Found status: BETA Current: 4.9.6 Target: null
[14Sep2021 11:26:18.582] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [simple-rpc] Starting version check at https://raw.githubusercontent.com/hypherionmc/simple-rpc-public/main/versions.json
[14Sep2021 11:26:18.820] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 12 column 3 path $..1.16.3-recommended
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 12 column 3 path $..1.16.3-recommended
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.gson.internal.bind.ObjectTypeAdapter.read(ObjectTypeAdapter.java:69) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:187) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:852) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:801) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:773) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:195) ~[forge:?]
    at java.lang.Iterable.forEach(Unknown Source) [?:1.8.0_301]
    at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:139) [forge:?]
[14Sep2021 11:26:18.821] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [variant16x_biomesyougo] Starting version check at https://raw.githubusercontent.com/BKthousand/Update16x/master/variant16x_biomesyougo/updates.json
[14Sep2021 11:26:19.134] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [variant16x_biomesyougo] Found status: UP_TO_DATE Current: 0.17.4.4_beta_pre1 Target: null
[14Sep2021 11:26:19.134] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [defaultworldtype] Starting version check at https://raw.githubusercontent.com/MelanX/mod-updatechecker-files/master/defaultworldtype.json
[14Sep2021 11:26:19.461] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [defaultworldtype] Found status: BETA Current: 2.0.3 Target: 2.0.2
[14Sep2021 11:26:19.461] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [easy_villagers] Starting version check at https://maxhenkel.de/update/easy_villagers.json
[14Sep2021 11:26:27.082] [main/ERROR] [net.minecraft.util.registry.WorldSettingsImport/]: Error adding element: Base value out of range: 256 [-10-128]
[14Sep2021 11:26:27.292] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "minecraft:patch_tall_grass"
[14Sep2021 11:26:27.369] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:26:27.570] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:26:27.885] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:26:28.441] [main/ERROR] [net.minecraft.util.registry.WorldSettingsImport/]: Error adding element: Base value out of range: 256 [-10-128]
[14Sep2021 11:26:28.642] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "minecraft:patch_tall_grass"
[14Sep2021 11:26:28.708] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:26:28.898] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:26:29.099] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:26:29.736] [main/ERROR] [net.minecraft.util.registry.WorldSettingsImport/]: Error adding element: Base value out of range: 256 [-10-128]
[14Sep2021 11:26:29.907] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "minecraft:patch_tall_grass"
[14Sep2021 11:26:29.964] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:26:30.149] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:26:30.361] [main/ERROR] [net.minecraft.world.biome.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"
[14Sep2021 11:26:30.921] [main/FATAL] [net.minecraft.server.Main/]: Failed to start the minecraft server
java.lang.NullPointerException: null
    at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.common.collect.ImmutableCollection$ArrayBasedBuilder.add(ImmutableCollection.java:477) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at com.google.common.collect.ImmutableList$Builder.add(ImmutableList.java:758) ~[server-1.16.5-20210115.111550-extra.jar:?]
    at java.util.stream.ReduceOps$3ReducingSink.accept(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_301]
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_301]
    at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_301]
    at net.minecraft.world.biome.provider.BiomeProvider.<init>(SourceFile:38) ~[?:?]
    at org.infernalstudios.infernalexp.world.dimension.ModNetherBiomeProvider.<init>(ModNetherBiomeProvider.java:63) ~[infernalexp:2.2.0]
    at org.infernalstudios.infernalexp.util.NoiseChunkGeneratorUtil.lambda$null$0(NoiseChunkGeneratorUtil.java:39) ~[infernalexp:2.2.0]
    at com.mojang.serialization.codecs.RecordCodecBuilder$Instance.lambda$ap3$6(RecordCodecBuilder.java:286) ~[?:?]
    at com.mojang.serialization.codecs.RecordCodecBuilder$2.encode(RecordCodecBuilder.java:112) ~[?:?]
    at com.mojang.serialization.codecs.KeyDispatchCodec.encode(KeyDispatchCodec.java:92) ~[?:?]
    at com.mojang.serialization.MapCodec$MapCodecCodec.encode(MapCodec.java:96) ~[?:?]
    at com.mojang.serialization.Encoder.encodeStart(Encoder.java:14) ~[?:?]
    at com.mojang.serialization.codecs.FieldEncoder.encode(FieldEncoder.java:24) ~[?:?]
    at com.mojang.serialization.MapCodec$1.encode(MapCodec.java:39) ~[?:?]
    at com.mojang.serialization.codecs.RecordCodecBuilder$Instance$4.encode(RecordCodecBuilder.java:223) ~[?:?]
    at com.mojang.serialization.codecs.RecordCodecBuilder$2.encode(RecordCodecBuilder.java:112) ~[?:?]
    at com.mojang.serialization.MapCodec$MapCodecCodec.encode(MapCodec.java:96) ~[?:?]
    at com.mojang.serialization.Encoder.encodeStart(Encoder.java:14) ~[?:?]
    at com.mojang.serialization.codecs.BaseMapCodec.encode(BaseMapCodec.java:52) ~[?:?]
    at net.minecraftforge.common.LenientUnboundedMapCodec.encode(LenientUnboundedMapCodec.java:75) ~[forge:?]
    at net.minecraftforge.common.LenientUnboundedMapCodec.encode(LenientUnboundedMapCodec.java:22) ~[forge:?]
    at com.mojang.serialization.Encoder$1.encode(Encoder.java:25) ~[?:?]
    at com.mojang.serialization.Codec$2.encode(Codec.java:76) ~[?:?]
    at net.minecraft.util.registry.SimpleRegistryCodec.encode(SourceFile:28) ~[?:?]
    at net.minecraft.util.registry.SimpleRegistryCodec.encode(SourceFile:11) ~[?:?]
    at com.mojang.serialization.Encoder$1.encode(Encoder.java:25) ~[?:?]
    at com.mojang.serialization.Codec$2.encode(Codec.java:76) ~[?:?]
    at com.mojang.serialization.Encoder.encodeStart(Encoder.java:14) ~[?:?]
    at com.mojang.serialization.codecs.FieldEncoder.encode(FieldEncoder.java:24) ~[?:?]
    at com.mojang.serialization.MapCodec$1.encode(MapCodec.java:39) ~[?:?]
    at com.mojang.serialization.codecs.RecordCodecBuilder$Instance$6.encode(RecordCodecBuilder.java:296) ~[?:?]
    at com.mojang.serialization.codecs.RecordCodecBuilder$2.encode(RecordCodecBuilder.java:112) ~[?:?]
    at com.mojang.serialization.MapCodec$MapCodecCodec.encode(MapCodec.java:96) ~[?:?]
    at com.mojang.serialization.Encoder$1.encode(Encoder.java:25) ~[?:?]
    at com.mojang.serialization.Codec$2.encode(Codec.java:76) ~[?:?]
    at com.mojang.serialization.Encoder.encodeStart(Encoder.java:14) ~[?:?]
    at net.minecraft.world.storage.ServerWorldInfo.func_237370_a_(SourceFile:250) ~[?:?]
    at net.minecraft.world.storage.ServerWorldInfo.func_230411_a_(SourceFile:231) ~[?:?]
    at net.minecraft.world.storage.SaveFormat$LevelSave.func_237288_a_(SaveFormat.java:341) ~[?:?]
    at net.minecraft.world.storage.SaveFormat$LevelSave.func_237287_a_(SaveFormat.java:336) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:163) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_301]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301]
    at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.5-36.2.2.jar:36.2]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?]
    at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.5-36.2.2.jar:?]
    at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.5-36.2.2.jar:?]
    at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.5-36.2.2.jar:?]
 

Link to comment
Share on other sites

6 hours ago, Blipp0 said:

if anyone could find out the issue to this would be great as the server wont start i think its because of a file in the words folder but dont know which one i deleted the word and it can start up again but when i stop it dosent work on 2nd start up

 

1. Please use a paste website next time
2. The issue seems to be coming from Infernal Expansion. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello, I'm trying to modify the effects of native enchantments for bows and arrows in Minecraft. After using a decompilation tool, I found that the specific implementations of native bow and arrow enchantments (including `ArrowDamageEnchantment`, `ArrowKnockbackEnchantment`, `ArrowFireEnchantment`, `ArrowInfiniteEnchantment`, `ArrowPiercingEnchantment`) do not contain any information about the enchantment effects (such as the `getDamageProtection` function for `ProtectionEnchantment`, `getDamageBonus` function for `DamageEnchantment`, etc.). Upon searching for the base class of arrows, `AbstractArrow`, I found a function named setEnchantmentEffectsFromEntity`, which seems to be used to retrieve the enchantment levels of the tool held by a `LivingEntity` and calculate the specific values of the enchantment effects. However, after testing with the following code, I found that this function is not being called:   @Mixin(AbstractArrow.class) public class ModifyArrowEnchantmentEffects {     private static final Logger LOGGER = LogUtils.getLogger();     @Inject(         method = "setEnchantmentEffectsFromEntity",         at = @At("HEAD")     )     private void logArrowEnchantmentEffectsFromEntity(CallbackInfo ci) {         LOGGER.info("Arrow enchantment effects from entity");     } }   Upon further investigation, I found that within the onHitEntity method, there are several lines of code:               if (!this.level().isClientSide &amp;&amp; entity1 instanceof LivingEntity) {                EnchantmentHelper.doPostHurtEffects(livingentity, entity1);                EnchantmentHelper.doPostDamageEffects((LivingEntity)entity1, livingentity);             }   These lines of code actually call the doPostHurt and doPostAttack methods of each enchantment in the enchantment list. However, this leads back to the issue because native bow and arrow enchantments do not implement these functions. Although their base class defines the functions, they are empty. At this point, I'm completely stumped and seeking assistance. Thank you.
    • I have been trying to make a server with forge but I keep running into an issue. I have jdk 22 installed as well as Java 8. here is the debug file  
    • it crashed again     What the console says : [00:02:03] [Server thread/INFO] [Easy NPC/]: [EntityManager] Server started! [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {iceandfire:fire_dragon_roost=true, iceandfire:fire_lily=true, iceandfire:spawn_dragon_skeleton_fire=true, iceandfire:lightning_dragon_roost=true, iceandfire:spawn_dragon_skeleton_lightning=true, iceandfire:ice_dragon_roost=true, iceandfire:ice_dragon_cave=true, iceandfire:lightning_dragon_cave=true, iceandfire:cyclops_cave=true, iceandfire:spawn_wandering_cyclops=true, iceandfire:spawn_sea_serpent=true, iceandfire:frost_lily=true, iceandfire:hydra_cave=true, iceandfire:lightning_lily=true, iceandfireixie_village=true, iceandfire:myrmex_hive_jungle=true, iceandfire:myrmex_hive_desert=true, iceandfire:silver_ore=true, iceandfire:siren_island=true, iceandfire:spawn_dragon_skeleton_ice=true, iceandfire:spawn_stymphalian_bird=true, iceandfire:fire_dragon_cave=true, iceandfire:sapphire_ore=true, iceandfire:spawn_hippocampus=true, iceandfire:spawn_death_worm=true} [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true} [00:02:03] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 41976 bytes (in 5 string chunks with the size of 10000) [00:02:03] [Server thread/INFO] [patchouli/]: Sending reload packet to clients [00:02:03] [Server thread/WARN] [voicechat/]: [voicechat] Running in offline mode - Voice chat encryption is not secure! [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Using server-ip as bind address: 0.0.0.0 [00:02:03] [Server thread/WARN] [ModernFix/]: Dedicated server took 22.521 seconds to load [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at 0.0.0.0:25565 [00:02:03] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager [00:02:03] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@2941ffd5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 0 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 1 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 2 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 3 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 4 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 6 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 7 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 8 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 9 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 10 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 11 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 12 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 13 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 14 [00:02:19] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@ebc7ef2 [00:02:19] [Server thread/INFO] [minecraft/PlayerList]: ZacAdos[/90.2.17.162:49242] logged in with entity id 1062 at (-1848.6727005281205, 221.0, -3054.2468255848935) [00:02:19] [Server thread/ERROR] [ModernFix/]: Skipping entity ID sync for com.talhanation.smallships.world.entity.ship.Ship: java.lang.NoClassDefFoundError: net/minecraft/client/CameraType [00:02:19] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos joined the game [00:02:19] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:19] [Server thread/INFO] [se.mi.te.da.DataManager/]: Sending data to client: ZacAdos [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of - Gloop - ZacAdos (17) [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to - Gloop - ZacAdos [00:02:21] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player - Gloop - ZacAdos (cc56befd-d376-3526-a760-340713c478bd) successfully connected to voice chat stop [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping the server [00:02:34] [Server thread/INFO] [mo.pl.ar.ArmourersWorkshop/]: stop local service [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [00:02:34] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: ZacAdos lost connection: Server closed [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos left the game [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (world): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage: All dimensions are saved [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopping IO worker... [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopped IO worker! [00:02:34] [Server thread/INFO] [Calio/]: Removing Dynamic Registries for: net.minecraft.server.dedicated.DedicatedServer@7dc879e1 [MineStrator Daemon]: Checking server disk space usage, this could take a few seconds... [MineStrator Daemon]: Updating process configuration files... [MineStrator Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... [MineStrator Daemon]: Pulling Docker container image, this could take a few minutes to complete... [MineStrator Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx6302M -Dterminal.jline=false -Dterminal.ansi=true -Djline.terminal=jline.UnsupportedTerminal -p libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.4.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.16.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.3/eventbus-6.0.3.jar:libraries/net/minecraftforge/forgespi/6.0.0/forgespi-6.0.0.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.8/modlauncher-10.0.8.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.16/JarJarSelector-0.3.16.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.16/JarJarMetadata-0.3.16.jar:libraries/net/minecraftforge/fmlloader/1.19.2-43.3.0/fmlloader-1.19.2-43.3.0.jar:libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-extra.jar:libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar:libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar:libraries/com/mojang/authlib/3.11.49/authlib-3.11.49.jar:libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:libraries/com/mojang/datafixerupper/5.0.28/datafixerupper-5.0.28.jar:libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar:libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar:libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:libraries/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar:libraries/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar:libraries/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar:libraries/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar:libraries/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar:libraries/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar:libraries/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-aarch_64.jar:libraries/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar:libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar:libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar:libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar:libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar:libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [00:02:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [00:02:44] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection Latest log [29Mar2024 00:02:42.803] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [29Mar2024 00:02:42.805] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [29Mar2024 00:02:43.548] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [29Mar2024 00:02:43.876] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.878] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:44.033] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [29Mar2024 00:02:44.034] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [29Mar2024 00:02:44.034] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection
    • I am unable to do that. Brigadier is a mojang library that parses commands.
  • Topics

×
×
  • Create New...

Important Information

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