Jump to content

Search the Community

Showing results for 'require tool' in topics.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Minecraft Forge
    • Releases
    • Support & Bug Reports
    • Suggestions
    • General Discussion
  • Mod Developer Central
    • Modder Support
    • User Submitted Tutorials
  • Non-Forge
    • Site News (non-forge)
    • Minecraft General
    • Off-topic
  • Forge Mods
    • Mods

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


XMPP/GTalk


Gender


URL


Location


ICQ


AIM


Yahoo IM


MSN Messenger


Personal Text

  1. So when i place an item on the tool rack other players can't see the item, also with the framed trim blocks for drawrs it shows up as an empty frame when another player places it.
  2. Hello:) I am putting together a couple mods and made sure they were all up to date, as for Forge itself. However, when i start up the game i get this message. It seems to me it is asking for a newer version of Forge despite it listing a compatible version just underneath. I would love a hint - thank you! https://imgur.com/a/ECJIKKb
  3. I am trying to download vault hunters 3rd edition to my new server on 1.18.2, and some mods are requiring forge version 40.1.9 Which is not a version posted for 1.18.2. PLZ help
  4. There is a bug in which an item that requires a forge tag (for example, forge:milk, forge:fruits, forge:raw_meats) is displayed as an empty tag among the crafting recipes of several mods. It works fine in version 1.18.1 (forge version: 39.1.2), but the bug occurs in version 1.18.2 (forge version: 40.1.0). I'm reporting it here because it seems to be a bug in Forge and it's a bit iffy to say it's a bug in different mods or minecraft itself, but I'm not really sure.
  5. My loot tables doesnt work and i don't know what to do i checked the files and everything is fine. Please help { "type": "minecraft:block", "pools": [ { "bonus_rolls": 0, "conditions": [ { "condition": "minecraft:survives_explosion" } ], "entries": [ { "type": "minecraft:block", "name": "wokentides:tin_ore" } ], "rolls": 1 } ], "random_sequence": "wokentides:blocks/tin_ore" } Here's for pickaxe and stone tool { "values": [ "wokentides:tin_ore" ] } { "values": [ "wokentides:tin_ore" ] }
  6. Hi, Create a new class that extends "Block" class and you need json for it in resources/assets/modid/blockstates directory and resources/assets/modid/models. You can generate json for it using a tool like misodes model generator. Here, atleast, are blocks explained at forge docs. Don't forge to look at vanilla code, like Magma Block is a good reference if you're trying a "green fire block". Modid should be replaced with your actual forge mod namespace!
  7. I am running forge server 1.16.5 and connecting via bungeecord network, but getting this error, I have tried many ways, Is there any way for mods player in client to connect to mods server through bungeecord? Does it still support forge 1.16.5 ? I run using mohist [ 1.16.5 ]
  8. When I first created my minecraft modded server I used the version 1.18.1 unaware that many of the mods I would want to add later would only be updated to 1.18.2. After about a year of doing nothing about it, I decided to backup my minecraft server and update the forge version along with all installed mods to 1.18.2 from the previous version 1.18.1. Surprisingly, the server loaded fine and almost nothing seems to be missing except for a few outdated recipes and everything from the torch-slab mod (which does not have a 1.18.2 version). I had believed everything had worked perfectly, but I discovered that when generating new chunks my biomes would be sliced, leaving a very ugly terrain. This is really the only thing I would like resolved, as it is the only thing that is stopping me from actually playing on the updated version of my server. I am not very knowledgeable when it comes to what conflicts would cause this issue, but whenever I load my server I get an error stating that biomes o' plenty's rainforest_cliffs and mediterranean_lakes biomes can not be found. I do not know how to resolve this. This is what I am trying to prevent (Not actual image): The mods I am currently using are: alexsmobs Ambientsounds artifacts balm BiomesOPlenty carryon cfm citadel comforts CreativeCore curios customizableelytra expandability FarmersDelight forgivingvoid framework gemsnjewls Iceberg inventorysorter mcw-bridges mcw-doors mcw-fences mcw-lights mcw-paintings mcw-trapdoors mcw-windows revampedwolf SaveYourPets selene sit sophisticatedbackpacks sophisticatedcore StorageDrawers supplementaries TerraBlender theoneprobe tombstone trashslot voidtotem waystones Here are the logs I recieve after starting the server directly after updating both the mods and forge version: C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH>REM Forge requires a configured set of both JVM and program arguments. C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH>REM Add custom JVM arguments to the user_jvm_args.txt C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH>REM Add custom program arguments {such as nogui} to this file in the next line before the or C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH>REM pass them to this script directly C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH>java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.2.0/win_args.txt 2023-03-15 02:19:39,936 main WARN Advanced terminal features are not available in this environment [02:19:40] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 40.2.0, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914] [02:19:40] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.1 by Oracle Corporation [02:19:40] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/jdixo/OneDrive/Desktop/Augh/AUGHHH/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=SERVER [02:19:40] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\libraries\net\minecraftforge\fmlcore\1.18.2-40.2.0\fmlcore-1.18.2-40.2.0.jar is missing mods.toml file [02:19:40] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\libraries\net\minecraftforge\javafmllanguage\1.18.2-40.2.0\javafmllanguage-1.18.2-40.2.0.jar is missing mods.toml file [02:19:40] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\libraries\net\minecraftforge\lowcodelanguage\1.18.2-40.2.0\lowcodelanguage-1.18.2-40.2.0.jar is missing mods.toml file [02:19:40] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\libraries\net\minecraftforge\mclanguage\1.18.2-40.2.0\mclanguage-1.18.2-40.2.0.jar is missing mods.toml file [02:19:40] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping! [02:19:42] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 [02:19:42] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [] [02:19:42] [main/WARN] [mixin/]: Reference map 'creativecore.mixins.refmap.json' for creativecore.mixins.json could not be read. If this is a development environment you can ignore this message [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\supplementaries-registry.toml is not correct. Correcting [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.debug_save_dynamic_pack was corrected from null to its default, false. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.sugar_cube was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.lapis_bricks was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.relayer was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.crystal_display was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.candle_holder was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.silver_trapdoor was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.silver_door was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.lead_trapdoor was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.lead_door was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.jar_tinted was corrected from false to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.flute was corrected from true to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.pancake was corrected from true to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.rope_arrow was corrected from true to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.bomb was corrected from true to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.slingshot was corrected from true to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.shulker_shell was corrected from true to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.candy was corrected from true to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.wrench was corrected from true to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.antique_ink was corrected from true to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.soap was corrected from true to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.bubble_blower was corrected from true to its default, null. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items was corrected from null to its default, SimpleCommentedConfig:{}. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.flute was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.stasis was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.dispenser_minecart was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.soap was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.bubble_blower was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.antique_ink was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.shulker_shell was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.candy was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.wrench was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.slingshot was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.rope_arrow was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.bomb was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.pancake was corrected from null to its default, true. [02:19:42] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.quiver was corrected from null to its default, true. [02:19:42] [main/WARN] [mixin/]: Error loading class: de/maxhenkel/gravestone/events/DeathEvents (java.lang.ClassNotFoundException: de.maxhenkel.gravestone.events.DeathEvents) [02:19:42] [main/WARN] [mixin/]: Error loading class: de/maxhenkel/corpse/events/DeathEvents (java.lang.ClassNotFoundException: de.maxhenkel.corpse.events.DeathEvents) [02:19:51] [modloading-worker-0/WARN] [ne.bl.mo.ba.fo.co.ForgeBalmConfig/]: Config field without expected type, will not validate list content (dimensionAllowList in net.blay09.mods.forgivingvoid.ForgivingVoidConfigData) [02:19:51] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 40.2.0, for MC 1.18.2 with MCP 20220404.173914 [02:19:51] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v40.2.0 Initialized [02:19:51] [modloading-worker-0/INFO] [be.fl.ex.ExpandAbility/]: ExpandAbility here, who dis? [02:19:51] [modloading-worker-0/WARN] [ne.bl.mo.ba.fo.co.ForgeBalmConfig/]: Config field without expected type, will not validate list content (dimensionDenyList in net.blay09.mods.forgivingvoid.ForgivingVoidConfigData) [02:19:57] [main/INFO] [co.ch.ge.Main/]: HELLO from Register Block [02:20:01] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `shulker_shell`, expected `supplementaries`. This could be a intended override, but in most cases indicates a broken mod. [02:20:02] [main/WARN] [minecraft/SynchedEntityData]: defineId called for: class com.github.alexthe666.alexsmobs.entity.EntityLeafcutterAnt from class com.github.alexthe666.alexsmobs.entity.EntityDevilsHolePupfish [02:20:02] [main/WARN] [minecraft/SynchedEntityData]: defineId called for: class com.github.alexthe666.alexsmobs.entity.EntityMantisShrimp from class com.github.alexthe666.alexsmobs.entity.EntitySkelewag [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\farmersdelight-common.toml is not correct. Correcting [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.wanderingTraderSellsFDItems was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key settings.enableRopeReeling was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key farming was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key farming.defaultTomatoVineRope was corrected from null to its default, farmersdelight:rope. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key farming.enableTomatoVineClimbingTaggedRopes was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key recipe_book was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key recipe_book.enableRecipeBookCookingPot was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key world.generateFDChestLoot was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key world.brown_mushroom_colonies was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key world.brown_mushroom_colonies.genBrownMushroomColony was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key world.brown_mushroom_colonies.chance was corrected from null to its default, 15. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key world.red_mushroom_colonies was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key world.red_mushroom_colonies.genRedMushroomColony was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key world.red_mushroom_colonies.chance was corrected from null to its default, 15. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key world.cropsOnShipwreckSupplyLoot was corrected from true to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key world.cropsOnVillageHouseLoot was corrected from true to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\theoneprobe-common.toml is not correct. Correcting [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blacklistEntities was corrected from null to its default, []. [02:20:02] [Thread-0/FATAL] [mc.th.TheOneProbe/CORE]: theoneprobe config just got changed on the file system! [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\biomesoplenty\generation.toml is not correct. Correcting [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld.bop_overworld_region_weight was corrected from null to its default, 13. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld.bop_nether_region_weight was corrected from null to its default, 13. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld.bop_overworld_rare_region_weight was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld.bop_nether_rare_region_weight was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld.bop_region_weight was corrected from 13 to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld.bop_rare_region_weight was corrected from 2 to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\sophisticatedcore-common.toml is not correct. Correcting [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.enabledItems was corrected from null to its default, []. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\artifacts-common.toml is not correct. Correcting [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key campsite.count was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key campsite.min_y was corrected from null to its default, -60. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key campsite.max_y was corrected from null to its default, 40. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key campsite.scan_range was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key campsite.max_ceiling_height was corrected from null to its default, 6. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\gemsnjewels-common.toml is not correct. Correcting [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling.isToolLevelingEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling.leveling config was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling.leveling config.swordKillsPerLevel was corrected from null to its default, 10. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling.leveling config.pickaxeOresPerLevel was corrected from null to its default, 10. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling.leveling config.pickaxeBlocksPerLevel was corrected from null to its default, 20. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling.leveling config.axeKillsPerLevel was corrected from null to its default, 10. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling.leveling config.axeLogsPerLevel was corrected from null to its default, 10. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling.leveling config.axeBlocksPerLevel was corrected from null to its default, 20. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling.leveling config.shovelBlocksPerLevel was corrected from null to its default, 50. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling.leveling config.hoeHoesPerLevel was corrected from null to its default, 50. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tool leveling.leveling config.hoeCropsPerLevel was corrected from null to its default, 20. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key loot spawning was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key loot spawning.isLootSpawnEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key gem unique biome generation was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key gem unique biome generation.isUniqueBiomeGenerationEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.pale_diamond_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.emerald_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ruby_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.sapphire_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.amethyst_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.opal_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.garnet_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.topaz_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.peridot_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.aquamarine_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.zircon_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.alexandrite_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tanzanite_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tourmaline_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.spinel_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.blackOpal_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.citrine_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.morganite_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ametrine_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.iolite_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.kunzite_OreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.silver_OreGenEnabled was corrected from null to its default, false. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.emerald spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.emerald spawn values.emerald_OreSpawnRate was corrected from null to its default, 16. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.emerald spawn values.emerald_OreVeinSize was corrected from null to its default, 3. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.emerald spawn values.emerald_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.emerald spawn values.emerald_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ruby spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ruby spawn values.ruby_OreSpawnRate was corrected from null to its default, 16. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ruby spawn values.ruby_OreVeinSize was corrected from null to its default, 3. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ruby spawn values.ruby_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ruby spawn values.ruby_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.sapphire spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.sapphire spawn values.sapphire_OreSpawnRate was corrected from null to its default, 16. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.sapphire spawn values.sapphire_OreVeinSize was corrected from null to its default, 3. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.sapphire spawn values.sapphire_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.sapphire spawn values.sapphire_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.amethyst spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.amethyst spawn values.amethyst_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.amethyst spawn values.amethyst_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.amethyst spawn values.amethyst_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.amethyst spawn values.amethyst_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.opal spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.opal spawn values.opal_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.opal spawn values.opal_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.opal spawn values.opal_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.opal spawn values.opal_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.garnet spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.garnet spawn values.garnet_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.garnet spawn values.garnet_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.garnet spawn values.garnet_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.garnet spawn values.garnet_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.topaz spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.topaz spawn values.topaz_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.topaz spawn values.topaz_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.topaz spawn values.topaz_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.topaz spawn values.topaz_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.peridot spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.peridot spawn values.peridot_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.peridot spawn values.peridot_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.peridot spawn values.peridot_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.peridot spawn values.peridot_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.aquamarine spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.aquamarine spawn values.aquamarine_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.aquamarine spawn values.aquamarine_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.aquamarine spawn values.aquamarine_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.aquamarine spawn values.aquamarine_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.zircon spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.zircon spawn values.zircon_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.zircon spawn values.zircon_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.zircon spawn values.zircon_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.zircon spawn values.zircon_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.alexandrite spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.alexandrite spawn values.alexandrite_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.alexandrite spawn values.alexandrite_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.alexandrite spawn values.alexandrite_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.alexandrite spawn values.alexandrite_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tanzanite spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tanzanite spawn values.tanzanite_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tanzanite spawn values.tanzanite_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tanzanite spawn values.tanzanite_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tanzanite spawn values.tanzanite_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tourmaline spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tourmaline spawn values.tourmaline_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tourmaline spawn values.tourmaline_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tourmaline spawn values.tourmaline_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.tourmaline spawn values.tourmaline_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.spinel spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.spinel spawn values.spinel_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.spinel spawn values.spinel_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.spinel spawn values.spinel_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.spinel spawn values.spinel_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.black_opal spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.black_opal spawn values.black_opal_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.black_opal spawn values.black_opal_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.black_opal spawn values.black_opal_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.black_opal spawn values.black_opal_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.citrine spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.citrine spawn values.citrine_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.citrine spawn values.citrine_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.citrine spawn values.citrine_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.citrine spawn values.citrine_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.morganite spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.morganite spawn values.morganite_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.morganite spawn values.morganite_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.morganite spawn values.morganite_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.morganite spawn values.morganite_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ametrine spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ametrine spawn values.ametrine_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ametrine spawn values.ametrine_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ametrine spawn values.ametrine_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.ametrine spawn values.ametrine_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.iolite spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.iolite spawn values.iolite_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.iolite spawn values.iolite_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.iolite spawn values.iolite_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.iolite spawn values.iolite_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.kunzite spawn values was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.kunzite spawn values.kunzite_OreSpawnRate was corrected from null to its default, 2. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.kunzite spawn values.kunzite_OreVeinSize was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.kunzite spawn values.kunzite_OreBottomAnchor was corrected from null to its default, -100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key overworld generation.kunzite spawn values.kunzite_OreTopAnchor was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.diamond_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.v_emerald_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.emerald_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.ruby_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.sapphire_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.amethyst_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.opal_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.garnet_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.topaz_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.peridot_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.aquamarine_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.zircon_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.alexandrite_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.tanzanite_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.tourmaline_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.spinel_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.blackOpal_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.citrine_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.morganite_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.ametrine_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.iolite_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key nether generation.kunzite_NetherOreGenEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\tombstone-common.toml is not correct. Correcting [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key player_death.log_player_grave was corrected from true to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.fishing_treasure_in_open_water was corrected from true to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item.can_recycle_damaged_item was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item.denied_item_to_recycle was corrected from null to its default, []. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item.lost_tablet_search_outside_world was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item.lost_tablet_modded_structure was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item.lost_tablet_denied_structures was corrected from null to its default, []. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item.duration_voodoo_poppet_effects was corrected from null to its default, 60. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key decorative_grave.distance_between_grave_guardian was corrected from null to its default, 100. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key decorative_grave.restock_time_grave_guardian was corrected from null to its default, 60. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key decorative_grave.lost_tablet_search_outside_world was corrected from true to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key decorative_grave.lost_tablet_modded_structure was corrected from true to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key decorative_grave.duration_voodoo_poppet_effects was corrected from 60 to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key decorative_grave.lost_tablet_denied_structures was corrected from [] to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key decorative_grave.can_recycle_damaged_item was corrected from true to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key decorative_grave.denied_item_to_recycle was corrected from [] to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key recovery.log_auto_backup was corrected from null to its default, false. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key recovery.recovery_familiar_enable was corrected from true to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key loot.max_xp_lost_page was corrected from null to its default, 2000. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\trashslot-common.toml is not correct. Correcting [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key enableDeleteKeysInCreative was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\sophisticatedbackpacks-common.toml is not correct. Correcting [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.noInteractionBlocks was corrected from null to its default, []. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.advancedRefillUpgrade was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.advancedRefillUpgrade.filterSlots was corrected from null to its default, 12. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.advancedRefillUpgrade.slotsInRow was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.voidUpgrade.voidAnythingEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.advancedVoidUpgrade.voidAnythingEnabled was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.smeltingUpgrade.smokingUpgrade was corrected from SimpleCommentedConfig:{smeltingSpeedMultiplier=1.0, fuelEfficiencyMultiplier=1.0, blastingUpgrade=SimpleCommentedConfig:{smeltingSpeedMultiplier=1.0, fuelEfficiencyMultiplier=1.0, chestLootEnabled=true, autoSmeltingUpgrade=SimpleCommentedConfig:{smeltingSpeedMultiplier=1.0, fuelEfficiencyMultiplier=1.0, inputFilterSlots=8, inputFilterSlotsInRow=4, fuelFilterSlots=4, fuelFilterSlotsInRow=4}, autoSmokingUpgrade=SimpleCommentedConfig:{smeltingSpeedMultiplier=1.0, fuelEfficiencyMultiplier=1.0, inputFilterSlots=8, inputFilterSlotsInRow=4, fuelFilterSlots=4, fuelFilterSlotsInRow=4}, autoBlastingUpgrade=SimpleCommentedConfig:{smeltingSpeedMultiplier=1.0, fuelEfficiencyMultiplier=1.0, inputFilterSlots=8, inputFilterSlotsInRow=4, fuelFilterSlots=4, fuelFilterSlotsInRow=4}, inceptionUpgrade=SimpleCommentedConfig:{upgradesUseInventoriesOfBackpacksInBackpack=true, upgradesInContainedBackpacksAreFunctional=true}, toolSwapperUpgrade=SimpleCommentedConfig:{filterSlots=8, slotsInRow=4}, tankUpgrade=SimpleCommentedConfig:{capacityPerSlotRow=4000, stackMultiplierRatio=1.0, autoFillDrainContainerCooldown=20, maxInputOutput=20, energyPerSlotRow=10000}, pumpUpgrade=SimpleCommentedConfig:{filterSlots=4, maxInputOutput=20, stackMultiplierRatio=1.0}, xpPumpUpgrade=SimpleCommentedConfig:{mendingOn=true, maxXpPointsPerMending=5}, entityBackpackAdditions=SimpleCommentedConfig:{chance=0.01, addLoot=true, buffWithPotionEffects=true, buffHealth=true, equipWithArmor=true, entityLootTableList=[minecraft:creeper|minecraft:chests/desert_pyramid, minecraft:drowned|minecraft:chests/shipwreck_treasure, minecraft:enderman|minecraft:chests/end_city_treasure, minecraft:evoker|minecraft:chests/woodland_mansion, minecraft:husk|minecraft:chests/desert_pyramid, minecraft:piglin|minecraft:chests/bastion_bridge, minecraft:piglin_brute|minecraft:chests/bastion_treasure, minecraft:pillager|minecraft:chests/pillager_outpost, minecraft:skeleton|minecraft:chests/simple_dungeon, minecraft:stray|minecraft:chests/igloo_chest, minecraft:vex|minecraft:chests/woodland_mansion, minecraft:vindicator|minecraft:chests/woodland_mansion, minecraft:witch|minecraft:chests/buried_treasure, minecraft:wither_skeleton|minecraft:chests/nether_bridge, minecraft:zombie|minecraft:chests/simple_dungeon, minecraft:zombie_villager|minecraft:chests/village/village_armorer, minecraft:zombified_piglin|minecraft:chests/bastion_other], discBlockList=[botania:record_gaia_1, botania:record_gaia_2], playJukebox=true}}} to its default, null. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.smokingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.smokingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.smokingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.blastingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.blastingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.blastingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmeltingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmeltingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmeltingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmeltingUpgrade.inputFilterSlots was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmeltingUpgrade.inputFilterSlotsInRow was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmeltingUpgrade.fuelFilterSlots was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmeltingUpgrade.fuelFilterSlotsInRow was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmokingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmokingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmokingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmokingUpgrade.inputFilterSlots was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmokingUpgrade.inputFilterSlotsInRow was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmokingUpgrade.fuelFilterSlots was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoSmokingUpgrade.fuelFilterSlotsInRow was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoBlastingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoBlastingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoBlastingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoBlastingUpgrade.inputFilterSlots was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoBlastingUpgrade.inputFilterSlotsInRow was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoBlastingUpgrade.fuelFilterSlots was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.autoBlastingUpgrade.fuelFilterSlotsInRow was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.inceptionUpgrade was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.inceptionUpgrade.upgradesUseInventoriesOfBackpacksInBackpack was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.inceptionUpgrade.upgradesInContainedBackpacksAreFunctional was corrected from null to its default, true. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.toolSwapperUpgrade was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.toolSwapperUpgrade.filterSlots was corrected from null to its default, 8. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.toolSwapperUpgrade.slotsInRow was corrected from null to its default, 4. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.tankUpgrade was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.tankUpgrade.capacityPerSlotRow was corrected from null to its default, 4000. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.tankUpgrade.stackMultiplierRatio was corrected from null to its default, 1.0. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.tankUpgrade.autoFillDrainContainerCooldown was corrected from null to its default, 20. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.tankUpgrade.maxInputOutput was corrected from null to its default, 20. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.tankUpgrade.energyPerSlotRow was corrected from null to its default, 10000. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.pumpUpgrade was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:02] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.pumpUpgrade.filterSlots was corrected from null to its default, 4. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.pumpUpgrade.maxInputOutput was corrected from null to its default, 20. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.pumpUpgrade.stackMultiplierRatio was corrected from null to its default, 1.0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.xpPumpUpgrade was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.xpPumpUpgrade.mendingOn was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.xpPumpUpgrade.maxXpPointsPerMending was corrected from null to its default, 5. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions.chance was corrected from null to its default, 0.01. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions.addLoot was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions.buffWithPotionEffects was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions.buffHealth was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions.equipWithArmor was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions.entityLootTableList was corrected from null to its default, [minecraft:creeper|minecraft:chests/desert_pyramid, minecraft:drowned|minecraft:chests/shipwreck_treasure, minecraft:enderman|minecraft:chests/end_city_treasure, minecraft:evoker|minecraft:chests/woodland_mansion, minecraft:husk|minecraft:chests/desert_pyramid, minecraft:piglin|minecraft:chests/bastion_bridge, minecraft:piglin_brute|minecraft:chests/bastion_treasure, minecraft:pillager|minecraft:chests/pillager_outpost, minecraft:skeleton|minecraft:chests/simple_dungeon, minecraft:stray|minecraft:chests/igloo_chest, minecraft:vex|minecraft:chests/woodland_mansion, minecraft:vindicator|minecraft:chests/woodland_mansion, minecraft:witch|minecraft:chests/buried_treasure, minecraft:wither_skeleton|minecraft:chests/nether_bridge, minecraft:zombie|minecraft:chests/simple_dungeon, minecraft:zombie_villager|minecraft:chests/village/village_armorer, minecraft:zombified_piglin|minecraft:chests/bastion_other]. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions.discBlockList was corrected from null to its default, [botania:record_gaia_1, botania:record_gaia_2]. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions.playJukebox was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions.dropToFakePlayers was corrected from null to its default, false. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions.backpackDropChance was corrected from null to its default, 0.085. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.entityBackpackAdditions.lootingChanceIncreasePerLevel was corrected from null to its default, 0.01. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.nerfs was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.nerfs.tooManyBackpacksSlowness was corrected from null to its default, false. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.nerfs.maxNumberOfBackpacks was corrected from null to its default, 3. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.nerfs.slownessLevelsPerAdditionalBackpack was corrected from null to its default, 1.0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.nerfs.onlyWornBackpackTriggersUpgrades was corrected from null to its default, false. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.chestLootEnabled was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.itemFluidHandlerEnabled was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.allowOpeningOtherPlayerBackpacks was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.itemDisplayDisabled was corrected from null to its default, false. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key common.enabledItems was corrected from [void_upgrade:true, advanced_pump_upgrade:true, upgrade_base:true, filter_upgrade:true, magnet_upgrade:true, advanced_pickup_upgrade:true, jukebox_upgrade:true, smoking_upgrade:true, everlasting_upgrade:true, compacting_upgrade:true, advanced_restock_upgrade:true, advanced_magnet_upgrade:true, blasting_upgrade:true, refill_upgrade:true, auto_blasting_upgrade:true, advanced_tool_swapper_upgrade:true, advanced_filter_upgrade:true, iron_backpack:true, auto_smoking_upgrade:true, advanced_feeding_upgrade:true, gold_backpack:true, inception_upgrade:true, crafting_upgrade:true, advanced_deposit_upgrade:true, xp_pump_upgrade:true, tank_upgrade:true, auto_smelting_upgrade:true, advanced_void_upgrade:true, pickup_upgrade:true, stack_upgrade_tier_4:true, stack_upgrade_tier_2:true, stack_upgrade_tier_3:true, stack_upgrade_tier_1:true, restock_upgrade:true, stonecutter_upgrade:true, advanced_compacting_upgrade:true, backpack:true, pump_upgrade:true, tool_swapper_upgrade:true, smelting_upgrade:true, feeding_upgrade:true, battery_upgrade:true, deposit_upgrade:true, diamond_backpack:true] to its default, null. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\waystones-common.toml is not correct. Correcting [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key compatibility.preferJourneyMapIntegration was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\voidtotem-common.toml is not correct. Correcting [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.teleport_height_offset was corrected from null to its default, 64. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.allow_totem_of_undying was corrected from false to its default, null. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.teleport_height was corrected from 384 to its default, null. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\supplementaries-common.toml is not correct. Correcting [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.cage.health_threshold was corrected from null to its default, 100. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key blocks.candle_holder was corrected from SimpleCommentedConfig:{light_level=12} to its default, null. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key spawns.structures.way_sign.enabled was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key spawns.structures.way_sign.villages was corrected from [minecraft:village, repurposed_structures:village_badlands, repurposed_structures:village_dark_oak, repurposed_structures:village_birch, repurposed_structures:village_giant_taiga, repurposed_structures:village_jungle, repurposed_structures:village_mountains, repurposed_structures:village_oak, repurposed_structures:village_swamp, pokecube:village, pokecube_legends:village, pokecube_legends:village/ocean, valhelsia_structures:castle, valhelsia_structures:castle_ruin, valhelsia_structures:small_castle, valhelsia_structures:tower_ruin, stoneholm:underground_village, blue_skies:gatekeeper_house, feywild:library, feywild:blacksmith] to its default, null. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tweaks.dispenser_tweaks was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tweaks.dispenser_tweaks.axe_strip was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tweaks.dispenser_tweaks.shoot_ender_pearls was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tweaks.lantern_tweaks was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tweaks.lantern_tweaks.enabled was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tweaks.lantern_tweaks.high_priority was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tweaks.lantern_tweaks.mod_blacklist was corrected from null to its default, [extlights, betterendforge, tconstruct, enigmaticlegacy]. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tweaks.lantern_tweaks.fallin_lanterns was corrected from null to its default, ON. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tweaks.axe_dispenser_behaviors was corrected from SimpleCommentedConfig:{enabled=true} to its default, null. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key tweaks.wall_lantern was corrected from SimpleCommentedConfig:{enabled=true, high_priority=true, mod_blacklist=[extlights, betterendforge, tconstruct]} to its default, null. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.quiver was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.quiver.use_without_slow was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.quiver.slots was corrected from null to its default, 6. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.quiver.quiver_skeleton_chance was corrected from null to its default, 0.2. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key items.bomb.bomb_fuse was corrected from null to its default, 0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\alexsmobs.toml is not correct. Correcting [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.catsAndFoxesAttackJerboas was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.dolphinsAttackFlyingFish was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.cachalotDestruction was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.rainbowGlassFidelity was corrected from null to its default, 16.0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.bunfungusTransformation was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.addLootToChests was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.jerboaSpawnWeight was corrected from null to its default, 12. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.jerboaSpawnRolls was corrected from null to its default, 2. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.terrapinSpawnWeight was corrected from null to its default, 4. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.terrapinSpawnRolls was corrected from null to its default, 0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.combJellySpawnWeight was corrected from null to its default, 5. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.combJellySpawnRolls was corrected from null to its default, 1. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.cosmicCodSpawnWeight was corrected from null to its default, 5. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.cosmicCodSpawnRolls was corrected from null to its default, 0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.bunfungusSpawnWeight was corrected from null to its default, 3. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.bunfungusSpawnRolls was corrected from null to its default, 0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.bisonSpawnWeight was corrected from null to its default, 9. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.bisonSpawnRolls was corrected from null to its default, 0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.giantSquidSpawnWeight was corrected from null to its default, 3. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.giantSquidSpawnRolls was corrected from null to its default, 0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.devilsHolePupfishSpawnWeight was corrected from null to its default, 23. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.devilsHolePupfishSpawnRolls was corrected from null to its default, 0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.catfishSpawnWeight was corrected from null to its default, 4. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.catfishSpawnRolls was corrected from null to its default, 2. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.flyingFishSpawnWeight was corrected from null to its default, 8. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.flyingFishSpawnRolls was corrected from null to its default, 0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.skelewagSpawnWeight was corrected from null to its default, 15. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.skelewagSpawnRolls was corrected from null to its default, 0. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.uniqueSpawning.restrictPupfishSpawns was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.uniqueSpawning.pupfishChunkSpawnDistance was corrected from null to its default, 2000. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.uniqueSpawning.restrictSkelewagSpawns was corrected from null to its default, true. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.uniqueSpawning.dangerZone was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:03] [main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.spawning.uniqueSpawning.dangerZone.superSecretSettings was corrected from null to its default, false. [02:20:04] [modloading-worker-0/INFO] [co.ch.ge.Main/]: HELLO FROM PREINIT [02:20:04] [modloading-worker-0/INFO] [co.ch.ge.Main/]: DIRT BLOCK >> minecraft:dirt [02:20:04] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay [02:20:04] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 snowball = 1 snow_block [02:20:04] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 glowstone_dust = 1 glowstone [02:20:04] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 brick = 1 bricks [02:20:04] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 nether_brick = 1 nether_bricks [02:20:04] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 9 nether_wart = 1 nether_wart_block [02:20:04] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 quartz = 1 quartz_block [02:20:04] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 9 melon_slice = 1 melon [02:20:04] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 sand = 1 sandstone [02:20:04] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 red_sand = 1 red_sandstone [02:20:04] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay [02:20:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwbridges] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/bridges.json [02:20:04] [main/INFO] [terrablender/]: Registered region minecraft:overworld to index 0 for type OVERWORLD [02:20:04] [main/INFO] [terrablender/]: Registered region minecraft:nether to index 0 for type NETHER [02:20:04] [main/INFO] [terrablender/]: Registered region biomesoplenty:overworld_common to index 1 for type OVERWORLD [02:20:04] [main/INFO] [terrablender/]: Registered region biomesoplenty:overworld_rare to index 2 for type OVERWORLD [02:20:04] [main/INFO] [terrablender/]: Registered region biomesoplenty:nether_common to index 1 for type NETHER [02:20:04] [main/INFO] [terrablender/]: Registered region biomesoplenty:nether_rare to index 2 for type NETHER [02:20:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwbridges] Found status: UP_TO_DATE Current: 2.0.6 Target: null [02:20:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwtrpdoors] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/trapdoors.json [02:20:04] [main/INFO] [ne.me.su.Supplementaries/]: Finished mod setup in: 37 ms [02:20:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwtrpdoors] Found status: UP_TO_DATE Current: 1.0.9 Target: null [02:20:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwfences] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/fences.json [02:20:04] [modloading-worker-0/INFO] [co.ch.ge.Main/]: Got IMC [] [02:20:04] [modloading-worker-0/INFO] [tombstone/]: Integration TOP [02:20:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwfences] Found status: UP_TO_DATE Current: 1.0.7 Target: null [02:20:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwwindows] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/window.json [02:20:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwwindows] Found status: UP_TO_DATE Current: 2.1.1 Target: null [02:20:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [iceberg] Starting version check at https://mc-update-check.anthonyhilyard.com/520110 [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [iceberg] Found status: UP_TO_DATE Current: 1.0.49 Target: null [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwpaintings] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/paintings.json [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwpaintings] Found status: UP_TO_DATE Current: 1.0.4 Target: null [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [tombstone] Starting version check at https://raw.githubusercontent.com/Corail31/tombstone_lite/master/update.json [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [tombstone] Found status: UP_TO_DATE Current: 7.6.1 Target: null [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwdoors] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/doors.json [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwdoors] Found status: UP_TO_DATE Current: 1.0.8 Target: null [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [cfm] Starting version check at https://mrcrayfish.com/modupdatejson?id=cfm [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [cfm] Found status: BETA Current: 7.0.0-pre35 Target: 7.0.0-pre35 [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [framework] Starting version check at https://mrcrayfish.com/modupdatejson?id=framework [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [framework] Found status: BETA Current: 0.4.2 Target: 0.4.2 [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: UP_TO_DATE Current: 40.2.0 Target: null [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwlights] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/lights.json [02:20:05] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwlights] Found status: UP_TO_DATE Current: 1.0.5 Target: null [02:20:07] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [02:20:08] [main/WARN] [ne.mi.co.ForgeHooks/WP]: The following mods have version differences that were not resolved: alexsmobs (version 1.15.1 -> 1.18.6) ambientsounds (version 3.0.3 -> 5.0.16) artifacts (version 1.18.1-4.0.2 -> 1.18.2-4.2.0) balm (version 2.4.0+0 -> 3.2.5) biomesoplenty (version 1.18.1-15.0.0.94 -> 1.18.2-16.0.0.109) carryon (version 1.17.0.5 -> 1.17.0.8) cfm (version 7.0.0-pre27 -> 7.0.0-pre35) citadel (version 1.10.8 -> 1.11.3) comforts (version 1.18-5.0.0.1 -> 1.18.2-5.0.0.6) creativecore (version 2.4.0 -> 0.0NONE) curios (version 1.18.1-5.0.5.1 -> 1.18.2-5.0.9.0) customizableelytra (version 1.18-1.6.3 -> 1.18.2-1.6.7) expandability (version 5.0.0 -> 6.0.0) farmersdelight (version 1.18.1-1.0.1 -> 1.18.2-1.2.0) forge (version 39.0.17 -> 40.2.0) framework (version 0.2.2 -> 0.4.2) gemsnjewels (version 0.2.3 -> 0.6.1) iceberg (version 1.0.33 -> 1.0.49) mcwbridges (version 2.0.1 -> 2.0.6) mcwdoors (version 1.0.5 -> 1.0.8) mcwfences (version 1.0.2 -> 1.0.7) mcwlights (version 1.0.2 -> 1.0.5) mcwpaintings (version 1.0.2 -> 1.0.4) mcwtrpdoors (version 1.0.4 -> 1.0.9) mcwwindows (version 2.0.2 -> 2.1.1) revampedwolf (version 1.18.1-1.1.0 -> 1.18.2-1.2.0) selene (version 1.18-1.11.0 -> 1.18.2-1.17.9) sit (version 1.3.1 -> 1.3.3) sophisticatedbackpacks (version 1.18.1-3.15.1.505 -> 1.18.2-3.18.40.777) storagedrawers (version 10.1.0 -> 10.2.1) supplementaries (version 1.1.7 -> 1.18.2-1.5.16) syp (version 1.0.0.7 -> 1.0.8) terrablender (version 1.18.1-1.0.0.24 -> 1.2.0.126) theoneprobe (version 1.18-5.0.2 -> 1.18-5.1.2) tombstone (version 7.3.3 -> 7.6.1) torchslabmod (version 1.7.3 -> MISSING) trashslot (version 11.0.0 -> 11.0.3) voidtotem (version 1.18.1-1.1.0 -> 1.18.2-1.3.1) waystones (version 9.0.1 -> 10.2.0) Things may not work well. [02:20:08] [main/ERROR] [ne.mi.re.GameData/REGISTRIES]: Unidentified mapping from registry minecraft:block mcwbridges:most1: 898 torchslabmod:candle_black_slab: 1073 torchslabmod:candle_blue_slab: 1074 torchslabmod:candle_brown_slab: 1075 torchslabmod:candle_cyan_slab: 1076 torchslabmod:candle_gray_slab: 1077 torchslabmod:candle_green_slab: 1078 torchslabmod:candle_light_blue_slab: 1079 torchslabmod:candle_light_gray_slab: 1080 torchslabmod:candle_lime_slab: 1081 torchslabmod:candle_magenta_slab: 1082 torchslabmod:candle_orange_slab: 1083 torchslabmod:candle_pink_slab: 1084 torchslabmod:candle_purple_slab: 1085 torchslabmod:candle_red_slab: 1086 torchslabmod:candle_slab: 1072 torchslabmod:candle_white_slab: 1087 torchslabmod:candle_yellow_slab: 1088 torchslabmod:end_rod_slab: 1067 torchslabmod:lantern: 1061 torchslabmod:pad_candle: 1089 torchslabmod:pad_candle_black: 1090 torchslabmod:pad_candle_blue: 1091 torchslabmod:pad_candle_brown: 1092 torchslabmod:pad_candle_cyan: 1093 torchslabmod:pad_candle_gray: 1094 torchslabmod:pad_candle_green: 1095 torchslabmod:pad_candle_light_blue: 1096 torchslabmod:pad_candle_light_gray: 1097 torchslabmod:pad_candle_lime: 1098 torchslabmod:pad_candle_magenta: 1099 torchslabmod:pad_candle_orange: 1100 torchslabmod:pad_candle_pink: 1101 torchslabmod:pad_candle_purple: 1102 torchslabmod:pad_candle_red: 1103 torchslabmod:pad_candle_white: 1104 torchslabmod:pad_candle_yellow: 1105 torchslabmod:pad_lantern: 1070 torchslabmod:pad_soul_lantern: 1071 torchslabmod:pad_soul_torch: 1069 torchslabmod:pad_torch: 1068 torchslabmod:soul_lantern: 1062 torchslabmod:soul_torch: 1060 torchslabmod:torch: 1059 torchslabmod:wall_lantern: 1065 torchslabmod:wall_soul_lantern: 1066 torchslabmod:wall_soul_torch_slab: 1064 torchslabmod:wall_torch_slab: 1063 [02:20:08] [main/ERROR] [ne.mi.re.GameData/REGISTRIES]: Unidentified mapping from registry minecraft:fluid sophisticatedbackpacks:xp_flowing: 8 sophisticatedbackpacks:xp_still: 7 [02:20:08] [main/ERROR] [ne.mi.re.GameData/REGISTRIES]: Unidentified mapping from registry minecraft:item gemsnjewels:bright_opal: 2399 mcwbridges:most1: 1413 mcwdoors:garage_remote: 2866 [02:20:08] [main/ERROR] [ne.mi.re.GameData/REGISTRIES]: Unidentified mapping from registry minecraft:mob_effect tombstone:exorcism: 57 [02:20:08] [main/ERROR] [ne.mi.re.GameData/REGISTRIES]: Unidentified mapping from registry tombstone:perks tombstone:bone_collector: 6 tombstone:disenchanter: 8 tombstone:ghostly_shape: 0 tombstone:voodoo_poppet: 1 [02:20:08] [main/ERROR] [ne.mi.re.GameData/REGISTRIES]: Unidentified mapping from registry minecraft:sound_event supplementaries:block.tick_1: 1399 supplementaries:block.tick_2: 1400 supplementaries:block.tom: 1398 [02:20:08] [main/ERROR] [ne.mi.re.GameData/REGISTRIES]: Unidentified mapping from registry minecraft:worldgen/biome biomesoplenty:mediterranean_lakes: 89 biomesoplenty:rainforest_cliffs: 102 [02:20:08] [main/WARN] [ne.mi.re.GameData/REGISTRIES]: Forge Mod Loader detected missing registry entries. There are 63 missing entries in this save. If you continue the missing entries will get removed. A world backup will be automatically created in your saves directory. [02:20:08] [main/WARN] [ne.mi.re.GameData/REGISTRIES]: Missing minecraft:sound_event: supplementaries:block.tick_1 supplementaries:block.tick_2 supplementaries:block.tom Missing minecraft:item: gemsnjewels:bright_opal mcwbridges:most1 mcwdoors:garage_remote Missing minecraft:block: mcwbridges:most1 torchslabmod:candle_black_slab torchslabmod:candle_blue_slab torchslabmod:candle_brown_slab torchslabmod:candle_cyan_slab torchslabmod:candle_gray_slab torchslabmod:candle_green_slab torchslabmod:candle_light_blue_slab torchslabmod:candle_light_gray_slab torchslabmod:candle_lime_slab torchslabmod:candle_magenta_slab torchslabmod:candle_orange_slab torchslabmod:candle_pink_slab torchslabmod:candle_purple_slab torchslabmod:candle_red_slab torchslabmod:candle_slab torchslabmod:candle_white_slab torchslabmod:candle_yellow_slab torchslabmod:end_rod_slab torchslabmod:lantern torchslabmod:pad_candle torchslabmod:pad_candle_black torchslabmod:pad_candle_blue torchslabmod:pad_candle_brown torchslabmod:pad_candle_cyan torchslabmod:pad_candle_gray torchslabmod:pad_candle_green torchslabmod:pad_candle_light_blue torchslabmod:pad_candle_light_gray torchslabmod:pad_candle_lime torchslabmod:pad_candle_magenta torchslabmod:pad_candle_orange torchslabmod:pad_candle_pink torchslabmod:pad_candle_purple torchslabmod:pad_candle_red torchslabmod:pad_candle_white torchslabmod:pad_candle_yellow torchslabmod:pad_lantern torchslabmod:pad_soul_lantern torchslabmod:pad_soul_torch torchslabmod:pad_torch torchslabmod:soul_lantern torchslabmod:soul_torch torchslabmod:torch torchslabmod:wall_lantern torchslabmod:wall_soul_lantern torchslabmod:wall_soul_torch_slab torchslabmod:wall_torch_slab Missing minecraft:mob_effect: tombstone:exorcism Missing tombstone:perks: tombstone:bone_collector tombstone:disenchanter tombstone:ghostly_shape tombstone:voodoo_poppet Missing minecraft:worldgen/biome: biomesoplenty:mediterranean_lakes biomesoplenty:rainforest_cliffs Missing minecraft:fluid: sophisticatedbackpacks:xp_flowing sophisticatedbackpacks:xp_still [02:20:08] [main/ERROR] [ne.mi.re.GameData/REGISTRIES]: There are unidentified mappings in this world - we are going to attempt to process anyway [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwbridges:iron_bridge Expected: 898 Got: 2739 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwbridges:deepslate_brick_bridge Expected: 921 Got: 2740 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwbridges:deepslate_tile_bridge Expected: 922 Got: 2741 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwbridges:deepslate_brick_bridge_pier Expected: 948 Got: 2742 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwbridges:deepslate_tile_bridge_pier Expected: 949 Got: 2743 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwbridges:deepslate_brick_bridge_stair Expected: 975 Got: 2744 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwbridges:deepslate_tile_bridge_stair Expected: 976 Got: 2745 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: farmersdelight:sandy_shrub Expected: 1049 Got: 2746 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: farmersdelight:budding_tomatoes Expected: 1059 Got: 2747 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: farmersdelight:rice_roll_medley_block Expected: 1067 Got: 2748 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:oak_swamp_trapdoor Expected: 1411 Got: 2749 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:oak_bamboo_trapdoor Expected: 1412 Got: 2750 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:spruce_swamp_trapdoor Expected: 1422 Got: 2751 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:spruce_bamboo_trapdoor Expected: 1423 Got: 2752 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:birch_swamp_trapdoor Expected: 1433 Got: 2753 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:birch_bamboo_trapdoor Expected: 1434 Got: 2754 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:jungle_swamp_trapdoor Expected: 1444 Got: 2755 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:jungle_bamboo_trapdoor Expected: 1445 Got: 2756 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:acacia_swamp_trapdoor Expected: 1455 Got: 2757 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:acacia_bamboo_trapdoor Expected: 1456 Got: 2758 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:dark_oak_swamp_trapdoor Expected: 1466 Got: 2759 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:dark_oak_bamboo_trapdoor Expected: 1467 Got: 2760 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:crimson_swamp_trapdoor Expected: 1477 Got: 2761 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:crimson_bamboo_trapdoor Expected: 1478 Got: 2762 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:warped_swamp_trapdoor Expected: 1488 Got: 2763 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:warped_bamboo_trapdoor Expected: 1489 Got: 2764 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_barn_trapdoor Expected: 1490 Got: 2765 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_barred_trapdoor Expected: 1491 Got: 2766 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_beach_trapdoor Expected: 1492 Got: 2767 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_classic_trapdoor Expected: 1493 Got: 2768 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_cottage_trapdoor Expected: 1494 Got: 2769 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_four_panel_trapdoor Expected: 1495 Got: 2770 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_glass_trapdoor Expected: 1496 Got: 2771 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_mystic_trapdoor Expected: 1497 Got: 2772 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_paper_trapdoor Expected: 1498 Got: 2773 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_tropical_trapdoor Expected: 1499 Got: 2774 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_swamp_trapdoor Expected: 1500 Got: 2775 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:oak_ranch_trapdoor Expected: 1509 Got: 2776 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:spruce_ranch_trapdoor Expected: 1510 Got: 2777 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:birch_ranch_trapdoor Expected: 1511 Got: 2778 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:jungle_ranch_trapdoor Expected: 1512 Got: 2779 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:acacia_ranch_trapdoor Expected: 1513 Got: 2780 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:dark_oak_ranch_trapdoor Expected: 1514 Got: 2781 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:crimson_ranch_trapdoor Expected: 1515 Got: 2782 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:warped_ranch_trapdoor Expected: 1516 Got: 2783 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_trapdoor Expected: 1517 Got: 2784 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwtrpdoors:metal_warning_trapdoor Expected: 1520 Got: 2785 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:oak_hedge Expected: 1553 Got: 2786 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:spruce_hedge Expected: 1554 Got: 2787 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:birch_hedge Expected: 1555 Got: 2788 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:jungle_hedge Expected: 1556 Got: 2789 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:acacia_hedge Expected: 1557 Got: 2790 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:dark_oak_hedge Expected: 1558 Got: 2791 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:azalea_hedge Expected: 1559 Got: 2792 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:flowering_azalea_hedge Expected: 1560 Got: 2793 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:bamboo_fence Expected: 1561 Got: 2794 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:oak_pyramid_gate Expected: 1570 Got: 2795 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:spruce_pyramid_gate Expected: 1571 Got: 2796 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:birch_pyramid_gate Expected: 1572 Got: 2797 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:jungle_pyramid_gate Expected: 1573 Got: 2798 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:acacia_pyramid_gate Expected: 1574 Got: 2799 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:dark_oak_pyramid_gate Expected: 1575 Got: 2800 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:crimson_pyramid_gate Expected: 1576 Got: 2801 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:warped_pyramid_gate Expected: 1577 Got: 2802 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:modern_deepslate_wall Expected: 1587 Got: 2803 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:modern_deepslate_brick_wall Expected: 1588 Got: 2804 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:modern_quartz_wall Expected: 1589 Got: 2805 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:modern_prismarine_wall Expected: 1590 Got: 2806 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:railing_deepslate_wall Expected: 1600 Got: 2807 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:railing_deepslate_brick_wall Expected: 1601 Got: 2808 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:railing_quartz_wall Expected: 1602 Got: 2809 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:railing_prismarine_wall Expected: 1603 Got: 2810 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:stone_brick_railing_gate Expected: 1604 Got: 2811 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:andesite_railing_gate Expected: 1605 Got: 2812 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:diorite_railing_gate Expected: 1606 Got: 2813 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:granite_railing_gate Expected: 1607 Got: 2814 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:sandstone_railing_gate Expected: 1608 Got: 2815 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:red_sandstone_railing_gate Expected: 1609 Got: 2816 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:blackstone_railing_gate Expected: 1610 Got: 2817 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:blackstone_brick_railing_gate Expected: 1611 Got: 2818 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:nether_brick_railing_gate Expected: 1612 Got: 2819 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:end_brick_railing_gate Expected: 1613 Got: 2820 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:deepslate_railing_gate Expected: 1614 Got: 2821 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:deepslate_brick_railing_gate Expected: 1615 Got: 2822 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:quartz_railing_gate Expected: 1616 Got: 2823 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwfences:prismarine_railing_gate Expected: 1617 Got: 2824 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:oak_four_window Expected: 1620 Got: 2825 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:stripped_oak_log_four_window Expected: 1623 Got: 2826 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:oak_plank_four_window Expected: 1626 Got: 2827 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:spruce_four_window Expected: 1629 Got: 2828 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:stripped_spruce_log_four_window Expected: 1632 Got: 2829 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:spruce_plank_four_window Expected: 1635 Got: 2830 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:birch_four_window Expected: 1638 Got: 2831 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:stripped_birch_log_four_window Expected: 1641 Got: 2832 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:birch_plank_four_window Expected: 1644 Got: 2833 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:jungle_four_window Expected: 1647 Got: 2834 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:stripped_jungle_log_four_window Expected: 1650 Got: 2835 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:jungle_plank_four_window Expected: 1653 Got: 2836 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:acacia_four_window Expected: 1656 Got: 2837 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:stripped_acacia_log_four_window Expected: 1659 Got: 2838 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:acacia_plank_four_window Expected: 1662 Got: 2839 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:dark_oak_four_window Expected: 1665 Got: 2840 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:stripped_dark_oak_log_four_window Expected: 1668 Got: 2841 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:dark_oak_plank_four_window Expected: 1671 Got: 2842 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:crimson_stem_four_window Expected: 1674 Got: 2843 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:stripped_crimson_stem_four_window Expected: 1677 Got: 2844 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:crimson_planks_four_window Expected: 1680 Got: 2845 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:warped_stem_four_window Expected: 1683 Got: 2846 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:stripped_warped_stem_four_window Expected: 1686 Got: 2847 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:warped_planks_four_window Expected: 1689 Got: 2848 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:andesite_four_window Expected: 1692 Got: 2849 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:diorite_four_window Expected: 1695 Got: 2850 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:granite_four_window Expected: 1698 Got: 2851 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:stone_four_window Expected: 1701 Got: 2852 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:blackstone_window Expected: 1702 Got: 2853 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:blackstone_window2 Expected: 1703 Got: 2854 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:blackstone_four_window Expected: 1704 Got: 2855 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:prismarine_window Expected: 1705 Got: 2856 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:prismarine_window2 Expected: 1706 Got: 2857 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:prismarine_four_window Expected: 1707 Got: 2858 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_window Expected: 1708 Got: 2859 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_window2 Expected: 1709 Got: 2860 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_four_window Expected: 1710 Got: 2861 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:blackstone_parapet Expected: 1730 Got: 2862 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:prismarine_parapet Expected: 1731 Got: 2863 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_parapet Expected: 1732 Got: 2864 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_brick_gothic Expected: 1737 Got: 2865 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:blackstone_brick_gothic Expected: 1738 Got: 2866 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:blackstone_brick_arrow_slit Expected: 1743 Got: 2867 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:prismarine_brick_arrow_slit Expected: 1744 Got: 2868 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_brick_arrow_slit Expected: 1745 Got: 2869 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:oak_shutter Expected: 1786 Got: 2870 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:spruce_shutter Expected: 1787 Got: 2871 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:birch_shutter Expected: 1788 Got: 2872 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:jungle_shutter Expected: 1789 Got: 2873 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:acacia_shutter Expected: 1790 Got: 2874 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:dark_oak_shutter Expected: 1791 Got: 2875 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:crimson_shutter Expected: 1792 Got: 2876 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:warped_shutter Expected: 1793 Got: 2877 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:bamboo_shutter Expected: 1794 Got: 2878 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:iron_shutter Expected: 1795 Got: 2879 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:oak_louvered_shutter Expected: 1796 Got: 2880 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:spruce_louvered_shutter Expected: 1797 Got: 2881 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:birch_louvered_shutter Expected: 1798 Got: 2882 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:jungle_louvered_shutter Expected: 1799 Got: 2883 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:acacia_louvered_shutter Expected: 1800 Got: 2884 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:dark_oak_louvered_shutter Expected: 1801 Got: 2885 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:crimson_louvered_shutter Expected: 1802 Got: 2886 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:warped_louvered_shutter Expected: 1803 Got: 2887 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:diorite_louvered_shutter Expected: 1804 Got: 2888 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:andesite_louvered_shutter Expected: 1805 Got: 2889 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:granite_louvered_shutter Expected: 1806 Got: 2890 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:white_curtain Expected: 1807 Got: 2891 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:orange_curtain Expected: 1808 Got: 2892 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:magenta_curtain Expected: 1809 Got: 2893 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:light_blue_curtain Expected: 1810 Got: 2894 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:yellow_curtain Expected: 1811 Got: 2895 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:lime_curtain Expected: 1812 Got: 2896 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:pink_curtain Expected: 1813 Got: 2897 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:gray_curtain Expected: 1814 Got: 2898 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:light_gray_curtain Expected: 1815 Got: 2899 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:cyan_curtain Expected: 1816 Got: 2900 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:purple_curtain Expected: 1817 Got: 2901 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:blue_curtain Expected: 1818 Got: 2902 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:brown_curtain Expected: 1819 Got: 2903 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:green_curtain Expected: 1820 Got: 2904 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:red_curtain Expected: 1821 Got: 2905 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwwindows:black_curtain Expected: 1822 Got: 2906 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: alexsmobs:void_worm_effigy Expected: 1887 Got: 2907 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: alexsmobs:terrapin_egg Expected: 1888 Got: 2908 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: alexsmobs:rainbow_glass Expected: 1889 Got: 2909 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: alexsmobs:bison_fur_block Expected: 1890 Got: 2910 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: alexsmobs:bison_carpet Expected: 1891 Got: 2911 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: alexsmobs:sand_circle Expected: 1892 Got: 2912 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: alexsmobs:red_sand_circle Expected: 1893 Got: 2913 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_block Expected: 1973 Got: 2914 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_crystallized_stone_stairs Expected: 1994 Got: 2915 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:emerald_crystallized_stone_stairs Expected: 1995 Got: 2916 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:ruby_crystallized_stone_stairs Expected: 1996 Got: 2917 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:sapphire_crystallized_stone_stairs Expected: 1997 Got: 2918 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:amethyst_crystallized_stone_stairs Expected: 1998 Got: 2919 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:opal_crystallized_stone_stairs Expected: 1999 Got: 2920 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:garnet_crystallized_stone_stairs Expected: 2000 Got: 2921 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:topaz_crystallized_stone_stairs Expected: 2001 Got: 2922 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:peridot_crystallized_stone_stairs Expected: 2002 Got: 2923 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:aquamarine_crystallized_stone_stairs Expected: 2003 Got: 2924 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:zircon_crystallized_stone_stairs Expected: 2004 Got: 2925 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:alexandrite_crystallized_stone_stairs Expected: 2005 Got: 2926 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:tanzanite_crystallized_stone_stairs Expected: 2006 Got: 2927 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:tourmaline_crystallized_stone_stairs Expected: 2007 Got: 2928 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:spinel_crystallized_stone_stairs Expected: 2008 Got: 2929 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:black_opal_crystallized_stone_stairs Expected: 2009 Got: 2930 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:citrine_crystallized_stone_stairs Expected: 2010 Got: 2931 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:morganite_crystallized_stone_stairs Expected: 2011 Got: 2932 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:ametrine_crystallized_stone_stairs Expected: 2012 Got: 2933 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:iolite_crystallized_stone_stairs Expected: 2013 Got: 2934 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:kunzite_crystallized_stone_stairs Expected: 2014 Got: 2935 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_crystallized_stone_brick_stairs Expected: 2015 Got: 2936 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:emerald_crystallized_stone_brick_stairs Expected: 2016 Got: 2937 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:ruby_crystallized_stone_brick_stairs Expected: 2017 Got: 2938 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:sapphire_crystallized_stone_brick_stairs Expected: 2018 Got: 2939 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:amethyst_crystallized_stone_brick_stairs Expected: 2019 Got: 2940 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:opal_crystallized_stone_brick_stairs Expected: 2020 Got: 2941 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:garnet_crystallized_stone_brick_stairs Expected: 2021 Got: 2942 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:topaz_crystallized_stone_brick_stairs Expected: 2022 Got: 2943 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:peridot_crystallized_stone_brick_stairs Expected: 2023 Got: 2944 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:aquamarine_crystallized_stone_brick_stairs Expected: 2024 Got: 2945 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:zircon_crystallized_stone_brick_stairs Expected: 2025 Got: 2946 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:alexandrite_crystallized_stone_brick_stairs Expected: 2026 Got: 2947 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:tanzanite_crystallized_stone_brick_stairs Expected: 2027 Got: 2948 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:tourmaline_crystallized_stone_brick_stairs Expected: 2028 Got: 2949 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:spinel_crystallized_stone_brick_stairs Expected: 2029 Got: 2950 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:black_opal_crystallized_stone_brick_stairs Expected: 2030 Got: 2951 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:citrine_crystallized_stone_brick_stairs Expected: 2031 Got: 2952 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:morganite_crystallized_stone_brick_stairs Expected: 2032 Got: 2953 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:ametrine_crystallized_stone_brick_stairs Expected: 2033 Got: 2954 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:iolite_crystallized_stone_brick_stairs Expected: 2034 Got: 2955 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:kunzite_crystallized_stone_brick_stairs Expected: 2035 Got: 2956 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_pale_diamond_block Expected: 2036 Got: 2957 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_emerald_block Expected: 2037 Got: 2958 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_ruby_block Expected: 2038 Got: 2959 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_sapphire_block Expected: 2039 Got: 2960 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_amethyst_block Expected: 2040 Got: 2961 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_opal_block Expected: 2041 Got: 2962 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_garnet_block Expected: 2042 Got: 2963 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_topaz_block Expected: 2043 Got: 2964 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_peridot_block Expected: 2044 Got: 2965 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_aquamarine_block Expected: 2045 Got: 2966 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_zircon_block Expected: 2046 Got: 2967 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_alexandrite_block Expected: 2047 Got: 2968 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_tanzanite_block Expected: 2048 Got: 2969 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_tourmaline_block Expected: 2049 Got: 2970 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_spinel_block Expected: 2050 Got: 2971 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_black_opal_block Expected: 2051 Got: 2972 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_citrine_block Expected: 2052 Got: 2973 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_morganite_block Expected: 2053 Got: 2974 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_ametrine_block Expected: 2054 Got: 2975 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_kunzite_block Expected: 2055 Got: 2976 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_iolite_block Expected: 2056 Got: 2977 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_pale_diamond_stairs Expected: 2057 Got: 2978 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_emerald_stairs Expected: 2058 Got: 2979 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_ruby_stairs Expected: 2059 Got: 2980 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_sapphire_stairs Expected: 2060 Got: 2981 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_amethyst_stairs Expected: 2061 Got: 2982 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_opal_stairs Expected: 2062 Got: 2983 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_garnet_stairs Expected: 2063 Got: 2984 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_topaz_stairs Expected: 2064 Got: 2985 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_peridot_stairs Expected: 2065 Got: 2986 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_aquamarine_stairs Expected: 2066 Got: 2987 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_zircon_stairs Expected: 2067 Got: 2988 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_alexandrite_stairs Expected: 2068 Got: 2989 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_tanzanite_stairs Expected: 2069 Got: 2990 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_tourmaline_stairs Expected: 2070 Got: 2991 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_spinel_stairs Expected: 2071 Got: 2992 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_black_opal_stairs Expected: 2072 Got: 2993 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_citrine_stairs Expected: 2073 Got: 2994 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_morganite_stairs Expected: 2074 Got: 2995 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_ametrine_stairs Expected: 2075 Got: 2996 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_iolite_stairs Expected: 2076 Got: 2997 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_kunzite_stairs Expected: 2077 Got: 2998 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_pale_diamond_slab Expected: 2078 Got: 2999 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_emerald_slab Expected: 2079 Got: 3000 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_ruby_slab Expected: 2080 Got: 3001 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_sapphire_slab Expected: 2081 Got: 3002 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_amethyst_slab Expected: 2082 Got: 3003 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_opal_slab Expected: 2083 Got: 3004 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_garnet_slab Expected: 2084 Got: 3005 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_topaz_slab Expected: 2085 Got: 3006 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_peridot_slab Expected: 2086 Got: 3007 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_aquamarine_slab Expected: 2087 Got: 3008 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_zircon_slab Expected: 2088 Got: 3009 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_alexandrite_slab Expected: 2089 Got: 3010 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_tanzanite_slab Expected: 2090 Got: 3011 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_tourmaline_slab Expected: 2091 Got: 3012 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_spinel_slab Expected: 2092 Got: 3013 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_black_opal_slab Expected: 2093 Got: 3014 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_citrine_slab Expected: 2094 Got: 3015 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_morganite_slab Expected: 2095 Got: 3016 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_ametrine_slab Expected: 2096 Got: 3017 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_iolite_slab Expected: 2097 Got: 3018 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:stacked_kunzite_slab Expected: 2098 Got: 3019 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_pale_diamond_block Expected: 2099 Got: 3020 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_emerald_block Expected: 2100 Got: 3021 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_ruby_block Expected: 2101 Got: 3022 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_sapphire_block Expected: 2102 Got: 3023 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_amethyst_block Expected: 2103 Got: 3024 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_opal_block Expected: 2104 Got: 3025 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_garnet_block Expected: 2105 Got: 3026 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_topaz_block Expected: 2106 Got: 3027 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_peridot_block Expected: 2107 Got: 3028 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_aquamarine_block Expected: 2108 Got: 3029 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_zircon_block Expected: 2109 Got: 3030 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_alexandrite_block Expected: 2110 Got: 3031 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_tanzanite_block Expected: 2111 Got: 3032 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_tourmaline_block Expected: 2112 Got: 3033 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_spinel_block Expected: 2113 Got: 3034 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_black_opal_block Expected: 2114 Got: 3035 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_citrine_block Expected: 2115 Got: 3036 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_morganite_block Expected: 2116 Got: 3037 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_ametrine_block Expected: 2117 Got: 3038 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_kunzite_block Expected: 2118 Got: 3039 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:raw_iolite_block Expected: 2119 Got: 3040 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_crystallized_stone_block Expected: 2120 Got: 3041 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:emerald_crystallized_stone_block Expected: 2121 Got: 3042 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:ruby_crystallized_stone_block Expected: 2122 Got: 3043 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:sapphire_crystallized_stone_block Expected: 2123 Got: 3044 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:amethyst_crystallized_stone_block Expected: 2124 Got: 3045 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:opal_crystallized_stone_block Expected: 2125 Got: 3046 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:garnet_crystallized_stone_block Expected: 2126 Got: 3047 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:topaz_crystallized_stone_block Expected: 2127 Got: 3048 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:peridot_crystallized_stone_block Expected: 2128 Got: 3049 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:aquamarine_crystallized_stone_block Expected: 2129 Got: 3050 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:zircon_crystallized_stone_block Expected: 2130 Got: 3051 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:alexandrite_crystallized_stone_block Expected: 2131 Got: 3052 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:tanzanite_crystallized_stone_block Expected: 2132 Got: 3053 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:tourmaline_crystallized_stone_block Expected: 2133 Got: 3054 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:spinel_crystallized_stone_block Expected: 2134 Got: 3055 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:black_opal_crystallized_stone_block Expected: 2135 Got: 3056 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:citrine_crystallized_stone_block Expected: 2136 Got: 3057 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:morganite_crystallized_stone_block Expected: 2137 Got: 3058 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:ametrine_crystallized_stone_block Expected: 2138 Got: 3059 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:kunzite_crystallized_stone_block Expected: 2139 Got: 3060 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:iolite_crystallized_stone_block Expected: 2140 Got: 3061 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_crystallized_stone_brick Expected: 2141 Got: 3062 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:emerald_crystallized_stone_brick Expected: 2142 Got: 3063 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:ruby_crystallized_stone_brick Expected: 2143 Got: 3064 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:sapphire_crystallized_stone_brick Expected: 2144 Got: 3065 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:amethyst_crystallized_stone_brick Expected: 2145 Got: 3066 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:opal_crystallized_stone_brick Expected: 2146 Got: 3067 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:garnet_crystallized_stone_brick Expected: 2147 Got: 3068 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:topaz_crystallized_stone_brick Expected: 2148 Got: 3069 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:peridot_crystallized_stone_brick Expected: 2149 Got: 3070 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:aquamarine_crystallized_stone_brick Expected: 2150 Got: 3071 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:zircon_crystallized_stone_brick Expected: 2151 Got: 3072 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:alexandrite_crystallized_stone_brick Expected: 2152 Got: 3073 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:tanzanite_crystallized_stone_brick Expected: 2153 Got: 3074 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:tourmaline_crystallized_stone_brick Expected: 2154 Got: 3075 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:spinel_crystallized_stone_brick Expected: 2155 Got: 3076 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:black_opal_crystallized_stone_brick Expected: 2156 Got: 3077 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:citrine_crystallized_stone_brick Expected: 2157 Got: 3078 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:morganite_crystallized_stone_brick Expected: 2158 Got: 3079 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:ametrine_crystallized_stone_brick Expected: 2159 Got: 3080 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:kunzite_crystallized_stone_brick Expected: 2160 Got: 3081 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:iolite_crystallized_stone_brick Expected: 2161 Got: 3082 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_ore_block Expected: 2162 Got: 3083 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_deepslate_ore_block Expected: 2184 Got: 3084 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_nether_ore_block Expected: 2205 Got: 3085 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:diamond_nether_ore_block Expected: 2206 Got: 3086 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:emerald_nether_ore_block Expected: 2207 Got: 3087 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:ruby_nether_ore_block Expected: 2208 Got: 3088 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:sapphire_nether_ore_block Expected: 2209 Got: 3089 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:amethyst_nether_ore_block Expected: 2210 Got: 3090 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:opal_nether_ore_block Expected: 2211 Got: 3091 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:garnet_nether_ore_block Expected: 2212 Got: 3092 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:topaz_nether_ore_block Expected: 2213 Got: 3093 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:peridot_nether_ore_block Expected: 2214 Got: 3094 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:aquamarine_nether_ore_block Expected: 2215 Got: 3095 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:zircon_nether_ore_block Expected: 2216 Got: 3096 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:alexandrite_nether_ore_block Expected: 2217 Got: 3097 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:tanzanite_nether_ore_block Expected: 2218 Got: 3098 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:tourmaline_nether_ore_block Expected: 2219 Got: 3099 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:spinel_nether_ore_block Expected: 2220 Got: 3100 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:black_opal_nether_ore_block Expected: 2221 Got: 3101 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:citrine_nether_ore_block Expected: 2222 Got: 3102 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:morganite_nether_ore_block Expected: 2223 Got: 3103 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:ametrine_nether_ore_block Expected: 2224 Got: 3104 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:kunzite_nether_ore_block Expected: 2225 Got: 3105 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:iolite_nether_ore_block Expected: 2226 Got: 3106 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: gemsnjewels:v_emerald_nether_ore_block Expected: 2227 Got: 3107 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_japanese_door Expected: 2241 Got: 3108 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_japanese2_door Expected: 2250 Got: 3109 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_barn_door Expected: 2259 Got: 3110 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_barn_glass_door Expected: 2268 Got: 3111 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_modern_door Expected: 2277 Got: 3112 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_cottage_door Expected: 2285 Got: 3113 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_classic_door Expected: 2293 Got: 3114 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_beach_door Expected: 2301 Got: 3115 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_paper_door Expected: 2309 Got: 3116 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_four_panel_door Expected: 2317 Got: 3117 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_tropical_door Expected: 2325 Got: 3118 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_glass_door Expected: 2340 Got: 3119 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_stable_door Expected: 2349 Got: 3120 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_stable_head_door Expected: 2358 Got: 3121 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_western_door Expected: 2367 Got: 3122 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_mystic_door Expected: 2375 Got: 3123 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_nether_door Expected: 2383 Got: 3124 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:oak_swamp_door Expected: 2384 Got: 3125 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:spruce_swamp_door Expected: 2385 Got: 3126 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:birch_swamp_door Expected: 2386 Got: 3127 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:jungle_swamp_door Expected: 2387 Got: 3128 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:acacia_swamp_door Expected: 2388 Got: 3129 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:dark_oak_swamp_door Expected: 2389 Got: 3130 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:crimson_swamp_door Expected: 2390 Got: 3131 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:warped_swamp_door Expected: 2391 Got: 3132 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_swamp_door Expected: 2392 Got: 3133 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:oak_bamboo_door Expected: 2393 Got: 3134 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:spruce_bamboo_door Expected: 2394 Got: 3135 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:birch_bamboo_door Expected: 2395 Got: 3136 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:jungle_bamboo_door Expected: 2396 Got: 3137 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:acacia_bamboo_door Expected: 2397 Got: 3138 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:dark_oak_bamboo_door Expected: 2398 Got: 3139 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:crimson_bamboo_door Expected: 2399 Got: 3140 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:warped_bamboo_door Expected: 2400 Got: 3141 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:bamboo_bark_glass_door Expected: 2409 Got: 3142 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:wooden_portcullis Expected: 2414 Got: 3143 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:iron_portcullis Expected: 2415 Got: 3144 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:store_door Expected: 2416 Got: 3145 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwdoors:sliding_glass_door Expected: 2417 Got: 3146 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_white Expected: 2912 Got: 3147 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_orange Expected: 2913 Got: 3148 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_magenta Expected: 2914 Got: 3149 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_light_blue Expected: 2915 Got: 3150 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_yellow Expected: 2916 Got: 3151 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_lime Expected: 2917 Got: 3152 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_pink Expected: 2918 Got: 3153 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_gray Expected: 2919 Got: 3154 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_light_gray Expected: 2920 Got: 3155 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_cyan Expected: 2921 Got: 3156 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_purple Expected: 2922 Got: 3157 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_blue Expected: 2923 Got: 3158 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_brown Expected: 2924 Got: 3159 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_green Expected: 2925 Got: 3160 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_red Expected: 2926 Got: 3161 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present_black Expected: 2927 Got: 3162 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:trapped_present Expected: 2928 Got: 3163 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder Expected: 2949 Got: 3164 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_white Expected: 2950 Got: 3165 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_orange Expected: 2951 Got: 3166 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_magenta Expected: 2952 Got: 3167 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_light_blue Expected: 2953 Got: 3168 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_yellow Expected: 2954 Got: 3169 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_lime Expected: 2955 Got: 3170 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_pink Expected: 2956 Got: 3171 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_gray Expected: 2957 Got: 3172 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_light_gray Expected: 2958 Got: 3173 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_cyan Expected: 2959 Got: 3174 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_purple Expected: 2960 Got: 3175 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_blue Expected: 2961 Got: 3176 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_brown Expected: 2962 Got: 3177 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_green Expected: 2963 Got: 3178 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_red Expected: 2964 Got: 3179 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:candle_holder_black Expected: 2965 Got: 3180 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:silver_lantern Expected: 2969 Got: 3181 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:lead_lantern Expected: 2970 Got: 3182 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:relayer Expected: 2980 Got: 3183 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:crystal_display Expected: 2991 Got: 3184 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:silver_door Expected: 2998 Got: 3185 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:silver_trapdoor Expected: 2999 Got: 3186 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:lead_door Expected: 3000 Got: 3187 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:lead_trapdoor Expected: 3001 Got: 3188 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:lapis_bricks Expected: 3034 Got: 3189 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:lapis_bricks_slab Expected: 3035 Got: 3190 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:lapis_bricks_vertical_slab Expected: 3036 Got: 3191 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:lapis_bricks_wall Expected: 3037 Got: 3192 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:lapis_bricks_stairs Expected: 3038 Got: 3193 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:sugar_cube Expected: 3062 Got: 3194 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:rope_tomatoes Expected: 3072 Got: 3195 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:stick_tomatoes Expected: 3073 Got: 3196 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:bamboo_tiki_torch Expected: 3099 Got: 3197 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:soul_bamboo_tiki_torch Expected: 3108 Got: 3198 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:white_paper_lamp Expected: 3131 Got: 3199 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:light_gray_paper_lamp Expected: 3132 Got: 3200 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:gray_paper_lamp Expected: 3133 Got: 3201 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:black_paper_lamp Expected: 3134 Got: 3202 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:brown_paper_lamp Expected: 3135 Got: 3203 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:red_paper_lamp Expected: 3136 Got: 3204 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:orange_paper_lamp Expected: 3137 Got: 3205 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:yellow_paper_lamp Expected: 3138 Got: 3206 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:lime_paper_lamp Expected: 3139 Got: 3207 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:green_paper_lamp Expected: 3140 Got: 3208 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:cyan_paper_lamp Expected: 3141 Got: 3209 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:light_blue_paper_lamp Expected: 3142 Got: 3210 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:blue_paper_lamp Expected: 3143 Got: 3211 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:purple_paper_lamp Expected: 3144 Got: 3212 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:magenta_paper_lamp Expected: 3145 Got: 3213 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:pink_paper_lamp Expected: 3146 Got: 3214 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:striped_lantern Expected: 3147 Got: 3215 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:covered_lantern Expected: 3148 Got: 3216 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:chain_lantern Expected: 3149 Got: 3217 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:tavern_lantern Expected: 3150 Got: 3218 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:festive_lantern Expected: 3151 Got: 3219 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:cross_lantern Expected: 3152 Got: 3220 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: mcwlights:bell_lantern Expected: 3153 Got: 3221 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_fir Expected: 3162 Got: 3222 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_redwood Expected: 3163 Got: 3223 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_cherry Expected: 3164 Got: 3224 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_mahogany Expected: 3165 Got: 3225 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_jacaranda Expected: 3166 Got: 3226 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_palm Expected: 3167 Got: 3227 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_willow Expected: 3168 Got: 3228 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_dead Expected: 3169 Got: 3229 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_magic Expected: 3170 Got: 3230 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_umbran Expected: 3171 Got: 3231 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_hellbark Expected: 3172 Got: 3232 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:fluid: Object did not get ID it asked for. Name: sophisticatedcore:xp_still Expected: 7 Got: 9 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:fluid: Object did not get ID it asked for. Name: sophisticatedcore:xp_flowing Expected: 8 Got: 10 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwbridges:iron_bridge Expected: 1414 Got: 3554 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwbridges:deepslate_brick_bridge Expected: 1437 Got: 3555 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwbridges:deepslate_tile_bridge Expected: 1438 Got: 3556 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwbridges:deepslate_brick_bridge_pier Expected: 1464 Got: 3557 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwbridges:deepslate_tile_bridge_pier Expected: 1465 Got: 3558 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwbridges:deepslate_brick_bridge_stair Expected: 1491 Got: 3559 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwbridges:deepslate_tile_bridge_stair Expected: 1492 Got: 3560 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: farmersdelight:sandy_shrub Expected: 1551 Got: 3561 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: farmersdelight:rotten_tomato Expected: 1568 Got: 3562 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: farmersdelight:glow_berry_custard Expected: 1604 Got: 3563 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: farmersdelight:salmon_roll Expected: 1617 Got: 3564 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: farmersdelight:cod_roll Expected: 1618 Got: 3565 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: farmersdelight:kelp_roll Expected: 1619 Got: 3566 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: farmersdelight:kelp_roll_slice Expected: 1620 Got: 3567 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: farmersdelight:bone_broth Expected: 1622 Got: 3568 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: farmersdelight:mushroom_rice Expected: 1634 Got: 3569 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: farmersdelight:rice_roll_medley_block Expected: 1649 Got: 3570 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:print_swamp Expected: 1698 Got: 3571 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:print_bamboo Expected: 1699 Got: 3572 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:oak_swamp_trapdoor Expected: 1709 Got: 3573 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:oak_bamboo_trapdoor Expected: 1710 Got: 3574 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:spruce_swamp_trapdoor Expected: 1720 Got: 3575 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:spruce_bamboo_trapdoor Expected: 1721 Got: 3576 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:birch_swamp_trapdoor Expected: 1731 Got: 3577 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:birch_bamboo_trapdoor Expected: 1732 Got: 3578 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:jungle_swamp_trapdoor Expected: 1742 Got: 3579 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:jungle_bamboo_trapdoor Expected: 1743 Got: 3580 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:acacia_swamp_trapdoor Expected: 1753 Got: 3581 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:acacia_bamboo_trapdoor Expected: 1754 Got: 3582 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:dark_oak_swamp_trapdoor Expected: 1764 Got: 3583 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:dark_oak_bamboo_trapdoor Expected: 1765 Got: 3584 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:crimson_swamp_trapdoor Expected: 1775 Got: 3585 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:crimson_bamboo_trapdoor Expected: 1776 Got: 3586 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:warped_swamp_trapdoor Expected: 1786 Got: 3587 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:warped_bamboo_trapdoor Expected: 1787 Got: 3588 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_barn_trapdoor Expected: 1788 Got: 3589 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_barred_trapdoor Expected: 1789 Got: 3590 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_beach_trapdoor Expected: 1790 Got: 3591 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_classic_trapdoor Expected: 1791 Got: 3592 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_cottage_trapdoor Expected: 1792 Got: 3593 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_four_panel_trapdoor Expected: 1793 Got: 3594 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_glass_trapdoor Expected: 1794 Got: 3595 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_mystic_trapdoor Expected: 1795 Got: 3596 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_paper_trapdoor Expected: 1796 Got: 3597 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_tropical_trapdoor Expected: 1797 Got: 3598 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_swamp_trapdoor Expected: 1798 Got: 3599 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:oak_ranch_trapdoor Expected: 1807 Got: 3600 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:spruce_ranch_trapdoor Expected: 1808 Got: 3601 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:birch_ranch_trapdoor Expected: 1809 Got: 3602 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:jungle_ranch_trapdoor Expected: 1810 Got: 3603 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:acacia_ranch_trapdoor Expected: 1811 Got: 3604 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:dark_oak_ranch_trapdoor Expected: 1812 Got: 3605 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:crimson_ranch_trapdoor Expected: 1813 Got: 3606 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:warped_ranch_trapdoor Expected: 1814 Got: 3607 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:bamboo_trapdoor Expected: 1815 Got: 3608 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwtrpdoors:metal_warning_trapdoor Expected: 1818 Got: 3609 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:oak_hedge Expected: 1851 Got: 3610 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:spruce_hedge Expected: 1852 Got: 3611 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:birch_hedge Expected: 1853 Got: 3612 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:jungle_hedge Expected: 1854 Got: 3613 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:acacia_hedge Expected: 1855 Got: 3614 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:dark_oak_hedge Expected: 1856 Got: 3615 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:azalea_hedge Expected: 1857 Got: 3616 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:flowering_azalea_hedge Expected: 1858 Got: 3617 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:bamboo_fence Expected: 1859 Got: 3618 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:oak_pyramid_gate Expected: 1868 Got: 3619 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:spruce_pyramid_gate Expected: 1869 Got: 3620 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:birch_pyramid_gate Expected: 1870 Got: 3621 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:jungle_pyramid_gate Expected: 1871 Got: 3622 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:acacia_pyramid_gate Expected: 1872 Got: 3623 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:dark_oak_pyramid_gate Expected: 1873 Got: 3624 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:crimson_pyramid_gate Expected: 1874 Got: 3625 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:warped_pyramid_gate Expected: 1875 Got: 3626 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:modern_deepslate_wall Expected: 1885 Got: 3627 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:modern_deepslate_brick_wall Expected: 1886 Got: 3628 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:modern_quartz_wall Expected: 1887 Got: 3629 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:modern_prismarine_wall Expected: 1888 Got: 3630 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:railing_deepslate_wall Expected: 1898 Got: 3631 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:railing_deepslate_brick_wall Expected: 1899 Got: 3632 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:railing_quartz_wall Expected: 1900 Got: 3633 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:railing_prismarine_wall Expected: 1901 Got: 3634 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:stone_brick_railing_gate Expected: 1902 Got: 3635 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:andesite_railing_gate Expected: 1903 Got: 3636 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:diorite_railing_gate Expected: 1904 Got: 3637 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:granite_railing_gate Expected: 1905 Got: 3638 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:sandstone_railing_gate Expected: 1906 Got: 3639 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:red_sandstone_railing_gate Expected: 1907 Got: 3640 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:blackstone_railing_gate Expected: 1908 Got: 3641 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:blackstone_brick_railing_gate Expected: 1909 Got: 3642 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:nether_brick_railing_gate Expected: 1910 Got: 3643 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:end_brick_railing_gate Expected: 1911 Got: 3644 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:deepslate_railing_gate Expected: 1912 Got: 3645 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:deepslate_brick_railing_gate Expected: 1913 Got: 3646 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:quartz_railing_gate Expected: 1914 Got: 3647 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwfences:prismarine_railing_gate Expected: 1915 Got: 3648 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:oak_four_window Expected: 1921 Got: 3649 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:stripped_oak_log_four_window Expected: 1924 Got: 3650 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:oak_plank_four_window Expected: 1927 Got: 3651 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:spruce_four_window Expected: 1930 Got: 3652 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:stripped_spruce_log_four_window Expected: 1933 Got: 3653 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:spruce_plank_four_window Expected: 1936 Got: 3654 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:birch_four_window Expected: 1939 Got: 3655 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:stripped_birch_log_four_window Expected: 1942 Got: 3656 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:birch_plank_four_window Expected: 1945 Got: 3657 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:jungle_four_window Expected: 1948 Got: 3658 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:stripped_jungle_log_four_window Expected: 1951 Got: 3659 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:jungle_plank_four_window Expected: 1954 Got: 3660 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:acacia_four_window Expected: 1957 Got: 3661 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:stripped_acacia_log_four_window Expected: 1960 Got: 3662 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:acacia_plank_four_window Expected: 1963 Got: 3663 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:dark_oak_four_window Expected: 1966 Got: 3664 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:stripped_dark_oak_log_four_window Expected: 1969 Got: 3665 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:dark_oak_plank_four_window Expected: 1972 Got: 3666 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:crimson_stem_four_window Expected: 1975 Got: 3667 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:stripped_crimson_stem_four_window Expected: 1978 Got: 3668 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:crimson_planks_four_window Expected: 1981 Got: 3669 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:warped_stem_four_window Expected: 1984 Got: 3670 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:stripped_warped_stem_four_window Expected: 1987 Got: 3671 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:warped_planks_four_window Expected: 1990 Got: 3672 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:andesite_four_window Expected: 1993 Got: 3673 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:diorite_four_window Expected: 1996 Got: 3674 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:granite_four_window Expected: 1999 Got: 3675 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:stone_four_window Expected: 2002 Got: 3676 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:blackstone_window Expected: 2003 Got: 3677 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:blackstone_window2 Expected: 2004 Got: 3678 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:blackstone_four_window Expected: 2005 Got: 3679 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:prismarine_window Expected: 2006 Got: 3680 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:prismarine_window2 Expected: 2007 Got: 3681 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:prismarine_four_window Expected: 2008 Got: 3682 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_window Expected: 2009 Got: 3683 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_window2 Expected: 2010 Got: 3684 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_four_window Expected: 2011 Got: 3685 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:blackstone_parapet Expected: 2031 Got: 3686 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:prismarine_parapet Expected: 2032 Got: 3687 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_parapet Expected: 2033 Got: 3688 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_brick_gothic Expected: 2038 Got: 3689 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:blackstone_brick_gothic Expected: 2039 Got: 3690 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:blackstone_brick_arrow_slit Expected: 2044 Got: 3691 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:prismarine_brick_arrow_slit Expected: 2045 Got: 3692 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:dark_prismarine_brick_arrow_slit Expected: 2046 Got: 3693 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:oak_shutter Expected: 2087 Got: 3694 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:spruce_shutter Expected: 2088 Got: 3695 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:birch_shutter Expected: 2089 Got: 3696 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:jungle_shutter Expected: 2090 Got: 3697 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:acacia_shutter Expected: 2091 Got: 3698 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:dark_oak_shutter Expected: 2092 Got: 3699 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:crimson_shutter Expected: 2093 Got: 3700 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:warped_shutter Expected: 2094 Got: 3701 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:bamboo_shutter Expected: 2095 Got: 3702 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:iron_shutter Expected: 2096 Got: 3703 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:oak_louvered_shutter Expected: 2097 Got: 3704 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:spruce_louvered_shutter Expected: 2098 Got: 3705 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:birch_louvered_shutter Expected: 2099 Got: 3706 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:jungle_louvered_shutter Expected: 2100 Got: 3707 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:acacia_louvered_shutter Expected: 2101 Got: 3708 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:dark_oak_louvered_shutter Expected: 2102 Got: 3709 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:crimson_louvered_shutter Expected: 2103 Got: 3710 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:warped_louvered_shutter Expected: 2104 Got: 3711 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:diorite_louvered_shutter Expected: 2105 Got: 3712 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:andesite_louvered_shutter Expected: 2106 Got: 3713 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:granite_louvered_shutter Expected: 2107 Got: 3714 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:white_curtain Expected: 2108 Got: 3715 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:orange_curtain Expected: 2109 Got: 3716 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:magenta_curtain Expected: 2110 Got: 3717 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:light_blue_curtain Expected: 2111 Got: 3718 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:yellow_curtain Expected: 2112 Got: 3719 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:lime_curtain Expected: 2113 Got: 3720 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:pink_curtain Expected: 2114 Got: 3721 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:gray_curtain Expected: 2115 Got: 3722 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:light_gray_curtain Expected: 2116 Got: 3723 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:cyan_curtain Expected: 2117 Got: 3724 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:purple_curtain Expected: 2118 Got: 3725 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:blue_curtain Expected: 2119 Got: 3726 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:brown_curtain Expected: 2120 Got: 3727 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:green_curtain Expected: 2121 Got: 3728 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:red_curtain Expected: 2122 Got: 3729 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwwindows:black_curtain Expected: 2123 Got: 3730 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:terrapin_bucket Expected: 2296 Got: 3731 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:comb_jelly_bucket Expected: 2297 Got: 3732 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:rainbow_jelly Expected: 2298 Got: 3733 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:cosmic_cod_bucket Expected: 2299 Got: 3734 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:mungal_spores Expected: 2300 Got: 3735 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:bison_fur Expected: 2301 Got: 3736 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:lost_tentacle Expected: 2302 Got: 3737 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:squid_grapple Expected: 2303 Got: 3738 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:devils_hole_pupfish_bucket Expected: 2304 Got: 3739 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:pupfish_locator Expected: 2305 Got: 3740 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:small_catfish_bucket Expected: 2306 Got: 3741 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:medium_catfish_bucket Expected: 2307 Got: 3742 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:large_catfish_bucket Expected: 2308 Got: 3743 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:raw_catfish Expected: 2309 Got: 3744 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:cooked_catfish Expected: 2310 Got: 3745 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:flying_fish Expected: 2311 Got: 3746 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:flying_fish_boots Expected: 2312 Got: 3747 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:flying_fish_bucket Expected: 2313 Got: 3748 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:fish_bones Expected: 2314 Got: 3749 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:skelewag_sword_inventory Expected: 2315 Got: 3750 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:skelewag_sword_hand Expected: 2316 Got: 3751 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:skelewag_sword Expected: 2317 Got: 3752 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:novelty_hat Expected: 2318 Got: 3753 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:spawn_egg_jerboa Expected: 2385 Got: 3754 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:spawn_egg_terrapin Expected: 2386 Got: 3755 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:spawn_egg_comb_jelly Expected: 2387 Got: 3756 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:spawn_egg_cosmic_cod Expected: 2388 Got: 3757 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:spawn_egg_bunfungus Expected: 2389 Got: 3758 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:spawn_egg_bison Expected: 2390 Got: 3759 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:spawn_egg_giant_squid Expected: 2391 Got: 3760 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:spawn_egg_devils_hole_pupfish Expected: 2392 Got: 3761 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:spawn_egg_catfish Expected: 2393 Got: 3762 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:spawn_egg_flying_fish Expected: 2394 Got: 3763 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:spawn_egg_skelewag Expected: 2395 Got: 3764 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:void_worm_effigy Expected: 2410 Got: 3765 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:terrapin_egg Expected: 2411 Got: 3766 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:rainbow_glass Expected: 2412 Got: 3767 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:bison_fur_block Expected: 2413 Got: 3768 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:bison_carpet Expected: 2414 Got: 3769 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:sand_circle Expected: 2415 Got: 3770 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: alexsmobs:red_sand_circle Expected: 2416 Got: 3771 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: tombstone:gift Expected: 2560 Got: 3772 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: tombstone:bag_of_seeds Expected: 2561 Got: 3773 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: tombstone:smoke_ball Expected: 2566 Got: 3774 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: tombstone:magic_scroll Expected: 2567 Got: 3775 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: tombstone:familiar_stone Expected: 2568 Got: 3776 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: tombstone:merchant_stone Expected: 2569 Got: 3777 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: tombstone:scroll_of_mercy Expected: 2579 Got: 3778 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: tombstone:advancement_13 Expected: 2593 Got: 3779 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond Expected: 2608 Got: 3780 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_set_gold_ring Expected: 2630 Got: 3781 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_gold_sword Expected: 2651 Got: 3782 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_gold_pickaxe Expected: 2652 Got: 3783 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_gold_axe Expected: 2653 Got: 3784 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_gold_shovel Expected: 2654 Got: 3785 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_gold_hoe Expected: 2655 Got: 3786 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_iron_sword Expected: 2656 Got: 3787 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_iron_pickaxe Expected: 2657 Got: 3788 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_iron_axe Expected: 2658 Got: 3789 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_iron_shovel Expected: 2659 Got: 3790 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_iron_hoe Expected: 2660 Got: 3791 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_diamond_sword Expected: 2661 Got: 3792 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_diamond_pickaxe Expected: 2662 Got: 3793 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_diamond_axe Expected: 2663 Got: 3794 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_diamond_shovel Expected: 2664 Got: 3795 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_diamond_hoe Expected: 2665 Got: 3796 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_netherite_sword Expected: 2666 Got: 3797 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_netherite_pickaxe Expected: 2667 Got: 3798 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_netherite_axe Expected: 2668 Got: 3799 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_netherite_shovel Expected: 2669 Got: 3800 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_netherite_hoe Expected: 2670 Got: 3801 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_diamond_sword Expected: 2671 Got: 3802 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_diamond_pickaxe Expected: 2672 Got: 3803 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_diamond_axe Expected: 2673 Got: 3804 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_diamond_shovel Expected: 2674 Got: 3805 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_diamond_hoe Expected: 2675 Got: 3806 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_emerald_sword Expected: 2676 Got: 3807 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_emerald_pickaxe Expected: 2677 Got: 3808 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_emerald_axe Expected: 2678 Got: 3809 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_emerald_shovel Expected: 2679 Got: 3810 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_emerald_hoe Expected: 2680 Got: 3811 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_ruby_sword Expected: 2681 Got: 3812 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_ruby_pickaxe Expected: 2682 Got: 3813 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_ruby_axe Expected: 2683 Got: 3814 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_ruby_shovel Expected: 2684 Got: 3815 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_ruby_hoe Expected: 2685 Got: 3816 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_sapphire_sword Expected: 2686 Got: 3817 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_sapphire_pickaxe Expected: 2687 Got: 3818 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_sapphire_axe Expected: 2688 Got: 3819 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_sapphire_shovel Expected: 2689 Got: 3820 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_sapphire_hoe Expected: 2690 Got: 3821 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_amethyst_sword Expected: 2691 Got: 3822 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_amethyst_pickaxe Expected: 2692 Got: 3823 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_amethyst_axe Expected: 2693 Got: 3824 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_amethyst_shovel Expected: 2694 Got: 3825 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_amethyst_hoe Expected: 2695 Got: 3826 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_opal_sword Expected: 2696 Got: 3827 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_opal_pickaxe Expected: 2697 Got: 3828 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_opal_axe Expected: 2698 Got: 3829 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_opal_shovel Expected: 2699 Got: 3830 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_opal_hoe Expected: 2700 Got: 3831 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_garnet_sword Expected: 2701 Got: 3832 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_garnet_pickaxe Expected: 2702 Got: 3833 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_garnet_axe Expected: 2703 Got: 3834 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_garnet_shovel Expected: 2704 Got: 3835 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_garnet_hoe Expected: 2705 Got: 3836 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_topaz_sword Expected: 2706 Got: 3837 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_topaz_pickaxe Expected: 2707 Got: 3838 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_topaz_axe Expected: 2708 Got: 3839 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_topaz_shovel Expected: 2709 Got: 3840 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_topaz_hoe Expected: 2710 Got: 3841 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_peridot_sword Expected: 2711 Got: 3842 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_peridot_pickaxe Expected: 2712 Got: 3843 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_peridot_axe Expected: 2713 Got: 3844 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_peridot_shovel Expected: 2714 Got: 3845 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_peridot_hoe Expected: 2715 Got: 3846 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_aquamarine_sword Expected: 2716 Got: 3847 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_aquamarine_pickaxe Expected: 2717 Got: 3848 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_aquamarine_axe Expected: 2718 Got: 3849 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_aquamarine_shovel Expected: 2719 Got: 3850 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_aquamarine_hoe Expected: 2720 Got: 3851 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_zircon_sword Expected: 2721 Got: 3852 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_zircon_pickaxe Expected: 2722 Got: 3853 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_zircon_axe Expected: 2723 Got: 3854 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_zircon_shovel Expected: 2724 Got: 3855 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_zircon_hoe Expected: 2725 Got: 3856 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_alexandrite_sword Expected: 2726 Got: 3857 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_alexandrite_pickaxe Expected: 2727 Got: 3858 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_alexandrite_axe Expected: 2728 Got: 3859 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_alexandrite_shovel Expected: 2729 Got: 3860 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_alexandrite_hoe Expected: 2730 Got: 3861 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_tanzanite_sword Expected: 2731 Got: 3862 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_tanzanite_pickaxe Expected: 2732 Got: 3863 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_tanzanite_axe Expected: 2733 Got: 3864 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_tanzanite_shovel Expected: 2734 Got: 3865 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_tanzanite_hoe Expected: 2735 Got: 3866 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_tourmaline_sword Expected: 2736 Got: 3867 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_tourmaline_pickaxe Expected: 2737 Got: 3868 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_tourmaline_axe Expected: 2738 Got: 3869 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_tourmaline_shovel Expected: 2739 Got: 3870 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_tourmaline_hoe Expected: 2740 Got: 3871 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_spinel_sword Expected: 2741 Got: 3872 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_spinel_pickaxe Expected: 2742 Got: 3873 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_spinel_axe Expected: 2743 Got: 3874 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_spinel_shovel Expected: 2744 Got: 3875 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_spinel_hoe Expected: 2745 Got: 3876 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_black_opal_sword Expected: 2746 Got: 3877 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_black_opal_pickaxe Expected: 2747 Got: 3878 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_black_opal_axe Expected: 2748 Got: 3879 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_black_opal_shovel Expected: 2749 Got: 3880 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_black_opal_hoe Expected: 2750 Got: 3881 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_citrine_sword Expected: 2751 Got: 3882 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_citrine_pickaxe Expected: 2752 Got: 3883 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_citrine_axe Expected: 2753 Got: 3884 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_citrine_shovel Expected: 2754 Got: 3885 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_citrine_hoe Expected: 2755 Got: 3886 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_morganite_sword Expected: 2756 Got: 3887 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_morganite_pickaxe Expected: 2757 Got: 3888 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_morganite_axe Expected: 2758 Got: 3889 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_morganite_shovel Expected: 2759 Got: 3890 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_morganite_hoe Expected: 2760 Got: 3891 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_ametrine_sword Expected: 2761 Got: 3892 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_ametrine_pickaxe Expected: 2762 Got: 3893 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_ametrine_axe Expected: 2763 Got: 3894 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_ametrine_shovel Expected: 2764 Got: 3895 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_ametrine_hoe Expected: 2765 Got: 3896 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_iolite_sword Expected: 2766 Got: 3897 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_iolite_pickaxe Expected: 2767 Got: 3898 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_iolite_axe Expected: 2768 Got: 3899 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_iolite_shovel Expected: 2769 Got: 3900 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_iolite_hoe Expected: 2770 Got: 3901 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_kunzite_sword Expected: 2771 Got: 3902 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_kunzite_pickaxe Expected: 2772 Got: 3903 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_kunzite_axe Expected: 2773 Got: 3904 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_kunzite_shovel Expected: 2774 Got: 3905 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:jeweled_solid_kunzite_hoe Expected: 2775 Got: 3906 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_helmet Expected: 2881 Got: 3907 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_chestplate Expected: 2882 Got: 3908 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_leggings Expected: 2883 Got: 3909 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_boots Expected: 2884 Got: 3910 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_block Expected: 2965 Got: 3911 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_pale_diamond_slab Expected: 2986 Got: 3912 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_emerald_slab Expected: 2987 Got: 3913 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_ruby_slab Expected: 2988 Got: 3914 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_sapphire_slab Expected: 2989 Got: 3915 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_amethyst_slab Expected: 2990 Got: 3916 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_opal_slab Expected: 2991 Got: 3917 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_garnet_slab Expected: 2992 Got: 3918 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_topaz_slab Expected: 2993 Got: 3919 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_peridot_slab Expected: 2994 Got: 3920 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_aquamarine_slab Expected: 2995 Got: 3921 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_zircon_slab Expected: 2996 Got: 3922 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_alexandrite_slab Expected: 2997 Got: 3923 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_tanzanite_slab Expected: 2998 Got: 3924 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_tourmaline_slab Expected: 2999 Got: 3925 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_spinel_slab Expected: 3000 Got: 3926 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_black_opal_slab Expected: 3001 Got: 3927 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_citrine_slab Expected: 3002 Got: 3928 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_morganite_slab Expected: 3003 Got: 3929 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_ametrine_slab Expected: 3004 Got: 3930 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_iolite_slab Expected: 3005 Got: 3931 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_kunzite_slab Expected: 3006 Got: 3932 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_pale_diamond_stairs Expected: 3007 Got: 3933 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_emerald_stairs Expected: 3008 Got: 3934 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_ruby_stairs Expected: 3009 Got: 3935 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_sapphire_stairs Expected: 3010 Got: 3936 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_amethyst_stairs Expected: 3011 Got: 3937 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_opal_stairs Expected: 3012 Got: 3938 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_garnet_stairs Expected: 3013 Got: 3939 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_topaz_stairs Expected: 3014 Got: 3940 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_peridot_stairs Expected: 3015 Got: 3941 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_aquamarine_stairs Expected: 3016 Got: 3942 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_zircon_stairs Expected: 3017 Got: 3943 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_alexandrite_stairs Expected: 3018 Got: 3944 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_tanzanite_stairs Expected: 3019 Got: 3945 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_tourmaline_stairs Expected: 3020 Got: 3946 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_spinel_stairs Expected: 3021 Got: 3947 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_black_opal_stairs Expected: 3022 Got: 3948 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_citrine_stairs Expected: 3023 Got: 3949 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_morganite_stairs Expected: 3024 Got: 3950 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_ametrine_stairs Expected: 3025 Got: 3951 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_iolite_stairs Expected: 3026 Got: 3952 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_kunzite_stairs Expected: 3027 Got: 3953 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_crystallized_stone_stairs Expected: 3028 Got: 3954 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:emerald_crystallized_stone_stairs Expected: 3029 Got: 3955 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:ruby_crystallized_stone_stairs Expected: 3030 Got: 3956 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:sapphire_crystallized_stone_stairs Expected: 3031 Got: 3957 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:amethyst_crystallized_stone_stairs Expected: 3032 Got: 3958 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:opal_crystallized_stone_stairs Expected: 3033 Got: 3959 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:garnet_crystallized_stone_stairs Expected: 3034 Got: 3960 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:topaz_crystallized_stone_stairs Expected: 3035 Got: 3961 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:peridot_crystallized_stone_stairs Expected: 3036 Got: 3962 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:aquamarine_crystallized_stone_stairs Expected: 3037 Got: 3963 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:zircon_crystallized_stone_stairs Expected: 3038 Got: 3964 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:alexandrite_crystallized_stone_stairs Expected: 3039 Got: 3965 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:tanzanite_crystallized_stone_stairs Expected: 3040 Got: 3966 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:tourmaline_crystallized_stone_stairs Expected: 3041 Got: 3967 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:spinel_crystallized_stone_stairs Expected: 3042 Got: 3968 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:black_opal_crystallized_stone_stairs Expected: 3043 Got: 3969 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:citrine_crystallized_stone_stairs Expected: 3044 Got: 3970 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:morganite_crystallized_stone_stairs Expected: 3045 Got: 3971 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:ametrine_crystallized_stone_stairs Expected: 3046 Got: 3972 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:iolite_crystallized_stone_stairs Expected: 3047 Got: 3973 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:kunzite_crystallized_stone_stairs Expected: 3048 Got: 3974 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_crystallized_stone_brick_stairs Expected: 3049 Got: 3975 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:emerald_crystallized_stone_brick_stairs Expected: 3050 Got: 3976 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:ruby_crystallized_stone_brick_stairs Expected: 3051 Got: 3977 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:sapphire_crystallized_stone_brick_stairs Expected: 3052 Got: 3978 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:amethyst_crystallized_stone_brick_stairs Expected: 3053 Got: 3979 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:opal_crystallized_stone_brick_stairs Expected: 3054 Got: 3980 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:garnet_crystallized_stone_brick_stairs Expected: 3055 Got: 3981 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:topaz_crystallized_stone_brick_stairs Expected: 3056 Got: 3982 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:peridot_crystallized_stone_brick_stairs Expected: 3057 Got: 3983 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:aquamarine_crystallized_stone_brick_stairs Expected: 3058 Got: 3984 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:zircon_crystallized_stone_brick_stairs Expected: 3059 Got: 3985 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:alexandrite_crystallized_stone_brick_stairs Expected: 3060 Got: 3986 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:tanzanite_crystallized_stone_brick_stairs Expected: 3061 Got: 3987 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:tourmaline_crystallized_stone_brick_stairs Expected: 3062 Got: 3988 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:spinel_crystallized_stone_brick_stairs Expected: 3063 Got: 3989 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:black_opal_crystallized_stone_brick_stairs Expected: 3064 Got: 3990 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:citrine_crystallized_stone_brick_stairs Expected: 3065 Got: 3991 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:morganite_crystallized_stone_brick_stairs Expected: 3066 Got: 3992 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:ametrine_crystallized_stone_brick_stairs Expected: 3067 Got: 3993 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:iolite_crystallized_stone_brick_stairs Expected: 3068 Got: 3994 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:kunzite_crystallized_stone_brick_stairs Expected: 3069 Got: 3995 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_pale_diamond_block Expected: 3070 Got: 3996 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_emerald_block Expected: 3071 Got: 3997 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_ruby_block Expected: 3072 Got: 3998 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_sapphire_block Expected: 3073 Got: 3999 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_amethyst_block Expected: 3074 Got: 4000 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_opal_block Expected: 3075 Got: 4001 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_garnet_block Expected: 3076 Got: 4002 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_topaz_block Expected: 3077 Got: 4003 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_peridot_block Expected: 3078 Got: 4004 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_aquamarine_block Expected: 3079 Got: 4005 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_zircon_block Expected: 3080 Got: 4006 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_alexandrite_block Expected: 3081 Got: 4007 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_tanzanite_block Expected: 3082 Got: 4008 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_tourmaline_block Expected: 3083 Got: 4009 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_spinel_block Expected: 3084 Got: 4010 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_black_opal_block Expected: 3085 Got: 4011 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_citrine_block Expected: 3086 Got: 4012 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_morganite_block Expected: 3087 Got: 4013 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_ametrine_block Expected: 3088 Got: 4014 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_kunzite_block Expected: 3089 Got: 4015 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:stacked_iolite_block Expected: 3090 Got: 4016 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_pale_diamond_block Expected: 3091 Got: 4017 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_emerald_block Expected: 3092 Got: 4018 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_ruby_block Expected: 3093 Got: 4019 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_sapphire_block Expected: 3094 Got: 4020 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_amethyst_block Expected: 3095 Got: 4021 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_opal_block Expected: 3096 Got: 4022 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_garnet_block Expected: 3097 Got: 4023 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_topaz_block Expected: 3098 Got: 4024 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_peridot_block Expected: 3099 Got: 4025 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_aquamarine_block Expected: 3100 Got: 4026 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_zircon_block Expected: 3101 Got: 4027 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_alexandrite_block Expected: 3102 Got: 4028 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_tanzanite_block Expected: 3103 Got: 4029 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_tourmaline_block Expected: 3104 Got: 4030 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_spinel_block Expected: 3105 Got: 4031 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_black_opal_block Expected: 3106 Got: 4032 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_citrine_block Expected: 3107 Got: 4033 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_morganite_block Expected: 3108 Got: 4034 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_ametrine_block Expected: 3109 Got: 4035 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_kunzite_block Expected: 3110 Got: 4036 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:raw_iolite_block Expected: 3111 Got: 4037 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_crystallized_stone_block Expected: 3112 Got: 4038 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:emerald_crystallized_stone_block Expected: 3113 Got: 4039 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:ruby_crystallized_stone_block Expected: 3114 Got: 4040 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:sapphire_crystallized_stone_block Expected: 3115 Got: 4041 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:amethyst_crystallized_stone_block Expected: 3116 Got: 4042 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:opal_crystallized_stone_block Expected: 3117 Got: 4043 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:garnet_crystallized_stone_block Expected: 3118 Got: 4044 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:topaz_crystallized_stone_block Expected: 3119 Got: 4045 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:peridot_crystallized_stone_block Expected: 3120 Got: 4046 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:aquamarine_crystallized_stone_block Expected: 3121 Got: 4047 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:zircon_crystallized_stone_block Expected: 3122 Got: 4048 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:alexandrite_crystallized_stone_block Expected: 3123 Got: 4049 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:tanzanite_crystallized_stone_block Expected: 3124 Got: 4050 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:tourmaline_crystallized_stone_block Expected: 3125 Got: 4051 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:spinel_crystallized_stone_block Expected: 3126 Got: 4052 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:black_opal_crystallized_stone_block Expected: 3127 Got: 4053 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:citrine_crystallized_stone_block Expected: 3128 Got: 4054 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:morganite_crystallized_stone_block Expected: 3129 Got: 4055 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:ametrine_crystallized_stone_block Expected: 3130 Got: 4056 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:kunzite_crystallized_stone_block Expected: 3131 Got: 4057 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:iolite_crystallized_stone_block Expected: 3132 Got: 4058 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_crystallized_stone_brick Expected: 3133 Got: 4059 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:emerald_crystallized_stone_brick Expected: 3134 Got: 4060 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:ruby_crystallized_stone_brick Expected: 3135 Got: 4061 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:sapphire_crystallized_stone_brick Expected: 3136 Got: 4062 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:amethyst_crystallized_stone_brick Expected: 3137 Got: 4063 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:opal_crystallized_stone_brick Expected: 3138 Got: 4064 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:garnet_crystallized_stone_brick Expected: 3139 Got: 4065 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:topaz_crystallized_stone_brick Expected: 3140 Got: 4066 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:peridot_crystallized_stone_brick Expected: 3141 Got: 4067 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:aquamarine_crystallized_stone_brick Expected: 3142 Got: 4068 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:zircon_crystallized_stone_brick Expected: 3143 Got: 4069 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:alexandrite_crystallized_stone_brick Expected: 3144 Got: 4070 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:tanzanite_crystallized_stone_brick Expected: 3145 Got: 4071 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:tourmaline_crystallized_stone_brick Expected: 3146 Got: 4072 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:spinel_crystallized_stone_brick Expected: 3147 Got: 4073 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:black_opal_crystallized_stone_brick Expected: 3148 Got: 4074 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:citrine_crystallized_stone_brick Expected: 3149 Got: 4075 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:morganite_crystallized_stone_brick Expected: 3150 Got: 4076 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:ametrine_crystallized_stone_brick Expected: 3151 Got: 4077 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:kunzite_crystallized_stone_brick Expected: 3152 Got: 4078 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:iolite_crystallized_stone_brick Expected: 3153 Got: 4079 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_ore_block Expected: 3154 Got: 4080 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_deepslate_ore_block Expected: 3176 Got: 4081 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:pale_diamond_nether_ore_block Expected: 3197 Got: 4082 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:diamond_nether_ore_block Expected: 3198 Got: 4083 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:emerald_nether_ore_block Expected: 3199 Got: 4084 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:ruby_nether_ore_block Expected: 3200 Got: 4085 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:sapphire_nether_ore_block Expected: 3201 Got: 4086 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:amethyst_nether_ore_block Expected: 3202 Got: 4087 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:opal_nether_ore_block Expected: 3203 Got: 4088 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:garnet_nether_ore_block Expected: 3204 Got: 4089 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:topaz_nether_ore_block Expected: 3205 Got: 4090 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:peridot_nether_ore_block Expected: 3206 Got: 4091 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:aquamarine_nether_ore_block Expected: 3207 Got: 4092 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:zircon_nether_ore_block Expected: 3208 Got: 4093 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:alexandrite_nether_ore_block Expected: 3209 Got: 4094 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:tanzanite_nether_ore_block Expected: 3210 Got: 4095 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:tourmaline_nether_ore_block Expected: 3211 Got: 4096 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:spinel_nether_ore_block Expected: 3212 Got: 4097 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:black_opal_nether_ore_block Expected: 3213 Got: 4098 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:citrine_nether_ore_block Expected: 3214 Got: 4099 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:morganite_nether_ore_block Expected: 3215 Got: 4100 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:ametrine_nether_ore_block Expected: 3216 Got: 4101 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:kunzite_nether_ore_block Expected: 3217 Got: 4102 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:iolite_nether_ore_block Expected: 3218 Got: 4103 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: gemsnjewels:v_emerald_nether_ore_block Expected: 3219 Got: 4104 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: sophisticatedbackpacks:advanced_refill_upgrade Expected: 3242 Got: 4105 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:print_swamp Expected: 3274 Got: 4106 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:print_bamboo Expected: 3275 Got: 4107 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_japanese_door Expected: 3284 Got: 4108 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_japanese2_door Expected: 3293 Got: 4109 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_barn_door Expected: 3302 Got: 4110 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_barn_glass_door Expected: 3311 Got: 4111 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_modern_door Expected: 3320 Got: 4112 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_cottage_door Expected: 3328 Got: 4113 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_classic_door Expected: 3336 Got: 4114 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_beach_door Expected: 3344 Got: 4115 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_paper_door Expected: 3352 Got: 4116 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_four_panel_door Expected: 3360 Got: 4117 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_tropical_door Expected: 3368 Got: 4118 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_glass_door Expected: 3383 Got: 4119 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_stable_door Expected: 3392 Got: 4120 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_stable_head_door Expected: 3401 Got: 4121 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_western_door Expected: 3410 Got: 4122 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_mystic_door Expected: 3418 Got: 4123 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_nether_door Expected: 3426 Got: 4124 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:oak_swamp_door Expected: 3427 Got: 4125 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:spruce_swamp_door Expected: 3428 Got: 4126 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:birch_swamp_door Expected: 3429 Got: 4127 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:jungle_swamp_door Expected: 3430 Got: 4128 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:acacia_swamp_door Expected: 3431 Got: 4129 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:dark_oak_swamp_door Expected: 3432 Got: 4130 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:crimson_swamp_door Expected: 3433 Got: 4131 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:warped_swamp_door Expected: 3434 Got: 4132 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_swamp_door Expected: 3435 Got: 4133 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:oak_bamboo_door Expected: 3436 Got: 4134 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:spruce_bamboo_door Expected: 3437 Got: 4135 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:birch_bamboo_door Expected: 3438 Got: 4136 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:jungle_bamboo_door Expected: 3439 Got: 4137 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:acacia_bamboo_door Expected: 3440 Got: 4138 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:dark_oak_bamboo_door Expected: 3441 Got: 4139 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:crimson_bamboo_door Expected: 3442 Got: 4140 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:warped_bamboo_door Expected: 3443 Got: 4141 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:bamboo_bark_glass_door Expected: 3452 Got: 4142 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:wooden_portcullis Expected: 3457 Got: 4143 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:iron_portcullis Expected: 3458 Got: 4144 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:store_door Expected: 3459 Got: 4145 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwdoors:sliding_glass_door Expected: 3460 Got: 4146 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_fir Expected: 3920 Got: 4147 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_redwood Expected: 3921 Got: 4148 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_cherry Expected: 3922 Got: 4149 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_mahogany Expected: 3923 Got: 4150 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_jacaranda Expected: 3924 Got: 4151 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_palm Expected: 3925 Got: 4152 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_willow Expected: 3926 Got: 4153 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_dead Expected: 3927 Got: 4154 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_magic Expected: 3928 Got: 4155 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_umbran Expected: 3929 Got: 4156 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/hanging_sign_hellbark Expected: 3930 Got: 4157 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/sign_post_fir Expected: 3939 Got: 4158 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/sign_post_redwood Expected: 3940 Got: 4159 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/sign_post_cherry Expected: 3941 Got: 4160 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/sign_post_mahogany Expected: 3942 Got: 4161 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/sign_post_jacaranda Expected: 3943 Got: 4162 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/sign_post_palm Expected: 3944 Got: 4163 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/sign_post_willow Expected: 3945 Got: 4164 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/sign_post_dead Expected: 3946 Got: 4165 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/sign_post_magic Expected: 3947 Got: 4166 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/sign_post_umbran Expected: 3948 Got: 4167 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:biomesoplenty/sign_post_hellbark Expected: 3949 Got: 4168 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:dispenser_minecart Expected: 3950 Got: 4169 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:bomb_spiky Expected: 3956 Got: 4170 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:bomb_spiky_projectile Expected: 3957 Got: 4171 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:quiver Expected: 3966 Got: 4172 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_white Expected: 4000 Got: 4173 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_orange Expected: 4001 Got: 4174 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_magenta Expected: 4002 Got: 4175 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_light_blue Expected: 4003 Got: 4176 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_yellow Expected: 4004 Got: 4177 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_lime Expected: 4005 Got: 4178 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_pink Expected: 4006 Got: 4179 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_gray Expected: 4007 Got: 4180 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_light_gray Expected: 4008 Got: 4181 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_cyan Expected: 4009 Got: 4182 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_purple Expected: 4010 Got: 4183 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_blue Expected: 4011 Got: 4184 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_brown Expected: 4012 Got: 4185 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_green Expected: 4013 Got: 4186 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_red Expected: 4014 Got: 4187 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present_black Expected: 4015 Got: 4188 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:trapped_present Expected: 4016 Got: 4189 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder Expected: 4032 Got: 4190 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_white Expected: 4033 Got: 4191 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_orange Expected: 4034 Got: 4192 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_magenta Expected: 4035 Got: 4193 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_light_blue Expected: 4036 Got: 4194 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_yellow Expected: 4037 Got: 4195 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_lime Expected: 4038 Got: 4196 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_pink Expected: 4039 Got: 4197 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_gray Expected: 4040 Got: 4198 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_light_gray Expected: 4041 Got: 4199 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_cyan Expected: 4042 Got: 4200 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_purple Expected: 4043 Got: 4201 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_blue Expected: 4044 Got: 4202 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_brown Expected: 4045 Got: 4203 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_green Expected: 4046 Got: 4204 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_red Expected: 4047 Got: 4205 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:candle_holder_black Expected: 4048 Got: 4206 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:silver_lantern Expected: 4052 Got: 4207 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:lead_lantern Expected: 4053 Got: 4208 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:relayer Expected: 4063 Got: 4209 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:crystal_display Expected: 4072 Got: 4210 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:silver_door Expected: 4079 Got: 4211 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:silver_trapdoor Expected: 4080 Got: 4212 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:lead_door Expected: 4081 Got: 4213 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:lead_trapdoor Expected: 4082 Got: 4214 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:placeable_item Expected: 4098 Got: 4215 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:lapis_bricks Expected: 4106 Got: 4216 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:lapis_bricks_slab Expected: 4107 Got: 4217 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:lapis_bricks_vertical_slab Expected: 4108 Got: 4218 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:lapis_bricks_wall Expected: 4109 Got: 4219 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:lapis_bricks_stairs Expected: 4110 Got: 4220 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: supplementaries:sugar_cube Expected: 4134 Got: 4221 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:bamboo_tiki_torch Expected: 4166 Got: 4222 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:soul_bamboo_tiki_torch Expected: 4175 Got: 4223 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:white_paper_lamp Expected: 4198 Got: 4224 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:light_gray_paper_lamp Expected: 4199 Got: 4225 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:gray_paper_lamp Expected: 4200 Got: 4226 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:black_paper_lamp Expected: 4201 Got: 4227 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:brown_paper_lamp Expected: 4202 Got: 4228 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:red_paper_lamp Expected: 4203 Got: 4229 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:orange_paper_lamp Expected: 4204 Got: 4230 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:yellow_paper_lamp Expected: 4205 Got: 4231 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:lime_paper_lamp Expected: 4206 Got: 4232 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:green_paper_lamp Expected: 4207 Got: 4233 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:cyan_paper_lamp Expected: 4208 Got: 4234 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:light_blue_paper_lamp Expected: 4209 Got: 4235 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:blue_paper_lamp Expected: 4210 Got: 4236 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:purple_paper_lamp Expected: 4211 Got: 4237 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:magenta_paper_lamp Expected: 4212 Got: 4238 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:pink_paper_lamp Expected: 4213 Got: 4239 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:striped_lantern Expected: 4214 Got: 4240 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:covered_lantern Expected: 4215 Got: 4241 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:chain_lantern Expected: 4216 Got: 4242 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:tavern_lantern Expected: 4217 Got: 4243 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:festive_lantern Expected: 4218 Got: 4244 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:cross_lantern Expected: 4219 Got: 4245 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:item: Object did not get ID it asked for. Name: mcwlights:bell_lantern Expected: 4220 Got: 4246 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:mob_effect: Object did not get ID it asked for. Name: alexsmobs:fleet_footed Expected: 50 Got: 65 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:mob_effect: Object did not get ID it asked for. Name: alexsmobs:power_down Expected: 51 Got: 66 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:mob_effect: Object did not get ID it asked for. Name: tombstone:prayer Expected: 66 Got: 67 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:mob_effect: Object did not get ID it asked for. Name: tombstone:earthly_garden Expected: 67 Got: 68 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:mob_effect: Object did not get ID it asked for. Name: tombstone:discretion Expected: 68 Got: 69 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:mob_effect: Object did not get ID it asked for. Name: tombstone:mercy Expected: 69 Got: 70 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:mob_effect: Object did not get ID it asked for. Name: supplementaries:overencumbered Expected: 70 Got: 71 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: farmersdelight:block.cabinet.open Expected: 1207 Got: 1407 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: farmersdelight:block.cabinet.close Expected: 1208 Got: 1408 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: farmersdelight:entity.rotten_tomato.throw Expected: 1214 Got: 1409 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: farmersdelight:entity.rotten_tomato.hit Expected: 1215 Got: 1410 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:roadrunner_meep Expected: 1235 Got: 1411 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:jerboa_idle Expected: 1379 Got: 1412 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:jerboa_hurt Expected: 1380 Got: 1413 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:terrapin_hurt Expected: 1381 Got: 1414 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:comb_jelly_hurt Expected: 1382 Got: 1415 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:cosmic_cod_hurt Expected: 1383 Got: 1416 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:mosquito_capsid_convert Expected: 1384 Got: 1417 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:giant_squid_games Expected: 1385 Got: 1418 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:april_fools_scream Expected: 1386 Got: 1419 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:april_fools_power_outage Expected: 1387 Got: 1420 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:april_fools_music_box Expected: 1388 Got: 1421 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:bunfungus_idle Expected: 1389 Got: 1422 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:bunfungus_hurt Expected: 1390 Got: 1423 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:bunfungus_attack Expected: 1391 Got: 1424 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:bunfungus_jump Expected: 1392 Got: 1425 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:bison_idle Expected: 1393 Got: 1426 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:bison_hurt Expected: 1394 Got: 1427 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:giant_squid_hurt Expected: 1395 Got: 1428 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:giant_squid_tentacle Expected: 1396 Got: 1429 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:devils_hole_pupfish_hurt Expected: 1397 Got: 1430 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:skelewag_hurt Expected: 1398 Got: 1431 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:skelewag_idle Expected: 1399 Got: 1432 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: alexsmobs:end_pirate_door Expected: 1400 Got: 1433 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.turntable.cat Expected: 1425 Got: 1434 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.clock.tick_1 Expected: 1426 Got: 1435 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.clock.tick_2 Expected: 1427 Got: 1436 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.crank Expected: 1431 Got: 1437 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.rotate Expected: 1432 Got: 1438 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:item.wrench.rotate Expected: 1433 Got: 1439 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:item.wrench.hit Expected: 1434 Got: 1440 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:item.wrench.fail Expected: 1435 Got: 1441 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.present.break Expected: 1436 Got: 1442 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.present.place Expected: 1437 Got: 1443 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.present.open Expected: 1438 Got: 1444 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.sack.break Expected: 1440 Got: 1445 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.sack.place Expected: 1441 Got: 1446 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.sack.open Expected: 1442 Got: 1447 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.rope.break Expected: 1443 Got: 1448 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.rope.place Expected: 1444 Got: 1449 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.rope.slide Expected: 1445 Got: 1450 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.rope.step Expected: 1446 Got: 1451 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.bubble_block.break Expected: 1447 Got: 1452 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.bubble_block.place Expected: 1448 Got: 1453 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:item.bubble_blower Expected: 1449 Got: 1454 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.jar.place Expected: 1450 Got: 1455 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.jar.break Expected: 1451 Got: 1456 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.jar.cookie Expected: 1452 Got: 1457 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.bellows.blow Expected: 1453 Got: 1458 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.bellows.retract Expected: 1454 Got: 1459 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.globe.spin Expected: 1455 Got: 1460 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:block.faucet.turn Expected: 1456 Got: 1461 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:item.slingshot.charge_0 Expected: 1457 Got: 1462 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:item.slingshot.charge_1 Expected: 1458 Got: 1463 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:item.slingshot.charge_2 Expected: 1459 Got: 1464 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:item.slingshot.charge_3 Expected: 1460 Got: 1465 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:sound_event: Object did not get ID it asked for. Name: supplementaries:item.slingshot.release Expected: 1461 Got: 1466 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: farmersdelight:rotten_tomato Expected: 113 Got: 211 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:jerboa Expected: 200 Got: 212 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:terrapin Expected: 201 Got: 213 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:comb_jelly Expected: 202 Got: 214 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:cosmic_cod Expected: 203 Got: 215 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:bunfungus Expected: 204 Got: 216 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:bison Expected: 205 Got: 217 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:giant_squid Expected: 206 Got: 218 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:squid_grapple Expected: 207 Got: 219 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:sea_bear Expected: 208 Got: 220 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:devils_hole_pupfish Expected: 209 Got: 221 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:catfish Expected: 210 Got: 222 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:flying_fish Expected: 211 Got: 223 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: alexsmobs:skelewag Expected: 212 Got: 224 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: tombstone:cloud Expected: 216 Got: 225 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: supplementaries:pearl_marker Expected: 219 Got: 226 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: supplementaries:dispenser_minecart Expected: 220 Got: 227 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: supplementaries:falling_lantern Expected: 224 Got: 228 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:entity_type: Object did not get ID it asked for. Name: supplementaries:falling_sack Expected: 225 Got: 229 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:beach Expected: 62 Got: 66 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:fall Expected: 63 Got: 67 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:green_plant Expected: 64 Got: 68 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:hill Expected: 65 Got: 69 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:igloo Expected: 66 Got: 70 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:lighthouse Expected: 67 Got: 71 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:magnolia Expected: 68 Got: 72 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:potted_plant Expected: 69 Got: 73 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:shinto Expected: 70 Got: 74 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:snake_plant Expected: 71 Got: 75 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:mountain Expected: 72 Got: 76 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:arctic_sky Expected: 73 Got: 77 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:motive: Object did not get ID it asked for. Name: mcwpaintings:island Expected: 74 Got: 78 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:worldgen/biome: Object did not get ID it asked for. Name: terrablender:deferred_placeholder Expected: 61 Got: 127 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:worldgen/biome: Object did not get ID it asked for. Name: biomesoplenty:rocky_rainforest Expected: 103 Got: 128 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry tombstone:perks: Object did not get ID it asked for. Name: tombstone:witch_doctor Expected: 0 Got: 12 [02:20:08] [main/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry tombstone:perks: Object did not get ID it asked for. Name: tombstone:necromancer Expected: 9 Got: 13 [02:20:11] [main/WARN] [minecraft/VanillaPackResources]: Assets URL 'union:/C:/Users/jdixo/OneDrive/Desktop/Augh/AUGHHH/libraries/net/minecraft/server/1.18.2-20220404.173914/server-1.18.2-20220404.173914-srg.jar%2380!/assets/.mcassetsroot' uses unexpected schema [02:20:11] [main/WARN] [minecraft/VanillaPackResources]: Assets URL 'union:/C:/Users/jdixo/OneDrive/Desktop/Augh/AUGHHH/libraries/net/minecraft/server/1.18.2-20220404.173914/server-1.18.2-20220404.173914-srg.jar%2380!/data/.mcassetsroot' uses unexpected schema [02:20:11] [main/WARN] [minecraft/MinecraftServer]: Missing data pack mod:torchslabmod [02:20:11] [main/INFO] [minecraft/MinecraftServer]: Found new data pack Supplementaries Generated Pack, loading it automatically [02:20:11] [main/INFO] [ne.me.su.Supplementaries/]: Generated runtime SERVER_DATA for pack Supplementaries Generated Pack in: 50 ms [02:20:13] [main/ERROR] [minecraft/LevelStorageSource]: Exception reading .\world\level.dat java.util.NoSuchElementException: No value present at java.util.Optional.orElseThrow(Optional.java:377) ~[?:?] {re:mixin,re:computing_frames} at net.minecraft.util.datafix.fixes.StructureSettingsFlattenFix.m_204014_(StructureSettingsFlattenFix.java:27) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at com.mojang.datafixers.Typed.lambda$updateTyped$6(Typed.java:127) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.Typed.lambda$updateCap$9(Typed.java:164) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.util.Pair$Instance.traverse(Pair.java:90) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.profunctors.TraversalP$1.lambda$wander$0(TraversalP.java:50) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.util.Pair$Instance.traverse(Pair.java:90) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.profunctors.TraversalP$1.lambda$wander$0(TraversalP.java:50) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.Typed.updateCap(Typed.java:164) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.Typed.updateTyped(Typed.java:126) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.Typed.updateTyped(Typed.java:121) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at net.minecraft.util.datafix.fixes.StructureSettingsFlattenFix.m_204001_(StructureSettingsFlattenFix.java:24) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at com.mojang.datafixers.DataFix.lambda$null$3(DataFix.java:86) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.types.Type.capWrite(Type.java:167) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.types.Type.lambda$readAndWrite$9(Type.java:159) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.serialization.DataResult.lambda$null$13(DataResult.java:143) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at java.util.Optional.map(Optional.java:260) ~[?:?] {re:mixin,re:computing_frames} at com.mojang.serialization.DataResult.lambda$flatMap$15(DataResult.java:142) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.util.Either$Right.map(Either.java:99) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.serialization.DataResult.flatMap(DataResult.java:136) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.types.Type.readAndWrite(Type.java:158) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.DataFixerUpper.update(DataFixerUpper.java:84) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at net.minecraft.world.level.storage.LevelStorageSource.m_78204_(LevelStorageSource.java:95) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_211741_(LevelStorageSource.java:202) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_78229_(LevelStorageSource.java:164) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.m_211747_(LevelStorageSource.java:324) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.Main.lambda$main$3(Main.java:163) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading,re:mixin,pl:mixin:A} at net.minecraft.server.WorldStem.m_206911_(WorldStem.java:40) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:157) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading,re:mixin,pl:mixin:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:32) ~[fmlloader-1.18.2-40.2.0.jar%2317!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} [02:20:14] [main/ERROR] [minecraft/LevelStorageSource]: Exception reading .\world\level.dat_old java.util.NoSuchElementException: No value present at java.util.Optional.orElseThrow(Optional.java:377) ~[?:?] {re:mixin,re:computing_frames} at net.minecraft.util.datafix.fixes.StructureSettingsFlattenFix.m_204014_(StructureSettingsFlattenFix.java:27) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at com.mojang.datafixers.Typed.lambda$updateTyped$6(Typed.java:127) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.Typed.lambda$updateCap$9(Typed.java:164) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.util.Pair$Instance.traverse(Pair.java:90) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.profunctors.TraversalP$1.lambda$wander$0(TraversalP.java:50) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.util.Pair$Instance.traverse(Pair.java:90) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.profunctors.TraversalP$1.lambda$wander$0(TraversalP.java:50) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.Typed.updateCap(Typed.java:164) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.Typed.updateTyped(Typed.java:126) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.Typed.updateTyped(Typed.java:121) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at net.minecraft.util.datafix.fixes.StructureSettingsFlattenFix.m_204001_(StructureSettingsFlattenFix.java:24) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at com.mojang.datafixers.DataFix.lambda$null$3(DataFix.java:86) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.types.Type.capWrite(Type.java:167) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.types.Type.lambda$readAndWrite$9(Type.java:159) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.serialization.DataResult.lambda$null$13(DataResult.java:143) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at java.util.Optional.map(Optional.java:260) ~[?:?] {re:mixin,re:computing_frames} at com.mojang.serialization.DataResult.lambda$flatMap$15(DataResult.java:142) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.util.Either$Right.map(Either.java:99) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.serialization.DataResult.flatMap(DataResult.java:136) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.types.Type.readAndWrite(Type.java:158) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at com.mojang.datafixers.DataFixerUpper.update(DataFixerUpper.java:84) ~[datafixerupper-4.1.27.jar%2325!/:?] {} at net.minecraft.world.level.storage.LevelStorageSource.m_78204_(LevelStorageSource.java:95) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_211741_(LevelStorageSource.java:202) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource.m_78229_(LevelStorageSource.java:171) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.m_211747_(LevelStorageSource.java:324) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.Main.lambda$main$3(Main.java:163) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading,re:mixin,pl:mixin:A} at net.minecraft.server.WorldStem.m_206911_(WorldStem.java:40) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:157) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading,re:mixin,pl:mixin:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:32) ~[fmlloader-1.18.2-40.2.0.jar%2317!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} [02:20:15] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [02:20:15] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] [02:20:15] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] [02:20:15] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] [02:20:15] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:brass_lantern as it's serializer returned null [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:lead_lantern as it's serializer returned null [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:inspirations/blackboard_clear as it's serializer returned null [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:inspirations/flag_dye as it's serializer returned null [02:20:18] [Worker-Main-17/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe inspirations:cauldron/dyeable/clear_customizable_elytra com.google.gson.JsonSyntaxException: Unknown condition type: inspirations:config at net.minecraftforge.common.crafting.CraftingHelper.getCondition(CraftingHelper.java:244) ~[forge-1.18.2-40.2.0-universal.jar%2385!/:?] {re:classloading} at net.minecraftforge.common.crafting.CraftingHelper.processConditions(CraftingHelper.java:233) ~[forge-1.18.2-40.2.0-universal.jar%2385!/:?] {re:classloading} at net.minecraftforge.common.crafting.CraftingHelper.processConditions(CraftingHelper.java:213) ~[forge-1.18.2-40.2.0-universal.jar%2385!/:?] {re:classloading} at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:63) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:farmersdelight.mixins.json:accessor.RecipeManagerAccessor,pl:mixin:A} at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:farmersdelight.mixins.json:accessor.RecipeManagerAccessor,pl:mixin:A} at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:mixin,re:classloading} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) ~[?:?] {re:mixin} at net.minecraft.server.packs.resources.SimpleReloadInstance$1.m_10855_(SimpleReloadInstance.java:51) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance$1.m_6769_(SimpleReloadInstance.java:48) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) [?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) [?:?] {re:mixin} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) [?:?] {} at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) [?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] {} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] {} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?] {} [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:spiky_bomb_2 as it's serializer returned null [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:spiky_bomb as it's serializer returned null [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:lead_trapdoor as it's serializer returned null [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:silver_door as it's serializer returned null [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:lead_door as it's serializer returned null [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:silver_trapdoor as it's serializer returned null [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:inspirations/flag_clear as it's serializer returned null [02:20:18] [Worker-Main-17/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe inspirations:cauldron/dyeable/clear_elytra_wing com.google.gson.JsonSyntaxException: Unknown condition type: inspirations:config at net.minecraftforge.common.crafting.CraftingHelper.getCondition(CraftingHelper.java:244) ~[forge-1.18.2-40.2.0-universal.jar%2385!/:?] {re:classloading} at net.minecraftforge.common.crafting.CraftingHelper.processConditions(CraftingHelper.java:233) ~[forge-1.18.2-40.2.0-universal.jar%2385!/:?] {re:classloading} at net.minecraftforge.common.crafting.CraftingHelper.processConditions(CraftingHelper.java:213) ~[forge-1.18.2-40.2.0-universal.jar%2385!/:?] {re:classloading} at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:63) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:farmersdelight.mixins.json:accessor.RecipeManagerAccessor,pl:mixin:A} at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:farmersdelight.mixins.json:accessor.RecipeManagerAccessor,pl:mixin:A} at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:mixin,re:classloading} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) ~[?:?] {re:mixin} at net.minecraft.server.packs.resources.SimpleReloadInstance$1.m_10855_(SimpleReloadInstance.java:51) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance$1.m_6769_(SimpleReloadInstance.java:48) ~[server-1.18.2-20220404.173914-srg.jar%2380!/:?] {re:classloading} at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) [?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) [?:?] {re:mixin} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) [?:?] {} at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) [?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] {} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] {} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?] {} [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Skipping loading recipe supplementaries:silver_lantern as it's serializer returned null [02:20:18] [Worker-Main-17/INFO] [minecraft/RecipeManager]: Loaded 11 recipes [02:20:20] [Worker-Main-17/INFO] [minecraft/AdvancementList]: Loaded 2789 advancements [02:20:20] [Worker-Main-17/INFO] [ne.me.se.Selene/]: Loaded 33 Soft Fluids [02:20:23] [main/INFO] [ne.me.su.Supplementaries/]: Finished additional setup in 0 seconds [02:20:24] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.18.2 [02:20:24] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties [02:20:24] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL [02:20:24] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair [02:20:24] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565 [02:20:24] [Server thread/INFO] [minecraft/ServerConnectionListener]: Using default channel type [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\jdixo\OneDrive\Desktop\Augh\AUGHHH\config\tombstone-server.toml is not correct. Correcting [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.familiar_receptacle_required_level was corrected from 10 to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.scroll_duration was corrected from 12000 to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.scroll_of_knowledge_loss was corrected from 0 to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key enchantments.nerf_shadow_step_force_sneak was corrected from false to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key enchantments.max_level_shadow_step was corrected from 5 to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key enchantments.max_level_magic_siphon was corrected from 5 to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key enchantments.max_level_plague_bringer was corrected from 5 to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key enchantments.max_level_curse_of_bones was corrected from 5 to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key enchantments.max_level_frostbite was corrected from 5 to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item was corrected from null to its default, SimpleCommentedConfig:{}. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item.scroll_duration was corrected from null to its default, 12000. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item.scroll_of_knowledge_loss was corrected from null to its default, 0. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item.tablet_max_use was corrected from null to its default, 3. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key magic_item.tablet_cooldown was corrected from null to its default, 300. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key decorative_grave.tablet_max_use was corrected from 3 to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key decorative_grave.tablet_cooldown was corrected from 300 to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key decorative_grave.unbreakable_decorative_grave was corrected from false to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key allowedMagicItems.allow_scroll_of_mercy was corrected from null to its default, true. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key allowedMagicItems.allow_smoke_ball was corrected from null to its default, true. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key allowedMagicItems.allow_seeker_rod was corrected from null to its default, true. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key allowedMagicItems.allow_christmas_hat was corrected from null to its default, true. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key allowedMagicItems.allow_bag_of_seeds was corrected from null to its default, true. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key allowedMagicItems.allow_magic_scroll was corrected from null to its default, true. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key allowedMagicItems.allow_familiar_stone was corrected from null to its default, true. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key allowedMagicItems.allow_merchant_stone was corrected from null to its default, true. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key compatibility.astral_sorcery_ignore_enchantment_bonus was corrected from true to its default, null. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file .\world\serverconfig\forge-server.toml is not correct. Correcting [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringEntities was corrected from null to its default, false. [02:20:24] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.skipEmptyShapelessCheck was corrected from null to its default, true. [02:20:24] [Server thread/INFO] [terrablender/]: Initialized TerraBlender biomes for level stem minecraft:overworld [02:20:24] [Server thread/INFO] [terrablender/]: Initialized TerraBlender biomes for level stem minecraft:the_nether [02:20:24] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world" [] [1 apple, 1 golden_apple, 1 enchanted_golden_apple, 1 banana] [02:20:27] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld [02:20:27] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0% [02:20:28] [Worker-Main-28/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 100% [02:20:28] [Worker-Main-18/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 100% [02:20:29] [Worker-Main-23/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 100% [02:20:29] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 100% [02:20:30] [Worker-Main-18/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 100% [02:20:30] [Worker-Main-17/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 100% [02:20:31] [Worker-Main-18/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 100% [02:20:31] [Worker-Main-16/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 100% [02:20:32] [Worker-Main-18/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 100% [02:20:32] [Server thread/WARN] [minecraft/BlockEntity]: Skipping BlockEntity with id supplementaries:copper_lantern [02:20:32] [Server thread/WARN] [minecraft/BlockEntity]: Skipping BlockEntity with id supplementaries:copper_lantern [02:20:32] [Server thread/WARN] [minecraft/BlockEntity]: Skipping BlockEntity with id supplementaries:copper_lantern [02:20:32] [Server thread/WARN] [minecraft/BlockEntity]: Skipping BlockEntity with id supplementaries:copper_lantern [02:20:32] [Server thread/WARN] [minecraft/BlockEntity]: Skipping BlockEntity with id supplementaries:copper_lantern [02:20:32] [Server thread/WARN] [minecraft/BlockEntity]: Skipping BlockEntity with id supplementaries:copper_lantern [02:20:32] [Server thread/WARN] [minecraft/BlockEntity]: Skipping BlockEntity with id supplementaries:copper_lantern [02:20:32] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Time elapsed: 5166 ms [02:20:32] [Server thread/INFO] [minecraft/DedicatedServer]: Done (8.297s)! For help, type "help" [02:20:32] [Server thread/INFO] [ne.mi.se.pe.PermissionAPI/]: Successfully initialized permission handler forge:default_handler [02:20:32] [Server thread/INFO] [co.ch.ge.Main/]: HELLO from server starting [02:20:33] [Server thread/INFO] [co.gi.al.al.AlexsMobs/]: Found Pupfish chunk at 1919 ~ 1680 after 13 tries ^X
  9. Am making mod pack for friends, i have avoer 200 mods and 1 of them is messing with pickaxes. My WAILA tells me what tool is needed to break a sopecific block, wood would show axe, dirt would show shovel but any block that normally would show pickaxe shoes no tool, that seemed odd so i got a pick and it's true, there are no tools that work with stone for example, not only for mining speed but it also does not drop the block either. how do i debug this? there is no error code to go off... do i need to start over? do i need to turn each mod off and make a new world each time to see if the picks work? there is a past thread that had the same problem, i cross refrenced every mod they mentioned, deactivated them in forge and ran the game, still nothing... idk what to try at this point
  10. I mad a modpack and i have no clue what mod is doing this but i have looked and cant figure it out. So i was hoping maybe someone could help. So everytime i mine something or most things it is really slow, no matter what tool i use. some blocks are fine, most not so i have no clue. i have the mods list right here. There is ALOT, i think like 360 or something. sorry. Citadel (by sbom_xela) Spice of Life: Carrot Edition (by lordcazsius) Placebo (by Shadows_of_Fire) Integrated NBT (by scleox) Mo' Potions (by LDMGamingYT) Thermal Cultivation (by TeamCoFH) Security Craft (by Geforce132) Macaw's Bridges (by sketch_macaw) Xaero's Minimap (by xaero96) Pipez (by henkelmax) Glassential (by Lykrast) Phosphophyllite (by RogueLogix) MrCrayfish's Furniture Mod (by MrCrayfish) Just Enough Items (JEI) (by mezz) Advanced Peripherals (by srrendi) The Twilight Forest (by Benimatic) DefaultSettings (by PT400C) Moonlight Lib (by MehVahdJukaar) Macaw's Roofs - Oh The Biomes You'll Go (by Samlegamer_) Morph-o-Tool (by Vazkii) Structurize (by H3lay) ChemLib (by Dark_Arcana) YUNG's Better Dungeons (Forge) (by YUNGNICKYOUNG) NetherPortalFix (by BlayTheNinth) Item Collectors (by SuperMartijn642) Enchantment Descriptions (by DarkhaxDev) Customizable Elytra (by Hidoni) XyCraft: Override (by Soaryn) Ars Nouveau (by baileyholl2) Mystical Agradditions (by BlakeBr0) Connectivity[Forge/Fabric] (by someaddon) Jumpy Boats (by LobsterJonn) Mekanism Additions (by bradyaidanc) RFTools Power (by McJty) DimStorage (by 3divad99) Smooth Boot (Reloaded) (by AbdElAziz333) Potions Master (by thevortexFoxTopia) Blue Skies (by ModdingLegacy) Create : Misc & Things (by to0pa_fr) CoFH Core (by TeamCoFH) Entity Culling Fabric/Forge (by tr9zw) Redstone Arsenal (by TeamCoFH) YUNG's Better Mineshafts (Forge) (by YUNGNICKYOUNG) Nature's Aura (by Ellpeck) Little Contraptions (by EDToaster) Nether's Delight (by lumpazl) Applied Energistics 2 Wireless Terminals (by Mari_023) RFTools Utility (by McJty) Handcrafted (by kekie6) YUNG's Extras (Forge) (by YUNGNICKYOUNG) Thermal Foundation (by TeamCoFH) Ore Clumps (by CJMinecraft01) FramedBlocks (by XFactHD) More Dragon Eggs (by Darkere) Biomes O' Plenty (by Forstride) Cloth Config API (Fabric/Forge) (by shedaniel) More Babies (Forge & Fabric) (by mammut53m) Crafting on a stick (by OfekN_) GeckoLib (by ThanosGecko) Gateways to Eternity (by Shadows_of_Fire) Ranged Pumps (by raoulvdberge) Create Stuff & Additions (by Furti_Two) Deep Resonance (by McJty) Universal Grid (by Ultramegaaa) XyCraft: World (by Soaryn) Cable Tiers (by Ultramegaaa) Let Me Despawn (by frikinjay1) My Server Is Compatible (by Focamacho) Patchouli (by Vazkii) Macaw's Bridges - Oh The Biomes You'll Go (by Samlegamer_) Building Gadgets (by Direwolf20) Balm (Forge Edition) (by BlayTheNinth) AntiGhost (by Giselbaer) Integrated Terminals (by kroeser) Waystones (by BlayTheNinth) FlickerFix (by MutantGumdrop) Farsight [Forge] (by someaddon) Bookshelf (by DarkhaxDev) SilentGear Compat (by dragoni_7) ForgeBrainLib (by kli_kli) Mekanism (by bradyaidanc) Applied Cooking (by ItsSebastrn) Entangled (by SuperMartijn642) Comforts (Fabric/Forge/Quilt) (by TheIllusiveC4) Mystical Customization (by BlakeBr0) Blue Flame Burning (by LobsterJonn) FastWorkbench (by Shadows_of_Fire) Mystical Roots (by S1lentwraith26) SwingThroughGrass (by exidex) Botany Trees (by DarkhaxDev) Corail Woodcutter (by Corail_31) Cucumber Library (by BlakeBr0) AE2 Things [Forge] (by thetechnici4n) AutoRegLib (by Vazkii) Thermal Locomotion (by TeamCoFH) Common Capabilities (by kroeser) Pluto (by AbdElAziz333) RFTools Storage (by McJty) Productive Bees (by LobsterJonn) Guard Villagers (by almightytallestred) Hexerei (by JoeFoxe) JCPlugin (by PT400C) Serene Seasons (by TheAdubbz) Hex Casting (by petrak_at) Macaw's Roofs (by sketch_macaw) ShetiPhianCore (by ShetiPhian) Iceberg [Forge] (by Grend_G) Fast Leaf Decay (by olafskiii) PneumaticCraft: Repressurized (by desht_08) Clickable advancements[Forge/Fabric] (by someaddon) Sophisticated Storage (by P3pp3rF1y) FastFurnace (by Shadows_of_Fire) Super Factory Manager ( SFM ) (by TeamDman) Platforms (by ShetiPhian) MmmMmmMmmMmm (Target Dummy) (by MehVahdJukaar) Create Deco (by talrey) Reborn Storage (by Gigabit101) Jade 🔍 (by Snownee_) Elytra Slot (Forge) (by TheIllusiveC4) Silent Gear (by SilentChaos512) RFTools Builder (by McJty) Thermal Integration (by TeamCoFH) Mod Name Tooltip (by mezz) Corail Tombstone (by Corail_31) XNet (by McJty) Spirit (by CodexAdrian) Allthemodium (by ATMTeam) Advancement Plaques [Forge] (by Grend_G) Ender Storage 1.8.+ (by covers1624) Better Fusion Reactor for Mekanism (by igentuman) Macaw's Bridges - Modding Legacy (by Samlegamer_) Farmer's Delight (by vectorwing) Multi-Piston (by H3lay) It Shall Not Tick (ISNT) (by Gaz_) Ars Elemental (by Alexth99) ME Requester (by DamnRelentless) Small Ships [Fabric & Forge] (by talhanation) Radon (by Asek3) Hex (by ShyNieke) Macaw's Doors (by sketch_macaw) Cosmetic Armor Reworked (by LainMI) Cyclops Core (by kroeser) Botania (by Vazkii) Macaw's Fences - Biomes O' Plenty (by Samlegamer_) Mekanism Rotten Flesh Crusher Conversion (by Derec__) Almost Unified (by TeamAlmostReliable) McJtyLib (by McJty) Mystical Agriculture (by BlakeBr0) Macaw's Windows (by sketch_macaw) Quark (by Vazkii) Cooking for Blockheads (by BlayTheNinth) Integrated Tunnels (by kroeser) SuperMartijn642's Config Lib (by SuperMartijn642) Bigger Reactors (by RogueLogix) AE Additions - ExtraCells2 Fork (by MasterYodAT9G) Harvest with ease (by Crystal_Spider_) Simple Backups (by MelanX) EdivadLib (by 3divad99) OpenBlocks Elevator (by vsngarcia) UtilitiX (by MelanX) Material Elements (by Kaworru) Mouse Tweaks (by YaLTeR) Just Enough Resources (JER) (by way2muchnoise) Grappling Hook Mod (by yyonne) SuperMartijn642's Core Lib (by SuperMartijn642) Reliquary Reincarnations (by P3pp3rF1y) Tesseract (by SuperMartijn642) Travel Anchors (by CastCrafter) Rhino (by LatvianModder) Polymorph (Forge) (by TheIllusiveC4) Little Logistics (by Sveid_) Pig Pen Cipher (by DarkhaxDev) CodeChicken Lib 1.8.+ (by covers1624) AttributeFix (by DarkhaxDev) More Mekanism Processing (by 지젤쟝다) Neko's Enchanted Books (by Nekomaster1000) Mob Grinding Utils (by vadis365) AllTheCompressed (by Pdiddy973) Powah! (Rearchitected) (by thetechnici4n) Applied Botanics Addon (by ramidzkh) Botany Pots (by DarkhaxDev) Carry On (by Tschipp) Additional Structures (by XxRexRaptorxX) Re-chiseled (by SuperMartijn642) Absent by Design (by Lothrazar) Iron Jetpacks (by BlakeBr0) Wireless Chargers (by SuperMartijn642) Aquaculture 2 (by Shadowclaimer) Thermal: Extra (by mrthomas20121) YUNG's Better Witch Huts (Forge) (by YUNGNICKYOUNG) Silent Lib (silentlib) (by SilentChaos512) Create (by simibubi) Crafting Tweaks (by BlayTheNinth) Legendary Tooltips [Forge] (by Grend_G) Mining Gadgets (by Direwolf20) ForgeEndertech (by EnderLanky) XyCraft (by Soaryn) Integrated Crafting (by kroeser) Structure Compass (by Mrbysco) Curios API (Forge) (by TheIllusiveC4) Better Advancements (by way2muchnoise) EnderChests (by ShetiPhian) LibX (by noeppinoeppi) Additional Lanterns (by SuperMartijn642) AEInfinityBooster (by hexeptiondev) Create Plus (by Robocraft999) Dark Mode Everywhere (by Buuz135) Better Compatibility Checker (by Gaz_) Skin Layers 3D (Fabric/Forge) (by tr9zw) YUNG's API (Forge) (by YUNGNICKYOUNG) Charging Gadgets (by Direwolf20) Mekanism Tweaks (by nin8995) ATO - All the Ores (by ATMTeam) Farmer's Compats (by nocubeyt) Apotheosis (by Shadows_of_Fire) Compact Machines (by davenonymous) Ars Scalaes (by Alexth99) Dungeon Crawl (by xiroc_) Wither Skeleton Tweaks (by Shadows_of_Fire) Health Overlay (Forge) (by Terrails) Shrink. (by Gigabit101) KubeJS (by LatvianModder) Tempad (by CodexAdrian) Hostile Neural Networks (by Shadows_of_Fire) ChoiceTheorem's Overhauled Village (by ChoiceTheorem) Architectury API (Fabric/Forge) (by shedaniel) Charm of Undying (Forge) (by TheIllusiveC4) Advanced Mining Dimension (by henkelmax) NoMoWanderer (by TheJDill) Configured (by MrCrayfish) Additional Lights (by mgen256) Controlling (by Jaredlll08) Bad Wither No Cookie - Reloaded (by Kreezxil) BlockUI (by H3lay) EnderTanks (by ShetiPhian) DataPack Anvil (by Sirttas) CC: Tweaked (by SquidDev) Toast Control (by Shadows_of_Fire) FastSuite (by Shadows_of_Fire) Advanced Chimneys (by EnderLanky) MEGA Cells (by 62831853) FerriteCore (Forge) (by malte0811) YUNG's Better Desert Temples (Forge) (by YUNGNICKYOUNG) Fuel Goes Here (by LobsterJonn) TerraBlender (Forge) (by TheAdubbz) Macaw's Lights and Lamps (by sketch_macaw) Domum Ornamentum (by OrionOnline) Inventory Essentials (by BlayTheNinth) Silent's Gems (by SilentChaos512) Create Crafts & Additions (by MRHminer) Decorative Blocks (by stohun) Iron Furnaces [FORGE] (by XenoMustache) Refined Storage (by raoulvdberge) LaserIO (by Direwolf20) Dark Utilities (by DarkhaxDev) Alex's Delight (by NCP_Bails) Structure Gel API (by ModdingLegacy) Integrated Dynamics (by kroeser) Refined Storage Addons (by raoulvdberge) Time in a bottle standalone (by haoict) Macaw's Bridges - Biome O' Plenty (by Samlegamer_) Applied Mekanistics (by ramidzkh) Supplementaries (by MehVahdJukaar) YUNG's Better Strongholds (Forge) (by YUNGNICKYOUNG) When Dungeons Arise - Forge! (by Aureljz) Ultimate Car Mod (by henkelmax) BdLib (by bdew) Macaw's Trapdoors (by sketch_macaw) Immersive Engineering (by BluSunrize) Jade Addons (Forge) (by Snownee_) Occultism (by kli_kli) Integrated REST (by kroeser) Farmer's Respite (by lumpazl) Runelic (by DarkhaxDev) libIPN (by mirinimi) Not Enough Animations (by tr9zw) EvilCraft (by kroeser) Simple Magnets (by SuperMartijn642) SmartBrainLib (Forge/Fabric/Quilt) (by Scimiguy) Oh The Biomes You'll Go (by AOCAWOL) FTB Teams (Forge) (by FTB) Sophisticated Core (by P3pp3rF1y) Mekanism Tools (by bradyaidanc) Iron Chests (by ProgWML6) Additional Enchanted Miner (by Kotori316) Corail Woodcutter Extension (by Corail_31) Nature's Compass (by Chaosyr) Creeper Overhaul (by joosh_7889) Torchmaster (by xalcon) Engineer's Decor (by wilechaote) YUNG's Better Ocean Monuments (Forge) (by YUNGNICKYOUNG) Macaw's Fences - Oh The Biomes You'll Go (by Samlegamer_) Savage Ender Dragon[Forge/Fabric] (by someaddon) Void Totem (Forge) (by Affehund) Ars Instrumentum (by Sarenor) FTB Library (Forge) (by FTB) Saturn (by AbdElAziz333) Scalable Cat's Force (by Kotori316) Connected Glass (by SuperMartijn642) Mystical Agriculture Tiered Crystals (by Electrolyte) Ars Creo (by baileyholl2) Quark Oddities (by Vazkii) Macaw's Fences and Walls (by sketch_macaw) FTB Quests (Forge) (by FTB) RSInfinityBooster (by hexeptiondev) RFTools Control (by McJty) Alex's Mobs (by sbom_xela) Sophisticated Backpacks (by P3pp3rF1y) YUNG's Bridges (Forge) (by YUNGNICKYOUNG) Macaw's Furnitures - Biomes O' Plenty (by Samlegamer_) Extra Golems (by skyjay1) XNet Gases (by Terrails) Modonomicon (by kli_kli) Chisels & Bits - For Forge (by AlgorithmX2) Macaw's Roofs - Biomes O' Plenty (by Samlegamer_) Energy Meter (by DamnRelentless) Item Filters (by LatvianModder) Kotlin for Forge (by thedarkcolour) Clumps (by Jaredlll08) MineColonies (by H3lay) Lootr (Forge) (by Noobanidus) Bamboo Everything (Forge/Fabric) (by Gaz_) Immersive Armors [Fabric/Forge] (by Conczin) Titanium (by Buuz135) Refined Storage: Requestify (by Buuz135) Pylons (by MutantGumdrop) Macaw's Paths and Pavings (by sketch_macaw) Flux Networks (by sonar_sonic) SebastrnLib (by ItsSebastrn) Elemental Craft (by Sirttas) Functional Storage (by Buuz135) PAUCAL (by petrak_at) AppleSkin (by squeek502) Naturalist (by Starfish_Studios) Get It Together, Drops! (by bl4ckscor3) Repurposed Structures (Forge) (by telepathicgrunt) RFTools Base (by McJty) Crash Utilities (by Darkere) No Chat Reports (by Aizistral) Extra Disks (by MelanX) Quartz (by RogueLogix) Inventory Profiles Next (by mirinimi) Dank Storage (by tfarecnim) Storage Drawers (by Texelsaur) Caelus API (Forge) (by TheIllusiveC4) Alchemistry (by Dark_Arcana) Prism [Forge] (by Grend_G) Macaw's Furniture (by sketch_macaw) Thermal Expansion (by TeamCoFH) Deeper and Darker (by KyaniteMods) Mahou Tsukai (by stepcros) Industrial Foregoing (by Buuz135) Waystone Towers (by ner07ca) AlchemyLib (by Dark_Arcana) FindMe (by Buuz135) TrashSlot (by BlayTheNinth) spark (by Iucko) Theurgy (by kli_kli) Baubley Heart Canisters (by traverse_joe) Refined Cooking (by ItsSebastrn) Delightful (by brdbrn) Observable (by tasgon) Thermal Innovation (by TeamCoFH) Modular Routers (by desht_08) Applied Energistics 2 (by AlgorithmX2) Occultism KubeJS (by kli_kli) Mekanism Generators (by bradyaidanc) All The Compatibility (by XxRexRaptorxX)
  11. I created a server with Aternos with the software of forge and I installed the mod of Xaeros Minimap (and of course I installed forge) in the server and in my computer but when I try to enter to the server it gives me the error of "This server has mods that require forge to be installed on the client". I already checked that the mods and forge where the same version. Any ideas of what can it be? Sorry, english is not my first language
  12. The game crashed whilst mouseclicked event handler Error: java.lang.IllegalStateException: Registry is already frozen (trying to add key ResourceKey[minecraft:root / porting_lib:global_loot_modifier_serializers]) ---- Minecraft Crash Report ---- // Daisy, daisy... Time: 2024-02-14 18:03:37 Description: mouseClicked event handler java.lang.IllegalStateException: Registry is already frozen (trying to add key ResourceKey[minecraft:root / porting_lib:global_loot_modifier_serializers]) at net.minecraft.class_2370.method_40274(class_2370.java:135) at net.minecraft.class_2370.method_46744(class_2370.java:141) at net.minecraft.class_2370.method_10272(class_2370.java:186) at net.fabricmc.fabric.api.event.registry.FabricRegistryBuilder.buildAndRegister(FabricRegistryBuilder.java:144) at io.github.fabricators_of_create.porting_lib.util.LazyRegistrar$RegistryHolder.get(LazyRegistrar.java:146) at io.github.fabricators_of_create.porting_lib.util.LazyRegistrar$RegistryHolder.get(LazyRegistrar.java:122) at io.github.fabricators_of_create.porting_lib.loot.IGlobalLootModifier.lambda$static$0(IGlobalLootModifier.java:27) at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) at net.minecraft.class_5699$class_6739.decode(class_5699.java:434) at com.mojang.serialization.codecs.KeyDispatchCodec.decode(KeyDispatchCodec.java:56) at com.mojang.serialization.MapDecoder.lambda$compressedDecode$1(MapDecoder.java:52) at com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139) at com.mojang.datafixers.util.Either$Left.map(Either.java:38) at com.mojang.serialization.DataResult.flatMap(DataResult.java:137) at com.mojang.serialization.MapDecoder.compressedDecode(MapDecoder.java:52) at com.mojang.serialization.MapCodec$MapCodecCodec.decode(MapCodec.java:91) at com.mojang.serialization.Decoder.parse(Decoder.java:18) at io.github.fabricators_of_create.porting_lib.loot.LootModifierManager.apply(LootModifierManager.java:81) at io.github.fabricators_of_create.porting_lib.loot.LootModifierManager.method_18788(LootModifierManager.java:38) at net.minecraft.class_4080.method_18790(class_4080.java:13) at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) at net.minecraft.class_4014.method_18365(class_4014.java:69) at net.minecraft.class_1255.method_18859(class_1255.java:156) at net.minecraft.class_4093.method_18859(class_4093.java:23) at net.minecraft.class_1255.method_16075(class_1255.java:130) at net.minecraft.class_1255.method_18857(class_1255.java:139) at net.minecraft.class_525.method_31130(class_525.java:352) at net.minecraft.class_528.method_43462(class_528.java:169) at net.minecraft.class_528.<init>(class_528.java:95) at net.minecraft.class_526.method_25426(class_526.java:54) at net.minecraft.class_437.method_25423(class_437.java:297) at net.minecraft.class_310.method_1507(class_310.java:1080) at net.minecraft.class_442.method_19861(class_442.java:159) at net.minecraft.class_4185.method_25306(class_4185.java:94) at net.minecraft.class_4264.method_25348(class_4264.java:56) at net.minecraft.class_339.method_25402(class_339.java:189) at net.minecraft.class_4069.method_25402(class_4069.java:38) at net.minecraft.class_442.method_25402(class_442.java:299) at net.minecraft.class_312.method_1611(class_312.java:98) at net.minecraft.class_437.method_25412(class_437.java:409) at net.minecraft.class_312.method_1601(class_312.java:98) at net.minecraft.class_312.method_22686(class_312.java:169) at net.minecraft.class_1255.execute(class_1255.java:102) at net.minecraft.class_312.method_22684(class_312.java:169) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237) at net.minecraft.class_310.method_1523(class_310.java:1244) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.class_2370.method_40274(class_2370.java:135) at net.minecraft.class_2370.method_46744(class_2370.java:141) at net.minecraft.class_2370.method_10272(class_2370.java:186) at net.fabricmc.fabric.api.event.registry.FabricRegistryBuilder.buildAndRegister(FabricRegistryBuilder.java:144) at io.github.fabricators_of_create.porting_lib.util.LazyRegistrar$RegistryHolder.get(LazyRegistrar.java:146) at io.github.fabricators_of_create.porting_lib.util.LazyRegistrar$RegistryHolder.get(LazyRegistrar.java:122) at io.github.fabricators_of_create.porting_lib.loot.IGlobalLootModifier.lambda$static$0(IGlobalLootModifier.java:27) at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) at net.minecraft.class_5699$class_6739.decode(class_5699.java:434) at com.mojang.serialization.codecs.KeyDispatchCodec.decode(KeyDispatchCodec.java:56) at com.mojang.serialization.MapDecoder.lambda$compressedDecode$1(MapDecoder.java:52) at com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139) at com.mojang.datafixers.util.Either$Left.map(Either.java:38) at com.mojang.serialization.DataResult.flatMap(DataResult.java:137) at com.mojang.serialization.MapDecoder.compressedDecode(MapDecoder.java:52) at com.mojang.serialization.MapCodec$MapCodecCodec.decode(MapCodec.java:91) at com.mojang.serialization.Decoder.parse(Decoder.java:18) at io.github.fabricators_of_create.porting_lib.loot.LootModifierManager.apply(LootModifierManager.java:81) at io.github.fabricators_of_create.porting_lib.loot.LootModifierManager.method_18788(LootModifierManager.java:38) at net.minecraft.class_4080.method_18790(class_4080.java:13) at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) at net.minecraft.class_4014.method_18365(class_4014.java:69) at net.minecraft.class_1255.method_18859(class_1255.java:156) at net.minecraft.class_4093.method_18859(class_4093.java:23) at net.minecraft.class_1255.method_16075(class_1255.java:130) at net.minecraft.class_1255.method_18857(class_1255.java:139) at net.minecraft.class_525.method_31130(class_525.java:352) at net.minecraft.class_528.method_43462(class_528.java:169) at net.minecraft.class_528.<init>(class_528.java:95) at net.minecraft.class_526.method_25426(class_526.java:54) at net.minecraft.class_437.method_25423(class_437.java:297) at net.minecraft.class_310.method_1507(class_310.java:1080) at net.minecraft.class_442.method_19861(class_442.java:159) at net.minecraft.class_4185.method_25306(class_4185.java:94) at net.minecraft.class_4264.method_25348(class_4264.java:56) at net.minecraft.class_339.method_25402(class_339.java:189) at net.minecraft.class_4069.method_25402(class_4069.java:38) at net.minecraft.class_442.method_25402(class_442.java:299) at net.minecraft.class_312.method_1611(class_312.java:98) at net.minecraft.class_437.method_25412(class_437.java:409) at net.minecraft.class_312.method_1601(class_312.java:98) at net.minecraft.class_312.method_22686(class_312.java:169) at net.minecraft.class_1255.execute(class_1255.java:102) at net.minecraft.class_312.method_22684(class_312.java:169) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) -- Affected screen -- Details: Screen name: net.minecraft.class_442 Stacktrace: at net.minecraft.class_437.method_25412(class_437.java:409) at net.minecraft.class_312.method_1601(class_312.java:98) at net.minecraft.class_312.method_22686(class_312.java:169) at net.minecraft.class_1255.execute(class_1255.java:102) at net.minecraft.class_312.method_22684(class_312.java:169) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237) at net.minecraft.class_310.method_1523(class_310.java:1244) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: vanilla, fabric, Moonlight Mods Dynamic Assets, file/FreshAnimations_v1.8.1.zip, file/MandalasGUI_Dakmode_Vanilla1.20.4.zip, file/Stay_True_1.20.zip, file/Midnighttiggers-CTM-Default_1.20.2_V2.zip, create:legacy_copper Stacktrace: at net.minecraft.class_6360.method_36565(class_6360.java:49) at net.minecraft.class_310.method_1587(class_310.java:2413) at net.minecraft.class_310.method_1514(class_310.java:821) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 11 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 2808757016 bytes (2678 MiB) / 7449083904 bytes (7104 MiB) up to 8589934592 bytes (8192 MiB) CPUs: 12 Processor Vendor: GenuineIntel Processor Name: 12th Gen Intel(R) Core(TM) i7-1255U Identifier: Intel64 Family 6 Model 154 Stepping 4 Microarchitecture: Alder Lake Frequency (GHz): 2.61 Number of physical packages: 1 Number of physical CPUs: 10 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce MX550 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 2048.00 Graphics card #0 deviceId: 0x1f9f Graphics card #0 versionInfo: DriverVersion=31.0.15.4626 Graphics card #1 name: Intel(R) Iris(R) Xe Graphics Graphics card #1 vendor: Intel Corporation (0x8086) Graphics card #1 VRAM (MB): 1024.00 Graphics card #1 deviceId: 0x46a8 Graphics card #1 versionInfo: DriverVersion=31.0.101.4502 Memory slot #0 capacity (MB): 32768.00 Memory slot #0 clockSpeed (GHz): 2.67 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 32768.00 Memory slot #1 clockSpeed (GHz): 2.67 Memory slot #1 type: DDR4 Virtual memory max (MB): 69300.09 Virtual memory used (MB): 35337.65 Swap memory total (MB): 4096.00 Swap memory used (MB): 0.00 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Fabric Mods: advancednetherite: Advanced Netherite 2.0.2-1.20.1 advancementplaques: Advancement Plaques 1.4.11 ambientsounds: AmbientSounds 5.3.8 amplified_nether: Amplified Nether 1.2.4 appleskin: AppleSkin 2.5.1+mc1.20 aquamirae: Aquamirae 6 architectury: Architectury 9.1.13 artifacts: Artifacts 9.2.2 cardinal-components-base: Cardinal Components API (base) 5.2.2 cardinal-components-entity: Cardinal Components API (entities) 5.2.2 expandability: ExpandAbility 9.0.0 step-height-entity-attribute: Step Height Entity Attribute 1.2.0 athena: Athena 3.1.1 badpackets: Bad Packets 0.4.3 bakery: Bakery 1.1.3 bbs: Better Block Sounds 1.20.1-0.1.3 bclib: BCLib 3.0.14 wunderlib: WunderLib 1.1.5 beachparty: Beachparty 1.1.3 beautify: Beautify 1.1.0+1.20 better_beacons: Better Beacons 2.0.0 mixinextras: MixinExtras 0.3.5 reach-entity-attributes: Reach Entity Attributes 2.4.0 better_totem_of_undying: Better Totem of Undying 2.0.1 betteranimationscollection: Better Animations Collection 8.0.0 betterarcheology: Better Archeology 1.1.5-1.20.1 bettercombat: Better Combat 1.8.4+1.20.1 betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3 org_reflections_reflections: reflections 0.10.2 betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.3 betterend: Better End 4.0.11 betterf3: BetterF3 7.0.2 betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.5 betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.4 bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4 betternether: Better Nether 9.0.10 betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4 betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3 betterthirdperson: Better Third Person 1.9.0 bettervillage: Better village 3.1.0 betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3 biomemusic: Biome Music Mod 1.20.1-2.3 blockus: Blockus 2.7.12+1.20.1 terraform-wood-api-v1: Terraform Wood API (v1) 7.0.2 bloomingnature: Blooming Nature 1.0.2 blur: Blur (Fabric) 3.1.0 midnightlib: MidnightLib 1.4.1 satin: Satin 1.13.0 bookshelf: Bookshelf 20.1.9 botany_pots_ore_planting: Botany Pots Ore Planting Fabric-7.8.0+1.20.1 botanypots: BotanyPots 13.0.23 botanypotstiers: BotanyPotsTiers 6.0.1 botanytrees: BotanyTrees 9.0.9 brewery: Brewery 1.1.1 bridgingmod: Bridging Mod 2.2.1+1.20.1 bushierflowers: Bushier Flowers 0.0.3-1.20.1 candlelight: Candlelight 1.2.8 cardinal-components: Cardinal Components API 5.2.2 cardinal-components-block: Cardinal Components API (blocks) 5.2.2 cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2 cardinal-components-item: Cardinal Components API (items) 5.2.2 cardinal-components-level: Cardinal Components API (world saves) 5.2.2 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2 cardinal-components-world: Cardinal Components API (worlds) 5.2.2 cavedust: Cave Dust 1.4.1 kirin: Kirin UI 1.15.0 cerbons_api: Cerbons API 1.1.0 chipped: Chipped 3.0.4 cloth-config: Cloth Config v11 11.1.118 cloth-basic-math: cloth-basic-math 0.6.1 clumps: Clumps 12.0.0.3 clutter: Clutter 1.20-0.5.7 collective: Collective 7.30 comforts: Comforts 6.3.5+1.20.1 spectrelib: SpectreLib 0.13.15+1.20.1 connectedglass: Connected Glass 1.1.11 connectiblechains: Connectible Chains 2.2.1+1.20.1 continuity: Continuity 3.0.0-beta.4+1.20.1 copycats: Create: Copycats+ 1.1.1-mc1.20.1-fabric cratedelight: Crate Delight 1.4.0 create: Prominent Create 0.5.1-d-local+mc1.20.1 com_google_code_findbugs_jsr305: jsr305 3.0.2 flywheel: Flywheel 0.6.10 milk: Milk Lib 1.2.60 dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2 porting_lib_accessors: Porting Lib Accessors 2.1.1127+1.20 porting_lib_base: Porting Lib Base 2.1.1127+1.20 porting_lib_attributes: Porting Lib Attributes 2.1.1127+1.20 porting_lib_common: Porting Lib Common 2.1.1127+1.20 porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1127+1.20 porting_lib_utility: Porting Lib Utility 2.1.1127+1.20 porting_lib_brewing: Porting Lib Brewing 2.1.1127+1.20 porting_lib_client_events: Porting Lib Client Events 2.1.1127+1.20 porting_lib_entity: Porting Lib Entity 2.1.99999+custom_unknown porting_lib_core: Porting Lib Core 2.1.99999+custom_unknown porting_lib_gametest: Porting Lib GameTest 2.1.99999+custom_unknown porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.1.99999+custom_unknown porting_lib_extensions: Porting Lib Extensions 2.1.1127+1.20 porting_lib_fake_players: Porting Lib Fake Players 2.1.1127+1.20 porting_lib_models: Porting Lib Models 2.1.1127+1.20 porting_lib_model_loader: Porting Lib Model Loader 2.1.1127+1.20 porting_lib_networking: Porting Lib Networking 2.1.1127+1.20 porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1127+1.20 porting_lib_tags: Porting Lib Tags 3.0 porting_lib_tool_actions: Porting Lib Tool Actions 2.1.1127+1.20 porting_lib_transfer: Porting Lib Transfer 2.1.1127+1.20 registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1 porting_lib_data: Porting Lib Data 2.1.1090+1.20 porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20 porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20 createdeco: Create Deco 2.0.1-1.20.1-fabric creativecore: CreativeCore 2.11.15 net_minecraftforge_eventbus: eventbus 6.0.3 cristellib: Cristel Lib 1.1.5 blue_endless_jankson: jankson 1.2.3 croptopia: Croptopia 3.0.3 ctov: ChoiceTheorem's Overhauled Village 3.4.2 cucumber: Cucumber: Refabricated 2.0.1 porting_lib: Porting Lib 2.1.1033+1.20-entity-refactor mm: Manningham Mills 2.3 mm_shedaniel: Manningham Mills (shedaniel's fork) 2.4.1 porting_lib_config: Porting Lib Config 2.1.1033+1.20-entity-refactor porting_lib_loot: Porting Lib Loot 2.1.1033+1.20-entity-refactor porting_lib_model_builders: Porting Lib Model Builders 2.1.1033+1.20-entity-refactor porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.1.1033+1.20-entity-refactor porting_lib_registries: Porting Lib Registries 2.1.1033+1.20-entity-refactor team_reborn_energy: Energy 3.0.0 cupboard: cupboard 1.20.1-2.3 delightfulcreators: Delightful Creators 1.1.8 doapi: Lets Do Api 1.2.8 easyanvils: Easy Anvils 8.0.1 easymagic: Easy Magic 8.0.1 easyshulkerboxes: Easy Shulker Boxes 8.0.1 puzzlesapi: Puzzles Api 8.1.4 ends_delight: End's Delight 1.0.1 entity_model_features: Entity Model Features 1.2.3 entity_texture_features: Entity Texture Features 5.2.3 org_apache_httpcomponents_httpmime: httpmime 4.5.10 epherolib: EpheroLib 1.2.0 everycomp: Every Compat 1.20-2.6.33 expandeddelight: Expanded Delight 0.3.0.2 fabric-api: Fabric API 0.92.0+1.20.1 fabric-api-base: Fabric API Base 0.4.31+1802ada577 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577 fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577 fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577 fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77 fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577 fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377 fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377 fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577 fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577 fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577 fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577 fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677 fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577 fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777 fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577 fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577 fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577 fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+1802ada577 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577 fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377 fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.4+1802ada577 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577 fabric-language-kotlin: Fabric Language Kotlin 1.10.17+kotlin.1.9.22 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.22 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.22 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.22 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.22 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.1 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.2 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.2 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.2 fabricloader: Fabric Loader 0.15.6 fallingleaves: Falling Leaves 1.15.4 fallingtree: FallingTree 4.3.4 farmersdelight: Farmer's Delight 1.20.1-1.4.3 fish_tank: Fish Tanks 1.0.2 forgeconfigapiport: Forge Config API Port 8.0.0 forgottengraves: Forgotten Graves 1.20.1-3.2.5 fusion: Fusion 1.1.0+c geckolib: GeckoLib 4 4.4.2 com_eliotlash_mclib_mclib: mclib 20 geode_plus: Geode+ 1.2.4 paragon: Paragon 3.0.2 com_moandjiezana_toml_toml4j: toml4j 0.7.2 org_yaml_snakeyaml: snakeyaml 1.27 handcrafted: Handcrafted 3.0.5 hauntedharvest: Haunted Harvest 1.20-3.1.19 herbalbrews: Herbal Brews 1.0.3-1 iceberg: Iceberg 1.1.18 indium: Indium 1.0.30+mc1.20.4 iris: Iris 1.6.17 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 jamlib: JamLib 0.6.1+1.20.x java: OpenJDK 64-Bit Server VM 17 jei: Just Enough Items 15.3.0.4 journeymap: Journeymap 5.9.18 journeymap-api-fabric: JourneyMap API 1.20-1.9-fabric-SNAPSHOT lambdynlights: LambDynamicLights 2.3.2+1.20.1 pride: Pride Lib 1.2.0+1.19.4 spruceui: SpruceUI 5.0.0+1.20 legendarytooltips: Legendary Tooltips 1.4.5 levelz: LevelZ 1.4.13 libraryferret: Library ferret 4.0.0 libz: LibZ 1.0.3 com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2 com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2 com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2 lithostitched: Lithostitched 1.1.5 lolmcv: More Chest Variants 1.4.1 mavapi: More Axolotl Variants API 1.1.3 mavm: More Axolotl Variants Mod 1.2.4 meadow: Meadow 1.3.4 medievalmusic: Medieval Music Mod 1.20.1-2.1 minecraft: Minecraft 1.20.1 mobhealthbar: MobHealthBar 2.3.0 modmenu: Mod Menu 7.2.2 moonlight: Moonlight 1.20-2.9.16 more_armor_trims: More Armor Trims 1.1.3-1.20.1 morebannerfeatures: More Banner Features 1.2.0 moredelight: More Delight 1.1.7 moremobvariants: More Mob Variants 1.2.2 moreslabs: Slabs & Layers+ 3.0 mousetweaks: Mouse Tweaks 2.25 mru: Mineblock's Repeated Utilities 0.4.0+1.20 mysticalagriculture: Mystical Agriculture: Refabricated 3.0.2 magna: Magna 1.8.1-1.19.4 omega-config: OmegaConfig 1.2.3-1.18.1 mythicmounts: Mythic Mounts 1.20.1-7.4 naturalist: Naturalist 4.0.3 nemos-woodcutter: Nemo's Woodcutter 1.8.1-1.20.1 nethersdelight: Nether's Delight 1.0.0 disable_custom_worlds_advice: Disable Custom Worlds Advice 4.1 nethervinery: Nether Vinery 1.2.3 niftycarts: NiftyCarts 3.0.1+1.20.1 notenoughanimations: NotEnoughAnimations 1.7.1 obscure_api: Obscure API 16 oceansdelight: Ocean's Delight fabric-1.0.2-1.20 onlyhammers: OnlyHammers 1.20.1-0.6 patchouli: Patchouli 1.20.1-84-FABRIC fiber: fiber 0.23.0-2 philipsruins: Philip`s Ruins 1.20.1 pickupnotifier: Pick Up Notifier 8.0.0 player-animator: Player Animator 1.0.2-rc1+1.20 plentyofarmors: Plenty Of Armors 1.3.0 presencefootsteps: Presence Footsteps 1.9.0 prism: Prism 1.0.5 puzzleslib: Puzzles Lib 8.1.16 puzzlesaccessapi: Puzzles Access Api 8.0.7 quad: Quad 1.1.0 rare-ice: Rare Ice 0.6.0 realcamera: Real Camera 0.6.0-alpha.2 reborncore: Reborn Core 5.8.7 rechiseled: Rechiseled 1.1.5+b rechiseledcreate: Rechiseled: Create 1.0.2 recursiveresources: Recursive Resources 2.5.2+1.20 cicada: CICADA 0.4.0 shared-resources-api: Shared Resources API 1.5.2 resourcefullib: Resourceful Lib 2.1.23 com_teamresourceful_bytecodecs: bytecodecs 1.0.2 com_teamresourceful_yabn: yabn 1.0.3 rpgz: RPGZ 0.6.0 shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1 simplehudenhanced: Simple Hud Enhanced 4.6.1 skinlayers3d: 3d-Skin-Layers 1.6.2 slabsexpanded: SlabsExpanded 1.20.1-0-fabric sodium: Sodium 0.5.8+mc1.20.1 sodium-extra: Sodium Extra 0.5.4+mc1.20.1-build.115 caffeineconfig: CaffeineConfig 1.3.0+1.17 crowdin-translate: CrowdinTranslate 1.4+1.19.3 sound_physics_remastered: Sound Physics Remastered 1.20.1-1.3.1 sounds: Sounds 0.5.0+1.20.1 structory: Structory 1.3.4 supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a supermartijn642corelib: SuperMartijn642's Core Lib 1.1.17 supplementaries: Supplementaries 1.20-2.7.36 mixinsquared: MixinSquared 0.1.1 t_and_t: Towns and Towers 1.12 terrablender: TerraBlender 3.0.1.4 com_electronwill_night-config_core: core 3.6.7 com_electronwill_night-config_toml: toml 3.6.7 terralith: Terralith 2.4.11 trinkets: Trinkets 3.7.1 twigs: Twigs 3.1.0 utilitybelt: Utility Belt 1.3.6+1.20.1 tutorial-lib: Tutorial Lib 1.1.2+1.20.x v_slab_compat: v_slab_compat 1.20-2.3 villagersplus: Villagers Plus 3.1 vinery: Vinery 1.4.8 visuality: Visuality 0.7.1+1.20 waterdripsound: Drip Sounds 1.19-0.3.2 wthit: wthit 8.7.0 yet_another_config_lib_v3: YetAnotherConfigLib 3.2.1+1.20 com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT org_quiltmc_parsers_gson: gson 0.2.1 org_quiltmc_parsers_json: json 0.2.1 yungsapi: YUNG's API 1.20-Fabric-4.0.3 org_javassist_javassist: javassist 3.29.2-GA yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3 zoomify: Zoomify 2.11.2 com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.4.1 dev_isxander_settxi_settxi-core: settxi-core 2.10.6 dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.6 Loaded Shaderpack: ComplementaryReimagined_r5.1.1.zip Profile: VERYLOW (+0 options changed by user) Flywheel Backend: Off Launched Version: fabric-loader-0.15.6-1.20.1 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: NVIDIA GeForce MX550/PCIe/SSE2 GL version 3.2.0 NVIDIA 546.26, NVIDIA Corporation Window size: 1024x768 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: vanilla, fabric, Moonlight Mods Dynamic Assets, file/FreshAnimations_v1.8.1.zip (incompatible), file/MandalasGUI_Dakmode_Vanilla1.20.4.zip (incompatible), file/Stay_True_1.20.zip, file/Midnighttiggers-CTM-Default_1.20.2_V2.zip (incompatible), create:legacy_copper Current Language: en_us CPU: 12x 12th Gen Intel(R) Core(TM) i7-1255U
  13. When I try to join my friend's ESSENTIAL server, I get this error: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.NullPointerException: Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because "p_130086_" is null I don't know which mod causes this, but here's the list of mods I'm using: Pam's HarvestCraft 2 - Trees (by pamharvestcraft) Rhino (by LatvianModder) Pehkui (by Virtuoel) Create (by simibubi) Create Sifting (by oierbravo_mc) Architectury API (Fabric/Forge/NeoForge) (by shedaniel) Create: More Drill Heads (by Forsteri123) Create Sabers (by Leroidesafk) Pam's HarvestCraft 2 - Food Extended (by pamharvestcraft) Create Decoration Casing (by TheLynkYT) Create: Diesel Generators (by george8188262) Create: Drinks (by Sietse) Create Utilities (Fabric/Forge) (by duquee___) Create Enchantment Industry (by DragonsPlus) Neapolitan (by TeamAbnormals) Custom Machinery Create (by frinn38) TIS-3D (by Sangar_) ESSENTIAL Mod (by SparkUniverse_) CreateGD (by Cdymrtn) Peculiars (by catscythee) Create Gourmet (by SilverGoId) Markdown Manual (by Sangar_) Smidgeon O' Bliss (Food Compat for Create, FD, etc.) (by ZAPtron_Gamer) Create Alchemist's Industry (by ironforcefeild) Pam's HarvestCraft 2 - Crops (by pamharvestcraft) Jack's Economy (Create Edition) (by FlapjacksMods) Create Compact Exp (by nocubeyt) Create: Broken Bad (by jetpacker06) Create: Ender Transmission (by Forsteri123) Create Compressed (by nocubeyt) Create Chromatic Return (by phicctv) Optifine 1.19.2 Crash Fix (by sonopg) Create Recycle Everything (by nocubeyt) Create: Fishing Bobber Detector | Automatic Fishing with Create (by GLaD0S) Biomes O' Plenty (by Forstride) Create: Dynamic Village (by sudolev) Create Electrified (by TardisEngineer) Create: Elitia Addon (by ModworldsMC) MomentariyModder'Applications (by MomentariyModder) Custom Machinery (by frinn38) TIS-Create (by PwnagePineapple) Create: Mosaic Addition (by xlxl3) Complementary Shaders - Reimagined (by EminGTR) Create: Frozen Flavors (by Chilllliii) Create Sandpaper Overhaul (by tiny_ghasto) Json Things (by gigaherz) Structure Gel API (by ModdingLegacy) Create: Electric Trains (by Pancake_01_) Infernal Expansion (by InfernalStudios) Create Ad Astra Compat (by ssm227) Create Encased (by iglee42) Create: Liquid Fuel (by Forsteri123) Create Ore Additions (by M_Productions) Create: The Factory Must Grow (by Dr_Mango_Tea) Cloth Config API (Fabric/Forge/NeoForge) (by shedaniel) Create: Steam 'n' Rails (by mattentosh) Sleepable Create (by bagu_chan500) Create Train Additions (by M_Productions) Blueprint (by TeamAbnormals) Curios API (Forge/NeoForge) (by TheIllusiveC4) Farmer's Delight (by vectorwing) MrCrayfish's Gun Mod (by MrCrayfish) Create Low-Heated (by zeh_maria) Pam's HarvestCraft 2 - Food Core (by pamharvestcraft) Create Crafts & Additions (by MRHminer) Create Paper Line (by oierbravo_mc) Create: New Age (by nilBlade) Create: Crystal Clear (by singularity_cyvack) Create: Molten Geodes (by apothicono2) Create Compats (by nocubeyt) Create Theme Armor Addon (by zrikon) Puzzles Lib [Forge & Fabric] (by Fuzs) Resourceful Config (by ThatGravyboat) Create: Molten Vents (by apothicono2) Create: Interiors (by sudolev) Kotlin for Forge (by thedarkcolour) Autumnity (by TeamAbnormals) Create: Power Loader (by Lysine) GeckoLib (by Gecko) Create Cafe (by Myst) Create: Biomimicry (by WitherTM) Create: Dreams & Desires (by Luna) Framework (by MrCrayfish) Create: Electric Stonks (by nilBlade) Ad Astra (by AlexNijjar) Tool's Complement: Create (by Mrthomas20121) Create Stuff & Additions (by Furti_Two) Atmospheric (by TeamAbnormals) Create: Buffers & Beams (by khaitrainsfun13) Create Slice & Dice (by possible_triangle) Immersive Engineering (by BluSunrize) Create: Design n' Decor (by Luna) KubeJS Create (by LatvianModder) Seasonals (by catscythee) Create: Tweaked Controllers (by getItemFromBlock) Create Big Cannons (by rbasamoyai) Botarium (by CodexAdrian) Create Shrunk (by 9Octo) Create Chunkloading (by embeddedt) Create: Alloyed (by MythrilBagels) Create Central Kitchen (by DragonsPlus) Create: Bells & Whistles (by sudolev) Saro´s Create [Forge] (by Sarocesch) Tool's Complement (by TeamCoFH) Resourceful Lib (by ThatGravyboat) KubeJS (by LatvianModder) Create: Modern Train Parts (by dugske) Create Mechanical Spawner (by oierbravo_mc) Create: Factory (by antopfr90) Create: Dall (by magminer54) Create: Precocious Pastries (by Kittyman64) Umbra Poor Ores Create Addon (by UmbraResistis) Create Confectionery (by Furti_Two) Control Engineering (by malte0811) Create Ore Excavation (by tom54541) TerraBlender (Forge) (by TheAdubbz) Create Ore Excavation Plus (by tiestoettoet08) Create : Misc & Things (by to0pa_fr) FastFood Delight (by akaneo2) CoFH Core (by TeamCoFH) Umbra Poor Ores (by UmbraResistis) Just Enough Items (JEI) (by mezz) Create: Foundry (by CommanderT3706) Create: Balanced Flight (Angel Ring) (by Anthxny) Create Deco (by talrey) Create: Alloyed Guns (by EndRage) Environmental (by TeamAbnormals) Create Mechanical Extruder (by oierbravo_mc) Create: Garnished (by DakotaPrideModding) Any answers will be appreciated!
  14. I've created a new registry for a class called 'Ingredient'. Each ingredient has several properties, including the item that represents them in the game. However, when I attempt to start the game, I get a crash caused by attempting to register an Ingredient associated with an item my mod adds. The crash report claims that the registry object for that added item is not present. I'm registering my modded items (i.e. calling the register() method) before I register my ingredients, but I suspect that the 'deferred' part of 'DeferredRegister' is interfering with the neat ordering of events. How can I register objects which require other modded objects to be registered first?
  15. Some other mods require EpicFight Mod ID: 'epicfight', Requested by: 'impactful', Expected range: '[20.6.3,)', Actual version: '[MISSING]' Mod ID: 'epicfight', Requested by: 'epic_fight_battle_styles', Expected range: '[20.6.3,)', Actual version: '[MISSING]' Mod ID: 'epicfight', Requested by: 'soul_like_monsters', Expected range: '[0,)', Actual version: '[MISSING]' Create a new modpack instance and start with EpicFight and the other mentioned mods - start with adding epic fight and use this build: https://www.curseforge.com/minecraft/mc-mods/epic-fight-mod/files/4945239 Then add the other epic fight related mods one by one: impactful epic_fight_battle_styles soul_like_monsters Epic Samurai If you run into an issue, try other builds of these - soul like monsters is not in active developing anymore - so start with the other ones Or take a look at a modpack with epic fight focus like KiCraft https://www.curseforge.com/minecraft/modpacks/kicraft-path-of-ascension/files/all?page=1&pageSize=20&version=1.20.1 Check for the builds used there, or copy these mods to your instance
  16. Spigot plugins and Forge mods are entirely different things. According to that tool, a modpack with 200 mods with no players online needs about 24GB of RAM to run, which is waaay out of the ballpark of reality. Worst case scenario you get bad performance allocating that much RAM to the game, best case you waste money and resources that could've been better spent on CPU. Vanilla 1.20 does not need "at least 4GB" to run well. It can run fine on half that. Please don't bump a year old post with an advert for something poorly researched.
  17. [08:13:32] [main/INFO]: ModLauncher running: args [--username, O_Cara_Do_Drip, --version, forge-43.1.65, --gameDir, C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg, --assetsDir, C:\Users\luis_\curseforge\minecraft\Install\assets, --assetIndex, 1.19, --uuid, 9a96ad3a4d8845b48d7b9936612fa2ea, --accessToken, ????????, --clientId, ZjljYzRlMDctMDJmZi00Y2RiLThjZDgtZGJkOTAyNzIwZDdj, --xuid, 2535420587630514, --userType, msa, --versionType, release, --width, 1024, --height, 768, --launchTarget, forgeclient, --fml.forgeVersion, 43.1.65, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [08:13:32] [main/INFO]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.3 by Microsoft; OS Windows 10 arch amd64 version 10.0 [08:13:34] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/luis_/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2391!/ Service=ModLauncher Env=CLIENT [08:13:35] [main/INFO]: Found mod file 3dskinlayers-forge-1.5.2-mc1.19.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file additionaladditions-5.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file AdvancementPlaques-1.19.2-1.4.7.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Alex's Mobs Music Mod.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file alexsdelight-1.4.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file alexsmobs-1.21.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file AmbientSounds_FORGE_v5.2.13_mc1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file appleskin-forge-mc1.19-2.4.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file aquamirae-4.6.api9-1.19.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file ArmorSoundTweak-6.0.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file artifacts-1.19.2-5.0.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Atlas-Lib-1.19.2-1.1.6.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file AutoRegLib-1.8.2-55.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file awesomedungeon-forge-1.19.2-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file awesomedungeonend-forge-1.19.2-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file awesomedungeonnether-forge-1.19.2-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file awesomedungeonocean-forge-1.19.2-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file AxesAreWeapons-1.6.3-forge-1.19.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file balm-4.5.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file bbs-1.19.2-1.1.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file berry_good-1.19.2-6.0.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file BetterAdvancements-1.19.2-0.2.2.142.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file BetterThirdPerson-Forge-1.19-1.8.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file BetterTridents-v4.0.1-1.19.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file BlockySiege-4.0.1-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file bloodshed-1.19.2-v6.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file blueprint-1.19.2-6.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Bookshelf-Forge-1.19.2-16.1.11.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file born_in_chaos_1.19_1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file botarium-forge-1.19.2-1.7.12.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file bygonenether-1.2.1-1.19.x.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file caelus-forge-1.19.2-3.0.0.6.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file callablehorses-1.19.2-1.2.2.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file cardboardboxes-1.19-0.0.6.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file carryon-1.19.2-1.18.2.5.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file catalogue-1.6.3-1.19.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Chimes-1.1.4-1.19.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file citadel-2.1.1-1.19.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file CleanView-1.19.2-v1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file cloth-config-8.2.88-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Clumps-forge-1.19.2-9.0.0+11.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file CNB-1.19-1.4.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file cofh_core-1.19.2-10.0.0.29.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file collective-1.19.2-5.17.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file combat_music-3.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file comforts-forge-6.0.3+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file compactmachines-5.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file configured-2.0.1-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file connectedglass-1.1.4b-forge-mc1.19.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file corpse-1.19.2-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file CosmeticArmorReworked-1.19.2-v1a.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file create-1.19.2-0.5.0.f.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file createaddition-1.19.2-20221124a.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file CreativeCore_FORGE_v2.9.3_mc1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file creeperoverhaul-2.0.5-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file crittersandcompanions-1.19.2-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file curios-forge-1.19.2-5.1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file DarkModeEverywhere-1.19.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file DarkPaintings-Forge-1.19.2-13.1.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Decorative Blocks-forge-1.19.2-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Delightful-1.19-3.1.4.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file DiagonalFences-v4.2.3-1.19.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Ding-1.19.2-1.3.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file duckling-2.0.8-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file DungeonCrawl-1.19-2.3.11.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file dungeons-music-forge1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file DungeonsArise-1.19.2-2.1.52-beta.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file dungeonsartifacts-1.3.0-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file dungeonsweaponry-1.9.0-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file dynamic_asset_generator-forge-1.19.2-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Easy Netherite-1.19.2-1.1.6-[FORGE].jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file EasyAnvils-v4.0.6-1.19.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file EasyMagic-v4.3.2-1.19.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file ecologics-forge-1.19.2-2.1.10.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file effective_fg-1.3.4.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file elevatorid-1.19.2-1.8.9.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file elytraslot-forge-6.0.0+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file EnchantmentDescriptions-Forge-1.19.2-13.0.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file EnigmaticLegacy-2.26.4.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file ensorcellation-1.19.2-4.0.0.12.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file entityculling-forge-1.5.2-mc1.19.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file excavated_variants-forge-1.19.2-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file explorify-forge-1.19-1.3.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file expore-1.19.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file extendedbonemeal_1.19.2-1.8.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file extractinator-forge-1.19.2-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file ExtraDisks-1.19.2-2.2.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file fantasyfurniture-1.19.2-6.6.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file FarmersDelight-1.19-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file FarmersRespite-1.19-2.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file FastLeafDecay-30.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Fat Chickens-forge-1.19.2-2.0.5.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Festive_Delight_1.0_1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file forbidden_arcanus-1.19.2-2.1.0-beta2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file friendsandfoes-forge-mc1.19.2-1.6.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Frozen_Delight_1.2.1_Forge_1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file frozenup-2.0.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file geckolib-forge-1.19-3.1.38.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Gobber2-Forge-1.19.2-2.7.28.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Gobber_Delight_1.1.1_Forge_1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file goblintraders-1.8.0-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file goldenhopper-1.2.8-1.19.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file goodall-1.1.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file guardvillagers-1.19.2-1.5.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file HammerLib-1.19.2-19.2.39.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Iceberg-1.19.2-forge-1.0.49.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file idas_forge-1.4.9+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file immersive_weathering-1.19.2-1.2.5-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file ImprovableSkills-1.19.2-19.2.6.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file infinitybuttons-1.19.x-2.2.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file inventoryactions-1.19.2-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file InventoryHud_[1.19.2].forge-3.4.6.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file ironchests-3.1.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file ItemPhysic_FORGE_v1.6.6_mc1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Jade-1.19.1-forge-8.6.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file JadeAddons-1.19.2-forge-3.2.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file jei-1.19.2-forge-11.4.0.287.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file JRFTL [1.19]-1.4.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file jumpoverfences-forge-1.19.2-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file JustEnoughResources-1.19.2-1.2.0.188.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Kiwi-1.19.1-forge-8.1.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file kiwiboi-1.19.2-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file L_Enders_Cataclysm-0.48-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file letmedespawn-1.18.x-1.19.x-forge-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file levelhearts-1.19.2-2.4.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file libraryferret-forge-1.19.2-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file looot-1.19.2-1.2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file lootbags-1.19.2-1.1.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file maenchants-1.19.2-6.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Magic rings 5.1 1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file majrusz-library-1.19.2-2.17.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file majruszs-accessories-1.19.2-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file majruszs-difficulty-1.19.2-1.5.11.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Medieval Decoration Forge v.1.0 1.19.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file medieval_paintings-1.19.2-7.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file MerchantMarkers-1.19.2-1.3.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file minicoal-1.19-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file mobcatcher-1.19.2-5.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file ModernUI-1.19.2-3.6.2.116-universal.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file moonlight-1.19.2-2.1.10-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file moyai-1.19.2-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Nameless Trinkets-1.19.2-1.6.9.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Natural Decoration 1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file naturalist-forge-2.1.1-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file NethersDelight-1.19-3.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file notenoughanimations-forge-1.6.2-mc1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Nullscape_v1.2a.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file numismaticoverhaul-1.19.2-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file obscure_api-9-1.19.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file origins-forge-1.19.2-1.5.0.6-all.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file origins-plus-plus-1.7.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file overloadedarmorbar-1.19.2-7.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file paladin-furniture-mod-1.1.1-forge-mc1.19.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Paraglider-1.19.2-1.7.0.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file PassableFoliage-1.19.1-forge-5.0.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Patchouli-1.19.2-77.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Pehkui-3.6.0+1.19.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Phenomena-2.1.3-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file PickUpNotifier-v4.2.0-1.19.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Placebo-1.19.2-7.0.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file pneumaticcraft-repressurized-1.19.2-4.1.2-9.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file polymorph-forge-0.46.1+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Prism-1.19.1-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file PuzzlesLib-v4.3.12-1.19.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Quark-3.3-373.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file radon-0.8.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Reaper-1.0.4.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file refinedstorage-1.11.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file refinedstorageaddons-0.9.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file relics-1.19.2-0.4.1.7.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file repurposed_structures_forge-6.3.8+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file resourcefulconfig-forge-1.19.2-1.0.13.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file resourcefullib-forge-1.19.2-1.1.17.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file responsiveshields-2.1-mc1.17-18-19.x.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Rex's-AdditionalStructures-1.19.x-(v.4.0.2).jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file RingOfRepair-Forge-1.19.2-1.5.4.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file rottencreatures-forge-1.19.2-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file RSInfinityBooster-1.19.2-3.0+23.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file rubidium-0.6.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file RubidiumExtra-1.19.2-0.4.11.44.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file saturn-mc1.19.2-0.0.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file scuba_gear-1.19-1.0.5.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file SereneSeasons-1.19.2-8.1.0.24.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file simplehats-forge-1.19.2-0.1.6.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file SimpleStorageNetwork-1.19-1.6.4.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file snad-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file snuffles-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file sophisticatedbackpacks-1.19.2-3.18.33.742.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file sophisticatedcore-1.19.2-0.5.26.166.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file soundphysics-forge-1.19.2-1.0.16.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file spirit-forge-1.19.2-2.2.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file stalwart-dungeons-1.19.2-1.2.5.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Steve's_Vanilla_v0.5.0+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Structory-1.19-v1.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Structures Plus II 1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file supplementaries-1.19.2-2.2.26.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file swingthroughgrass-1.19.2-1.10.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file takesapillage-1.0.2-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file tameablebeasts-1.19.2-3.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file TaxFreeLevels-1.3.1-forge-1.18.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file tempad-forge-1.19.2-1.4.3.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Terralith_v2.3.5.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file textrues_rubidium_options-1.0.3-Hotfix-mc1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file The-Hordes-1.19.2-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file TinySkeletons-v4.2.2-1.19.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file ToastControl-1.19.2-7.0.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file torchmaster-19.2.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Towns-and-Towers-v.1.10-_FORGE-1.19.2_.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file transparent-5.1.2+1.19-forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file TravelersTitles-1.19.2-Forge-3.1.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file twilightforest-1.19.2-4.2.1468-universal.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file valhelsia_core-forge-1.19.2-0.4.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file VisualWorkbench-v4.2.0-1.19.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file vitalize-forge-1.19.2-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file woodworks-1.19.2-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file WorldPreGenerator-1.19.2-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file Xaeros_Minimap_22.16.3_Forge_1.19.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file XaerosWorldMap_1.28.4_Forge_1.19.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file YungsApi-1.19.2-Forge-3.8.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file YungsBetterDesertTemples-1.19.2-Forge-2.2.1.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file YungsBetterDungeons-1.19.2-Forge-3.2.2.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file YungsBetterOceanMonuments-1.19.2-Forge-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file YungsBridges-1.19.2-Forge-3.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/INFO]: Found mod file YungsExtras-1.19.2-Forge-3.1.0.jar of type MOD with provider {mods folder locator at C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods} [08:13:35] [main/WARN]: Mod file C:\Users\luis_\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.19.2-43.1.65\fmlcore-1.19.2-43.1.65.jar is missing mods.toml file [08:13:35] [main/WARN]: Mod file C:\Users\luis_\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.19.2-43.1.65\javafmllanguage-1.19.2-43.1.65.jar is missing mods.toml file [08:13:35] [main/WARN]: Mod file C:\Users\luis_\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.19.2-43.1.65\lowcodelanguage-1.19.2-43.1.65.jar is missing mods.toml file [08:13:35] [main/WARN]: Mod file C:\Users\luis_\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.19.2-43.1.65\mclanguage-1.19.2-43.1.65.jar is missing mods.toml file [08:13:35] [main/INFO]: Found mod file fmlcore-1.19.2-43.1.65.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3b6c624 [08:13:35] [main/INFO]: Found mod file javafmllanguage-1.19.2-43.1.65.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3b6c624 [08:13:35] [main/INFO]: Found mod file lowcodelanguage-1.19.2-43.1.65.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3b6c624 [08:13:35] [main/INFO]: Found mod file mclanguage-1.19.2-43.1.65.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3b6c624 [08:13:35] [main/INFO]: Found mod file client-1.19.2-20220805.130853-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3b6c624 [08:13:35] [main/INFO]: Found mod file forge-1.19.2-43.1.65-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3b6c624 [08:13:35] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods\resourcefullib-forge-1.19.2-1.1.17.jar [08:13:35] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: botarium. Using Mod File: C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\mods\botarium-forge-1.19.2-1.7.12.jar [08:13:35] [main/INFO]: Found 14 dependencies adding them to mods collection [08:13:35] [main/INFO]: Found mod file capabilitysyncer-1.19-3.1.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file jankson-1.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file commonality-1.19.2-4.2.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file Forge-1.0.1-1.19.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file defaultresources-forge-1.19.2-0.2.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file apexcore-1.19.2-7.3.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file spectrelib-forge-0.11.0+1.19.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file codecutils-forge-1.19.2-0.1.2-all.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file calio-forge-1.19.2-1.6.0.3.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file MixinExtras-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file apoli-forge-1.19.2-2.3.4.4.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file expandability-forge-7.0.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file flywheel-forge-1.19.2-0.6.7-8.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:35] [main/INFO]: Found mod file Registrate-MC1.19-1.1.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@719d35e8 [08:13:40] [main/INFO]: Compatibility level set to JAVA_17 [08:13:40] [main/ERROR]: Mixin config radon.mixins.json does not specify "minVersion" property [08:13:40] [main/ERROR]: Mixin config goodall-common.mixins.json does not specify "minVersion" property [08:13:40] [main/ERROR]: Mixin config goodall.mixins.json does not specify "minVersion" property [08:13:40] [main/ERROR]: Mixin config rottencreatures-common.mixins.json does not specify "minVersion" property [08:13:40] [main/ERROR]: Mixin config rottencreatures.mixins.json does not specify "minVersion" property [08:13:40] [main/INFO]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector] [08:13:40] [main/INFO]: Successfully loaded Mixin Connector [tictim.paraglider.MixinConnector] [08:13:40] [main/INFO]: Successfully loaded Mixin Connector [com.aizistral.enigmaticlegacy.MixinConnector] [08:13:40] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-43.1.65, --gameDir, C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg, --assetsDir, C:\Users\luis_\curseforge\minecraft\Install\assets, --uuid, 9a96ad3a4d8845b48d7b9936612fa2ea, --username, O_Cara_Do_Drip, --assetIndex, 1.19, --accessToken, ????????, --clientId, ZjljYzRlMDctMDJmZi00Y2RiLThjZDgtZGJkOTAyNzIwZDdj, --xuid, 2535420587630514, --userType, msa, --versionType, release, --width, 1024, --height, 768] [08:13:40] [main/INFO]: Loaded configuration file for Rubidium: 29 options available, 0 override(s) found [08:13:40] [main/WARN]: Reference map 'bbs-forge-refmap.json' for bbs.mixins.json could not be read. If this is a development environment you can ignore this message [08:13:40] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message [08:13:40] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_forge.mixins.json could not be read. If this is a development environment you can ignore this message [08:13:40] [main/WARN]: Reference map 'phenomena.refmap.json' for phenomena.mixin.json could not be read. If this is a development environment you can ignore this message [08:13:40] [main/WARN]: Reference map 'expore.refmap.json' for expore.mixins.json could not be read. If this is a development environment you can ignore this message [08:13:40] [main/INFO]: Loaded configuration file for Sodium Extra: 27 options available, 0 override(s) found [08:13:40] [main/WARN]: Reference map 'naturalist-forge-forge-refmap.json' for naturalist.mixins.json could not be read. If this is a development environment you can ignore this message [08:13:40] [main/WARN]: Reference map 'moyai-forge-refmap.json' for moyai.mixins.json could not be read. If this is a development environment you can ignore this message [08:13:40] [main/WARN]: Reference map 'stevesvanilla.refmap.json' for steves_vanilla.mixins.json could not be read. If this is a development environment you can ignore this message [08:13:40] [main/WARN]: Reference map 'goodall-forge-refmap.json' for goodall.mixins.json could not be read. If this is a development environment you can ignore this message [08:13:40] [main/WARN]: Reference map 'rottencreatures-forge-refmap.json' for rottencreatures.mixins.json could not be read. If this is a development environment you can ignore this message [08:13:41] [main/WARN]: Error loading class: dev/latvian/mods/kubejs/recipe/RecipesEventJS (java.lang.ClassNotFoundException: dev.latvian.mods.kubejs.recipe.RecipesEventJS) [08:13:41] [main/WARN]: @Mixin target dev.latvian.mods.kubejs.recipe.RecipesEventJS was not found mixins.hammerlib.json:bs.kubejs.RecipeEventJSMixin [08:13:43] [main/WARN]: Error loading class: net/darkhax/darkutils/features/charms/CharmEffects (java.lang.ClassNotFoundException: net.darkhax.darkutils.features.charms.CharmEffects) [08:13:43] [main/WARN]: Error loading class: com/brandon3055/csg/ModEventHandler (java.lang.ClassNotFoundException: com.brandon3055.csg.ModEventHandler) [08:13:44] [main/WARN]: @Final field f_96540_:Ljava/util/List; in relics.mixins.json:MixinScreen should be final [08:13:44] [main/WARN]: Method overwrite conflict for m_6702_ in iceberg.mixins.json:ScreenMixin, previously written by it.hurts.sskirillss.relics.mixin.MixinScreen. Skipping method. [08:13:44] [main/INFO]: Mixing MixinPlayer from enigmaticlegacy.mixins.json into net.minecraft.world.entity.player.Player [08:13:44] [main/INFO]: Mixing MixinLivingEntity from enigmaticlegacy.mixins.json into net.minecraft.world.entity.LivingEntity [08:13:45] [main/WARN]: Discarding @Unique public method getAnimatedSkin in entityculling.mixins.json:DonorAbstractClientPlayerMixin because it already exists in net.minecraft.client.player.AbstractClientPlayer [08:13:45] [main/WARN]: Discarding @Unique public method getAnimatedSkin in 3dskinlayers.mixins.json:DonorAbstractClientPlayerMixin because it already exists in net.minecraft.client.player.AbstractClientPlayer [08:13:45] [pool-3-thread-1/INFO]: Mixing MixinMobEffect from enigmaticlegacy.mixins.json into net.minecraft.world.effect.MobEffect [08:13:47] [pool-3-thread-1/INFO]: Constructing shapes for nodeWith 2.0, extensionWidth 2.0, nodeHeight 24.0, extensionBottom 0.0, extensionHeight 24.0 took 79ms [08:13:47] [pool-3-thread-1/INFO]: Constructing shapes for nodeWith 2.0, extensionWidth 2.0, nodeHeight 16.0, extensionBottom 0.0, extensionHeight 16.0 took 70ms [08:13:47] [pool-3-thread-1/INFO]: Constructing shapes for nodeWith 2.0, extensionWidth 1.0, nodeHeight 16.0, extensionBottom 6.0, extensionHeight 15.0 took 115ms [08:13:47] [pool-3-thread-1/INFO]: Mixing MixinEnchantmentContainer from enigmaticlegacy.mixins.json into net.minecraft.world.inventory.EnchantmentMenu [08:13:47] [pool-3-thread-1/INFO]: Renaming synthetic method lambda$onEnchantedItem$0(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/inventory/EnchantmentMenu;ILnet/minecraft/world/entity/player/Player;ILnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)V to mded5461$lambda$onEnchantedItem$0$0 in enigmaticlegacy.mixins.json:MixinEnchantmentContainer [08:13:47] [pool-3-thread-1/INFO]: Mixing MixinItemStack from enigmaticlegacy.mixins.json into net.minecraft.world.item.ItemStack [08:13:48] [pool-3-thread-1/INFO]: Building unoptimized datafixer [08:13:48] [pool-3-thread-1/INFO]: Mixing AccessorAbstractArrowEntity from enigmaticlegacy.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow [08:13:49] [pool-3-thread-1/INFO]: Mixing MixinEnderDragon from enigmaticlegacy.mixins.json into net.minecraft.world.entity.boss.enderdragon.EnderDragon [08:13:49] [pool-3-thread-1/INFO]: Renaming synthetic method lambda$onTickDeath$0(Lnet/minecraft/server/level/ServerPlayer;)V to mded5461$lambda$onTickDeath$0$0 in enigmaticlegacy.mixins.json:MixinEnderDragon [08:13:49] [pool-3-thread-1/INFO]: Mixing MixinShulker from enigmaticlegacy.mixins.json into net.minecraft.world.entity.monster.Shulker [08:13:49] [pool-3-thread-1/INFO]: Mixing MixinVillagerEntity from enigmaticlegacy.mixins.json into net.minecraft.world.entity.npc.Villager [08:13:49] [pool-3-thread-1/INFO]: Mixing MixinVillager from enigmaticlegacy.mixins.json into net.minecraft.world.entity.npc.Villager [08:13:49] [pool-3-thread-1/WARN]: @ModifyConstant conflict. Skipping repurposed_structures.mixins.json:structures.StructurePoolMixin->@ModifyConstant::repurposedstructures_increaseWeightLimitDev(I)I with priority 1000, already redirected by yungsapi_forge.mixins.json:IncreaseStructureWeightLimitMixinForge->@ModifyConstant::yungsapi_increaseWeightLimit(I)I with priority 1000 [08:13:49] [pool-3-thread-1/WARN]: @ModifyConstant conflict. Skipping idas.mixins.json:structures.StructurePoolMixin->@ModifyConstant::idas_increaseWeightLimitDev(I)I with priority 1000, already redirected by yungsapi_forge.mixins.json:IncreaseStructureWeightLimitMixinForge->@ModifyConstant::yungsapi_increaseWeightLimit(I)I with priority 1000 [08:13:50] [pool-3-thread-1/INFO]: TerraBlender not found, using injection method [08:13:50] [pool-3-thread-1/INFO]: Mixing MixinEnderEyeItem from enigmaticlegacy.mixins.json into net.minecraft.world.item.EnderEyeItem [08:13:50] [pool-3-thread-1/INFO]: Mixing MixinCrossbowItem from enigmaticlegacy.mixins.json into net.minecraft.world.item.CrossbowItem [08:13:50] [pool-3-thread-1/ERROR]: Registry 'idas:json_conditions' was empty after loading [08:13:51] [Render thread/WARN]: Assets URL 'union:/C:/Users/luis_/curseforge/minecraft/Install/libraries/net/minecraft/client/1.19.2-20220805.130853/client-1.19.2-20220805.130853-srg.jar%23601!/assets/.mcassetsroot' uses unexpected schema [08:13:51] [Render thread/WARN]: Assets URL 'union:/C:/Users/luis_/curseforge/minecraft/Install/libraries/net/minecraft/client/1.19.2-20220805.130853/client-1.19.2-20220805.130853-srg.jar%23601!/data/.mcassetsroot' uses unexpected schema [08:13:51] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [08:13:51] [Render thread/INFO]: Setting user: O_Cara_Do_Drip [08:13:51] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 build 7 [08:13:52] [Render thread/INFO]: Promoted to OpenGL 4.6 Core Profile [08:13:52] [Render thread/INFO]: OpenGL vendor: NVIDIA Corporation [08:13:52] [Render thread/INFO]: OpenGL renderer: NVIDIA GeForce GTX 1650/PCIe/SSE2 [08:13:52] [Render thread/INFO]: OpenGL version: 4.6.0 NVIDIA 516.94 [08:13:52] [Render thread/INFO]: Max texture size: 32768 [08:13:52] [Render thread/INFO]: Max renderbuffer size: 32768 [08:13:52] [Render thread/INFO]: Max array texture layers: 2048 [08:13:52] [Render thread/INFO]: Mixing MixinItemRenderer from enigmaticlegacy.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer [08:13:52] [Render thread/INFO]: Mixing MixinForgeHooksClient from enigmaticlegacy.mixins.json into net.minecraftforge.client.ForgeHooksClient [08:13:52] [Render thread/INFO]: Renaming synthetic method lambda$onGatherTooltipComponents$4(Lcom/mojang/datafixers/util/Either;)Lnet/minecraft/client/gui/screens/inventory/tooltip/ClientTooltipComponent; to mded5461$lambda$onGatherTooltipComponents$4$0 in enigmaticlegacy.mixins.json:MixinForgeHooksClient [08:13:52] [Render thread/INFO]: Renaming synthetic method lambda$onGatherTooltipComponents$3(Lnet/minecraft/network/chat/FormattedText;)Lnet/minecraft/client/gui/screens/inventory/tooltip/ClientTooltipComponent; to mded5461$lambda$onGatherTooltipComponents$3$1 in enigmaticlegacy.mixins.json:MixinForgeHooksClient [08:13:52] [Render thread/INFO]: Renaming synthetic method lambda$onGatherTooltipComponents$2(Lnet/minecraft/client/gui/Font;Lcom/mojang/datafixers/util/Either;)I to mded5461$lambda$onGatherTooltipComponents$2$2 in enigmaticlegacy.mixins.json:MixinForgeHooksClient [08:13:52] [Render thread/INFO]: Renaming synthetic method lambda$onGatherTooltipComponents$1(Lnet/minecraft/world/inventory/tooltip/TooltipComponent;)Ljava/lang/Integer; to mded5461$lambda$onGatherTooltipComponents$1$3 in enigmaticlegacy.mixins.json:MixinForgeHooksClient [08:13:52] [Render thread/INFO]: Renaming synthetic method lambda$onGatherTooltipComponents$0(Ljava/util/List;Lnet/minecraft/world/inventory/tooltip/TooltipComponent;)V to mded5461$lambda$onGatherTooltipComponents$0$4 in enigmaticlegacy.mixins.json:MixinForgeHooksClient [08:13:52] [Render thread/INFO]: Preloaded modern text shaders [08:13:52] [modloading-worker-0/INFO]: Game modifier group 'null' has been initialized. [08:13:52] [modloading-worker-0/INFO]: Constructing client components for mod easyanvils [08:13:52] [modloading-worker-0/INFO]: Game modifier 'BlockSmelter' has been inserted to 'null'. [08:13:52] [modloading-worker-0/INFO]: ModHandler#buildHandlerData() -> Loading data and data handlers [08:13:52] [modloading-worker-0/INFO]: Finished building the config -> net.minecraftforge.common.ForgeConfigSpec@b1ec44e7 [08:13:52] [modloading-worker-0/INFO]: Mixing MixinEnterBlockTrigger from enigmaticlegacy.mixins.json into net.minecraft.advancements.critereon.EnterBlockTrigger [08:13:52] [modloading-worker-0/INFO]: Game modifier group 'majruszsdifficulty:default' has been initialized. [08:13:52] [modloading-worker-0/INFO]: Game modifier group 'majruszsdifficulty:undead_army' has been initialized. [08:13:52] [modloading-worker-0/INFO]: Game modifier group 'majruszsdifficulty:game_stage' has been initialized. [08:13:52] [modloading-worker-0/INFO]: Game modifier group 'majruszsdifficulty:treasure_bag' has been initialized. [08:13:52] [modloading-worker-0/INFO]: Mixing MixinInventoryChangeTrigger from enigmaticlegacy.mixins.json into net.minecraft.advancements.critereon.InventoryChangeTrigger [08:13:52] [modloading-worker-0/INFO]: Mixing MixinSummonedEntityTrigger from enigmaticlegacy.mixins.json into net.minecraft.advancements.critereon.SummonedEntityTrigger [08:13:52] [modloading-worker-0/INFO]: Constructing common components for mod easyanvils [08:13:52] [modloading-worker-0/INFO]: Constructing common components for mod pickupnotifier [08:13:52] [modloading-worker-0/INFO]: Game modifier 'Bandages' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Trying to load common config [08:13:52] [modloading-worker-0/INFO]: Trying to load client config [08:13:52] [modloading-worker-0/INFO]: Game modifier 'BiteBleeding' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'BlockIllusionerFromJoiningRaids' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Mixing MixinEntityRenderer from enigmaticlegacy.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer [08:13:52] [modloading-worker-0/INFO]: Game modifier 'CactusBleeding' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'CreeperChainReaction' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'CreeperExplodeBehindWall' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'CreeperExplosionImmunity' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'CreeperlingsCannotDestroyBlocks' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'CreeperSpawnCharged' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'CreeperSpawnDebuffed' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'CreeperSplitIntoCreeperlings' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'DoubleLoot' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'DrownDebuffs' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'DrownedLightningAttack' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'EndermanTeleport' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'EvokerWithTotem' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'ExperienceBonus' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'FallDebuffs' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsdifficulty:game_stage'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'JockeySpawn' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'LootProgressManager' has been inserted to 'majruszsdifficulty:treasure_bag'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'MobsSpawnStronger' has been inserted to 'majruszsdifficulty:default'. [08:13:52] [modloading-worker-0/INFO]: Game modifier 'PhantomLevitationAttack' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier 'PiglinsInGroup' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Constructing client components for mod tinyskeletons [08:13:53] [modloading-worker-0/INFO]: Constructing common components for mod tinyskeletons [08:13:53] [modloading-worker-0/INFO]: Game modifier 'PowerfulExplosions' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier 'SharpToolsBleeding' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier 'ShulkerBlindnessAttack' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier 'SkeletonsInGroup' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier 'SlimeSlownessAttack' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier 'SpawnBlocker' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier 'SpawnPlayerZombie' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier 'SpiderPoisonAttack' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier 'ThrowableWeaponsBleeding' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsdifficulty:treasure_bag'. [08:13:53] [modloading-worker-0/INFO]: Registered charge handler for type org.zeith.hammerlib.util.charging.fluid.FluidCharge - org.zeith.hammerlib.util.charging.impl.FluidChargeHandler@51e3c0d4 [08:13:53] [modloading-worker-0/INFO]: Registered charge handler for type org.zeith.hammerlib.util.charging.fe.FECharge - org.zeith.hammerlib.util.charging.impl.FEChargeHandler@2628392 [08:13:53] [modloading-worker-0/INFO]: Game modifier 'UndeadArmyEventsHandler' has been inserted to 'majruszsdifficulty:undead_army'. [08:13:53] [modloading-worker-0/INFO]: Registered inventory lister org.zeith.hammerlib.util.charging.impl.VanillaPlayerInvLister [08:13:53] [modloading-worker-0/INFO]: Game modifier 'WitherSkeletonWithSword' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier 'WitherSwordEffect' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Game modifier 'ZombiesInGroup' has been inserted to 'majruszsdifficulty:default'. [08:13:53] [modloading-worker-0/INFO]: Hooked Lorg/zeith/hammerlib/core/test/machine/TileTestMachine; from hammerlib to register it's stuff. [08:13:53] [modloading-worker-0/INFO]: Hooked Lorg/zeith/hammerlib/core/test/machine/BlockTestMachine; from hammerlib to register it's stuff. [08:13:53] [modloading-worker-0/INFO]: Hooked Lorg/zeith/hammerlib/core/items/ItemWrench; from hammerlib to register it's stuff. [08:13:53] [modloading-worker-0/INFO]: Hooked Lorg/zeith/hammerlib/api/forge/ContainerAPI; from hammerlib to register it's stuff. [08:13:53] [modloading-worker-0/INFO]: Hooked Lorg/zeith/improvableskills/init/SkillsIS; from improvableskills to register it's stuff. [08:13:53] [modloading-worker-0/INFO]: Hooked Lorg/zeith/improvableskills/init/RecipeTypesIS; from improvableskills to register it's stuff. [08:13:53] [modloading-worker-0/INFO]: Hooked Lorg/zeith/improvableskills/init/ParticleTypesIS; from improvableskills to register it's stuff. [08:13:53] [modloading-worker-0/INFO]: Hooked Lorg/zeith/improvableskills/init/PageletsIS; from improvableskills to register it's stuff. [08:13:53] [modloading-worker-0/INFO]: Hooked Lorg/zeith/improvableskills/init/ItemsIS; from improvableskills to register it's stuff. [08:13:53] [modloading-worker-0/INFO]: Hooked Lorg/zeith/improvableskills/init/GuiHooksIS; from improvableskills to register it's stuff. [08:13:53] [modloading-worker-0/INFO]: Hooked Lorg/zeith/improvableskills/init/AbilitiesIS; from improvableskills to register it's stuff. [08:13:53] [modloading-worker-0/INFO]: Origins 1.19.2-1.5.0.6 is initializing. Have fun! [08:13:53] [modloading-worker-0/INFO]: Injecting config setup into class org.zeith.improvableskills.cfg.ConfigsIS [08:13:53] [modloading-worker-0/INFO]: Injecting setup into org.zeith.hammerlib.net.Network [08:13:53] [modloading-worker-0/INFO]: Injecting setup into org.zeith.hammerlib.core.test.machine.RecipeTestMachine [08:13:53] [modloading-worker-0/INFO]: Injecting setup into org.zeith.hammerlib.client.pipelines.shaders.VariableShaderProgram [08:13:53] [modloading-worker-0/INFO]: Mixing MixinPlayerList from enigmaticlegacy.mixins.json into net.minecraft.server.players.PlayerList [08:13:53] [modloading-worker-0/INFO]: Constructing client components for mod visualworkbench [08:13:53] [modloading-worker-0/INFO]: Constructing common components for mod visualworkbench [08:13:53] [modloading-worker-0/INFO]: libraryferret - > Initialize library [08:13:53] [modloading-worker-0/INFO]: libraryferret - > Initialized library [08:13:53] [modloading-worker-0/INFO]: Apoli 1.19.2-2.3.4.4 has initialized. Ready to power up your game! [08:13:54] [modloading-worker-0/INFO]: 14 blocks registered. [08:13:54] [modloading-worker-0/INFO]: 29 items registered. [08:13:54] [modloading-worker-0/INFO]: 13 tiles registered. [08:13:54] [modloading-worker-0/INFO]: 13 containers registered. [08:13:54] [modloading-worker-0/INFO]: Forge mod loading, version 43.1.65, for MC 1.19.2 with MCP 20220805.130853 [08:13:54] [modloading-worker-0/INFO]: MinecraftForge v43.1.65 Initialized [08:13:54] [modloading-worker-0/INFO]: Running Minecraft '1.19.2', & Forge '43.1.65' on Java '17.0.3, Microsoft' [08:13:54] [modloading-worker-0/INFO]: Loading BlackListed sources from remote... (https://api.stopmodreposts.org/minecraft/sites.txt) [08:13:54] [modloading-worker-0/INFO]: Calio 1.19.2-1.6.0.3 initializing... [08:13:54] [modloading-worker-0/INFO]: Loaded 564 BlackListed sources from remote [08:13:54] [modloading-worker-0/INFO]: Loading mod 'commonality' TrustWorthiness... [08:13:54] [modloading-worker-0/FATAL]: Could not determine mod trust worthiness, Assuming Jar was downloaded from trusted source! [08:13:54] [modloading-worker-0/INFO]: Loaded mod 'commonality' TrustWorthiness: UNKNOWN [08:13:54] [modloading-worker-0/INFO]: No shaders mod detected. [08:13:54] [modloading-worker-0/INFO]: Constructing common components for mod puzzleslib [08:13:54] [modloading-worker-0/INFO]: Initialized Modern UI text engine [08:13:54] [modloading-worker-0/INFO]: Initialized Modern UI client [08:13:54] [modloading-worker-0/INFO]: Initialized Modern UI [08:13:54] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket. [08:13:54] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket. [08:13:54] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket. [08:13:54] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket. [08:13:54] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket. [08:13:54] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket. [08:13:54] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:tadpole_bucket is now minecraft:bucket. [08:13:54] [ForkJoinPool.commonPool-worker-1/WARN]: [Paladin's Furniture Update Check] Cached update file detected, using that! [08:13:55] [modloading-worker-0/INFO]: Found 1 RS API injection point [08:13:55] [modloading-worker-0/INFO]: Injected RS API in com.refinedmods.refinedstorageaddons.RSAddons RSAPI [08:13:55] [modloading-worker-0/INFO]: Loaded 207 hat entries from simplehats.json [08:13:55] [modloading-worker-0/INFO]: Constructing mod instance... [08:13:55] [modloading-worker-0/INFO]: Game modifier group 'majruszsaccessories:default' has been initialized. [08:13:55] [modloading-worker-0/INFO]: Game modifier group 'majruszsaccessories:adventurers_guide' has been initialized. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:adventurers_guide'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:adventurers_guide'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:adventurers_guide'. [08:13:55] [modloading-worker-0/INFO]: Game modifier group 'majruszsaccessories:anglers_trophy' has been initialized. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:anglers_trophy'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:anglers_trophy'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:anglers_trophy'. [08:13:55] [modloading-worker-0/INFO]: Game modifier group 'majruszsaccessories:certificate_of_taming' has been initialized. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:certificate_of_taming'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:certificate_of_taming'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:certificate_of_taming'. [08:13:55] [modloading-worker-0/INFO]: Game modifier group 'majruszsaccessories:idol_of_fertility' has been initialized. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:idol_of_fertility'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:idol_of_fertility'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:idol_of_fertility'. [08:13:55] [modloading-worker-0/INFO]: Game modifier group 'majruszsaccessories:lucky_rock' has been initialized. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:lucky_rock'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:lucky_rock'. [08:13:55] [modloading-worker-0/WARN]: libraryferret - > Failed to load properties properties file not found [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:lucky_rock'. [08:13:55] [modloading-worker-0/ERROR]: C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\config\awesomedungeonend.properties (O sistema não pode encontrar o arquivo especificado) [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:lucky_rock'. [08:13:55] [modloading-worker-0/INFO]: Game modifier group 'majruszsaccessories:overworld_rune' has been initialized. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:overworld_rune'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:overworld_rune'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:overworld_rune'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:overworld_rune'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:overworld_rune'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:overworld_rune'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:overworld_rune'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:overworld_rune'. [08:13:55] [modloading-worker-0/INFO]: Game modifier group 'majruszsaccessories:secret_ingredient' has been initialized. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:secret_ingredient'. [08:13:55] [modloading-worker-0/INFO]: Constructing client components for mod easymagic [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:secret_ingredient'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:secret_ingredient'. [08:13:55] [modloading-worker-0/INFO]: Game modifier group 'majruszsaccessories:tamed_potato_beetle' has been initialized. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:tamed_potato_beetle'. [08:13:55] [modloading-worker-0/INFO]: Constructing common components for mod easymagic [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:tamed_potato_beetle'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:tamed_potato_beetle'. [08:13:55] [modloading-worker-0/INFO]: Game modifier group 'majruszsaccessories:white_flag' has been initialized. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:white_flag'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:white_flag'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:white_flag'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:white_flag'. [08:13:55] [modloading-worker-0/INFO]: Game modifier '' has been inserted to 'majruszsaccessories:white_flag'. [08:13:55] [modloading-worker-0/INFO]: Game modifier 'AccessoryObserver' has been inserted to 'majruszsaccessories:default'. [08:13:55] [modloading-worker-0/INFO]: Game modifier 'TooltipUpdater' has been inserted to 'majruszsaccessories:default'. [08:13:55] [modloading-worker-0/INFO]: Game modifier 'VillagerTradeUpdater' has been inserted to 'majruszsaccessories:default'. [08:13:55] [modloading-worker-0/INFO]: Processing 4 KiwiModule annotations [08:13:55] [modloading-worker-0/INFO]: Thirdparty integration activated for [cofh_core,jei,curios,patchouli,create] [08:13:55] [modloading-worker-0/ERROR]: CoFH IEnchantableItem interface is not where we expected! Continuing, but PneumaticCraft items won't be able to use the Holding enchantment. Notify the PNC mod author, including the versions of PNC and CoFH Core you're using, if you see this error. [08:13:55] [modloading-worker-0/INFO]: Here we go! Launching Dungeon Crawl 2.3.11... [08:13:55] [modloading-worker-0/INFO]: Mod instance constructed successfully. [08:13:55] [modloading-worker-0/INFO]: Loaded config file. [08:13:55] [modloading-worker-0/INFO]: Saved config file. [08:13:56] [modloading-worker-0/INFO]: Constructing client components for mod diagonalfences [08:13:56] [modloading-worker-0/INFO]: Constructing common components for mod diagonalfences [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.SpiralSpiresModule [08:13:56] [modloading-worker-0/INFO]: Constructing client components for mod bettertridents [08:13:56] [modloading-worker-0/INFO]: Constructing common components for mod bettertridents [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.PermafrostModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.NoMoreLavaPocketsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.NewStoneTypesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.NetherObsidianSpikesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.MonsterBoxModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.GlimmeringWealdModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.FairyRingsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.CorundumModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.ChorusVegetationModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.BlossomTreesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.BigStoneClustersModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.AzaleaWoodModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.ZombieVillagersOnNormalModule [08:13:56] [modloading-worker-0/INFO]: Loading mod 'apexcore' TrustWorthiness... [08:13:56] [modloading-worker-0/INFO]: Loading mod 'fantasyfurniture' TrustWorthiness... [08:13:56] [modloading-worker-0/FATAL]: Could not determine mod trust worthiness, Assuming Jar was downloaded from trusted source! [08:13:56] [modloading-worker-0/INFO]: Loaded mod 'apexcore' TrustWorthiness: UNKNOWN [08:13:56] [modloading-worker-0/FATAL]: Could not determine mod trust worthiness, Assuming Jar was downloaded from trusted source! [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.VillagersFollowEmeraldsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.VexesDieWithTheirMastersModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.UtilityRecipesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.SnowGolemPlayerHeadsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.SimpleHarvestModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.SignEditingModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.ShulkerPackingModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.SafeRabbitsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.ReplaceScaffoldingModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.RenewableSporeBlossoms [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.ReacharoundPlacingModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.PoisonPotatoUsageModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.PigLittersModule [08:13:56] [modloading-worker-0/INFO]: ExpandAbility here, who dis? [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.PatTheDogsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.MoreNoteBlockSounds [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.MoreBannerLayersModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.LockRotationModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.HoeHarvestingModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.GrabChickensModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.GlassShardModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.EnhancedLaddersModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.EmotesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.DragonScalesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.DoubleDoorOpeningModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.CompassesWorkEverywhereModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.CampfiresBoostElytraModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.BetterElytraRocketModule [08:13:56] [modloading-worker-0/INFO]: Mixing MixinAutomaticRecipeUnlockModule from enigmaticlegacy.mixins.json into vazkii.quark.content.tweaks.module.AutomaticRecipeUnlockModule [08:13:56] [modloading-worker-0/INFO]: Renaming synthetic method lambda$onAwardRecipes$0(Lnet/minecraft/world/item/crafting/Recipe;)Z to mded5461$lambda$onAwardRecipes$0$0 in enigmaticlegacy.mixins.json:MixinAutomaticRecipeUnlockModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.AutomaticRecipeUnlockModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.ArmedArmorStandsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.TrowelModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.SlimeInABucketModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.SkullPikesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.SeedPouchModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.PickarangModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.PathfinderMapsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.ParrotEggsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.EndermoshMusicDiscModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.ColorRunesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.CameraModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.BundleRecipeModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.BottledCloudModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.BeaconRedirectionModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.AncientTomesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.AmbientDiscsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.AbacusModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.WraithModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.ToretoiseModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.StonelingsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.ShibaModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.FoxhoundModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.ForgottenModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.CrabsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.QuickArmorSwappingModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.ItemSharingModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.InventorySortingModule [08:13:56] [modloading-worker-0/INFO]: Mixing MixinMiniInventoryButton from enigmaticlegacy.mixins.json into vazkii.quark.content.management.client.screen.widgets.MiniInventoryButton [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.HotbarChangerModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.ExpandedItemInteractionsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.EasyTransferingModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.SpawnerReplacerModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.SawModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.OverlayShaderModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.NarratorReadoutModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.GameNerfsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.EnchantmentsBegoneModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.AdjustableChatModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.WoolShutsUpMinecartsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.VariantAnimalTexturesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.UsesForCursesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.UsageTickerModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.SoulCandlesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.MicrocraftingHelperModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.ImprovedTooltipsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.GreenerGrassModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.ChestSearchingModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.BackButtonKeybind [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.AutoWalkKeybindModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.WoodenPostsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VerticalSlabsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VerticalPlanksModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VariantLaddersModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VariantFurnacesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VariantChestsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VariantBookshelvesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.ThatchModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.SturdyStoneModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.StoolsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.SoulSandstoneModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.ShinglesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.ShearVinesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.RopeModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.RawMetalBricksModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.NetherBrickFenceGateModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.MoreStoneVariantsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.MorePottedPlantsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.MoreBrickTypesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.MidoriModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.LeafCarpetModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.JapanesePaletteModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.IndustrialPaletteModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.HedgesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.GrateModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.GoldBarsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.GlassItemFrameModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.FramedGlassModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.DuskboundBlocksModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.CompressedBlocksModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.CelebratoryLampsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.RedstoneRandomizerModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.PistonsMoveTileEntitiesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.ObsidianPlateModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.MetalButtonsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.JukeboxAutomationModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.IronRodModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.GravisandModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.FeedingTroughModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.EnderWatcherModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.DispensersPlaceBlocksModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.ChuteModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.ChainsConnectBlocksModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.TotemOfHoldingModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.TinyPotatoModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.PipesModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.MatrixEnchantingModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.MagnetsModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.CrateModule [08:13:56] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.BackpackModule [08:13:56] [modloading-worker-0/INFO]: Dispatching Module Step CONSTRUCT [08:13:56] [modloading-worker-0/INFO]: Dispatching Module Step CONSTRUCT_CLIENT [08:13:57] [Render thread/INFO]: Mixing MixinForgeHooks from enigmaticlegacy.mixins.json into net.minecraftforge.common.ForgeHooks [08:13:58] [Render thread/INFO]: Dispatching Module Step REGISTER [08:13:58] [Render thread/INFO]: Dispatching Module Step POST_REGISTER [08:14:06] [Render thread/WARN]: Found block type with duplicate id (minecraft:oak), skipping [08:14:06] [Render thread/WARN]: Found block type with duplicate id (ecologics:azalea), skipping [08:14:06] [Render thread/WARN]: Found block type with duplicate id (ecologics:flowering_azalea), skipping [08:14:06] [Render thread/WARN]: Found block type with duplicate id (quark:azalea), skipping [08:14:06] [Render thread/WARN]: Found block type with duplicate id (minecraft:oak), skipping [08:14:06] [Render thread/INFO]: Initialized block sets in 18ms [08:14:08] [Render thread/INFO]: Generated 207 hat items from hat entries. [08:14:08] [Render thread/INFO]: is apotheosis loaded false [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.TameablePenguinEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.TameablePenguinEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.TameablePenguinEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.TameableChikoteEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.TameableChikoteEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.core.FlyingTameableGAnimal [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.ScarecrowAllayEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.ScarecrowAllayEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.TameableBeetleEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.TameableBeetleEntity [08:14:09] [Render thread/WARN]: defineId called for: class net.minecraft.world.entity.animal.Wolf from class com.modderg.tameablebeasts.entities.QuetzalcoatlusEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.QuetzalcoatlusEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.QuetzalcoatlusEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.QuetzalcoatlusEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.GiantTameableGrasshopperEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.GiantTameableGrasshopperEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.TameableGroundBeetleEntity [08:14:09] [Render thread/WARN]: defineId called for: class net.minecraft.world.entity.animal.Wolf from class com.modderg.tameablebeasts.entities.TameableGroundBeetleEntity [08:14:09] [Render thread/WARN]: defineId called for: class com.modderg.tameablebeasts.entities.TameableRacoonEntity from class com.modderg.tameablebeasts.entities.GiantTameableRolyPolyEntity [08:14:09] [Render thread/INFO]: Attempting pack insertion... [08:14:09] [Render thread/INFO]: Attempting pack insertion... [08:14:09] [Render thread/INFO]: Loaded text layout engine, res level: 2.0, locale: en_US, layout RTL: false [08:14:09] [Render thread/INFO]: loaded in block colorizer [08:14:09] [Render thread/INFO]: loaded in item colorizer [08:14:09] [Render thread/INFO]: Initializing colors registration... [08:14:09] [Render thread/INFO]: Colors registered successfully. [08:14:09] [Render thread/INFO]: UI manager initialized [08:14:09] [Render thread/INFO]: Dispatching Module Step SETUP_CLIENT [08:14:10] [UI thread/INFO]: UI thread initialized in 348ms [08:14:10] [Render thread/INFO]: Registering model layer quark:crab#main [08:14:10] [Render thread/INFO]: Registering model layer quark:shiba#main [08:14:10] [Render thread/INFO]: Registering model layer quark:quark_boat_chest#main [08:14:10] [Render thread/INFO]: Registering model layer quark:wraith#main [08:14:10] [Render thread/INFO]: Registering model layer quark:forgotten_hat#main [08:14:10] [Render thread/INFO]: Registering model layer quark:stoneling#main [08:14:10] [Render thread/INFO]: Registering model layer quark:toretoise#main [08:14:10] [Render thread/INFO]: Registering model layer quark:quark_boat#main [08:14:10] [Render thread/INFO]: Registering model layer quark:foxhound#main [08:14:10] [Render thread/INFO]: Registering model layer quark:backpack#main [08:14:10] [Render thread/INFO]: Dispatching Module Step REGISTER_TOOLTIP_COMPONENT_FACTORIES [08:14:10] [Render thread/INFO]: Dispatching Module Step REGISTER_KEYBINDS [08:14:10] [Render thread/INFO]: Narrator library for x64 successfully loaded [08:14:10] [Render thread/INFO]: Reloading ResourceManager: Default, Mod Resources, Supplementaries Generated Pack, Global Resources, simplehats_hatdl.zip, Immersive Weathering Generated Pack, dynamic_asset_generator:assets, quark-emote-pack, .Faithless1.19.zip, xali's Potions v1.0.zip, MedievalMusic2.zip, New Glowing Ores 1.1 [1.18+].zip, ---KnightArmor---.zip, Alexish Mobs v1.0.zip, Water+Improved.zip [08:14:11] [Render thread/WARN]: ResourcePack: ignored non-lowercase namespace: .DS_Store in C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\resourcepacks\New Glowing Ores 1.1 [1.18+].zip [08:14:21] [Render thread/WARN]: ResourcePack: ignored non-lowercase namespace: .DS_Store in C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\resourcepacks\New Glowing Ores 1.1 [1.18+].zip [08:14:21] [Render thread/WARN]: ResourcePack: ignored non-lowercase namespace: .DS_Store in C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\resourcepacks\New Glowing Ores 1.1 [1.18+].zip [08:14:21] [Render thread/INFO]: Generated runtime CLIENT_RESOURCES for pack Supplementaries Generated Pack in: 233 ms [08:14:21] [Render thread/WARN]: Failed to find texture for Leaf Pile Block{immersive_weathering:twilightforest/thorn_leaf_pile}, using oak one instead [08:14:21] [Render thread/WARN]: Failed to find texture for Leaf Pile Block{immersive_weathering:twilightforest/beanstalk_leaf_pile}, using oak one instead [08:14:21] [Render thread/ERROR]: Fail to generate Leaf Particle texture for type twilightforest:thorn : java.io.FileNotFoundException: Could not find any texture associated to the given block twilightforest:thorn_leaves [08:14:21] [Render thread/ERROR]: Fail to generate Leaf Particle texture for type twilightforest:beanstalk : java.io.FileNotFoundException: Could not find any texture associated to the given block twilightforest:beanstalk_leaves [08:14:21] [Render thread/ERROR]: Could not generate heavy leaf pile texture for type twilightforest:thorn java.io.FileNotFoundException: Could not find any texture associated to the given block twilightforest:thorn_leaves at net.mehvahdjukaar.moonlight.api.resources.RPUtils.findFirstBlockTextureLocation(RPUtils.java:96) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.resources.RPUtils.findFirstBlockTextureLocation(RPUtils.java:54) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at com.ordana.immersive_weathering.dynamicpack.ClientDynamicResourcesHandler.lambda$regenerateDynamicAssets$6(ClientDynamicResourcesHandler.java:232) ~[immersive_weathering-1.19.2-1.2.5-forge.jar%23481!/:?] at java.util.LinkedHashMap.forEach(LinkedHashMap.java:721) ~[?:?] at com.ordana.immersive_weathering.dynamicpack.ClientDynamicResourcesHandler.regenerateDynamicAssets(ClientDynamicResourcesHandler.java:227) ~[immersive_weathering-1.19.2-1.2.5-forge.jar%23481!/:?] at net.mehvahdjukaar.moonlight.api.resources.pack.DynResourceProvider.reloadResources(DynResourceProvider.java:111) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.resources.pack.DynResourceProvider.onEarlyReload(DynResourceProvider.java:81) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.events.forge.MoonlightEventsHelperImpl.lambda$postEvent$4(MoonlightEventsHelperImpl.java:44) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] at net.mehvahdjukaar.moonlight.api.events.forge.MoonlightEventsHelperImpl.postEvent(MoonlightEventsHelperImpl.java:44) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.events.MoonlightEventsHelper.postEvent(MoonlightEventsHelper.java) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.minecraft.server.packs.resources.MultiPackResourceManager.handler$cik000$dynamicPackEarlyReload(MultiPackResourceManager.java:2034) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.MultiPackResourceManager.<init>(MultiPackResourceManager.java:61) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.ReloadableResourceManager.m_142463_(ReloadableResourceManager.java:44) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.<init>(Minecraft.java:577) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:14:21] [Render thread/ERROR]: Could not generate heavy leaf pile texture for type twilightforest:beanstalk java.io.FileNotFoundException: Could not find any texture associated to the given block twilightforest:beanstalk_leaves at net.mehvahdjukaar.moonlight.api.resources.RPUtils.findFirstBlockTextureLocation(RPUtils.java:96) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.resources.RPUtils.findFirstBlockTextureLocation(RPUtils.java:54) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at com.ordana.immersive_weathering.dynamicpack.ClientDynamicResourcesHandler.lambda$regenerateDynamicAssets$6(ClientDynamicResourcesHandler.java:232) ~[immersive_weathering-1.19.2-1.2.5-forge.jar%23481!/:?] at java.util.LinkedHashMap.forEach(LinkedHashMap.java:721) ~[?:?] at com.ordana.immersive_weathering.dynamicpack.ClientDynamicResourcesHandler.regenerateDynamicAssets(ClientDynamicResourcesHandler.java:227) ~[immersive_weathering-1.19.2-1.2.5-forge.jar%23481!/:?] at net.mehvahdjukaar.moonlight.api.resources.pack.DynResourceProvider.reloadResources(DynResourceProvider.java:111) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.resources.pack.DynResourceProvider.onEarlyReload(DynResourceProvider.java:81) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.events.forge.MoonlightEventsHelperImpl.lambda$postEvent$4(MoonlightEventsHelperImpl.java:44) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] at net.mehvahdjukaar.moonlight.api.events.forge.MoonlightEventsHelperImpl.postEvent(MoonlightEventsHelperImpl.java:44) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.events.MoonlightEventsHelper.postEvent(MoonlightEventsHelper.java) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.minecraft.server.packs.resources.MultiPackResourceManager.handler$cik000$dynamicPackEarlyReload(MultiPackResourceManager.java:2034) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.MultiPackResourceManager.<init>(MultiPackResourceManager.java:61) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.ReloadableResourceManager.m_142463_(ReloadableResourceManager.java:44) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.<init>(Minecraft.java:577) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:14:21] [Render thread/INFO]: Generated runtime CLIENT_RESOURCES for pack Immersive Weathering Generated Pack in: 55 ms [08:14:22] [modloading-worker-0/INFO]: Loading client config for easyanvils [08:14:22] [modloading-worker-0/INFO]: Loading client config for pickupnotifier [08:14:22] [modloading-worker-0/INFO]: Loading client config for visualworkbench [08:14:22] [modloading-worker-0/INFO]: Font 'Noto Sans' failed to load or invalid [08:14:22] [modloading-worker-0/INFO]: Font 'San Francisco' failed to load or invalid [08:14:22] [modloading-worker-0/INFO]: Font 'STHeiti' failed to load or invalid [08:14:22] [modloading-worker-0/INFO]: Font 'SimHei' failed to load or invalid [08:14:22] [modloading-worker-0/INFO]: Loaded typeface: {Minecraft,Segoe UI,Source Han Sans CN Medium,Calibri,Microsoft YaHei UI,SansSerif,mui-i18n-compat} [08:14:22] [modloading-worker-0/INFO]: Loading client config for easymagic [08:14:22] [modloading-worker-0/INFO]: Loading client config for diagonalfences [08:14:22] [modloading-worker-0/INFO]: Loading common config for easyanvils [08:14:22] [Thread-0/INFO]: Reloading common config for easyanvils [08:14:22] [Thread-0/INFO]: Reloading common config for easyanvils [08:14:22] [Render thread/INFO]: Reloaded text layout engine, res level: 2.0 to 2.0, locale: en_US, layout RTL: false [08:14:22] [Worker-Main-3/WARN]: File tameablebeasts:sounds/racoon_ambient2.ogg does not exist, cannot add it to event tameablebeasts:entity.tameable_racoon.racoon_ambient [08:14:22] [Worker-Main-3/WARN]: File tameablebeasts:sounds/chikote_steps.ogg does not exist, cannot add it to event tameablebeasts:entity.tameable_chikote.chikote_steps [08:14:22] [Worker-Main-5/INFO]: Registered a new model with loader "hammerlib:block/test" [08:14:22] [Worker-Main-1/INFO]: Dispatching Module Step TEXTURE_STITCH [08:14:22] [Worker-Main-2/INFO]: Dispatching Module Step TEXTURE_STITCH [08:14:22] [Worker-Main-6/INFO]: Dispatching Module Step TEXTURE_STITCH [08:14:22] [Worker-Main-7/INFO]: Dispatching Module Step TEXTURE_STITCH [08:14:23] [modloading-worker-0/WARN]: ResourcePack: ignored non-lowercase namespace: .DS_Store in C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\resourcepacks\New Glowing Ores 1.1 [1.18+].zip [08:14:23] [modloading-worker-0/WARN]: ResourcePack: ignored non-lowercase namespace: .DS_Store in C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\resourcepacks\New Glowing Ores 1.1 [1.18+].zip [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.player.attack.crit [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.player.attack.knockback [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.player.attack.nodamage [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.player.attack.strong [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.player.attack.sweep [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.player.attack.weak [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:ambient.underwater.enter [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:ambient.underwater.exit [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:ambient.underwater.loop [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:ambient.underwater.loop.additions [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:ambient.underwater.loop.additions.rare [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:ambient.underwater.loop.additions.ultra_rare [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.fish.swim [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.generic.swim [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.player.swim [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.squid.squirt [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.squid.ambient [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.bee.loop [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/x.ogg does not exist, cannot add it to event minecraft:entity.spider.step [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/grass5.ogg does not exist, cannot add it to event minecraft:block.grass.break [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/grass6.ogg does not exist, cannot add it to event minecraft:block.grass.break [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/grass5.ogg does not exist, cannot add it to event minecraft:block.grass.fall [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/grass6.ogg does not exist, cannot add it to event minecraft:block.grass.fall [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/grass5.ogg does not exist, cannot add it to event minecraft:block.grass.hit [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/grass6.ogg does not exist, cannot add it to event minecraft:block.grass.hit [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/grass5.ogg does not exist, cannot add it to event minecraft:block.grass.place [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/grass6.ogg does not exist, cannot add it to event minecraft:block.grass.place [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/grass5.ogg does not exist, cannot add it to event minecraft:block.grass.step [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/grass6.ogg does not exist, cannot add it to event minecraft:block.grass.step [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/sand5.ogg does not exist, cannot add it to event minecraft:block.sand.fall [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/sand5.ogg does not exist, cannot add it to event minecraft:block.sand.hit [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/sand5.ogg does not exist, cannot add it to event minecraft:block.sand.place [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/sand5.ogg does not exist, cannot add it to event minecraft:block.sand.step [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/stone5.ogg does not exist, cannot add it to event minecraft:block.stone.break [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/stone6.ogg does not exist, cannot add it to event minecraft:block.stone.break [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/stone5.ogg does not exist, cannot add it to event minecraft:block.stone.fall [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/stone6.ogg does not exist, cannot add it to event minecraft:block.stone.fall [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/stone5.ogg does not exist, cannot add it to event minecraft:block.stone.hit [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/stone6.ogg does not exist, cannot add it to event minecraft:block.stone.hit [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/stone5.ogg does not exist, cannot add it to event minecraft:block.stone.place [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/stone6.ogg does not exist, cannot add it to event minecraft:block.stone.place [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/stone5.ogg does not exist, cannot add it to event minecraft:block.stone.step [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/stone6.ogg does not exist, cannot add it to event minecraft:block.stone.step [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/wood5.ogg does not exist, cannot add it to event minecraft:block.wood.break [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/wood6.ogg does not exist, cannot add it to event minecraft:block.wood.break [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/wood5.ogg does not exist, cannot add it to event minecraft:block.wood.fall [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/wood6.ogg does not exist, cannot add it to event minecraft:block.wood.fall [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/wood5.ogg does not exist, cannot add it to event minecraft:block.wood.hit [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/wood6.ogg does not exist, cannot add it to event minecraft:block.wood.hit [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/wood5.ogg does not exist, cannot add it to event minecraft:block.wood.place [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/wood6.ogg does not exist, cannot add it to event minecraft:block.wood.place [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/wood5.ogg does not exist, cannot add it to event minecraft:block.wood.step [08:14:23] [Worker-Main-3/WARN]: File minecraft:sounds/dig/wood6.ogg does not exist, cannot add it to event minecraft:block.wood.step [08:14:23] [Worker-Main-3/WARN]: File quark:sounds/entity/frog/wednesday.ogg does not exist, cannot add it to event quark:entity.frog.wednesday [08:14:23] [Worker-Main-3/WARN]: File quark:sounds/entity/frog/die.ogg does not exist, cannot add it to event quark:entity.frog.die [08:14:23] [Worker-Main-3/WARN]: File quark:sounds/entity/frog/hurt1.ogg does not exist, cannot add it to event quark:entity.frog.hurt [08:14:23] [Worker-Main-3/WARN]: File quark:sounds/entity/frog/hurt2.ogg does not exist, cannot add it to event quark:entity.frog.hurt [08:14:23] [Worker-Main-3/WARN]: File quark:sounds/entity/frog/hurt3.ogg does not exist, cannot add it to event quark:entity.frog.hurt [08:14:23] [Worker-Main-3/WARN]: File quark:sounds/entity/frog/hurt4.ogg does not exist, cannot add it to event quark:entity.frog.hurt [08:14:23] [Worker-Main-3/WARN]: File quark:sounds/entity/frog/idle1.ogg does not exist, cannot add it to event quark:entity.frog.idle [08:14:23] [Worker-Main-3/WARN]: File quark:sounds/entity/frog/idle2.ogg does not exist, cannot add it to event quark:entity.frog.idle [08:14:23] [Worker-Main-3/WARN]: File quark:sounds/entity/frog/idle3.ogg does not exist, cannot add it to event quark:entity.frog.idle [08:14:23] [Worker-Main-3/WARN]: File quark:sounds/entity/frog/idle4.ogg does not exist, cannot add it to event quark:entity.frog.idle [08:14:24] [modloading-worker-0/INFO]: Generated runtime CLIENT_RESOURCES for pack Supplementaries Generated Pack in: 1444 ms [08:14:24] [modloading-worker-0/ERROR]: Fail to generate Leaf Particle texture for type twilightforest:thorn : java.io.FileNotFoundException: Could not find any texture associated to the given block twilightforest:thorn_leaves [08:14:24] [modloading-worker-0/ERROR]: Fail to generate Leaf Particle texture for type twilightforest:beanstalk : java.io.FileNotFoundException: Could not find any texture associated to the given block twilightforest:beanstalk_leaves [08:14:24] [Worker-Main-4/INFO]: Scanned emoji map size: 3688 [08:14:24] [Worker-Main-4/INFO]: Scanned emoji shortcodes: 1927, mismatched: 0 [08:14:24] [modloading-worker-0/ERROR]: Could not generate heavy leaf pile texture for type twilightforest:thorn java.io.FileNotFoundException: Could not find any texture associated to the given block twilightforest:thorn_leaves at net.mehvahdjukaar.moonlight.api.resources.RPUtils.findFirstBlockTextureLocation(RPUtils.java:96) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.resources.RPUtils.findFirstBlockTextureLocation(RPUtils.java:54) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at com.ordana.immersive_weathering.dynamicpack.ClientDynamicResourcesHandler.lambda$regenerateDynamicAssets$6(ClientDynamicResourcesHandler.java:232) ~[immersive_weathering-1.19.2-1.2.5-forge.jar%23481!/:?] at java.util.LinkedHashMap.forEach(LinkedHashMap.java:721) ~[?:?] at com.ordana.immersive_weathering.dynamicpack.ClientDynamicResourcesHandler.regenerateDynamicAssets(ClientDynamicResourcesHandler.java:227) ~[immersive_weathering-1.19.2-1.2.5-forge.jar%23481!/:?] at net.mehvahdjukaar.moonlight.api.resources.pack.DynResourceProvider.reloadResources(DynResourceProvider.java:111) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.resources.pack.DynResourceProvider.onEarlyReload(DynResourceProvider.java:81) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.events.forge.MoonlightEventsHelperImpl.lambda$postEvent$4(MoonlightEventsHelperImpl.java:44) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] at net.mehvahdjukaar.moonlight.api.events.forge.MoonlightEventsHelperImpl.postEvent(MoonlightEventsHelperImpl.java:44) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.events.MoonlightEventsHelper.postEvent(MoonlightEventsHelper.java) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.minecraft.server.packs.resources.MultiPackResourceManager.handler$cik000$dynamicPackEarlyReload(MultiPackResourceManager.java:2034) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.MultiPackResourceManager.<init>(MultiPackResourceManager.java:61) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.anthonyhilyard.merchantmarkers.compat.XaeroMinimapHandler.setupDynamicIcons(XaeroMinimapHandler.java:279) ~[MerchantMarkers-1.19.2-1.3.0.jar%23509!/:1.3.0] at com.anthonyhilyard.merchantmarkers.compat.XaeroMinimapHandler.clearIconCache(XaeroMinimapHandler.java:72) ~[MerchantMarkers-1.19.2-1.3.0.jar%23509!/:1.3.0] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at com.anthonyhilyard.merchantmarkers.MerchantMarkersConfig.onLoad(MerchantMarkersConfig.java:169) ~[MerchantMarkers-1.19.2-1.3.0.jar%23509!/:1.3.0] at com.anthonyhilyard.iceberg.config.IcebergConfig.onLoadEvent(IcebergConfig.java:40) ~[Iceberg-1.19.2-forge-1.0.49.jar%23478!/:1.0.49] at com.anthonyhilyard.iceberg.config.__IcebergConfig_onLoadEvent_Loading.invoke(.dynamic) ~[Iceberg-1.19.2-forge-1.0.49.jar%23478!/:1.0.49] at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2379!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2379!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2379!/:?] at net.minecraftforge.fml.javafmlmod.FMLModContainer.lambda$new$0(FMLModContainer.java:42) ~[javafmllanguage-1.19.2-43.1.65.jar%23603!/:?] at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$13(ModContainer.java:150) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:150) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:77) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:62) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:68) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.fml.ModLoader.lambda$loadMods$17(ModLoader.java:191) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:191) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.client.loading.ClientModLoader.lambda$startModLoading$5(ClientModLoader.java:120) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.client.loading.ClientModLoader.startModLoading(ClientModLoader.java:120) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.client.loading.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:102) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?] at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?] [08:14:24] [modloading-worker-0/ERROR]: Could not generate heavy leaf pile texture for type twilightforest:beanstalk java.io.FileNotFoundException: Could not find any texture associated to the given block twilightforest:beanstalk_leaves at net.mehvahdjukaar.moonlight.api.resources.RPUtils.findFirstBlockTextureLocation(RPUtils.java:96) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.resources.RPUtils.findFirstBlockTextureLocation(RPUtils.java:54) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at com.ordana.immersive_weathering.dynamicpack.ClientDynamicResourcesHandler.lambda$regenerateDynamicAssets$6(ClientDynamicResourcesHandler.java:232) ~[immersive_weathering-1.19.2-1.2.5-forge.jar%23481!/:?] at java.util.LinkedHashMap.forEach(LinkedHashMap.java:721) ~[?:?] at com.ordana.immersive_weathering.dynamicpack.ClientDynamicResourcesHandler.regenerateDynamicAssets(ClientDynamicResourcesHandler.java:227) ~[immersive_weathering-1.19.2-1.2.5-forge.jar%23481!/:?] at net.mehvahdjukaar.moonlight.api.resources.pack.DynResourceProvider.reloadResources(DynResourceProvider.java:111) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.resources.pack.DynResourceProvider.onEarlyReload(DynResourceProvider.java:81) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.events.forge.MoonlightEventsHelperImpl.lambda$postEvent$4(MoonlightEventsHelperImpl.java:44) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] at net.mehvahdjukaar.moonlight.api.events.forge.MoonlightEventsHelperImpl.postEvent(MoonlightEventsHelperImpl.java:44) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.mehvahdjukaar.moonlight.api.events.MoonlightEventsHelper.postEvent(MoonlightEventsHelper.java) ~[moonlight-1.19.2-2.1.10-forge.jar%23513!/:?] at net.minecraft.server.packs.resources.MultiPackResourceManager.handler$cik000$dynamicPackEarlyReload(MultiPackResourceManager.java:2034) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.MultiPackResourceManager.<init>(MultiPackResourceManager.java:61) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.anthonyhilyard.merchantmarkers.compat.XaeroMinimapHandler.setupDynamicIcons(XaeroMinimapHandler.java:279) ~[MerchantMarkers-1.19.2-1.3.0.jar%23509!/:1.3.0] at com.anthonyhilyard.merchantmarkers.compat.XaeroMinimapHandler.clearIconCache(XaeroMinimapHandler.java:72) ~[MerchantMarkers-1.19.2-1.3.0.jar%23509!/:1.3.0] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at com.anthonyhilyard.merchantmarkers.MerchantMarkersConfig.onLoad(MerchantMarkersConfig.java:169) ~[MerchantMarkers-1.19.2-1.3.0.jar%23509!/:1.3.0] at com.anthonyhilyard.iceberg.config.IcebergConfig.onLoadEvent(IcebergConfig.java:40) ~[Iceberg-1.19.2-forge-1.0.49.jar%23478!/:1.0.49] at com.anthonyhilyard.iceberg.config.__IcebergConfig_onLoadEvent_Loading.invoke(.dynamic) ~[Iceberg-1.19.2-forge-1.0.49.jar%23478!/:1.0.49] at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2379!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2379!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2379!/:?] at net.minecraftforge.fml.javafmlmod.FMLModContainer.lambda$new$0(FMLModContainer.java:42) ~[javafmllanguage-1.19.2-43.1.65.jar%23603!/:?] at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$13(ModContainer.java:150) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:150) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:77) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:62) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:68) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.fml.ModLoader.lambda$loadMods$17(ModLoader.java:191) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:191) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at net.minecraftforge.client.loading.ClientModLoader.lambda$startModLoading$5(ClientModLoader.java:120) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.client.loading.ClientModLoader.startModLoading(ClientModLoader.java:120) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.client.loading.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:102) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?] at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?] [08:14:24] [modloading-worker-0/INFO]: Generated runtime CLIENT_RESOURCES for pack Immersive Weathering Generated Pack in: 39 ms [08:14:24] [modloading-worker-0/INFO]: Loading common config for bettertridents [08:14:24] [modloading-worker-0/WARN]: Configuration file C:\Users\luis_\curseforge\minecraft\Instances\dggggggggggggggggggggg\config\rottencreatures-common.toml is not correct. Correcting [08:14:24] [modloading-worker-0/WARN]: Incorrect key Mob Spawns.Immortal Chance was corrected from 0.025 to its default, 0.025. [08:14:24] [modloading-worker-0/INFO]: Loading Module Redstone Randomizer [08:14:24] [modloading-worker-0/INFO]: Loading Module Pistons Move Tile Entities [08:14:24] [modloading-worker-0/INFO]: Loading Module Obsidian Plate [08:14:24] [modloading-worker-0/INFO]: Loading Module Metal Buttons [08:14:24] [modloading-worker-0/INFO]: Loading Module Jukebox Automation [08:14:24] [modloading-worker-0/INFO]: Loading Module Iron Rod [08:14:24] [modloading-worker-0/INFO]: Loading Module Gravisand [08:14:24] [modloading-worker-0/INFO]: Loading Module Feeding Trough [08:14:24] [modloading-worker-0/INFO]: Loading Module Ender Watcher [08:14:24] [modloading-worker-0/INFO]: Loading Module Dispensers Place Blocks [08:14:24] [modloading-worker-0/INFO]: Loading Module Chute [08:14:24] [modloading-worker-0/INFO]: Loading Module Chains Connect Blocks [08:14:24] [modloading-worker-0/INFO]: Loading Module Wooden Posts [08:14:24] [modloading-worker-0/INFO]: Loading Module Vertical Slabs [08:14:24] [modloading-worker-0/INFO]: Loading Module Vertical Planks [08:14:24] [modloading-worker-0/INFO]: Loading Module Variant Ladders [08:14:24] [modloading-worker-0/INFO]: Loading Module Variant Furnaces [08:14:24] [modloading-worker-0/INFO]: Loading Module Variant Chests [08:14:24] [modloading-worker-0/INFO]: Loading Module Variant Bookshelves [08:14:24] [modloading-worker-0/INFO]: Loading Module Thatch [08:14:24] [modloading-worker-0/INFO]: Loading Module Sturdy Stone [08:14:24] [modloading-worker-0/INFO]: Loading Module Stools [08:14:24] [modloading-worker-0/INFO]: Loading Module Soul Sandstone [08:14:24] [modloading-worker-0/INFO]: Loading Module Shingles [08:14:24] [modloading-worker-0/INFO]: Loading Module Shear Vines [08:14:24] [modloading-worker-0/INFO]: Loading Module Rope [08:14:24] [modloading-worker-0/INFO]: Loading Module Raw Metal Bricks [08:14:24] [modloading-worker-0/INFO]: Loading Module Nether Brick Fence Gate [08:14:24] [modloading-worker-0/INFO]: Loading Module More Stone Variants [08:14:24] [modloading-worker-0/INFO]: Loading Module More Potted Plants [08:14:24] [modloading-worker-0/INFO]: Loading Module More Brick Types [08:14:24] [modloading-worker-0/INFO]: Loading Module Midori [08:14:24] [modloading-worker-0/INFO]: Loading Module Leaf Carpet [08:14:24] [modloading-worker-0/INFO]: Loading Module Japanese Palette [08:14:24] [modloading-worker-0/INFO]: Loading Module Industrial Palette [08:14:24] [modloading-worker-0/INFO]: Loading Module Hedges [08:14:24] [modloading-worker-0/INFO]: Loading Module Grate [08:14:24] [modloading-worker-0/INFO]: Loading Module Gold Bars [08:14:24] [modloading-worker-0/INFO]: Loading Module Glass Item Frame [08:14:24] [modloading-worker-0/INFO]: Loading Module Framed Glass [08:14:24] [modloading-worker-0/INFO]: Loading Module Duskbound Blocks [08:14:24] [modloading-worker-0/INFO]: Loading Module Compressed Blocks [08:14:24] [modloading-worker-0/INFO]: Loading Module Celebratory Lamps [08:14:24] [modloading-worker-0/INFO]: Loading Module Quick Armor Swapping [08:14:24] [modloading-worker-0/INFO]: Loading Module Item Sharing [08:14:24] [modloading-worker-0/INFO]: Loading Module Inventory Sorting [08:14:24] [modloading-worker-0/INFO]: Loading Module Hotbar Changer [08:14:24] [modloading-worker-0/INFO]: Loading Module Expanded Item Interactions [08:14:24] [modloading-worker-0/INFO]: Loading Module Easy Transfering [08:14:24] [modloading-worker-0/INFO]: Loading Module Trowel [08:14:24] [modloading-worker-0/INFO]: Loading Module Slime In A Bucket [08:14:24] [modloading-worker-0/INFO]: Loading Module Seed Pouch [08:14:24] [modloading-worker-0/INFO]: Loading Module Pickarang [08:14:24] [modloading-worker-0/INFO]: Loading Module Pathfinder Maps [08:14:24] [modloading-worker-0/INFO]: Loading Module Parrot Eggs [08:14:24] [modloading-worker-0/INFO]: Loading Module Endermosh Music Disc [08:14:24] [modloading-worker-0/INFO]: Loading Module Color Runes [08:14:24] [modloading-worker-0/INFO]: Loading Module Camera [08:14:24] [modloading-worker-0/INFO]: Loading Module Bundle Recipe [08:14:24] [modloading-worker-0/INFO]: Loading Module Bottled Cloud [08:14:24] [modloading-worker-0/INFO]: Loading Module Beacon Redirection [08:14:24] [modloading-worker-0/INFO]: Loading Module Ancient Tomes [08:14:24] [modloading-worker-0/INFO]: Loading Module Ambient Discs [08:14:24] [modloading-worker-0/INFO]: Loading Module Abacus [08:14:24] [modloading-worker-0/INFO]: Loading Module Zombie Villagers On Normal [08:14:24] [modloading-worker-0/INFO]: Loading Module Villagers Follow Emeralds [08:14:24] [modloading-worker-0/INFO]: Loading Module Vexes Die With Their Masters [08:14:24] [modloading-worker-0/INFO]: Loading Module Utility Recipes [08:14:24] [modloading-worker-0/INFO]: Loading Module Snow Golem Player Heads [08:14:24] [modloading-worker-0/INFO]: Loading Module Simple Harvest [08:14:24] [modloading-worker-0/INFO]: Loading Module Sign Editing [08:14:24] [modloading-worker-0/INFO]: Loading Module Shulker Packing [08:14:24] [modloading-worker-0/INFO]: Loading Module Safe Rabbits [08:14:24] [modloading-worker-0/INFO]: Loading Module Replace Scaffolding [08:14:24] [modloading-worker-0/INFO]: Loading Module Renewable Spore Blossoms [08:14:24] [modloading-worker-0/INFO]: Loading Module Reacharound Placing [08:14:24] [modloading-worker-0/INFO]: Loading Module Poison Potato Usage [08:14:24] [modloading-worker-0/INFO]: Loading Module Pig Litters [08:14:24] [modloading-worker-0/INFO]: Loading Module Pat The Dogs [08:14:24] [modloading-worker-0/INFO]: Loading Module More Note Block Sounds [08:14:24] [modloading-worker-0/INFO]: Loading Module More Banner Layers [08:14:24] [modloading-worker-0/INFO]: Loading Module Lock Rotation [08:14:24] [modloading-worker-0/INFO]: Loading Module Hoe Harvesting [08:14:24] [modloading-worker-0/INFO]: Loading Module Grab Chickens [08:14:24] [modloading-worker-0/INFO]: Loading Module Glass Shard [08:14:24] [modloading-worker-0/INFO]: Loading Module Enhanced Ladders [08:14:24] [modloading-worker-0/INFO]: Loading Module Emotes [08:14:24] [modloading-worker-0/INFO]: Loading Module Dragon Scales [08:14:24] [modloading-worker-0/INFO]: Loading Module Double Door Opening [08:14:24] [modloading-worker-0/INFO]: Loading Module Compasses Work Everywhere [08:14:24] [modloading-worker-0/INFO]: Loading Module Campfires Boost Elytra [08:14:24] [modloading-worker-0/INFO]: Loading Module Better Elytra Rocket [08:14:24] [modloading-worker-0/INFO]: Loading Module Automatic Recipe Unlock [08:14:24] [modloading-worker-0/INFO]: Loading Module Armed Armor Stands [08:14:24] [modloading-worker-0/INFO]: Loading Module Skull Pikes [08:14:24] [modloading-worker-0/INFO]: Loading Module Spiral Spires [08:14:24] [modloading-worker-0/INFO]: Loading Module Permafrost [08:14:24] [modloading-worker-0/INFO]: Loading Module No More Lava Pockets [08:14:24] [modloading-worker-0/INFO]: Loading Module New Stone Types [08:14:24] [modloading-worker-0/INFO]: Loading Module Nether Obsidian Spikes [08:14:24] [modloading-worker-0/INFO]: Loading Module Monster Box [08:14:24] [modloading-worker-0/INFO]: Loading Module Glimmering Weald [08:14:24] [modloading-worker-0/INFO]: Loading Module Fairy Rings [08:14:24] [modloading-worker-0/INFO]: Loading Module Corundum [08:14:24] [modloading-worker-0/INFO]: Loading Module Chorus Vegetation [08:14:24] [modloading-worker-0/INFO]: Loading Module Blossom Trees [08:14:24] [modloading-worker-0/INFO]: Loading Module Big Stone Clusters [08:14:24] [modloading-worker-0/INFO]: Loading Module Azalea Wood [08:14:24] [modloading-worker-0/INFO]: Loading Module Wraith [08:14:24] [modloading-worker-0/INFO]: Loading Module Toretoise [08:14:24] [modloading-worker-0/INFO]: Loading Module Stonelings [08:14:24] [modloading-worker-0/INFO]: Loading Module Shiba [08:14:24] [modloading-worker-0/INFO]: Loading Module Foxhound [08:14:24] [modloading-worker-0/INFO]: Loading Module Forgotten [08:14:24] [modloading-worker-0/INFO]: Loading Module Crabs [08:14:24] [modloading-worker-0/INFO]: Loading Module Wool Shuts Up Minecarts [08:14:24] [modloading-worker-0/INFO]: Loading Module Variant Animal Textures [08:14:24] [modloading-worker-0/INFO]: Loading Module Uses For Curses [08:14:24] [modloading-worker-0/INFO]: Loading Module Usage Ticker [08:14:24] [modloading-worker-0/INFO]: Loading Module Soul Candles [08:14:24] [modloading-worker-0/INFO]: Loading Module Microcrafting Helper [08:14:24] [modloading-worker-0/INFO]: Loading Module Improved Tooltips [08:14:24] [modloading-worker-0/INFO]: Loading Module Greener Grass [08:14:24] [modloading-worker-0/INFO]: Loading Module Chest Searching [08:14:24] [modloading-worker-0/INFO]: Loading Module Back Button Keybind [08:14:24] [modloading-worker-0/INFO]: Loading Module Auto Walk Keybind [08:14:24] [modloading-worker-0/INFO]: Loading Module Spawner Replacer [08:14:24] [modloading-worker-0/INFO]: Loading Module Saw [08:14:24] [modloading-worker-0/INFO]: Loading Module Overlay Shader [08:14:24] [modloading-worker-0/INFO]: Loading Module Narrator Readout [08:14:24] [modloading-worker-0/INFO]: Loading Module Game Nerfs [08:14:24] [modloading-worker-0/INFO]: Loading Module Enchantments Begone [08:14:24] [modloading-worker-0/INFO]: Loading Module Adjustable Chat [08:14:24] [modloading-worker-0/INFO]: Loading Module Totem Of Holding [08:14:24] [modloading-worker-0/INFO]: Loading Module Tiny Potato [08:14:24] [modloading-worker-0/INFO]: Loading Module Pipes [08:14:24] [modloading-worker-0/INFO]: Loading Module Matrix Enchanting [08:14:24] [modloading-worker-0/INFO]: Loading Module Magnets [08:14:24] [modloading-worker-0/INFO]: Loading Module Crate [08:14:24] [modloading-worker-0/INFO]: Loading Module Backpack [08:14:24] [modloading-worker-0/INFO]: Dispatching Module Step CONFIG_CHANGED [08:14:24] [modloading-worker-0/INFO]: Dispatching Module Step CONFIG_CHANGED_CLIENT [08:14:24] [Worker-Main-3/ERROR]: Using missing texture, file maenchants:textures/mob_effect/faster_attack.png not found [08:14:25] [Worker-Main-2/ERROR]: Using missing texture, file immersive_weathering:textures/particle/twilightforest/thorn_leaf_1.png not found [08:14:25] [Worker-Main-2/ERROR]: Using missing texture, file immersive_weathering:textures/particle/twilightforest/thorn_leaf_0.png not found [08:14:25] [Worker-Main-2/ERROR]: Using missing texture, file immersive_weathering:textures/particle/twilightforest/beanstalk_leaf_0.png not found [08:14:25] [Worker-Main-2/ERROR]: Using missing texture, file immersive_weathering:textures/particle/twilightforest/beanstalk_leaf_1.png not found [08:14:25] [Worker-Main-6/INFO]: ModHandler#loadHandlerData() -> Accessed Block Entity Registry: true [08:14:25] [Worker-Main-6/INFO]: ModHandler#loadHandlerData() -> Finished loading data handlers [08:14:25] [Worker-Main-2/INFO]: Setup HammerLib networking! [08:14:25] [Worker-Main-6/INFO]: ModHandler#loadHandlerData() -> Finished loading configurations [08:14:25] [Worker-Main-2/INFO]: Allocated new instance of org.zeith.hammerlib.api.crafting.NamespacedRecipeRegistry with id "hammerlib:test_machine" [08:14:25] [Worker-Main-2/INFO]: Setup Test Machine recipes! [08:14:25] [Render thread/INFO]: Reloading 0 variable shader programs. [08:14:25] [Worker-Main-2/INFO]: Reloading config [08:14:25] [Worker-Main-2/INFO]: Reloading reverb parameters [08:14:25] [Worker-Main-4/INFO]: RingOfRepair common setup [08:14:25] [Worker-Main-1/INFO]: PneumaticCraft: Repressurized is loading! [08:14:25] [Forge Version Check/INFO]: [maenchants] Starting version check at https://raw.githubusercontent.com/Maciej916/Ma-Enchants/master/update.json [08:14:26] [Worker-Main-4/INFO]: Gobber common setup complete [08:14:26] [Worker-Main-4/INFO]: Initializing common setup phase... [08:14:26] [Worker-Main-4/INFO]: Registering packets... [08:14:26] [Worker-Main-2/INFO]: Common Setup [08:14:26] [Worker-Main-6/INFO]: HELLO FROM COMMON SETUP [08:14:26] [Worker-Main-6/INFO]: DIRT BLOCK >> minecraft:dirt [08:14:26] [Worker-Main-4/INFO]: Registering triggers... [08:14:26] [Worker-Main-4/INFO]: Registering stats... [08:14:26] [Worker-Main-4/INFO]: Common setup phase finished successfully. [08:14:26] [Worker-Main-6/INFO]: Dispatching Module Step CONFIG_CHANGED [08:14:26] [Worker-Main-6/INFO]: Dispatching Module Step CONFIG_CHANGED_CLIENT [08:14:26] [Worker-Main-6/INFO]: Dispatching Module Step SETUP [08:14:26] [Render thread/INFO]: Finished mod setup in: 64 ms [08:14:26] [Render thread/FATAL]: OK [08:14:26] [Forge Version Check/INFO]: [maenchants] Found status: BETA Current: 1.19.2-6.0.0 Target: null [08:14:26] [Forge Version Check/INFO]: [easyanvils] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/easyanvils.json [08:14:26] [Render thread/INFO]: Initialized color sets in 38ms [08:14:26] [Worker-Main-6/INFO]: Registering TESR for tile hammerlib:test_machine [08:14:26] [Worker-Main-2/INFO]: Using Cloth Config GUI [08:14:26] [Worker-Main-1/INFO]: RingOfRepair client setup [08:14:26] [Worker-Main-2/INFO]: Loaded modern text engine [08:14:26] [Worker-Main-1/INFO]: Loading Xaero's World Map - Stage 1/2 [08:14:26] [Placebo Patreon Trail Loader/INFO]: Loading patreon trails data... [08:14:26] [Placebo Patreon Wing Loader/INFO]: Loading patreon wing data... [08:14:26] [Worker-Main-2/INFO]: Gobber client setup complete [08:14:26] [Worker-Main-2/INFO]: Initializing client setup phase... [08:14:26] [Worker-Main-2/INFO]: Client setup phase finished successfully. [08:14:27] [Worker-Main-6/INFO]: Loading Xaero's Minimap - Stage 1/2 [08:14:27] [Placebo Patreon Trail Loader/INFO]: Loaded 23 patreon trails. [08:14:27] [Worker-Main-2/INFO]: HELLO FROM CLIENT SETUP [08:14:27] [Worker-Main-2/INFO]: MINECRAFT NAME >> O_Cara_Do_Drip [08:14:27] [Worker-Main-2/INFO]: Dispatching Module Step SETUP_CLIENT [08:14:27] [Worker-Main-3/INFO]: HELLO FROM CLIENT SETUP [08:14:27] [Forge Version Check/INFO]: [easyanvils] Found status: UP_TO_DATE Current: 4.0.6 Target: null [08:14:27] [Forge Version Check/INFO]: [majruszsdifficulty] Starting version check at https://raw.githubusercontent.com/Majrusz/MajruszsProgressiveDifficultyMod/1.19/update.json [08:14:27] [Placebo Patreon Wing Loader/INFO]: Loaded 18 patreon wings. [08:14:27] [Forge Version Check/INFO]: [majruszsdifficulty] Found status: OUTDATED Current: 1.5.11 Target: 1.6.0 [08:14:27] [Forge Version Check/INFO]: [hammerlib] Starting version check at http://h.zeith.org/api/fmluc/247401 [08:14:28] [Forge Version Check/INFO]: [hammerlib] Found status: UP_TO_DATE Current: 19.2.39 Target: null [08:14:28] [Forge Version Check/INFO]: [guardvillagers] Starting version check at https://raw.githubusercontent.com/seymourimadeit/guardvillagers/master/update.json [08:14:28] [Forge Version Check/INFO]: [guardvillagers] Found status: AHEAD Current: 1.19.2-1.5.2 Target: null [08:14:28] [Forge Version Check/INFO]: [pickupnotifier] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/pickupnotifier.json [08:14:28] [Render thread/WARN]: Method overwrite conflict for setSelected in balm.mixins.json:CheckboxAccessor, previously written by net.valhelsia.valhelsia_core.core.mixin.client.CheckboxMixin. Skipping method. [08:14:28] [Render thread/INFO]: Created OpenGL surface canvas [08:14:28] [Forge Version Check/INFO]: [pickupnotifier] Found status: UP_TO_DATE Current: 4.2.0 Target: null [08:14:28] [Forge Version Check/INFO]: [hordes] Starting version check at https://raw.githubusercontent.com/SmileycorpMC/The-Hordes/1.19/update.json [08:14:28] [Render thread/INFO]: Loading Xaero's Minimap - Stage 2/2 [08:14:28] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:shruster' referenced from: stalwart_dungeons:shruster#: java.io.FileNotFoundException: minecraft:models/shruster.json [08:14:28] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:debris' referenced from: blocky_siege:frozen_debris#: java.io.FileNotFoundException: minecraft:models/debris.json [08:14:28] [Worker-Main-5/WARN]: Exception loading blockstate definition: 'torchmaster:blockstates/invisible_light.json' missing model for variant: 'torchmaster:invisible_light#' [08:14:28] [Worker-Main-5/WARN]: Exception loading blockstate definition: 'torchmaster:blockstates/invisible_light.json' in resourcepack: 'Mod Resources': Neither 'variants' nor 'multipart' found [08:14:29] [Render thread/INFO]: Xaero's Minimap: World Map found! [08:14:29] [Render thread/INFO]: No Optifine! [08:14:29] [Render thread/INFO]: Xaero's Minimap: No Vivecraft! [08:14:29] [Render thread/INFO]: Loading Xaero's World Map - Stage 2/2 [08:14:29] [Render thread/INFO]: New world map region cache hash code: -510036707 [08:14:29] [Render thread/INFO]: Xaero's WorldMap Mod: Xaero's minimap found! [08:14:29] [Forge Version Check/INFO]: [hordes] Found status: UP_TO_DATE Current: 1.1.5 Target: null [08:14:29] [Forge Version Check/INFO]: [sound_physics_remastered] Starting version check at https://maxhenkel.de/update/sound_physics_remastered.json [08:14:29] [Render thread/INFO]: No Optifine! [08:14:29] [Render thread/INFO]: Xaero's World Map: No Vivecraft! [08:14:29] [Worker-Main-5/WARN]: Exception loading blockstate definition: 'compactmachines:blockstates/machine_void_air.json' missing model for variant: 'compactmachines:machine_void_air#' [08:14:31] [Forge Version Check/INFO]: [sound_physics_remastered] Found status: UP_TO_DATE Current: 1.19.2-1.0.16 Target: null [08:14:31] [Forge Version Check/INFO]: [supplementaries] Starting version check at https://raw.githubusercontent.com/MehVahdJukaar/Supplementaries/master/forge/update.json [08:14:31] [Forge Version Check/INFO]: [supplementaries] Found status: UP_TO_DATE Current: 1.19.2-2.2.26 Target: null [08:14:31] [Forge Version Check/INFO]: [corpse] Starting version check at https://maxhenkel.de/update/corpse.json [08:14:31] [Forge Version Check/INFO]: [corpse] Found status: UP_TO_DATE Current: 1.19.2-1.0.0 Target: null [08:14:31] [Forge Version Check/INFO]: [advancementplaques] Starting version check at https://mc-update-check.anthonyhilyard.com/499826 [08:14:32] [Forge Version Check/INFO]: [advancementplaques] Found status: UP_TO_DATE Current: 1.4.7 Target: null [08:14:32] [Forge Version Check/INFO]: [tinyskeletons] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/tinyskeletons.json [08:14:32] [Forge Version Check/INFO]: [tinyskeletons] Found status: UP_TO_DATE Current: 4.2.2 Target: null [08:14:32] [Forge Version Check/INFO]: [improvableskills] Starting version check at http://h.zeith.org/api/fmluc/252902 [08:14:33] [Forge Version Check/INFO]: [improvableskills] Found status: UP_TO_DATE Current: 19.2.6 Target: null [08:14:33] [Forge Version Check/INFO]: [atlaslib] Starting version check at https://raw.githubusercontent.com/SmileycorpMC/Atlas-Lib/1.19/update.json [08:14:33] [Forge Version Check/INFO]: [atlaslib] Found status: BETA Current: 1.1.5a Target: null [08:14:33] [Forge Version Check/INFO]: [fastleafdecay] Starting version check at https://www.olafkeijsers.net/fastleafdecay-update.json [08:14:33] [Forge Version Check/INFO]: [fastleafdecay] Found status: BETA Current: 30 Target: null [08:14:33] [Forge Version Check/INFO]: [darkpaintings] Starting version check at https://updates.blamejared.com/get?n=darkpaintings&gv=1.19.2 [08:14:34] [Forge Version Check/WARN]: Failed to process update information com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $ at com.google.gson.Gson.fromJson(Gson.java:975) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:928) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:877) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:848) ~[gson-2.8.9.jar%23121!/:?] at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:183) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at java.lang.Iterable.forEach(Iterable.java:75) [?:?] at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:114) [fmlcore-1.19.2-43.1.65.jar%23602!/:?] Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $ at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:384) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:963) ~[gson-2.8.9.jar%23121!/:?] ... 6 more [08:14:34] [Forge Version Check/INFO]: [visualworkbench] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/visualworkbench.json [08:14:34] [Forge Version Check/INFO]: [visualworkbench] Found status: UP_TO_DATE Current: 4.2.0 Target: null [08:14:34] [Forge Version Check/INFO]: [goblintraders] Starting version check at https://mrcrayfish.com/modupdatejson?id=goblintraders [08:14:35] [Thread-23/ERROR]: An error occurred building event handler java.lang.NullPointerException: Cannot invoke "java.lang.ClassLoader.loadClass(String)" because the return value of "java.lang.Thread.getContextClassLoader()" is null at net.minecraftforge.eventbus.EventSubclassTransformer.buildEvents(EventSubclassTransformer.java:92) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.EventSubclassTransformer.transform(EventSubclassTransformer.java:44) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.EventBusEngine.processClass(EventBusEngine.java:26) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.service.ModLauncherService.processClassWithFlags(ModLauncherService.java:32) ~[eventbus-6.0.3.jar:6.0.3+6.0.3+master.039e4ea9] at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?] at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?] at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?] at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) [securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) [securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) [securejarhandler-2.1.4.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:520) [?:?] [08:14:35] [Thread-23/ERROR]: An error occurred building event handler java.lang.NullPointerException: Cannot invoke "java.lang.ClassLoader.loadClass(String)" because the return value of "java.lang.Thread.getContextClassLoader()" is null at net.minecraftforge.eventbus.EventSubclassTransformer.buildEvents(EventSubclassTransformer.java:92) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.EventSubclassTransformer.transform(EventSubclassTransformer.java:44) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.EventBusEngine.processClass(EventBusEngine.java:26) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.service.ModLauncherService.processClassWithFlags(ModLauncherService.java:32) ~[eventbus-6.0.3.jar:6.0.3+6.0.3+master.039e4ea9] at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?] at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?] at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?] at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) [securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) [securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) [securejarhandler-2.1.4.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:520) [?:?] [08:14:35] [Thread-23/ERROR]: An error occurred building event handler java.lang.NullPointerException: Cannot invoke "java.lang.ClassLoader.loadClass(String)" because the return value of "java.lang.Thread.getContextClassLoader()" is null at net.minecraftforge.eventbus.EventSubclassTransformer.buildEvents(EventSubclassTransformer.java:92) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.EventSubclassTransformer.transform(EventSubclassTransformer.java:44) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.EventBusEngine.processClass(EventBusEngine.java:26) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.service.ModLauncherService.processClassWithFlags(ModLauncherService.java:32) ~[eventbus-6.0.3.jar:6.0.3+6.0.3+master.039e4ea9] at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?] at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?] at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?] at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) [securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) [securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) [securejarhandler-2.1.4.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:520) [?:?] at net.minecraftforge.client.gui.ModListScreen.<init>(ModListScreen.java:100) [forge-1.19.2-43.1.65-universal.jar%23606!/:?] [08:14:35] [Thread-23/ERROR]: An error occurred building event handler java.lang.NullPointerException: Cannot invoke "java.lang.ClassLoader.loadClass(String)" because the return value of "java.lang.Thread.getContextClassLoader()" is null at net.minecraftforge.eventbus.EventSubclassTransformer.buildEvents(EventSubclassTransformer.java:92) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.EventSubclassTransformer.transform(EventSubclassTransformer.java:44) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.EventBusEngine.processClass(EventBusEngine.java:26) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.service.ModLauncherService.processClassWithFlags(ModLauncherService.java:32) ~[eventbus-6.0.3.jar:6.0.3+6.0.3+master.039e4ea9] at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?] at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?] at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?] at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) [securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) [securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) [securejarhandler-2.1.4.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:520) [?:?] at net.minecraftforge.client.gui.ModListScreen.<init>(ModListScreen.java:100) [forge-1.19.2-43.1.65-universal.jar%23606!/:?] [08:14:35] [Thread-23/ERROR]: An error occurred building event handler java.lang.NullPointerException: Cannot invoke "java.lang.ClassLoader.loadClass(String)" because the return value of "java.lang.Thread.getContextClassLoader()" is null at net.minecraftforge.eventbus.EventSubclassTransformer.buildEvents(EventSubclassTransformer.java:92) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.EventSubclassTransformer.transform(EventSubclassTransformer.java:44) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.EventBusEngine.processClass(EventBusEngine.java:26) ~[eventbus-6.0.3.jar:?] at net.minecraftforge.eventbus.service.ModLauncherService.processClassWithFlags(ModLauncherService.java:32) ~[eventbus-6.0.3.jar:6.0.3+6.0.3+master.039e4ea9] at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?] at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?] at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?] at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) [securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) [securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) [securejarhandler-2.1.4.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:520) [?:?] at net.minecraftforge.client.gui.ModListScreen.<init>(ModListScreen.java:100) [forge-1.19.2-43.1.65-universal.jar%23606!/:?] [08:14:35] [Forge Version Check/INFO]: [goblintraders] Found status: BETA Current: 1.8.0 Target: 1.8.0 [08:14:35] [Forge Version Check/INFO]: [pneumaticcraft] Starting version check at https://raw.githubusercontent.com/TeamPneumatic/pnc-repressurized/1.19.2/release_info.json [08:14:36] [Forge Version Check/INFO]: [pneumaticcraft] Found status: AHEAD Current: 1.19.2-4.1.2-9 Target: null [08:14:36] [Forge Version Check/INFO]: [catalogue] Starting version check at https://mrcrayfish.com/modupdatejson?id=catalogue [08:14:36] [Forge Version Check/INFO]: [catalogue] Found status: BETA Current: 1.6.3 Target: null [08:14:36] [Forge Version Check/INFO]: [extradisks] Starting version check at https://assets.melanx.de/updates/extra-disks.json [08:14:36] [Forge Version Check/INFO]: [extradisks] Found status: BETA Current: 1.19.2-2.2.0 Target: 1.19.2-2.2.0 [08:14:36] [Forge Version Check/INFO]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [08:14:36] [Forge Version Check/INFO]: [forge] Found status: AHEAD Current: 43.1.65 Target: null [08:14:36] [Forge Version Check/INFO]: [cofh_core] Starting version check at https://raw.github.com/cofh/version/master/cofh_core/update.json [08:14:37] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:grudbone' referenced from: born_in_chaos_v1:gnawed_bones#facing=north,waterlogged=true: java.io.FileNotFoundException: minecraft:models/grudbone.json [08:14:37] [Worker-Main-5/WARN]: Exception loading blockstate definition: 'steves_vanilla:blockstates/mountain_buds_plant.json' missing model for variant: 'steves_vanilla:mountain_buds_plant#age=6' [08:14:37] [Worker-Main-5/WARN]: Exception loading blockstate definition: 'steves_vanilla:blockstates/mountain_buds_plant.json' missing model for variant: 'steves_vanilla:mountain_buds_plant#age=7' [08:14:37] [Forge Version Check/INFO]: [cofh_core] Found status: AHEAD Current: 10.0.0.29 Target: null [08:14:37] [Forge Version Check/INFO]: [commonality] Starting version check at https://api.modrinth.com/updates/apexcore/forge_updates.json [08:14:38] [Forge Version Check/INFO]: [commonality] Found status: OUTDATED Current: 4.2.1 Target: 7.3.1 [08:14:38] [Forge Version Check/INFO]: [flywheel] Starting version check at https://api.modrinth.com/updates/5lpsZoRi/forge_updates.json [08:14:38] [Forge Version Check/INFO]: [flywheel] Found status: BETA Current: 0.6.7-8 Target: null [08:14:38] [Forge Version Check/INFO]: [sodiumextra] Starting version check at https://api.modrinth.com/updates/rubidium-extra/forge_updates.json [08:14:38] [Forge Version Check/INFO]: [sodiumextra] Found status: UP_TO_DATE Current: 1.19.2-0.4.11.44 Target: null [08:14:38] [Forge Version Check/INFO]: [puzzleslib] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzleslib.json [08:14:38] [Worker-Main-5/WARN]: Exception loading blockstate definition: 'frozenup:blockstates/truffle_cake.json' missing model for variant: 'frozenup:truffle_cake#bites=4' [08:14:38] [Worker-Main-5/WARN]: Exception loading blockstate definition: 'frozenup:blockstates/truffle_cake.json' missing model for variant: 'frozenup:truffle_cake#bites=5' [08:14:38] [Worker-Main-5/WARN]: Exception loading blockstate definition: 'frozenup:blockstates/truffle_cake.json' missing model for variant: 'frozenup:truffle_cake#bites=6' [08:14:38] [Forge Version Check/INFO]: [puzzleslib] Found status: UP_TO_DATE Current: 4.3.12 Target: null [08:14:38] [Forge Version Check/INFO]: [prism] Starting version check at https://mc-update-check.anthonyhilyard.com/638111 [08:14:39] [Forge Version Check/INFO]: [prism] Found status: UP_TO_DATE Current: 1.0.2 Target: null [08:14:39] [Forge Version Check/INFO]: [bookshelf] Starting version check at https://updates.blamejared.com/get?n=bookshelf&gv=1.19.2 [08:14:40] [Forge Version Check/INFO]: [bookshelf] Found status: BETA Current: 16.1.11 Target: 16.1.11 [08:14:40] [Forge Version Check/INFO]: [additionalstructures] Starting version check at https://raw.githubusercontent.com/XxRexRaptorxX/Update-Checker/main/AdditionalStructures.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:item/celeste2a' referenced from: stalwart_dungeons:tungsten_shield#inventory: java.io.FileNotFoundException: minecraft:models/item/celeste2a.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:item/celeste2b' referenced from: stalwart_dungeons:tungsten_shield#inventory: java.io.FileNotFoundException: minecraft:models/item/celeste2b.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:hammer' referenced from: stalwart_dungeons:tungsten_hammer#inventory: java.io.FileNotFoundException: minecraft:models/hammer.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:awfulgun' referenced from: stalwart_dungeons:awful_gun#inventory: java.io.FileNotFoundException: minecraft:models/awfulgun.json [08:14:40] [Forge Version Check/INFO]: [additionalstructures] Found status: UP_TO_DATE Current: 4.0.2 Target: null [08:14:40] [Forge Version Check/INFO]: [twilightforest] Starting version check at https://gh.tamaized.com/TeamTwilight/twilightforest/update.json [08:14:40] [Forge Version Check/INFO]: [twilightforest] Found status: AHEAD Current: 4.2.1468 Target: null [08:14:40] [Forge Version Check/INFO]: [delightful] Starting version check at https://raw.githubusercontent.com/brdle/Delightful/1.19/update/update.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'refinedstorage:cover#inventory' referenced from: refinedstorage:cover#inventory: java.io.FileNotFoundException: refinedstorage:models/item/cover.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'refinedstorage:hollow_cover#inventory' referenced from: refinedstorage:hollow_cover#inventory: java.io.FileNotFoundException: refinedstorage:models/item/hollow_cover.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:staffmagicarrows' referenced from: born_in_chaos_v1:staffof_magic_arrows#inventory: java.io.FileNotFoundException: minecraft:models/staffmagicarrows.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:boncolerstaf' referenced from: born_in_chaos_v1:staffofthe_summoner#inventory: java.io.FileNotFoundException: minecraft:models/boncolerstaf.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:scythe' referenced from: born_in_chaos_v1:nightmare_scythe#inventory: java.io.FileNotFoundException: minecraft:models/scythe.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:topor' referenced from: born_in_chaos_v1:great_reaper_axe#inventory: java.io.FileNotFoundException: minecraft:models/topor.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:molotoc' referenced from: born_in_chaos_v1:skullbreaker_hammer#inventory: java.io.FileNotFoundException: minecraft:models/molotoc.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:hayfork' referenced from: born_in_chaos_v1:trident_hayfork#inventory: java.io.FileNotFoundException: minecraft:models/hayfork.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:pumpkinstaff' referenced from: born_in_chaos_v1:pumpkin_staff#inventory: java.io.FileNotFoundException: minecraft:models/pumpkinstaff.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:soulsaber' referenced from: born_in_chaos_v1:soul_cutlass#inventory: java.io.FileNotFoundException: minecraft:models/soulsaber.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'minecraft:cactem_spear' referenced from: cnb:cactem_spear#inventory: java.io.FileNotFoundException: minecraft:models/cactem_spear.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'enigmaticlegacy:relic_of_testing#inventory' referenced from: enigmaticlegacy:relic_of_testing#inventory: java.io.FileNotFoundException: enigmaticlegacy:models/item/relic_of_testing.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'decorative_blocks:blockstate_copy_item#inventory' referenced from: decorative_blocks:blockstate_copy_item#inventory: java.io.FileNotFoundException: decorative_blocks:models/item/blockstate_copy_item.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'infinitybuttons:blossom_large_button#inventory' referenced from: infinitybuttons:blossom_large_button#inventory: java.io.FileNotFoundException: infinitybuttons:models/item/blossom_large_button.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'infinitybuttons:azalea_large_button#inventory' referenced from: infinitybuttons:azalea_large_button#inventory: java.io.FileNotFoundException: infinitybuttons:models/item/azalea_large_button.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'infinitybuttons:blossom_plank_secret_button#inventory' referenced from: infinitybuttons:blossom_plank_secret_button#inventory: java.io.FileNotFoundException: infinitybuttons:models/item/blossom_plank_secret_button.json [08:14:40] [Worker-Main-5/WARN]: Unable to load model: 'infinitybuttons:azalea_plank_secret_button#inventory' referenced from: infinitybuttons:azalea_plank_secret_button#inventory: java.io.FileNotFoundException: infinitybuttons:models/item/azalea_plank_secret_button.json [08:14:40] [Forge Version Check/INFO]: [delightful] Found status: BETA Current: 3.1.4 Target: null [08:14:40] [Forge Version Check/INFO]: [majruszlib] Starting version check at https://raw.githubusercontent.com/Majrusz/MajruszLibrary/1.19.X/update.json [08:14:40] [Worker-Main-5/INFO]: Dispatching Module Step REIGSTER_ADDITIONAL_MODELS [08:14:41] [Worker-Main-5/WARN]: Unable to load model: 'supplementaries:blocks/wall_lanterns/wall_lantern_gold' referenced from: supplementaries:blocks/wall_lanterns/wall_lantern_gold: java.io.FileNotFoundException: supplementaries:models/blocks/wall_lanterns/wall_lantern_gold.json [08:14:41] [Worker-Main-5/WARN]: Unable to load model: 'supplementaries:blocks/wall_lanterns/wall_lantern_copper' referenced from: supplementaries:blocks/wall_lanterns/wall_lantern_copper: java.io.FileNotFoundException: supplementaries:models/blocks/wall_lanterns/wall_lantern_copper.json [08:14:41] [Worker-Main-5/WARN]: Unable to load model: 'supplementaries:blocks/wall_lanterns/wall_lantern_brass' referenced from: supplementaries:blocks/wall_lanterns/wall_lantern_brass: java.io.FileNotFoundException: supplementaries:models/blocks/wall_lanterns/wall_lantern_brass.json [08:14:41] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:41] [Worker-Main-5/WARN]: Found 'parent' loop while loading model 'minecraft:block/sculk_zombie' in chain: minecraft:block/sculk_zombie -> minecraft:block/sculk_zombie [08:14:41] [Forge Version Check/INFO]: [majruszlib] Found status: OUTDATED Current: 2.17.0 Target: 2.18.0 [08:14:41] [Forge Version Check/INFO]: [majruszsaccessories] Starting version check at https://raw.githubusercontent.com/Majrusz/MajruszsAccessories/1.19.X/update.json [08:14:41] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:41] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:41] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:41] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:41] [Forge Version Check/INFO]: [majruszsaccessories] Found status: UP_TO_DATE Current: 1.1.0 Target: null [08:14:41] [Forge Version Check/INFO]: [easymagic] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/easymagic.json [08:14:41] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:41] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:41] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:41] [Forge Version Check/INFO]: [easymagic] Found status: AHEAD Current: 4.3.2 Target: null [08:14:41] [Forge Version Check/INFO]: [ensorcellation] Starting version check at https://raw.github.com/cofh/version/master/ensorcellation/update.json [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Forge Version Check/INFO]: [ensorcellation] Found status: AHEAD Current: 4.0.0.12 Target: null [08:14:42] [Forge Version Check/INFO]: [merchantmarkers] Starting version check at https://mc-update-check.anthonyhilyard.com/549275 [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:42] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Forge Version Check/INFO]: [merchantmarkers] Found status: UP_TO_DATE Current: 1.3.0 Target: null [08:14:43] [Forge Version Check/INFO]: [goldenhopper] Starting version check at https://mrcrayfish.com/modupdatejson?id=goldenhopper [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Forge Version Check/INFO]: [goldenhopper] Found status: BETA Current: 1.2.8 Target: null [08:14:43] [Forge Version Check/INFO]: [clumps] Starting version check at https://updates.blamejared.com/get?n=clumps&gv=1.19.2 [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:43] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Forge Version Check/INFO]: [clumps] Found status: BETA Current: 9.0.0+11 Target: 9.0.0+11 [08:14:44] [Forge Version Check/INFO]: [storagenetwork] Starting version check at https://raw.githubusercontent.com/Lothrazar/Storage-Network/trunk/1.19/update.json [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/large_fern_bottom [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Forge Version Check/INFO]: [storagenetwork] Found status: BETA Current: 1.19-1.6.4 Target: null [08:14:44] [Forge Version Check/INFO]: [configured] Starting version check at https://mrcrayfish.com/modupdatejson?id=configured [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/peony_bottom [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:44] [Forge Version Check/INFO]: [configured] Found status: BETA Current: 2.0.1 Target: 2.0.1 [08:14:44] [Forge Version Check/INFO]: [scuba_gear] Starting version check at http://changelogs.moddinglegacy.com/scuba-gear.json [08:14:44] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in create:block/fake_track [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Forge Version Check/INFO]: [scuba_gear] Found status: BETA Current: 1.0.5 Target: null [08:14:45] [Forge Version Check/INFO]: [enchdesc] Starting version check at https://updates.blamejared.com/get?n=enchdesc&gv=1.19.2 [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:45] [Forge Version Check/INFO]: [enchdesc] Found status: BETA_OUTDATED Current: 13.0.3 Target: 13.0.10 [08:14:45] [Forge Version Check/INFO]: [moonlight] Starting version check at https://raw.githubusercontent.com/MehVahdJukaar/Moonlight/master/forge/update.json [08:14:45] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Forge Version Check/WARN]: Failed to process update information com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $ at com.google.gson.Gson.fromJson(Gson.java:975) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:928) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:877) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:848) ~[gson-2.8.9.jar%23121!/:?] at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:183) ~[fmlcore-1.19.2-43.1.65.jar%23602!/:?] at java.lang.Iterable.forEach(Iterable.java:75) [?:?] at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:114) [fmlcore-1.19.2-43.1.65.jar%23602!/:?] Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $ at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:384) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:963) ~[gson-2.8.9.jar%23121!/:?] ... 6 more [08:14:46] [Forge Version Check/INFO]: [iceberg] Starting version check at https://mc-update-check.anthonyhilyard.com/520110 [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/rose_bush_bottom [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:46] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/lilac_bottom [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:47] [Forge Version Check/INFO]: [iceberg] Found status: UP_TO_DATE Current: 1.0.49 Target: null [08:14:47] [Forge Version Check/INFO]: [diagonalfences] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/diagonalfences.json [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:47] [Forge Version Check/INFO]: [diagonalfences] Found status: UP_TO_DATE Current: 4.2.3 Target: null [08:14:47] [Forge Version Check/INFO]: [inventoryhud] Starting version check at https://raw.githubusercontent.com/DmitryLovin/pluginUpdate/master/invupdate.json [08:14:47] [Forge Version Check/INFO]: [inventoryhud] Found status: BETA Current: 3.4.6 Target: null [08:14:47] [Forge Version Check/INFO]: [bettertridents] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/bettertridents.json [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:47] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Forge Version Check/INFO]: [bettertridents] Found status: UP_TO_DATE Current: 4.0.1 Target: null [08:14:48] [Forge Version Check/INFO]: [apexcore] Starting version check at https://api.modrinth.com/updates/apexcore/forge_updates.json [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Forge Version Check/INFO]: [apexcore] Found status: UP_TO_DATE Current: 7.3.1 Target: null [08:14:48] [Forge Version Check/INFO]: [fantasyfurniture] Starting version check at https://api.modrinth.com/updates/fantasy-furniture/forge_updates.json [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Forge Version Check/INFO]: [fantasyfurniture] Found status: UP_TO_DATE Current: 6.6.1 Target: null [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:48] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:49] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:49] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:49] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in create:block/fake_track [08:14:49] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:49] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:49] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:49] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:49] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:49] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:49] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:49] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/tall_grass_bottom [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:50] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/tall_seagrass_bottom [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:51] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:block/chorus_leaf [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:block/chorus_fruit_small [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #air in minecraft:block/air [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:block/cake_slice3 [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/crimson_sign [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in forbidden_arcanus:block/magical_farmland [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #side in forbidden_arcanus:block/magical_farmland [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in forbidden_arcanus:block/magical_farmland_moist [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #side in forbidden_arcanus:block/magical_farmland_moist [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/smoker [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:block/cake_slice1 [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/oak_sign [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in twilightforest:item/uberous_soil [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #side in twilightforest:item/uberous_soil [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:block/cake_slice5 [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in sereneseasons:block/season_sensor_spring [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in sereneseasons:block/season_sensor_autumn [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in sereneseasons:block/season_sensor_summer [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in sereneseasons:block/season_sensor_winter [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in twilightforest:block/uberous_soil [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #side in twilightforest:block/uberous_soil [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:block/smoker [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in supplementaries:block/raked_gravel_corner [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #side in supplementaries:block/raked_gravel_corner [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #air in minecraft:block/small_dripleaf_bottom [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in farmersdelight:item/rich_soil_farmland [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #side in farmersdelight:item/rich_soil_farmland [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in delightful:item/cantaloupe [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in delightful:block/cantaloupe [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #air in minecraft:block/large_fern_bottom [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:block/cake_slice2 [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in supplementaries:block/raked_gravel [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #side in supplementaries:block/raked_gravel [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:block/cake_slice4 [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:block/chorus_flower_dead [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in farmersdelight:block/rich_soil_farmland [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #side in farmersdelight:block/rich_soil_farmland [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #air in minecraft:block/peony_bottom [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #air in create:block/fake_track [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in relics:block/researching_table [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in relics:item/researching_table [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in sereneseasons:item/season_sensor [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in cataclysm:item/infernal_forge [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/mangrove_sign [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/crossbow_arrow [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #air in minecraft:block/rose_bush_bottom [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/spruce_sign [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/jungle_sign [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #air in minecraft:block/lilac_bottom [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/birch_sign [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/filled_map [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #air in minecraft:block/tall_grass_bottom [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/acacia_sign [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/dark_oak_sign [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #air in minecraft:block/tall_seagrass_bottom [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #missing in minecraft:item/warped_sign [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in supplementaries:item/raked_gravel [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #side in supplementaries:item/raked_gravel [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #bottom in forbidden_arcanus:item/magical_farmland [08:14:52] [Worker-Main-5/WARN]: Unable to resolve texture reference: #side in forbidden_arcanus:item/magical_farmland [08:14:52] [Worker-Main-5/INFO]: Dispatching Module Step TEXTURE_STITCH [08:14:53] [Worker-Main-6/ERROR]: Using missing texture, file buzzier_bees:textures/block/soul_candle_lit.png not found [08:14:53] [Worker-Main-1/ERROR]: Using missing texture, file supplementaries:textures/items/sconce_nether_brass.png not found [08:14:53] [Worker-Main-4/ERROR]: Using missing texture, file minecraft:textures/egg.png not found [08:14:53] [Worker-Main-7/ERROR]: Using missing texture, file relics:textures/items/amphibian_boot_broken.png not found [08:14:54] [Worker-Main-3/ERROR]: Using missing texture, file supplementaries:textures/blocks/sconce_nether_brass.png not found [08:14:54] [Worker-Main-6/ERROR]: Using missing texture, file immersive_weathering:textures/block/twilightforest/heavy_beanstalk_leaf_pile.png not found [08:14:54] [Worker-Main-4/ERROR]: Using missing texture, file buzzier_bees:textures/block/soul_candle.png not found [08:14:54] [Worker-Main-7/ERROR]: Using missing texture, file supplementaries:textures/blocks/sconce_fire_nether_brass.png not found [08:14:54] [Worker-Main-6/ERROR]: Using missing texture, file immersive_weathering:textures/block/twilightforest/heavy_thorn_leaf_pile.png not found [08:14:55] [Worker-Main-3/ERROR]: Using missing texture, file blocky_siege:textures/items/explosive_barrel_item.png not found [08:14:55] [Worker-Main-1/ERROR]: Using missing texture, file relics:textures/items/roller_skates_broken.png not found [08:14:55] [Worker-Main-3/ERROR]: Using missing texture, file dungeonsweaponry:textures/items/cutlass.png not found [08:14:56] [Worker-Main-1/ERROR]: Using missing texture, file relics:textures/items/aqua_walker_broken.png not found [08:14:56] [Worker-Main-5/WARN]: Texture minecraft:block/soul_torch_flame with size 8x8 limits mip level from 4 to 3 [08:14:56] [Worker-Main-5/WARN]: Texture dungeonsweaponry:item/glaive with size 223x231 limits mip level from 3 to 0 [08:14:58] [Worker-Main-4/WARN]: Unused frames in sprite minecraft:block/chiseled_sandstone: [7] [08:14:59] [Worker-Main-3/WARN]: Unused frames in sprite refinedstorage:block/destructor/cutouts/connected: [20, 21, 22, 23] [08:14:59] [Worker-Main-4/WARN]: Unused frames in sprite minecraft:block/end_portal_frame_eye_2: [2] [08:14:59] [Worker-Main-4/WARN]: Unused frames in sprite minecraft:block/end_portal_frame_eye_4: [3, 4, 5, 6, 7] [08:14:59] [Worker-Main-4/WARN]: Unused frames in sprite minecraft:block/end_portal_frame_eye_5: [4, 6] [08:15:00] [Worker-Main-1/WARN]: Unused frames in sprite enigmaticlegacy:blocks/etherium_block: [5] [08:15:00] [Worker-Main-7/WARN]: Unused frames in sprite minecraft:item/suspicious_stew: [0] [08:15:00] [Worker-Main-7/WARN]: Invalid frame index on sprite relics:items/aqua_walker_0 frame 8: 8 [08:15:00] [Worker-Main-4/WARN]: Invalid frame index on sprite relics:items/aqua_walker_2 frame 8: 8 [08:15:00] [Worker-Main-2/WARN]: Invalid frame index on sprite relics:items/aqua_walker_3 frame 8: 8 [08:15:00] [Worker-Main-6/WARN]: Invalid frame index on sprite relics:items/aqua_walker_1 frame 8: 8 [08:15:00] [Worker-Main-6/WARN]: Invalid frame index on sprite relics:items/aqua_walker_1 frame 9: 9 [08:15:00] [Worker-Main-2/WARN]: Invalid frame index on sprite relics:items/aqua_walker_3 frame 9: 9 [08:15:00] [Worker-Main-4/WARN]: Invalid frame index on sprite relics:items/aqua_walker_2 frame 9: 9 [08:15:00] [Worker-Main-7/WARN]: Invalid frame index on sprite relics:items/aqua_walker_0 frame 9: 9 [08:15:00] [Worker-Main-2/WARN]: Unused frames in sprite relics:items/elytra_booster_0: [15] [08:15:00] [Worker-Main-1/WARN]: Unused frames in sprite enigmaticlegacy:items/fabulous_scroll: [3, 4, 5] [08:15:00] [Worker-Main-5/INFO]: Dispatching Module Step TEXTURE_STITCH [08:15:00] [Worker-Main-5/INFO]: Dispatching Module Step TEXTURE_STITCH [08:15:00] [Worker-Main-1/ERROR]: Using missing texture, file supplementaries:textures/entity/flags/twilightforest/snow_queen.png not found [08:15:00] [Worker-Main-7/ERROR]: Using missing texture, file supplementaries:textures/entity/flags/alexsmobs/brazil.png not found [08:15:00] [Worker-Main-6/ERROR]: Using missing texture, file supplementaries:textures/entity/flags/twilightforest/alpha_yeti.png not found [08:15:00] [Worker-Main-4/ERROR]: Using missing texture, file supplementaries:textures/entity/flags/twilightforest/knight_phantom.png not found [08:15:00] [Worker-Main-3/ERROR]: Using missing texture, file supplementaries:textures/entity/flags/twilightforest/quest_ram.png not found [08:15:00] [Worker-Main-6/ERROR]: Using missing texture, file supplementaries:textures/entity/flags/twilightforest/minoshroom.png not found [08:15:00] [Worker-Main-6/ERROR]: Using missing texture, file supplementaries:textures/entity/flags/twilightforest/hydra.png not found [08:15:00] [Worker-Main-7/ERROR]: Using missing texture, file supplementaries:textures/entity/flags/twilightforest/ur_ghast.png not found [08:15:00] [Worker-Main-2/ERROR]: Using missing texture, file supplementaries:textures/entity/flags/twilightforest/naga.png not found [08:15:00] [Worker-Main-1/ERROR]: Using missing texture, file supplementaries:textures/entity/flags/twilightforest/lich.png not found [08:15:00] [Worker-Main-5/INFO]: Dispatching Module Step TEXTURE_STITCH [08:15:00] [Worker-Main-5/INFO]: Dispatching Module Step TEXTURE_STITCH [08:15:00] [Worker-Main-5/INFO]: Dispatching Module Step TEXTURE_STITCH [08:15:00] [Worker-Main-5/INFO]: Dispatching Module Step TEXTURE_STITCH [08:15:01] [Render thread/INFO]: Painting transparency set to: true [08:15:01] [Render thread/INFO]: Item Frame transparency set to: true [08:15:01] [Render thread/INFO]: Beacon Beam transparency set to: false [08:15:01] [Render thread/INFO]: Loaded all shader sources. [08:15:01] [Worker-Main-5/INFO]: Gobber IMC setup complete [08:15:01] [Worker-Main-5/INFO]: Sending messages to Curios API... [08:15:01] [Worker-Main-5/INFO]: RingOfRepair IMC [] [08:15:01] [Worker-Main-2/INFO]: Initializing load completion phase... [08:15:01] [Worker-Main-2/INFO]: Registering brewing recipes... [08:15:01] [Worker-Main-5/INFO]: Trying to read spawn table from config [08:15:01] [Worker-Main-4/INFO]: Dispatching Module Step LOAD_COMPLETE [08:15:01] [Worker-Main-7/INFO]: Applying mega torch entity block list overrides... [08:15:01] [Worker-Main-7/INFO]: Applying dread lamp entity block list overrides... [08:15:01] [Worker-Main-5/INFO]: Loaded entity minecraft:zombie-30-0-20 as entity.minecraft.zombie with weight 30, min day 0 and max day 20 [08:15:01] [Worker-Main-5/INFO]: Loaded entity minecraft:zombie_villager-3-0-20 as entity.minecraft.zombie_villager with weight 3, min day 0 and max day 20 [08:15:01] [Worker-Main-5/INFO]: Loaded entity minecraft:husk-30-30-0 as entity.minecraft.husk with weight 30, min day 30 and max day 0 [08:15:01] [Worker-Main-5/INFO]: Loaded entity minecraft:drowned{HandItems:[{id:trident,Count:1}]}-1-30-0 as entity.minecraft.drowned with weight 1, min day 30 and max day 0 [08:15:01] [Worker-Main-1/INFO]: Start loading plugin at de.maxhenkel.corpse.integration.waila.PluginCorpse [08:15:01] [Worker-Main-5/INFO]: Trying to read conversion table from config [08:15:01] [Worker-Main-5/INFO]: Loaded conversion minecraft:horse-65-minecraft:zombie_horse as entity.minecraft.horse with infection chance 65, and converts to entity.minecraft.zombie_horse [08:15:01] [Worker-Main-1/INFO]: Start loading plugin at snownee.jade.addon.create.CreatePlugin [08:15:01] [Worker-Main-1/INFO]: Start loading plugin at me.desht.pneumaticcraft.common.thirdparty.waila.WailaRegistration [08:15:01] [Worker-Main-1/INFO]: Start loading plugin at twilightforest.compat.jade.JadeCompat [08:15:01] [Worker-Main-1/INFO]: Start loading plugin at snownee.jade.addon.vanilla.VanillaPlugin [08:15:01] [Worker-Main-1/INFO]: Start loading plugin at snownee.jade.addon.universal.UniversalPlugin [08:15:01] [Worker-Main-1/INFO]: Start loading plugin at snownee.jade.addon.core.CorePlugin [08:15:02] [Worker-Main-2/INFO]: Successfully fetched the list of devoted believers from Enigmatic Legacy's repository. [08:15:02] [Worker-Main-2/INFO]: Successfully backed up the list of devoted believers. [08:15:02] [Worker-Main-2/INFO]: Believer: ObsidianFlight, UUID: 0cf25168-1b5a-4ac9-90eb-45bb20b0afab [08:15:02] [Worker-Main-2/INFO]: Believer: Naoro, UUID: 7a195143-a6cd-4efb-8e57-deac4b7636d7 [08:15:02] [Worker-Main-2/INFO]: Believer: Alexsist, UUID: b77d12d4-627f-47d3-965a-74e4f41854cc [08:15:02] [Worker-Main-2/INFO]: Believer: millie, UUID: f4fac73a-0ada-4e50-bbed-61b06f1a4d18 [08:15:02] [Worker-Main-2/INFO]: Believer: Tar, UUID: 9a5fa717-4d45-47f3-95bf-b3bb928f654e [08:15:02] [Worker-Main-2/INFO]: Believer: Strgnv, UUID: 93f46b5e-3f96-4bde-9de9-96e7210441f9 [08:15:02] [Worker-Main-2/INFO]: Believer: SoulRacer65, UUID: a9ca1491-c6b2-4502-a585-94336fb07e75 [08:15:02] [Worker-Main-2/INFO]: Believer: legitch, UUID: 64906813-adac-4aa9-8ac9-f25dbb677102 [08:15:02] [Worker-Main-2/INFO]: Believer: TheOutlander, UUID: 9c22cd32-4dff-42b9-946c-69548781f894 [08:15:02] [Worker-Main-2/INFO]: Believer: (Ne)TyMVS, UUID: ac159e63-a757-4f7d-8c2c-73469a715ff3 [08:15:02] [Worker-Main-2/INFO]: Believer: solmortis, UUID: f6dbd5e9-701c-4c76-8a48-0ba4b687c76d [08:15:02] [Worker-Main-2/INFO]: Believer: Crobee, UUID: ed207d6d-0bec-4e0b-9674-d8455f017441 [08:15:02] [Worker-Main-2/INFO]: Believer: AbsorbingSafe11, UUID: 343ad979-87b7-4dfa-88b8-3f3fdc2e00ab [08:15:02] [Worker-Main-2/INFO]: Believer: Stygian, UUID: f6c7001f-4ce8-43f7-b4a1-a9d9d5fadb93 [08:15:02] [Worker-Main-2/INFO]: Believer: Exlor, UUID: d45f7a78-513c-43ed-b2f7-6447a92ddaf2 [08:15:02] [Worker-Main-2/INFO]: Believer: PikachuGabe0, UUID: ca7b21a6-76a5-4ea6-af48-b90f66e4f2b1 [08:15:02] [Worker-Main-2/INFO]: Believer: IaruEmbyr, UUID: 97b38aa9-8c8b-4b50-8b69-f71db9a5c2d3 [08:15:02] [Worker-Main-2/INFO]: Believer: Purifier, UUID: 58c97c29-2c25-4320-a1d2-8e5651de506b [08:15:02] [Worker-Main-2/INFO]: Believer: Sam/Barker, UUID: 0179c9aa-12c8-423c-bf96-d53c9ed479dd [08:15:02] [Worker-Main-2/INFO]: Believer: Ciege, UUID: 48b866bf-a574-4a10-b7bd-2d83d056452d [08:15:02] [Worker-Main-2/INFO]: Believer: Solbaify, UUID: 5679a7e1-29f4-4bdc-bd60-5f642d95ad68 [08:15:02] [Worker-Main-2/INFO]: Believer: Ozzi, UUID: 7d52df8b-963d-45c2-9c8a-aa7f20ae0659 [08:15:02] [Worker-Main-2/INFO]: Believer: Arix, UUID: c13feccd-e582-4ae1-aee7-35e8acf7e9e1 [08:15:02] [Worker-Main-2/INFO]: Believer: Nechronom, UUID: 84b933b8-9688-4021-a039-eed55c985548 [08:15:02] [Worker-Main-2/INFO]: Believer: Thauma, UUID: facc8bc4-a623-47dc-af89-ba979ac159b5 [08:15:02] [Worker-Main-2/INFO]: Believer: Azure, UUID: 4aeb4bcc-e4b3-4851-9c1f-13d41ad7f37c [08:15:02] [Worker-Main-2/INFO]: Believer: PixelVoxel, UUID: f9e9d0d6-eb43-46db-ae6e-b0950668c06d [08:15:02] [Worker-Main-2/INFO]: Believer: Izures, UUID: 4c2145c9-be1a-4ae4-bb9f-0003bd221a98 [08:15:02] [Worker-Main-2/INFO]: Believer: 0thLaw, UUID: a4ef9810-6c0b-45a6-9895-6bbebc70e001 [08:15:02] [Worker-Main-2/INFO]: Believer: GrekvarZikurah, UUID: f251c109-8214-4882-b0b4-332441843a50 [08:15:02] [Worker-Main-2/INFO]: Believer: Nexus, UUID: 08e81c68-0a2f-4625-882b-ddcf3c86e351 [08:15:02] [Worker-Main-2/INFO]: Believer: MasterGentar, UUID: 86a110be-dc85-4d2c-82d3-3669cb61db8f [08:15:02] [Worker-Main-2/INFO]: Believer: probablyastar, UUID: 8f0f3658-5644-4f21-b5ea-324153338d87 [08:15:02] [Worker-Main-2/INFO]: Believer: Sebaty5, UUID: c6dd33f1-e851-40b4-840d-6af5ebe4ea3b [08:15:02] [Worker-Main-2/INFO]: Believer: YesPyro, UUID: 82a617a0-56fe-4ead-82d4-9d968ca7c777 [08:15:02] [Worker-Main-2/INFO]: Believer: MarceDev, UUID: 24b26788-1ce6-44a6-a4df-45202850a9ef [08:15:02] [Worker-Main-2/INFO]: Believer: Xathanon, UUID: 806dc0b8-7d90-4776-b870-37fda466a13f [08:15:02] [Worker-Main-2/INFO]: Believer: Jusey1, UUID: 5f311b1c-8557-42cc-9c33-3605ea8f524f [08:15:02] [Worker-Main-2/INFO]: Believer: swagfredbear27, UUID: c98b3962-3ea9-47f8-820d-134ce2691af0 [08:15:02] [Worker-Main-2/INFO]: Believer: CrazyHamburger, UUID: 57282a53-522e-4f8c-9f44-19d2068668d7 [08:15:02] [Worker-Main-2/INFO]: Believer: UwUent, UUID: 43124493-b135-4467-8460-f04e7e845b63 [08:15:02] [Worker-Main-2/INFO]: Believer: angelman, UUID: 85efda35-7bc1-48c5-a392-f3c23047212f [08:15:02] [Worker-Main-2/INFO]: Believer: Madis0, UUID: 581a3f25-db2c-4e52-9823-62e9e4730daa [08:15:02] [Worker-Main-2/INFO]: Believer: Snow_guy864335, UUID: a4fa93e5-c243-4b7b-b69a-6943152a5d2d [08:15:02] [Worker-Main-2/INFO]: Load completion phase finished successfully [08:15:02] [Render thread/INFO]: Successfully loaded config provider: com.mrcrayfish.configured.impl.forge.ForgeConfigProvider [08:15:02] [Render thread/INFO]: Successfully loaded config provider: com.mrcrayfish.configured.impl.simple.SimpleConfigProvider [08:15:02] [Render thread/INFO]: Successfully loaded config provider: com.anthonyhilyard.iceberg.compat.configured.IcebergConfigProvider [08:15:02] [Render thread/INFO]: Creating config GUI factories... [08:15:02] [Render thread/INFO]: Registering config factory for mod maenchants. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod betterdungeons. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod easyanvils. Found 3 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod alexsmobs. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod majruszsdifficulty. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod apoli. Found 3 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod cardboardboxes. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod guardvillagers. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod pickupnotifier. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod hordes. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod jeresources. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod paraglider. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod refinedstorage. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod corpse. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod advancementplaques. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod torchmaster. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod repurposed_structures. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod ob_aquamirae. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod combat_music. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod curios. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod origins. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod levelhearts. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod fastleafdecay. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod bettermineshafts. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod jei. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod nameless_trinkets. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod visualworkbench. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod pehkui. Found 3 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod goblintraders. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod immersive_weathering. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod sereneseasons. Found 3 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod compactmachines. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod pneumaticcraft. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod cofh_core. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod extradisks. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod forge. Found 3 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod ding. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod calio. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod farmersrespite. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod flywheel. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod ecologics. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod world_pre_generator. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod effective_fg. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod appleskin. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod modernui. Found 3 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod cosmeticarmorreworked. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod delightful. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod responsiveshields. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod betterwitchhuts. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod dungeonsartifacts. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod betteroceanmonuments. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod sophisticatedcore. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod jrftl. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod citadel. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod sophisticatedbackpacks. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod takesapillage. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod additionalstructures. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod carryon. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod twilightforest. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod rsinfinitybooster. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod farmersdelight. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod cataclysm. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod patchouli. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod collective. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod simplehats. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod woodworks. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod inventoryactions. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod betterthirdperson. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod elevatorid. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod betterstrongholds. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod spirit. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod darkmodeeverywhere. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod betteradvancements. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod majruszsaccessories. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod berry_good. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod snad. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod easymagic. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod callablehorses. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod obscure_api. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod ensorcellation. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod merchantmarkers. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod numismaticoverhaul. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod artifacts. Found 3 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod configured. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod decorative_blocks. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod betterdeserttemples. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod toastcontrol. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod blueprint. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod travelerstitles. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod scuba_gear. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod forbidden_arcanus. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod rottencreatures. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod diagonalfences. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod bettertridents. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod creeperoverhaul. Found 2 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod mobcatcher. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod armorsoundtweak. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod refinedstorageaddons. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod valhelsia_core. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod overloadedarmorbar. Found 1 config(s) [08:15:02] [Render thread/INFO]: Registering config factory for mod createaddition. Found 1 config(s) [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:02] [modloading-worker-0/ERROR]: Entity goodall:krill has no attributes [08:15:15] [Render thread/WARN]: Skipped language file: owo:lang/en_us.json (com.google.gson.JsonSyntaxException: Expected text.owo.config.applies_after_restart to be a string, was an array ([{"t..."}])) [08:15:15] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play [08:15:15] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [08:15:15] [Render thread/WARN]: Missing sound for event: supplementaries:item.wrench.hit [08:15:15] [Render thread/WARN]: Missing sound for event: tameablebeasts:entity.scarecrow_allay.scarecrow_hurt [08:15:15] [Render thread/WARN]: Missing sound for event: cataclysm:ignisshieldbreak [08:15:16] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Headphones (Realtek(R) Audio) [08:15:16] [Render thread/INFO]: Initializing Sound Physics [08:15:16] [Render thread/INFO]: EFX Extension recognized [08:15:16] [Render thread/INFO]: Max auxiliary sends: 4 [08:15:16] [Render thread/INFO]: Aux slot 1 created [08:15:16] [Render thread/INFO]: Aux slot 2 created [08:15:16] [Render thread/INFO]: Aux slot 3 created [08:15:16] [Render thread/INFO]: Aux slot 4 created [08:15:16] [Render thread/INFO]: EFX ready [08:15:16] [Render thread/INFO]: Sound engine started [08:15:16] [Render thread/INFO]: Reloaded glyph manager [08:15:16] [Render thread/INFO]: Reloaded text layout engine, res level: 2.0 to 2.0, locale: en_US, layout RTL: false [08:15:16] [Render thread/INFO]: Endimation Loader has loaded 1 endimations [08:15:16] [Render thread/INFO]: Created: 4096x4096x4 minecraft:textures/atlas/blocks.png-atlas [08:15:16] [Render thread/INFO]: Dispatching Module Step POST_TEXTURE_STITCH [08:15:16] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/signs.png-atlas [08:15:16] [Render thread/INFO]: Dispatching Module Step POST_TEXTURE_STITCH [08:15:16] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas [08:15:16] [Render thread/INFO]: Dispatching Module Step POST_TEXTURE_STITCH [08:15:16] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas [08:15:16] [Render thread/INFO]: Dispatching Module Step POST_TEXTURE_STITCH [08:15:16] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/chest.png-atlas [08:15:16] [Render thread/INFO]: Dispatching Module Step POST_TEXTURE_STITCH [08:15:16] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas [08:15:16] [Render thread/INFO]: Dispatching Module Step POST_TEXTURE_STITCH [08:15:16] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas [08:15:16] [Render thread/INFO]: Dispatching Module Step POST_TEXTURE_STITCH [08:15:16] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:15:16] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/air [08:15:18] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:15:19] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/large_fern_bottom [08:15:20] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/peony_bottom [08:15:20] [Render thread/WARN]: Model "rottencreatures:spear#inventory" is using the deprecated loader "forge:separate-perspective" instead of "forge:separate_transforms". This loader will be removed in 1.20. [08:15:20] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in create:block/fake_track [08:15:21] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:15:21] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:15:21] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/small_dripleaf_bottom [08:15:22] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/rose_bush_bottom [08:15:23] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/lilac_bottom [08:15:26] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/tall_grass_bottom [08:15:27] [Render thread/WARN]: Unable to resolve texture due to reference chain air->air in minecraft:block/tall_seagrass_bottom [08:15:29] [Render thread/INFO]: Dispatching Module Step MODEL_BAKE [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to minecraft:creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to duckling:duck, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to duckling:quackling, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to tameablebeasts:tameable_racoon, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to tameablebeasts:tameable_penguin, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to tameablebeasts:tameable_chikote, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to tameablebeasts:scarecrow_allay, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to tameablebeasts:tameable_beetle, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to tameablebeasts:quetzalcoatlus, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to tameablebeasts:tameable_teeth, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to tameablebeasts:giant_grasshopper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to tameablebeasts:tameable_ground_beetle, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to tameablebeasts:giant_roly_poly, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:snail, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:bear, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:butterfly, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:firefly, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:snake, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:coral_snake, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:rattlesnake, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:deer, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:bluejay, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:canary, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:cardinal, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:robin, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:caterpillar, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:rhino, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:lion, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:elephant, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:giraffe, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:hippo, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:vulture, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to naturalist:boar, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to kiwiboi:kiwi, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to twilightforest:plateau_boss, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to twilightforest:roving_cube, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to cnb:little_grebe, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to cnb:lizard, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to cnb:lilytad, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to cnb:sporeling, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to cnb:minipad, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to cnb:end_whale, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to cnb:cactem, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to cnb:yeti, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to cnb:cindershell, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to crittersandcompanions:dragonfly, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to crittersandcompanions:dumbo_octopus, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to crittersandcompanions:ferret, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to crittersandcompanions:koi_fish, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to crittersandcompanions:leaf_insect, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to crittersandcompanions:otter, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to crittersandcompanions:red_panda, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to crittersandcompanions:sea_bunny, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:rhino, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:dumbo_octopus, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:pelican, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:fennec_fox, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:kiwi, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:manatee, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:seal, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:deer, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:flamingo, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:songbird, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:toucan, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to goodall:tortoise, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:jungle_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:bamboo_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:desert_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:badlands_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:hills_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:savannah_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:mushroom_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:swamp_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:dripstone_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:cave_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:dark_oak_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:spruce_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:beach_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/WARN]: Could not apply rainbow color layer to creeperoverhaul:snowy_creeper, has custom renderer that is not LivingEntityRenderer. [08:15:30] [Render thread/INFO]: Dispatching Module Step MODEL_LAYERS [08:15:31] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. [08:15:31] [Render thread/WARN]: Shader cofh_core:particle_over could not find sampler named Sampler2 in the specified shader program. [08:15:31] [Render thread/WARN]: Shader cofh_core:particle_add could not find sampler named Sampler2 in the specified shader program. [08:15:31] [Render thread/WARN]: Shader cofh_core:particle_screen could not find sampler named Sampler2 in the specified shader program. [08:15:31] [Render thread/WARN]: Shader rendertype_entity_corrupted could not find uniform named ColorModulator in the specified shader program. [08:15:31] [Render thread/WARN]: Shader rendertype_entity_corrupted could not find uniform named FogStart in the specified shader program. [08:15:31] [Render thread/WARN]: Shader rendertype_entity_corrupted could not find uniform named FogEnd in the specified shader program. [08:15:31] [Render thread/WARN]: Shader rendertype_entity_corrupted could not find uniform named FogColor in the specified shader program. [08:15:31] [Render thread/INFO]: Registered shader darkmodeeverywhere:perfect_dark [08:15:31] [Render thread/INFO]: Registered shader darkmodeeverywhere:less_perfect_dark [08:15:31] [Render thread/INFO]: Registered shader darkmodeeverywhere:toasted_light [08:15:31] [Render thread/WARN]: Shader forbidden_arcanus:rendertype_entity_fullbright_cutout could not find sampler named Sampler1 in the specified shader program. [08:15:31] [Render thread/WARN]: Shader forbidden_arcanus:rendertype_entity_fullbright_cutout could not find sampler named Sampler2 in the specified shader program. [08:15:31] [Render thread/WARN]: Shader forbidden_arcanus:rendertype_entity_fullbright_cutout could not find uniform named FogColor in the specified shader program. [08:15:31] [Render thread/WARN]: Shader forbidden_arcanus:rendertype_entity_fullbright_translucent could not find sampler named Sampler1 in the specified shader program. [08:15:31] [Render thread/WARN]: Shader forbidden_arcanus:rendertype_entity_fullbright_translucent could not find sampler named Sampler2 in the specified shader program. [08:15:31] [Render thread/WARN]: Shader forbidden_arcanus:rendertype_entity_fullbright_translucent could not find uniform named FogColor in the specified shader program. [08:15:31] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/particles.png-atlas [08:15:31] [Render thread/INFO]: Dispatching Module Step POST_TEXTURE_STITCH [08:15:31] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/paintings.png-atlas [08:15:31] [Render thread/INFO]: Dispatching Module Step POST_TEXTURE_STITCH [08:15:31] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/mob_effects.png-atlas [08:15:31] [Render thread/INFO]: Dispatching Module Step POST_TEXTURE_STITCH [08:15:31] [Render thread/INFO]: Created: 256x256x0 jei:textures/atlas/gui.png-atlas [08:15:31] [Render thread/INFO]: Dispatching Module Step POST_TEXTURE_STITCH [08:15:31] [Render thread/INFO]: Loaded OpenGL canvas shaders [08:15:31] [Render thread/INFO]: Successfully reloaded the world map shaders! [08:15:31] [Render thread/INFO]: BookContentResourceListenerLoader preloaded 228 jsons [08:15:31] [Render thread/INFO]: Not reloading resource pack-based books as client world is missing [08:15:31] [Render thread/INFO]: Successfully reloaded the minimap shaders! [08:15:31] [Render thread/INFO]: Blueprint Splash Manager has loaded 0 splashes [08:15:31] [Render thread/INFO]: Loaded AmbientEngine 'basic' v2.1.5. 11 dimension(s), 8 features, 9 groups, 31 regions, 57 sounds, 4 solids and 2 biome types [08:15:31] [Render thread/INFO]: Dispatching Module Step FIRST_CLIENT_TICK [08:15:34] [Render thread/INFO]: Mixing MixinWorldListEntry from enigmaticlegacy.mixins.json into net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry [08:15:34] [Render thread/INFO]: Attempting pack insertion... [08:15:34] [Render thread/INFO]: Attempting pack insertion... [08:15:34] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:34] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:35] [Render thread/ERROR]: Entity goodall:krill has no attributes [08:15:45] [Render thread/INFO]: Generated runtime SERVER_DATA for pack Supplementaries Generated Pack in: 45 ms [08:15:45] [Render thread/INFO]: Generated runtime SERVER_DATA for pack Immersive Weathering Generated Pack in: 2 ms [08:16:01] [Render thread/INFO]: Mixing AccessorAdvancementCommands from enigmaticlegacy.mixins.json into net.minecraft.server.commands.AdvancementCommands [08:16:01] [Render thread/INFO]: Renaming @Accessor method getAdvancementSuggestions()Lcom/mojang/brigadier/suggestion/SuggestionProvider; to getAdvancementSuggestions_$md$ed5461$0 in enigmaticlegacy.mixins.json:AccessorAdvancementCommands [08:16:01] [Render thread/INFO]: CDRM Initialized with 14 registries [08:16:01] [Render thread/INFO]: Adding datapack listener capsid_recipes [08:16:01] [Worker-Main-7/WARN]: Unable to find registry for tag directory tags/worldgen/configured_carver [08:16:01] [Worker-Main-4/WARN]: Unable to find registry for tag directory tags/worldgen/noise [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/worldgen/placed_feature [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/dimension_type [08:16:01] [Worker-Main-7/WARN]: Unable to find registry for tag directory tags/worldgen/configured_feature [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/worldgen/template_pool [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/worldgen/noise_settings [08:16:01] [Worker-Main-2/WARN]: Unable to find registry for tag directory tags/worldgen/density_function [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/worldgen/processor_list [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/chat_type [08:16:01] [Worker-Main-2/WARN]: Unable to find registry for tag directory tags/worldgen/flat_level_generator_preset [08:16:01] [Worker-Main-1/WARN]: Unable to find registry for tag directory tags/worldgen/world_preset [08:16:01] [Worker-Main-4/WARN]: Unable to find registry for tag directory tags/worldgen/structure_set [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [minecraft:stronghold (from idas_forge-1.4.9+1.19.2.jar), idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar), quark:mega_dungeon (from idas_forge-1.4.9+1.19.2.jar)] as it is missing following references: minecraft:stronghold (from idas_forge-1.4.9+1.19.2.jar), idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar), quark:mega_dungeon (from idas_forge-1.4.9+1.19.2.jar) [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar)] as it is missing following references: idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar) [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [minecraft:monument (from idas_forge-1.4.9+1.19.2.jar), minecraft:ocean_monument (from idas_forge-1.4.9+1.19.2.jar), minecraft:shipwreck (from idas_forge-1.4.9+1.19.2.jar), idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar)] as it is missing following references: minecraft:monument (from idas_forge-1.4.9+1.19.2.jar), minecraft:ocean_monument (from idas_forge-1.4.9+1.19.2.jar), minecraft:shipwreck (from idas_forge-1.4.9+1.19.2.jar), idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar) [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [minecraft:jungle_pyramid (from idas_forge-1.4.9+1.19.2.jar), idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar)] as it is missing following references: minecraft:jungle_pyramid (from idas_forge-1.4.9+1.19.2.jar), idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar) [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar), quark:mega_dungeon (from idas_forge-1.4.9+1.19.2.jar)] as it is missing following references: idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar), quark:mega_dungeon (from idas_forge-1.4.9+1.19.2.jar) [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [minecraft:fortress (from L_Enders_Cataclysm-0.48-1.19.2.jar), minecraft:bastion_remnant (from L_Enders_Cataclysm-0.48-1.19.2.jar)] as it is missing following references: minecraft:fortress (from L_Enders_Cataclysm-0.48-1.19.2.jar), minecraft:bastion_remnant (from L_Enders_Cataclysm-0.48-1.19.2.jar) [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar)] as it is missing following references: idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar) [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [minecraft:jungle_pyramid (from idas_forge-1.4.9+1.19.2.jar), repurposed_structures:fortress_jungle (from idas_forge-1.4.9+1.19.2.jar), repurposed_structures:pyramid_jungle (from idas_forge-1.4.9+1.19.2.jar), idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar)] as it is missing following references: minecraft:jungle_pyramid (from idas_forge-1.4.9+1.19.2.jar), repurposed_structures:fortress_jungle (from idas_forge-1.4.9+1.19.2.jar), repurposed_structures:pyramid_jungle (from idas_forge-1.4.9+1.19.2.jar), idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar) [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [minecraft:fortress (from L_Enders_Cataclysm-0.48-1.19.2.jar), minecraft:bastion_remnant (from L_Enders_Cataclysm-0.48-1.19.2.jar)] as it is missing following references: minecraft:fortress (from L_Enders_Cataclysm-0.48-1.19.2.jar), minecraft:bastion_remnant (from L_Enders_Cataclysm-0.48-1.19.2.jar) [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar)] as it is missing following references: idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar) [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [minecraft:stronghold (from idas_forge-1.4.9+1.19.2.jar), idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar), quark:mega_dungeon (from idas_forge-1.4.9+1.19.2.jar)] as it is missing following references: minecraft:stronghold (from idas_forge-1.4.9+1.19.2.jar), idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar), quark:mega_dungeon (from idas_forge-1.4.9+1.19.2.jar) [08:16:01] [Worker-Main-4/ERROR]: Couldn't load tag [idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar), quark:mega_dungeon (from idas_forge-1.4.9+1.19.2.jar)] as it is missing following references: idas:abandonedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:bearclaw_inn (from idas_forge-1.4.9+1.19.2.jar), idas:beekeepers_house (from idas_forge-1.4.9+1.19.2.jar), idas:brickhouse (from idas_forge-1.4.9+1.19.2.jar), idas:castle (from idas_forge-1.4.9+1.19.2.jar), idas:enchantingtower (from idas_forge-1.4.9+1.19.2.jar), idas:farmhouse (from idas_forge-1.4.9+1.19.2.jar), idas:fishermans_lodge (from idas_forge-1.4.9+1.19.2.jar), idas:hauntedhouse (from idas_forge-1.4.9+1.19.2.jar), idas:hermits_hollow (from idas_forge-1.4.9+1.19.2.jar), idas:hunters_cabin (from idas_forge-1.4.9+1.19.2.jar), idas:pillager_fortress (from idas_forge-1.4.9+1.19.2.jar), idas:redhorn_guild (from idas_forge-1.4.9+1.19.2.jar), idas:sunken_ship_coral (from idas_forge-1.4.9+1.19.2.jar), idas:witches_treestump (from idas_forge-1.4.9+1.19.2.jar), idas:wizardtower (from idas_forge-1.4.9+1.19.2.jar), quark:mega_dungeon (from idas_forge-1.4.9+1.19.2.jar) [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/game_events [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/custom_stat [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/rule_test [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/pos_rule_test [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/position_source_type [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/villager_type [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/loot_pool_entry_type [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/loot_function_type [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/loot_condition_type [08:16:01] [Worker-Main-3/WARN]: Unable to find registry for tag directory tags/worldgen/structure [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/loot_number_provider_type [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/loot_nbt_provider_type [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/loot_score_provider_type [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/float_provider_type [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/int_provider_type [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/height_provider_type [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/block_predicate_type [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/worldgen/structure_placement [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/worldgen/structure_piece [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/worldgen/placement_modifier_type [08:16:01] [Worker-Main-3/WARN]: Unable to find registry for tag directory tags/worldgen/structure_type [08:16:01] [Worker-Main-3/WARN]: Unable to find registry for tag directory tags/worldgen/trunk_placer_type [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/worldgen/root_placer_type [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/worldgen/feature_size_type [08:16:01] [Worker-Main-3/WARN]: Unable to find registry for tag directory tags/worldgen/biome_source [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/worldgen/chunk_generator [08:16:01] [Worker-Main-3/WARN]: Unable to find registry for tag directory tags/worldgen/material_condition [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/worldgen/material_rule [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/worldgen/density_function_type [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/worldgen/structure_pool_element [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/frog_variant [08:16:01] [Worker-Main-3/WARN]: Unable to find registry for tag directory tags/worldgen/structure_processor [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/cat_variant [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/repurposed_structures/json_conditions [08:16:01] [Worker-Main-6/WARN]: Unable to find registry for tag directory tags/idas/json_conditions [08:16:01] [Worker-Main-5/WARN]: Unable to find registry for tag directory tags/banner_pattern [08:16:01] [Worker-Main-3/WARN]: Unable to find registry for tag directory tags/instrument [08:16:01] [Worker-Main-4/INFO]: Beginning loading of data for data loader: looot/enchantment_name_limits [08:16:01] [Worker-Main-4/INFO]: Data loader for looot/enchantment_name_limits loaded 0 finalized objects [08:16:01] [Worker-Main-4/INFO]: Beginning loading of data for data loader: looot/namewords/prefixes [08:16:01] [Worker-Main-4/INFO]: Data loader for looot/namewords/prefixes loaded 0 finalized objects [08:16:01] [Worker-Main-4/INFO]: Beginning loading of data for data loader: looot/namewords/nouns [08:16:01] [Worker-Main-4/INFO]: Data loader for looot/namewords/nouns loaded 0 finalized objects [08:16:01] [Worker-Main-4/INFO]: Beginning loading of data for data loader: looot/namewords/suffixes [08:16:01] [Worker-Main-4/INFO]: Data loader for looot/namewords/suffixes loaded 0 finalized objects [08:16:01] [Worker-Main-7/ERROR]: Couldn't load tag [minecraft:is_nether (from immersive_weathering-1.19.2-1.2.5-forge.jar)] as it is missing following references: minecraft:is_nether (from immersive_weathering-1.19.2-1.2.5-forge.jar) [08:16:01] [Worker-Main-4/INFO]: Mixing MixinEnchantmentHelper from enigmaticlegacy.mixins.json into net.minecraft.world.item.enchantment.EnchantmentHelper [08:16:01] [Worker-Main-1/ERROR]: Couldn't load tag [minecraft:dirt_block (from Steve's_Vanilla_v0.5.0+1.19.2.jar)] as it is missing following references: minecraft:dirt_block (from Steve's_Vanilla_v0.5.0+1.19.2.jar) [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/copper_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:green_apple_pie_from_slices as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/osmium_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:pneumaticcraft_fuels/cofh_biofuel as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block byg:magmatic_stone: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/byg/magmatic_stone as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bone/bone_meal_from_smelting_axe as it's serializer returned null [08:16:02] [Render thread/ERROR]: Parsing error loading recipe create:cutting/compat/forbidden_arcanus/stripped_mysterywood_log com.google.gson.JsonSyntaxException: Unknown item 'forbidden_arcanus:stripped_mysterywood_log' at net.minecraft.world.item.crafting.ShapedRecipe.m_151280_(ShapedRecipe.java:275) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151278_(ShapedRecipe.java:274) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43919_(Ingredient.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:27) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:142) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43917_(Ingredient.java:197) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.readFromJson(ProcessingRecipeSerializer.java:66) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.fromJson(ProcessingRecipeSerializer.java:154) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.m_6729_(ProcessingRecipeSerializer.java:21) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/INFO]: Skipping loading recipe supplementaries:inspirations/blackboard_clear as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bone/bone_meal_from_blasting_axe as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/cooking/lavender_tea as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/invar_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/lead_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:pneumaticcraft_fuels/hydrogen as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/lead_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:nightshade_berry_pie_from_slices as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/gilded_quartz_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bone/bone_meal_from_smelting_chestplate as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/tin_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/nickel_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe sprout:water_sausage as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/onyx_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/lapis_lazuli_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bronze_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/tin_mekanism as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/steel_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/diamond_diamond_nuggets as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/copper_copperized as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/frosted as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe supplementaries:inspirations/flag_dye as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/mythril_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:crimson_berry_pie_from_slices as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:cranberry_pie_from_slices as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/hunger as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/warden_knife_smithing as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe duckling:pumpkin_pie as it's serializer returned null [08:16:02] [Render thread/ERROR]: Parsing error loading recipe alexsdelight:barbecue_on_a_stick com.google.gson.JsonSyntaxException: Unknown item 'amfd:singular_cooked_moose_rib' at net.minecraft.world.item.crafting.ShapedRecipe.m_151280_(ShapedRecipe.java:275) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151278_(ShapedRecipe.java:274) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43919_(Ingredient.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:27) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:142) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43917_(Ingredient.java:197) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.ShapelessRecipe$Serializer.m_44275_(ShapelessRecipe.java:96) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.ShapelessRecipe$Serializer.m_6729_(ShapelessRecipe.java:81) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.ShapelessRecipe$Serializer.m_6729_(ShapelessRecipe.java:77) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:raspberry_pie_slice as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:pneumaticcraft_fuels/cofh_refined_fuel as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/constantan_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/steel_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/thyrium_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:glow_berry_pie_from_slices as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:cactus_flesh_from_barrel_cactus as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/constantan_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe ars_nouveau:source_berry_roll as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/electrum_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/silver_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/invar_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:raspberry_pie_from_slices as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/lead_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bone/bone_meal_from_blasting_shovel as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/source_berry_pie_from_slices as it's serializer returned null [08:16:02] [Render thread/ERROR]: Parsing error loading recipe create:cutting/compat/forbidden_arcanus/stripped_cherrywood_log com.google.gson.JsonSyntaxException: Unknown item 'forbidden_arcanus:stripped_cherrywood_log' at net.minecraft.world.item.crafting.ShapedRecipe.m_151280_(ShapedRecipe.java:275) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151278_(ShapedRecipe.java:274) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43919_(Ingredient.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:27) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:142) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43917_(Ingredient.java:197) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.readFromJson(ProcessingRecipeSerializer.java:66) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.fromJson(ProcessingRecipeSerializer.java:154) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.m_6729_(ProcessingRecipeSerializer.java:21) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/INFO]: ignoring heat properties for block byg:cryptic_campfire: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/byg/cryptic_campfire as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/marshmallow_stick_create_confectionery as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block betterendforge:ancient_emerald_ice: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/betterendforge/ancient_emerald_ice as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block byg:boric_campfire: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/byg/boric_campfire as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/tin_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block occultism:spirit_fire: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/occultism/spirit_fire as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block powah:dry_ice: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/powah/dry_ice as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bone/bone_meal_from_blasting_leggings as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bone/bone_meal_from_blasting_chestplate as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block betterendforge:dense_emerald_ice: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/betterendforge/dense_emerald_ice as it's serializer returned null [08:16:02] [Render thread/ERROR]: Parsing error loading recipe forbidden_arcanus:dark_soul com.google.gson.JsonSyntaxException: Unknown item 'forbidden_arcanus:dark_soul' at net.minecraftforge.common.crafting.CraftingHelper.getItem(CraftingHelper.java:154) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:180) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151274_(ShapedRecipe.java:269) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.ShapelessRecipe$Serializer.m_6729_(ShapelessRecipe.java:87) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.ShapelessRecipe$Serializer.m_6729_(ShapelessRecipe.java:77) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:blackberry_pie_slice as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe minecraft:pumpkin_pie as it's serializer returned null [08:16:02] [Render thread/ERROR]: Parsing error loading recipe create:cutting/compat/forbidden_arcanus/stripped_mysterywood com.google.gson.JsonSyntaxException: Unknown item 'forbidden_arcanus:stripped_mysterywood' at net.minecraft.world.item.crafting.ShapedRecipe.m_151280_(ShapedRecipe.java:275) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151278_(ShapedRecipe.java:274) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43919_(Ingredient.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:27) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:142) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43917_(Ingredient.java:197) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.readFromJson(ProcessingRecipeSerializer.java:66) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.fromJson(ProcessingRecipeSerializer.java:154) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.m_6729_(ProcessingRecipeSerializer.java:21) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/kiwano_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/leaf_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bone/bone_meal_from_smelting_leggings as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/silver_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/constantan_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bone/bone_meal_from_smelting_shovel as it's serializer returned null [08:16:02] [Render thread/ERROR]: Parsing error loading recipe create:cutting/compat/forbidden_arcanus/stripped_cherrywood com.google.gson.JsonSyntaxException: Unknown item 'forbidden_arcanus:stripped_cherrywood' at net.minecraft.world.item.crafting.ShapedRecipe.m_151280_(ShapedRecipe.java:275) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151278_(ShapedRecipe.java:274) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43919_(Ingredient.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:27) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:142) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43917_(Ingredient.java:197) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.readFromJson(ProcessingRecipeSerializer.java:66) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.fromJson(ProcessingRecipeSerializer.java:154) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.m_6729_(ProcessingRecipeSerializer.java:21) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/pendorite_knife_smithing as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:blueberry_pie_disabled as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/osmium_mekanism as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/invar_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/obsidian_infused_enderite_knife_smithing as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/copper_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/blindness as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/emerald_emeraldequipment as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/bronze_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:cutting/nightshade_berry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:blackberry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:radiation_shield_mekanism as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/black_opal_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:cactus_flesh_from_saguaro_cactus as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:pneumaticcraft_fuels/cofh_tree_oil as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:glow_berry_pie_slice_craft as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/nickel_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:drone_interface as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bone/bone_meal_from_blasting_hoe as it's serializer returned null [08:16:02] [Render thread/ERROR]: Parsing error loading recipe create:cutting/compat/forbidden_arcanus/cherrywood_log com.google.gson.JsonSyntaxException: Unknown item 'forbidden_arcanus:cherrywood_log' at net.minecraft.world.item.crafting.ShapedRecipe.m_151280_(ShapedRecipe.java:275) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151278_(ShapedRecipe.java:274) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43919_(Ingredient.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:27) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:142) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43917_(Ingredient.java:197) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.readFromJson(ProcessingRecipeSerializer.java:66) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.fromJson(ProcessingRecipeSerializer.java:154) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.m_6729_(ProcessingRecipeSerializer.java:21) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/amethyst_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:sweet_berry_pie_slice as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:cutting/blueberry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/tin_mekanism as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bone/knife_minecraft as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:cranberry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/electrum_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bone/bone_meal_from_smelting_pickaxe as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/poison as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/chunkwich_from_bun as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:cutting/green_apple_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block natura:nether_heat_sand: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/natura/nether_heat_sand as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/large_amethyst_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:raspberry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:cactus_flesh_from_barrel_cactus_flowered as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/constantan_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/experience_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block valhelsia_structures:brazier: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/valhelsia_structures/brazier as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:green_apple_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/cooking/azalea_tea as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:cutting/huge_clover_petal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:cranberry_pie_slice as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:cutting/crimson_berry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:smelting/green_tea_leaf as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:blackberry_pie_from_slices as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/clover_honey as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/osmium_mekanism as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bone/bone_meal_from_smelting_boots as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/emerald_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bronze_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/copper_copperized as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:blasting/green_tea_leaf as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/refined_glowstone_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/cooking/chunk_nugget as it's serializer returned null [08:16:02] [Render thread/ERROR]: Parsing error loading recipe create:cutting/compat/forbidden_arcanus/mysterywood_log com.google.gson.JsonSyntaxException: Unknown item 'forbidden_arcanus:mysterywood_log' at net.minecraft.world.item.crafting.ShapedRecipe.m_151280_(ShapedRecipe.java:275) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151278_(ShapedRecipe.java:274) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43919_(Ingredient.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:27) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:142) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43917_(Ingredient.java:197) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.readFromJson(ProcessingRecipeSerializer.java:66) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.fromJson(ProcessingRecipeSerializer.java:154) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.m_6729_(ProcessingRecipeSerializer.java:21) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/ERROR]: Parsing error loading recipe forbidden_arcanus:corrupted_pixie com.google.gson.JsonSyntaxException: Unknown item 'forbidden_arcanus:dark_soul' at net.minecraft.world.item.crafting.ShapedRecipe.m_151280_(ShapedRecipe.java:275) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151278_(ShapedRecipe.java:274) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43919_(Ingredient.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:27) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:142) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43917_(Ingredient.java:197) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_44210_(ShapedRecipe.java:261) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.ShapedRecipe$Serializer.m_6729_(ShapedRecipe.java:288) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.ShapedRecipe$Serializer.m_6729_(ShapedRecipe.java:284) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bone/bone_meal_from_blasting_pickaxe as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/electrum_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/nickel_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/silver_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:cutting/source_berry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/bone_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:blueberry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:green_apple_pie_disabled as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bone/bone_meal_from_blasting_sword as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/steel_mekanism as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:pneumaticcraft_fuels/ethylene as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bone/bone_meal_from_smelting_hoe as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block mekanism:block_uranium: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/mekanism/uranium as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/deluxe_cheeseburger_from_bun as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/matcha_ice_cream as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/resistance as it's serializer returned null [08:16:02] [Render thread/ERROR]: Parsing error loading recipe create:cutting/compat/forbidden_arcanus/cherrywood com.google.gson.JsonSyntaxException: Unknown item 'forbidden_arcanus:cherrywood' at net.minecraft.world.item.crafting.ShapedRecipe.m_151280_(ShapedRecipe.java:275) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151278_(ShapedRecipe.java:274) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43919_(Ingredient.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:27) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:142) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43917_(Ingredient.java:197) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.readFromJson(ProcessingRecipeSerializer.java:66) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.fromJson(ProcessingRecipeSerializer.java:154) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.m_6729_(ProcessingRecipeSerializer.java:21) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/copper_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/tin_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/constantan_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:pneumaticcraft_fuels/cofh_creosote as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/steel_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bronze_mekanism as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bone/bone_meal_from_blasting_helmet as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:sweet_berry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/nickel_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:glow_berry_pie_craft as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/copper_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/allthemodium_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/smore as it's serializer returned null [08:16:02] [Render thread/ERROR]: Parsing error loading recipe blocky_siege:ballista_recipe com.google.gson.JsonSyntaxException: Unknown item 'blocky_siege:deleted_mod_element' at net.minecraftforge.common.crafting.CraftingHelper.getItem(CraftingHelper.java:154) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:180) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151274_(ShapedRecipe.java:269) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.ShapedRecipe$Serializer.m_6729_(ShapedRecipe.java:293) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.ShapedRecipe$Serializer.m_6729_(ShapedRecipe.java:284) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:blueberry_pie_from_slices as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe supplementaries:inspirations/flag_clear as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block betterendforge:emerald_ice: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/betterendforge/emerald_ice as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/nut_butter_and_jelly_sandwich_from_bread_slice as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/lead_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/electrum_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/sinisite_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:nightshade_berry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/lead_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe ars_nouveau:source_berry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bronze_mekanism as it's serializer returned null [08:16:02] [Render thread/ERROR]: Parsing error loading recipe create:cutting/compat/forbidden_arcanus/mysterywood com.google.gson.JsonSyntaxException: Unknown item 'forbidden_arcanus:mysterywood' at net.minecraft.world.item.crafting.ShapedRecipe.m_151280_(ShapedRecipe.java:275) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.world.item.crafting.ShapedRecipe.m_151278_(ShapedRecipe.java:274) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43919_(Ingredient.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:27) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:142) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.Ingredient.m_43917_(Ingredient.java:197) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.readFromJson(ProcessingRecipeSerializer.java:66) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.fromJson(ProcessingRecipeSerializer.java:154) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.m_6729_(ProcessingRecipeSerializer.java:21) ~[create-1.19.2-0.5.0.f.jar%23424!/:0.5.0.f] at net.minecraftforge.common.extensions.IForgeRecipeSerializer.fromJson(IForgeRecipeSerializer.java:23) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.item.crafting.RecipeManager.fromJson(RecipeManager.java:171) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:67) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/adamantium_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:nightshade_berry_pie_disabled as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:sweet_berry_pie_from_slices as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:one_probe_crafting as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block byg:cryptic_magma_block: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/byg/cryptic_magma as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:blueberry_pie_slice as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/nickel_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/electrum_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block botania:blaze_block: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/botania/blaze_block as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe wildberries:blueberry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/enderite_knife_smithing as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/chunkwich as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/silver_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/salmonberry_ice_cream as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/silver_thermal as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:blueberry_pie_from_slices as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bone/bone_meal_from_smelting_helmet as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe biomemakeover:glowshroom_stew as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bone/knife_minecraft as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:crimson_berry_pie as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/cheeseburger_from_bun as it's serializer returned null [08:16:02] [Render thread/INFO]: ignoring heat properties for block immersiveengineering:storage_uranium: mod not loaded [08:16:02] [Render thread/INFO]: Skipping loading recipe pneumaticcraft:block_heat_properties/immersiveengineering/uranium as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe byg:crimson_berry_pie_disabled as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/regeneration as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/emerald_emeraldequipment as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/slowness as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/refined_obsidian_knife as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/bone/bone_meal_from_blasting_boots as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:cutting/clover as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/steel_mekanism as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:food/kettle/lavender_tea as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/diamond_diamond_nuggets as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/fire_resistance as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/smelting/bone/bone_meal_from_smelting_sword as it's serializer returned null [08:16:02] [Render thread/INFO]: Skipping loading recipe delightful:knives/blasting/copper_immersiveengineering as it's serializer returned null [08:16:02] [Render thread/INFO]: Loaded 52 recipes [08:16:02] [Render thread/INFO]: Reloading HammerLib recipes... [08:16:02] [Render thread/INFO]: HammerLib injected 7 recipes into recipe map. Removed 0 recipes from the game. [08:16:02] [Render thread/INFO]: Reloading 1 custom registries. [08:16:02] [Render thread/INFO]: 1 custom registries reloaded, added 0 total recipes. [08:16:02] [Render thread/INFO]: Registered 7 additional recipes. [08:16:02] [Render thread/INFO]: Loot Modification Manager has loaded 0 modifier groups [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/underwater_ruin_small'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/igloo_chest'! [08:16:03] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:silent_foot' into LootTable 'minecraft:chests/ancient_city'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/ancient_city'! [08:16:03] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:health' into LootTable 'minecraft:chests/end_city_treasure'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/end_city_treasure'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_snowy_house'! [08:16:03] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:dexterous_arms' into LootTable 'minecraft:chests/abandoned_mineshaft'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/abandoned_mineshaft'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/stronghold_corridor'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_fletcher'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/buried_treasure'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/bastion_bridge'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_taiga_house'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/woodland_mansion'! [08:16:03] [Render thread/ERROR]: Couldn't parse loot table cataclysm:blocks/basalt_pillar com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'cataclysm:basalt_pillar' at net.minecraft.util.GsonHelper.m_13866_(GsonHelper.java:137) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.util.GsonHelper.m_13874_(GsonHelper.java:137) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.GsonHelper.m_13909_(GsonHelper.java:145) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.m_7267_(LootItem.java:55) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.m_7267_(LootItem.java:40) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:151) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:129) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.m_7561_(LootPoolEntryContainer.java:86) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.m_7561_(LootPoolEntryContainer.java:74) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:102) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:963) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:1034) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.9.jar%23121!/:?] at net.minecraft.util.GsonHelper.m_13808_(GsonHelper.java:455) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.GsonHelper.m_13836_(GsonHelper.java:463) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:190) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:187) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:963) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:1034) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.9.jar%23121!/:?] at net.minecraft.util.GsonHelper.m_13808_(GsonHelper.java:455) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.GsonHelper.m_13845_(GsonHelper.java:473) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:256) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:253) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:963) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:1034) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:1006) ~[gson-2.8.9.jar%23121!/:?] at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:929) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.level.storage.loot.LootTables.lambda$apply$0(LootTables.java:41) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?] at net.minecraft.world.level.storage.loot.LootTables.m_5787_(LootTables.java:38) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.LootTables.m_5787_(LootTables.java:16) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_shepherd'! [08:16:03] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:silent_foot' into LootTable 'minecraft:chests/ancient_city_ice_box'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/ancient_city_ice_box'! [08:16:03] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:generic_protection' into LootTable 'minecraft:chests/simple_dungeon'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/simple_dungeon'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/shipwreck_supply'! [08:16:03] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:alchemist' into LootTable 'minecraft:entities/witch'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/shipwreck_treasure'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_tannery'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/spawn_bonus_chest'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_butcher'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/bastion_other'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_mason'! [08:16:03] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_fisher'! [08:16:04] [Render thread/ERROR]: Couldn't parse loot table idas:chests/hauntedhouse/bophauntedhouse com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'biomesoplenty:hair' at net.minecraft.util.GsonHelper.m_13866_(GsonHelper.java:137) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] at net.minecraft.util.GsonHelper.m_13874_(GsonHelper.java:137) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.GsonHelper.m_13909_(GsonHelper.java:145) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.m_7267_(LootItem.java:55) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.m_7267_(LootItem.java:40) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:151) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:129) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.m_7561_(LootPoolEntryContainer.java:86) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.m_7561_(LootPoolEntryContainer.java:74) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:102) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:963) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:1034) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.9.jar%23121!/:?] at net.minecraft.util.GsonHelper.m_13808_(GsonHelper.java:455) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.GsonHelper.m_13836_(GsonHelper.java:463) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:190) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:187) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:963) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:1034) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.9.jar%23121!/:?] at net.minecraft.util.GsonHelper.m_13808_(GsonHelper.java:455) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.GsonHelper.m_13845_(GsonHelper.java:473) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:256) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:253) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:963) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:1034) ~[gson-2.8.9.jar%23121!/:?] at com.google.gson.Gson.fromJson(Gson.java:1006) ~[gson-2.8.9.jar%23121!/:?] at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:929) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraft.world.level.storage.loot.LootTables.lambda$apply$0(LootTables.java:41) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?] at net.minecraft.world.level.storage.loot.LootTables.m_5787_(LootTables.java:38) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.world.level.storage.loot.LootTables.m_5787_(LootTables.java:16) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233096_(WorldOpenFlows.java:130) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:109) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:58) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:586) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:448) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:375) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:336) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7] at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7] at com.mojang.blaze3d.systems.RenderSystem.m_69830_(RenderSystem.java:222) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.65.jar%2395!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] [08:16:04] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:xp_plus' into LootTable 'minecraft:entities/elder_guardian'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_armorer'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_cartographer'! [08:16:04] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:growth' into LootTable 'minecraft:chests/jungle_temple'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/jungle_temple'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_temple'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/ruined_portal'! [08:16:04] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:luck_of_the_sea' into LootTable 'minecraft:gameplay/fishing'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/pillager_outpost'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_savanna_house'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/bastion_treasure'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_toolsmith'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/shipwreck_map'! [08:16:04] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:ender_manipulator' into LootTable 'minecraft:entities/enderman'! [08:16:04] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:obsidian_skin' into LootTable 'minecraft:chests/nether_bridge'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/nether_bridge'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/bastion_hoglin_stable'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_desert_house'! [08:16:04] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:enchanter' into LootTable 'minecraft:chests/stronghold_library'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/stronghold_library'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_weaponsmith'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/stronghold_crossing'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/village/village_plains_house'! [08:16:04] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:treasure_sands' into LootTable 'minecraft:chests/desert_pyramid'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/desert_pyramid'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/underwater_ruin_big'! [08:16:04] [Render thread/INFO]: Injecting parchment into LootTable 'minecraft:chests/jungle_temple_dispenser'! [08:16:04] [Render thread/INFO]: Injecting scroll for skill 'improvableskills:huckster' into LootTable 'minecraft:gameplay/hero_of_the_village/librarian_gift'! [08:16:04] [Render thread/WARN]: Found validation problem in {minecraft:entities/creeper}.pools[0].entries[1].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {minecraft:entities/skeleton}.pools[0].entries[1].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {twilightforest:entities/rising_zombie}.pools[0].entries[0]->{minecraft:entities/zombie}.pools[0].entries[3].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {minecraft:chests/ancient_city}.pools[1].entries[0]: Unknown loot table called levelhearts:chests/lh_ancient_city [08:16:04] [Render thread/WARN]: Found validation problem in {minecraft:entities/evoker}.pools[0].entries[1].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {minecraft:entities/zombie}.pools[0].entries[4].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {twilightforest:entities/rising_zombie}.pools[0].entries[0]->{minecraft:entities/zombie}.pools[0].entries[1].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {minecraft:entities/zombie}.pools[0].entries[2].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {minecraft:entities/zombie}.pools[0].entries[3].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {twilightforest:entities/rising_zombie}.pools[0].entries[0]->{minecraft:entities/zombie}.pools[0].entries[2].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {twilightforest:entities/fire_beetle}.pools[0].entries[0]->{minecraft:entities/creeper}.pools[0].entries[1].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {minecraft:entities/skeleton}.pools[0].entries[2].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {minecraft:entities/zombie}.pools[0].entries[1].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {twilightforest:entities/rising_zombie}.pools[0].entries[0]->{minecraft:entities/zombie}.pools[0].entries[4].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [08:16:04] [Render thread/WARN]: Found validation problem in {minecraft:chests/ancient_city_ice_box}.pools[1].entries[0]: Unknown loot table called levelhearts:chests/lh_ancient_city_ice_box [08:16:04] [Render thread/INFO]: Registered 0 additional loot tables. [08:16:04] [Render thread/INFO]: Advancement Modification Manager has loaded 2 modifier groups [08:16:04] [Render thread/WARN]: Unable to find registry for tag directory tags/functions [08:16:04] [Render thread/ERROR]: Parsing error loading custom advancement delightful:recipes/cutting/cactus: Missing advancement, expected to find a JsonObject [08:16:04] [Render thread/ERROR]: Parsing error loading custom advancement delightful:recipes/cutting/salmonberry_pie: Missing advancement, expected to find a JsonObject [08:16:04] [Render thread/ERROR]: Parsing error loading custom advancement delightful:recipes/cutting/venison: Missing advancement, expected to find a JsonObject [08:16:04] [Render thread/ERROR]: Parsing error loading custom advancement delightful:recipes/cutting/cantaloupe: Missing advancement, expected to find a JsonObject [08:16:04] [Render thread/ERROR]: Parsing error loading custom advancement delightful:recipes/cutting/mini_melon: Missing advancement, expected to find a JsonObject [08:16:04] [Render thread/ERROR]: Parsing error loading custom advancement delightful:recipes/cutting/pumpkin_pie: Missing advancement, expected to find a JsonObject [08:16:04] [Render thread/ERROR]: Parsing error loading custom advancement delightful:recipes/cutting/cooked_venison: Missing advancement, expected to find a JsonObject [08:16:05] [Render thread/INFO]: [Automatic Recipe Unlock] Removed 5325 recipe advancements [08:16:05] [Render thread/INFO]: Loaded 1295 advancements [08:16:05] [Render thread/INFO]: Registered 0 additional recipes. [08:16:05] [Render thread/INFO]: Loaded 8 flute songs [08:16:05] [Render thread/ERROR]: Removed 11 missing powers from origins-plus-plus:land_shark [08:16:05] [Render thread/ERROR]: Removed 5 missing powers from origins:elytrian [08:16:05] [Render thread/ERROR]: Removed 9 missing powers from origins-plus-plus:voidborne [08:16:05] [Render thread/ERROR]: Removed 11 missing powers from origins-plus-plus:dullahan [08:16:05] [Render thread/ERROR]: Removed 19 missing powers from origins-plus-plus:demi_god [08:16:05] [Render thread/ERROR]: Removed 21 missing powers from origins-plus-plus:wizard [08:16:05] [Render thread/ERROR]: Removed 20 missing powers from origins-plus-plus:ravager [08:16:05] [Render thread/ERROR]: Removed 30 missing powers from origins-plus-plus:gaia [08:16:05] [Render thread/ERROR]: Removed 10 missing powers from origins-plus-plus:technomancer [08:16:05] [Render thread/ERROR]: Removed 46 missing powers from origins-plus-plus:white_mage [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:spirit_ram [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins:blazeborn [08:16:05] [Render thread/ERROR]: Removed 16 missing powers from origins-plus-plus:dolphin [08:16:05] [Render thread/ERROR]: Removed 25 missing powers from origins-plus-plus:glacier [08:16:05] [Render thread/ERROR]: Removed 17 missing powers from origins-plus-plus:devine_architect [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:raptus [08:16:05] [Render thread/ERROR]: Removed 20 missing powers from origins-plus-plus:wailing_one [08:16:05] [Render thread/ERROR]: Removed 38 missing powers from origins-plus-plus:manipulator [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins-plus-plus:sunken_sailor [08:16:05] [Render thread/ERROR]: Removed 15 missing powers from origins-plus-plus:blazian [08:16:05] [Render thread/ERROR]: Removed 34 missing powers from origins-plus-plus:alien_axolotl [08:16:05] [Render thread/ERROR]: Removed 23 missing powers from origins-plus-plus:binturong [08:16:05] [Render thread/ERROR]: Removed 12 missing powers from origins-plus-plus:withered_skeletian [08:16:05] [Render thread/ERROR]: Removed 10 missing powers from origins-plus-plus:panoptican [08:16:05] [Render thread/ERROR]: Removed 10 missing powers from origins-plus-plus:rift_mage [08:16:05] [Render thread/ERROR]: Removed 6 missing powers from origins-plus-plus:drakonwither [08:16:05] [Render thread/ERROR]: Removed 9 missing powers from origins-plus-plus:chimaera [08:16:05] [Render thread/ERROR]: Removed 9 missing powers from origins-plus-plus:wyvern [08:16:05] [Render thread/ERROR]: Removed 9 missing powers from origins-plus-plus:golden_golem [08:16:05] [Render thread/ERROR]: Removed 33 missing powers from origins-plus-plus:black_mage [08:16:05] [Render thread/ERROR]: Removed 20 missing powers from origins-plus-plus:ignisian [08:16:05] [Render thread/ERROR]: Removed 12 missing powers from origins-plus-plus:magmean [08:16:05] [Render thread/ERROR]: Removed 6 missing powers from origins-plus-plus:thornling [08:16:05] [Render thread/ERROR]: Removed 15 missing powers from origins-plus-plus:volcanic_dragon [08:16:05] [Render thread/ERROR]: Removed 5 missing powers from origins:enderian [08:16:05] [Render thread/ERROR]: Removed 3 missing powers from origins-plus-plus:earth_spirit [08:16:05] [Render thread/ERROR]: Removed 13 missing powers from origins-plus-plus:ryu [08:16:05] [Render thread/ERROR]: Removed 11 missing powers from origins-plus-plus:vishaichian [08:16:05] [Render thread/ERROR]: Removed 9 missing powers from origins-plus-plus:triangulon [08:16:05] [Render thread/ERROR]: Removed 12 missing powers from origins-plus-plus:pixie [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins:phantom [08:16:05] [Render thread/ERROR]: Removed 22 missing powers from origins-plus-plus:end_mage [08:16:05] [Render thread/ERROR]: Removed 18 missing powers from origins-plus-plus:ebon_wing [08:16:05] [Render thread/ERROR]: Removed 5 missing powers from origins:avian [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins-plus-plus:ram [08:16:05] [Render thread/ERROR]: Removed 10 missing powers from origins-plus-plus:deranged [08:16:05] [Render thread/ERROR]: Removed 18 missing powers from origins-plus-plus:shroomling [08:16:05] [Render thread/ERROR]: Removed 13 missing powers from origins-plus-plus:rat [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins-plus-plus:beaver [08:16:05] [Render thread/ERROR]: Removed 4 missing powers from origins-plus-plus:half_wither [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins-plus-plus:red_panda [08:16:05] [Render thread/ERROR]: Removed 5 missing powers from origins:shulk [08:16:05] [Render thread/ERROR]: Removed 15 missing powers from origins-plus-plus:sporeling [08:16:05] [Render thread/ERROR]: Removed 11 missing powers from origins-plus-plus:witch_of_ink [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins-plus-plus:boarling [08:16:05] [Render thread/ERROR]: Removed 12 missing powers from origins-plus-plus:insect [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins:merling [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:candyperson [08:16:05] [Render thread/ERROR]: Removed 18 missing powers from origins-plus-plus:spectre [08:16:05] [Render thread/ERROR]: Removed 10 missing powers from origins-plus-plus:anomaly [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins-plus-plus:sand_walker [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:ninetails [08:16:05] [Render thread/ERROR]: Removed 6 missing powers from origins-plus-plus:shadow [08:16:05] [Render thread/ERROR]: Removed 10 missing powers from origins-plus-plus:goolien [08:16:05] [Render thread/ERROR]: Removed 82 missing powers from origins-plus-plus:shifter [08:16:05] [Render thread/ERROR]: Removed 4 missing powers from origins-plus-plus:malfunction [08:16:05] [Render thread/ERROR]: Removed 12 missing powers from origins-plus-plus:marshmellow [08:16:05] [Render thread/ERROR]: Removed 12 missing powers from origins-plus-plus:wandering_spirit [08:16:05] [Render thread/ERROR]: Removed 9 missing powers from origins-plus-plus:mountain_goat [08:16:05] [Render thread/ERROR]: Removed 9 missing powers from origins-plus-plus:calamitous_rogue [08:16:05] [Render thread/ERROR]: Removed 12 missing powers from origins-plus-plus:lepus [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:zero_aizawa [08:16:05] [Render thread/ERROR]: Removed 18 missing powers from origins-plus-plus:iceling [08:16:05] [Render thread/ERROR]: Removed 14 missing powers from origins-plus-plus:part_robot [08:16:05] [Render thread/ERROR]: Removed 6 missing powers from origins-plus-plus:enigma [08:16:05] [Render thread/ERROR]: Removed 6 missing powers from origins-plus-plus:sprinter [08:16:05] [Render thread/ERROR]: Removed 16 missing powers from origins-plus-plus:giant [08:16:05] [Render thread/ERROR]: Removed 16 missing powers from origins-plus-plus:deathsworn [08:16:05] [Render thread/ERROR]: Removed 14 missing powers from origins-plus-plus:jellyfish [08:16:05] [Render thread/ERROR]: Removed 12 missing powers from origins-plus-plus:wanderer [08:16:05] [Render thread/ERROR]: Removed 16 missing powers from origins-plus-plus:fallen_angel [08:16:05] [Render thread/ERROR]: Removed 14 missing powers from origins-plus-plus:flea [08:16:05] [Render thread/ERROR]: Removed 11 missing powers from origins-plus-plus:felvaxian [08:16:05] [Render thread/ERROR]: Removed 22 missing powers from origins-plus-plus:soul_seer [08:16:05] [Render thread/ERROR]: Removed 10 missing powers from origins-plus-plus:mothling [08:16:05] [Render thread/ERROR]: Removed 6 missing powers from origins-plus-plus:earth_spirit_two [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins-plus-plus:hero_of_the_wild [08:16:05] [Render thread/ERROR]: Removed 13 missing powers from origins-plus-plus:lost_draconian [08:16:05] [Render thread/ERROR]: Removed 17 missing powers from origins-plus-plus:kelperet [08:16:05] [Render thread/ERROR]: Removed 9 missing powers from origins-plus-plus:illusioner [08:16:05] [Render thread/ERROR]: Removed 11 missing powers from origins-plus-plus:kirin [08:16:05] [Render thread/ERROR]: Removed 11 missing powers from origins-plus-plus:lunar_path [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:artificial_construct [08:16:05] [Render thread/ERROR]: Removed 6 missing powers from origins:feline [08:16:05] [Render thread/ERROR]: Removed 11 missing powers from origins-plus-plus:stargazer [08:16:05] [Render thread/ERROR]: Removed 18 missing powers from origins-plus-plus:void_samurai [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:warper [08:16:05] [Render thread/ERROR]: Removed 20 missing powers from origins-plus-plus:withered_fox [08:16:05] [Render thread/ERROR]: Removed 10 missing powers from origins-plus-plus:ice_king [08:16:05] [Render thread/ERROR]: Removed 13 missing powers from origins-plus-plus:ghast [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:reign_farmer [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins-plus-plus:hellforged [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:war_god [08:16:05] [Render thread/ERROR]: Removed 15 missing powers from origins-plus-plus:bird [08:16:05] [Render thread/ERROR]: Removed 11 missing powers from origins-plus-plus:child_of_cthulhu [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:mouse [08:16:05] [Render thread/ERROR]: Removed 22 missing powers from origins-plus-plus:blob [08:16:05] [Render thread/ERROR]: Removed 13 missing powers from origins-plus-plus:frog [08:16:05] [Render thread/ERROR]: Removed 37 missing powers from origins-plus-plus:automaton [08:16:05] [Render thread/ERROR]: Removed 14 missing powers from origins-plus-plus:ice_porcupine [08:16:05] [Render thread/ERROR]: Removed 4 missing powers from origins:arachnid [08:16:05] [Render thread/ERROR]: Removed 41 missing powers from origins-plus-plus:bedrockean [08:16:05] [Render thread/ERROR]: Removed 12 missing powers from origins-plus-plus:cobra [08:16:05] [Render thread/ERROR]: Removed 9 missing powers from origins-plus-plus:emblazing_warrior [08:16:05] [Render thread/ERROR]: Removed 3 missing powers from origins-plus-plus:warforged [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:copper_golem [08:16:05] [Render thread/ERROR]: Removed 8 missing powers from origins-plus-plus:shadow_crawler [08:16:05] [Render thread/ERROR]: Removed 6 missing powers from origins-plus-plus:gnoll [08:16:05] [Render thread/ERROR]: Removed 7 missing powers from origins-plus-plus:warden [08:16:05] [Render thread/ERROR]: Removed 5 missing powers from origins-plus-plus:corrupted_wither [08:16:05] [Render thread/ERROR]: Removed 5 missing powers from origins-plus-plus:craftsman [08:16:05] [Render thread/ERROR]: Removed 14 missing powers from origins-plus-plus:moth [08:16:05] [Render thread/ERROR]: Removed 18 missing powers from origins-plus-plus:broodmother [08:16:05] [Render thread/ERROR]: Removed 3 missing powers from origins-plus-plus:snake [08:16:05] [Render thread/WARN]: Could not decode GlobalLootModifier with json id majruszlib:smelting_items - error: Not a JSON object: null [08:16:05] [Render thread/WARN]: Could not decode GlobalLootModifier with json id callablehorses:horse_drop - error: Input does not contain a key [type]: MapLike[{"conditions":[{"condition":"minecraft:entity_properties","predicate":{"type":"#callablehorses:callablehorses"},"entity":"THIS"}]}] [08:16:05] [Render thread/INFO]: Loaded 9 Stalactite configs! [08:16:05] [Render thread/INFO]: Loading data... [08:16:06] [Render thread/INFO]: Done. [08:16:06] [Render thread/INFO]: [additionaladditions] Loaded 0 behaviours [08:16:06] [Render thread/INFO]: Structure Repaletter Manager has loaded 11 repaletters [08:16:06] [Render thread/INFO]: Modded Biome Slice Manager has loaded 1 slices [08:16:06] [Render thread/INFO]: Chunk Generator Modification Manager has loaded 0 modifier groups [08:16:06] [Render thread/WARN]: Not all defined tags for registry ResourceKey[minecraft:root / minecraft:worldgen/structure_set] are present in data pack: idas:ancient_mines_avoid, idas:ancient_portal_avoid, idas:apothecary_abode_avoid, idas:bazaar_avoid, idas:cottage_avoid, idas:idas_common_avoid, idas:labyrinth_avoid, idas:pillager_fortress_avoid, idas:sunken_ship_avoid, idas:treetop_tavern_avoid [08:16:06] [Render thread/WARN]: Not all defined tags for registry ResourceKey[minecraft:root / minecraft:worldgen/biome] are present in data pack: forge:is_end, forge:is_savanna [08:16:15] [Render thread/WARN]: Error white registering dispenser behavior for item medium_catfish_bucket: java.lang.IllegalArgumentException: value already present: entity.alexsmobs.catfish [08:16:15] [Render thread/WARN]: Error white registering dispenser behavior for item large_catfish_bucket: java.lang.IllegalArgumentException: value already present: entity.alexsmobs.catfish [08:16:15] [Render thread/INFO]: Finished additional setup in 0 seconds [08:16:15] [Render thread/INFO]: Loaded 84 block growths configurations [08:16:15] [Render thread/INFO]: Loaded 13 liquid generators configurations [08:16:16] [Server thread/INFO]: Starting integrated minecraft server version 1.19.2 [08:16:16] [Server thread/INFO]: Generating keypair [08:16:16] [Server thread/INFO]: Loading server config for easyanvils [08:16:16] [Server thread/INFO]: Loading server config for pickupnotifier [08:16:16] [Thread-0/INFO]: Reloading server config for easyanvils [08:16:16] [Server thread/INFO]: Loading "World Pre Generator" Server Config [08:16:16] [Server thread/INFO]: [send_feedback] = true [08:16:16] [Server thread/INFO]: [delays, print] = 1 [08:16:16] [Server thread/INFO]: [delays, save] = 180 [08:16:16] [Server thread/INFO]: [parallel, enabled] = false [08:16:16] [Server thread/INFO]: [parallel, count] = 0 [08:16:16] [Server thread/INFO]: "World Pre Generator" Server Config loaded [08:16:16] [Server thread/INFO]: Loading server config for easymagic [08:16:16] [Server thread/INFO]: Loading server config for bettertridents [08:16:16] [Server thread/INFO]: Loading server configs... [08:16:16] [Server thread/INFO]: Feature injection started... [08:16:16] [Server thread/INFO]: Feature injection took 4 ms to complete. [08:16:16] [Server thread/INFO]: Mixing MixinPhantomSpawner from enigmaticlegacy.mixins.json into net.minecraft.world.level.levelgen.PhantomSpawner [08:16:17] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 0% [08:16:24] [Render thread/INFO]: Preparing spawn area: 49% [08:16:25] [Server thread/INFO]: Successfully initialized permission handler forge:default_handler [08:16:25] [Server thread/INFO]: Reloading recipes in 1 HL recipe registries. [08:16:25] [Server thread/INFO]: RingOfRepair server setup [08:16:25] [Render thread/INFO]: Time elapsed: 7899 ms [08:16:25] [Server thread/INFO]: HELLO from server starting [08:16:25] [Server thread/INFO]: Sending reload packet to clients [08:16:25] [Server thread/INFO]: Changing view distance to 8, from 10 [08:16:25] [Server thread/INFO]: Changing simulation distance to 8, from 0 [08:16:25] [Render thread/WARN]: Unable to parse the boolean system property 'java.net.preferIPv6Addresses':system - using the default value: false [08:16:25] [Render thread/INFO]: Mixing AccessorDisconnectedScreen from enigmaticlegacy.mixins.json into net.minecraft.client.gui.screens.DisconnectedScreen [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 0 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 1 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 2 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 3 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 4 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 5 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 6 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 7 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 8 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 9 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 10 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 11 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 12 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 13 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 14 [08:16:26] [Netty Server IO #1/INFO]: Received acknowledgment for login packet with id 15 [08:16:28] [Netty Local Client IO #0/INFO]: Connected to a modded server. [08:16:28] [Netty Local Client IO #0/INFO]: Kiwi: Canceling Microsoft telemetry [08:16:28] [Server thread/INFO]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@1079e638 [08:16:28] [Server thread/INFO]: Giving player O_Cara_Do_Drip stack: 1 wither_skeleton_skull [08:16:28] [Server thread/INFO]: Giving player O_Cara_Do_Drip stack: 1 dragon_head [08:16:28] [Server thread/INFO]: O_Cara_Do_Drip[local:E:b395a363] logged in with entity id 333 at (-24.384636422896055, 63.0, 15.09623112395935) [08:16:28] [Server thread/ERROR]: Exception caught during firing event: Payload may not be larger than 1048576 bytes Index: 5 Listeners: 0: NORMAL 1: ASM: class io.github.edwinmindcraft.origins.common.OriginsEventHandler onDataSync(Lnet/minecraftforge/event/OnDatapackSyncEvent;)V 2: ASM: class net.mehvahdjukaar.supplementaries.common.events.forge.ServerEventsForge onDataSync(Lnet/minecraftforge/event/OnDatapackSyncEvent;)V 3: ASM: class net.mehvahdjukaar.supplementaries.common.events.forge.ServerEventsForge onTagUpdate(Lnet/minecraftforge/event/OnDatapackSyncEvent;)V 4: ASM: class io.github.edwinmindcraft.apoli.common.ApoliEventHandler onDataSync(Lnet/minecraftforge/event/OnDatapackSyncEvent;)V 5: ASM: class io.github.edwinmindcraft.calio.common.CalioEventHandler onDatapack(Lnet/minecraftforge/event/OnDatapackSyncEvent;)V 6: ASM: net.mehvahdjukaar.moonlight.forge.MoonlightForge@590a7e80 onDataSync(Lnet/minecraftforge/event/OnDatapackSyncEvent;)V 7: ASM: class com.stal111.forbidden_arcanus.common.event.DatapackEvents onDatapackSync(Lnet/minecraftforge/event/OnDatapackSyncEvent;)V 8: ASM: class com.simibubi.create.events.CommonEvents onDatapackSync(Lnet/minecraftforge/event/OnDatapackSyncEvent;)V java.lang.IllegalArgumentException: Payload may not be larger than 1048576 bytes at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundCustomPayloadPacket.<init>(ClientboundCustomPayloadPacket.java:35) at TRANSFORMER/[email protected]/net.minecraftforge.network.NetworkDirection.lambda$static$1(NetworkDirection.java:28) at TRANSFORMER/[email protected]/net.minecraftforge.network.NetworkDirection.buildPacket(NetworkDirection.java:79) at TRANSFORMER/[email protected]/net.minecraftforge.network.simple.SimpleChannel.toVanillaPacket(SimpleChannel.java:112) at TRANSFORMER/[email protected]/net.minecraftforge.network.simple.SimpleChannel.send(SimpleChannel.java:107) at TRANSFORMER/[email protected]/io.github.edwinmindcraft.calio.common.registry.CalioDynamicRegistryManager.synchronize(CalioDynamicRegistryManager.java:138) at TRANSFORMER/[email protected]/io.github.edwinmindcraft.calio.common.CalioEventHandler.onDatapack(CalioEventHandler.java:35) at TRANSFORMER/[email protected]/io.github.edwinmindcraft.calio.common.__CalioEventHandler_onDatapack_OnDatapackSyncEvent.invoke(.dynamic) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) at TRANSFORMER/[email protected]/net.minecraft.server.players.PlayerList.m_11261_(PlayerList.java:173) at TRANSFORMER/[email protected]/net.minecraft.server.network.ServerLoginPacketListenerImpl.m_143699_(ServerLoginPacketListenerImpl.java:156) at TRANSFORMER/[email protected]/net.minecraft.server.network.ServerLoginPacketListenerImpl.m_10055_(ServerLoginPacketListenerImpl.java:143) at TRANSFORMER/[email protected]/net.minecraft.server.network.ServerLoginPacketListenerImpl.m_9933_(ServerLoginPacketListenerImpl.java:75) at TRANSFORMER/[email protected]/net.minecraft.network.Connection.m_129483_(Connection.java:248) at TRANSFORMER/[email protected]/net.minecraft.server.network.ServerConnectionListener.m_9721_(ServerConnectionListener.java:143) at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:880) at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) at TRANSFORMER/[email protected]/net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) at java.base/java.lang.Thread.run(Thread.java:833) [08:16:28] [Server thread/ERROR]: Couldn't place player in world java.lang.IllegalArgumentException: Payload may not be larger than 1048576 bytes at net.minecraft.network.protocol.game.ClientboundCustomPayloadPacket.<init>(ClientboundCustomPayloadPacket.java:35) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraftforge.network.NetworkDirection.lambda$static$1(NetworkDirection.java:28) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.network.NetworkDirection.buildPacket(NetworkDirection.java:79) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.network.simple.SimpleChannel.toVanillaPacket(SimpleChannel.java:112) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at net.minecraftforge.network.simple.SimpleChannel.send(SimpleChannel.java:107) ~[forge-1.19.2-43.1.65-universal.jar%23606!/:?] at io.github.edwinmindcraft.calio.common.registry.CalioDynamicRegistryManager.synchronize(CalioDynamicRegistryManager.java:138) ~[calio-forge-1.19.2-1.6.0.3.jar%23637!/:1.19.2-1.6.0.3] at io.github.edwinmindcraft.calio.common.CalioEventHandler.onDatapack(CalioEventHandler.java:35) ~[calio-forge-1.19.2-1.6.0.3.jar%23637!/:1.19.2-1.6.0.3] at io.github.edwinmindcraft.calio.common.__CalioEventHandler_onDatapack_OnDatapackSyncEvent.invoke(.dynamic) ~[calio-forge-1.19.2-1.6.0.3.jar%23637!/:1.19.2-1.6.0.3] at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2379!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2379!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2379!/:?] at net.minecraft.server.players.PlayerList.m_11261_(PlayerList.java:173) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_143699_(ServerLoginPacketListenerImpl.java:156) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_10055_(ServerLoginPacketListenerImpl.java:143) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_9933_(ServerLoginPacketListenerImpl.java:75) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.network.Connection.m_129483_(Connection.java:248) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.network.ServerConnectionListener.m_9721_(ServerConnectionListener.java:143) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:880) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23601!/:?] at java.lang.Thread.run(Thread.java:833) [?:?] [08:16:28] [Server thread/INFO]: O_Cara_Do_Drip lost connection: Invalid player data [08:16:28] [Server thread/INFO]: O_Cara_Do_Drip left the game [08:16:28] [Server thread/INFO]: Stopping singleplayer server as player logged out [08:16:28] [Server thread/INFO]: Purging cache from 1 HL recipe registries. [08:16:28] [Server thread/INFO]: Stopping server [08:16:28] [Server thread/INFO]: Saving players [08:16:28] [Server thread/INFO]: Saving worlds [08:16:30] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld [08:16:30] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/compactmachines:compact_world [08:16:30] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end [08:16:30] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:twilight_forest [08:16:30] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether [08:16:31] [Server thread/INFO]: ThreadedAnvilChunkStorage (New World): All chunks are saved [08:16:31] [Server thread/INFO]: ThreadedAnvilChunkStorage (compact_world): All chunks are saved [08:16:31] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [08:16:31] [Server thread/INFO]: ThreadedAnvilChunkStorage (twilight_forest): All chunks are saved [08:16:31] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [08:16:31] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved [08:16:40] [Server thread/INFO]: Removing Dynamic Registries for: net.minecraft.client.server.IntegratedServer@251f26d5 [08:16:40] [Server thread/INFO]: Unloading server configs... [08:16:53] [UI thread/INFO]: Quiting UI thread [08:16:53] [UI thread/INFO]: Quited UI thread [08:16:53] [Render thread/INFO]: Stopping!
  18. Hi all! The company I work for are experimenting with large language models and NLG tools, and to test this we've built an AI-powered QA tool to directly answer user questions about Minecraft. It draws information from IGN and the Minecraft wiki to directly answer user questions, we'd really love for some Minecraft fans to put it through its paces! Keen to hear your thoughts. https://www.minecraftai.org/
  19. How do i set the tool that is required to break the block? BLOCK_ORE = new FFRegistryObject<>("ore_" + name(), blocks.register("ore_" + name(), () -> new DropExperienceBlock(BlockBehaviour.Properties.of(Material.STONE).requiresCorrectToolForDrops().strength(3.0F, 3.0F)))); This block for example cant be mined with any tools. I hope someone can help me
  20. Hello everyone, In some mods, tools can be upgraded to a higher tier in the crafting table. The interesting part is, that the durability of the tool is kept during the crafting process. For example, in my mod I implemented various kinds of hammers (they are kind of similar to pickaxes). I can for example upgrade a stone hammer to an iron hammer using the following crafting recipe: X | X | X ---+---+--- X | H | X = Y ---+---+--- X | X | X where X = Iron Ingot H = Stone Hammer and Y = Iron Hammer The problem is, that the iron hammer has full durability every time regardless of the durability of the stone hammer. The use count for the material "Stone" is 131 uses and the use count for the material "Iron" is 250 uses. My goal is to keep the original durability during crafting and transfer it to the output tool. For example, if the stone hammer has a durability of 50/131 uses, the iron hammer should have a durability of 50/250 uses after crafting. Is there any way to achieve such a behaviour? Thank you in advance.
  21. I wanna ask if it is possible to ask for more than one of an item to make a furnace recipe. for example: if I could smelt(random blocks for exmaple sake) 4 glass into 1 stone. The idea is that it'll take stuff in groups of 4(or whatever else inputted) and not 1 to 1.. is it possible? if so how to do it? if not, how can I get something similar?
  22. Hello there, I am playing on a modded server with a few friends and, while out exploring, the server will just unexpectedly crash, consequently timing out all players. We're unsure of why it's happening and we only started having an issue with it since earlier today. If anyone could help us figure out what could be wrong, that would be greatly appreciated. Here's the debug log and crash report, in said order; Debug log from forge server · GitHub Crash report - Pastebin.com
  23. When i open my inventory or press F5 (third person camera) my game crash, this only happens in my server. When i play singleplayer never happens. This is my log. __________ ---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic. Time: 2023-09-28 19:23:13 Description: Rendering entity in world java.lang.NullPointerException: Cannot invoke "net.minecraft.network.syncher.SynchedEntityData$DataItem.m_135403_()" because the return value of "net.minecraft.network.syncher.SynchedEntityData.m_135379_(net.minecraft.network.syncher.EntityDataAccessor)" is null at net.minecraft.network.syncher.SynchedEntityData.m_135370_(SynchedEntityData.java:119) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:core.SynchedEntityDataMixin,pl:mixin:A} at net.minecraft.world.entity.LivingEntity.isCorrupted(LivingEntity.java:11622) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ad_astra_giselle_addon.mixin.common.json:minecraft.LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin,pl:mixin:APP:botania_xplat.mixins.json:LivingEntityAccessor,pl:mixin:APP:tombstone.mixins.json:LivingEntityMixin,pl:mixin:APP:cgm.mixins.json:common.LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity,pl:mixin:APP:mixins.cofhcore.json:LivingEntityMixin,pl:mixin:APP:ad_astra-common.mixins.json:LivingEntityMixin,pl:mixin:APP:ad_astra-common.mixins.json:gravity.LivingEntityGravityMixin,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.MixinLivingEntity,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin,pl:mixin:APP:spirit.common.mixins.json:LivingEntityMixin,pl:mixin:APP:mixins.irons_spellbooks.json:LivingEntityMixin,pl:mixin:APP:charmofundying.mixins.json:MixinLivingEntity,pl:mixin:APP:saturn.mixins.json:ai.brain.clear_memories.LivingEntityMixin,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity,pl:mixin:APP:mixins.shetiphiancore.json:SPC_ThinBlockHandler$_LivingEntity,pl:mixin:APP:curios.mixins.json:MixinLivingEntity,pl:mixin:APP:celestisynth.mixins.json:LivingEntityMixin,pl:mixin:APP:ars_nouveau.mixins.json:elytra.MixinLivingEntity,pl:mixin:APP:ars_nouveau.mixins.json:perks.PerkLivingEntity,pl:mixin:APP:tetra.mixins.json:LivingEntityMixin,pl:mixin:APP:blue_skies.mixins.json:LivingEntityMixin,pl:mixin:APP:netherportalfix.mixins.json:LivingEntityAccessor,pl:mixin:APP:aether.mixins.json:common.LivingEntityMixin,pl:mixin:APP:aether.mixins.json:common.accessor.LivingEntityAccessor,pl:mixin:APP:voidtotem.mixins.json:LivingEntityMixin,pl:mixin:APP:hexplat.mixins.json:accessor.AccessorLivingEntity,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:create.mixins.json:CustomItemUseEffectsMixin,pl:mixin:APP:create.mixins.json:LavaSwimmingMixin,pl:mixin:APP:create.mixins.json:accessor.LivingEntityAccessor,pl:mixin:A} at net.minecraft.client.renderer.entity.LivingEntityRenderer.handler$cap000$preRender(LivingEntityRenderer.java:2024) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.entity.LivingEntityRenderer.m_7392_(LivingEntityRenderer.java) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.entity.player.PlayerRenderer.m_7392_(PlayerRenderer.java:61) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.entity.player.PlayerRenderer.m_7392_(PlayerRenderer.java:42) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.entity.EntityRenderDispatcher.m_114384_(EntityRenderDispatcher.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:mixin:APP:mixins.oculus.json:MixinEntityRenderDispatcher,pl:mixin:APP:mixins.oculus.json:entity_render_context.MixinEntityRenderDispatcher,pl:mixin:APP:playerAnimator-common.mixins.json:firstPerson.EntityRenderDispatcherMixin,pl:mixin:APP:blueflame.mixin.json:client.MixinEntityRenderDispatcher,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_109517_(LevelRenderer.java:1439) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1223) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1068) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:ad_astra-common.mixins.json:client.GameRendererMixin,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:840) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:ad_astra-common.mixins.json:client.GameRendererMixin,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ding.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mutantmore.mixins.json:MinecraftMixin,pl:mixin:APP:celestisynth.mixins.json:MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:hexerei.mixin.json:light.HexereiClientMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ding.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mutantmore.mixins.json:MinecraftMixin,pl:mixin:APP:celestisynth.mixins.json:MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:hexerei.mixin.json:light.HexereiClientMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.14.jar%23101!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.network.syncher.SynchedEntityData.m_135370_(SynchedEntityData.java:119) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:core.SynchedEntityDataMixin,pl:mixin:A} at net.minecraft.world.entity.LivingEntity.isCorrupted(LivingEntity.java:11622) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ad_astra_giselle_addon.mixin.common.json:minecraft.LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin,pl:mixin:APP:botania_xplat.mixins.json:LivingEntityAccessor,pl:mixin:APP:tombstone.mixins.json:LivingEntityMixin,pl:mixin:APP:cgm.mixins.json:common.LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity,pl:mixin:APP:mixins.cofhcore.json:LivingEntityMixin,pl:mixin:APP:ad_astra-common.mixins.json:LivingEntityMixin,pl:mixin:APP:ad_astra-common.mixins.json:gravity.LivingEntityGravityMixin,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.MixinLivingEntity,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin,pl:mixin:APP:spirit.common.mixins.json:LivingEntityMixin,pl:mixin:APP:mixins.irons_spellbooks.json:LivingEntityMixin,pl:mixin:APP:charmofundying.mixins.json:MixinLivingEntity,pl:mixin:APP:saturn.mixins.json:ai.brain.clear_memories.LivingEntityMixin,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity,pl:mixin:APP:mixins.shetiphiancore.json:SPC_ThinBlockHandler$_LivingEntity,pl:mixin:APP:curios.mixins.json:MixinLivingEntity,pl:mixin:APP:celestisynth.mixins.json:LivingEntityMixin,pl:mixin:APP:ars_nouveau.mixins.json:elytra.MixinLivingEntity,pl:mixin:APP:ars_nouveau.mixins.json:perks.PerkLivingEntity,pl:mixin:APP:tetra.mixins.json:LivingEntityMixin,pl:mixin:APP:blue_skies.mixins.json:LivingEntityMixin,pl:mixin:APP:netherportalfix.mixins.json:LivingEntityAccessor,pl:mixin:APP:aether.mixins.json:common.LivingEntityMixin,pl:mixin:APP:aether.mixins.json:common.accessor.LivingEntityAccessor,pl:mixin:APP:voidtotem.mixins.json:LivingEntityMixin,pl:mixin:APP:hexplat.mixins.json:accessor.AccessorLivingEntity,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:create.mixins.json:CustomItemUseEffectsMixin,pl:mixin:APP:create.mixins.json:LavaSwimmingMixin,pl:mixin:APP:create.mixins.json:accessor.LivingEntityAccessor,pl:mixin:A} at net.minecraft.client.renderer.entity.LivingEntityRenderer.handler$cap000$preRender(LivingEntityRenderer.java:2024) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.entity.LivingEntityRenderer.m_7392_(LivingEntityRenderer.java) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.entity.player.PlayerRenderer.m_7392_(PlayerRenderer.java:61) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.entity.player.PlayerRenderer.m_7392_(PlayerRenderer.java:42) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.entity.EntityRenderDispatcher.m_114384_(EntityRenderDispatcher.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:mixin:APP:mixins.oculus.json:MixinEntityRenderDispatcher,pl:mixin:APP:mixins.oculus.json:entity_render_context.MixinEntityRenderDispatcher,pl:mixin:APP:playerAnimator-common.mixins.json:firstPerson.EntityRenderDispatcherMixin,pl:mixin:APP:blueflame.mixin.json:client.MixinEntityRenderDispatcher,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_109517_(LevelRenderer.java:1439) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1223) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1068) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:ad_astra-common.mixins.json:client.GameRendererMixin,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} -- Entity being rendered -- Details: Entity Type: minecraft:player (net.minecraft.client.player.LocalPlayer) Entity ID: 3767 Entity Name: VentiFT Entity's Exact location: -133.29, 74.02, 63.04 Entity's Block location: World: (-134,74,63), Section: (at 10,10,15 in -9,4,3; chunk contains blocks -144,-64,48 to -129,319,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511) Entity's Momentum: -0.07, -0.23, 0.08 Entity's Passengers: [] Entity's Vehicle: null Stacktrace: at net.minecraft.client.renderer.entity.EntityRenderDispatcher.m_114384_(EntityRenderDispatcher.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:mixin:APP:mixins.oculus.json:MixinEntityRenderDispatcher,pl:mixin:APP:mixins.oculus.json:entity_render_context.MixinEntityRenderDispatcher,pl:mixin:APP:playerAnimator-common.mixins.json:firstPerson.EntityRenderDispatcherMixin,pl:mixin:APP:blueflame.mixin.json:client.MixinEntityRenderDispatcher,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_109517_(LevelRenderer.java:1439) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1223) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1068) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:ad_astra-common.mixins.json:client.GameRendererMixin,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:840) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:ad_astra-common.mixins.json:client.GameRendererMixin,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ding.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mutantmore.mixins.json:MinecraftMixin,pl:mixin:APP:celestisynth.mixins.json:MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:hexerei.mixin.json:light.HexereiClientMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ding.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mutantmore.mixins.json:MinecraftMixin,pl:mixin:APP:celestisynth.mixins.json:MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:hexerei.mixin.json:light.HexereiClientMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.14.jar%23101!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} -- Renderer details -- Details: Assigned renderer: net.minecraft.client.renderer.entity.player.PlayerRenderer@6b74b0de Location: -1.72,-2.13,3.58 - World: (-2,-3,3), Section: (at 14,13,3 in -1,-1,0; chunk contains blocks -16,-64,0 to -1,319,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511) Rotation: 25.650414 Delta: 0.260087 Stacktrace: at net.minecraft.client.renderer.entity.EntityRenderDispatcher.m_114384_(EntityRenderDispatcher.java:136) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:mixin:APP:mixins.oculus.json:MixinEntityRenderDispatcher,pl:mixin:APP:mixins.oculus.json:entity_render_context.MixinEntityRenderDispatcher,pl:mixin:APP:playerAnimator-common.mixins.json:firstPerson.EntityRenderDispatcherMixin,pl:mixin:APP:blueflame.mixin.json:client.MixinEntityRenderDispatcher,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_109517_(LevelRenderer.java:1439) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1223) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1068) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:ad_astra-common.mixins.json:client.GameRendererMixin,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:840) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:ad_astra-common.mixins.json:client.GameRendererMixin,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ding.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mutantmore.mixins.json:MinecraftMixin,pl:mixin:APP:celestisynth.mixins.json:MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:hexerei.mixin.json:light.HexereiClientMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ding.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mutantmore.mixins.json:MinecraftMixin,pl:mixin:APP:celestisynth.mixins.json:MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:hexerei.mixin.json:light.HexereiClientMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.14.jar%23101!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} -- Affected level -- Details: All players: 1 total; [LocalPlayer['VentiFT'/3767, l='ClientLevel', x=-133.29, y=74.02, z=63.04]] Chunk stats: 16384, 501 Level dimension: minecraft:overworld Level spawn location: World: (-96,71,32), Section: (at 0,7,0 in -6,4,2; chunk contains blocks -96,-64,32 to -81,319,47), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511) Level time: 3375 game time, 3375 day time Server brand: forge Server type: Non-integrated multiplayer server Stacktrace: at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:450) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:ClientLevelMixin,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:starlight.mixins.json:client.world.ClientLevelMixin,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:hexplat.mixins.json:client.MixinClientLevel,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2280) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ding.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mutantmore.mixins.json:MinecraftMixin,pl:mixin:APP:celestisynth.mixins.json:MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:hexerei.mixin.json:light.HexereiClientMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:717) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ding.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mutantmore.mixins.json:MinecraftMixin,pl:mixin:APP:celestisynth.mixins.json:MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:hexerei.mixin.json:light.HexereiClientMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23889!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.14.jar%23101!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: Default, Mod Resources, Supplementaries Generated Pack, XyCraft Override-0.5.17.jar:OverridesGlass, XyCraft Override-0.5.17.jar:OverridesMetal, XyCraft Override-0.5.17.jar:OverridesStone, aether-1.19.2-1.0.0-beta.1.2-forge.jar:packs/ctm_fix, resources, quark-emote-pack, simplehats_hatdl.zip -- System Details -- Details: Minecraft Version: 1.19.2 Minecraft Version ID: 1.19.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 1591079424 bytes (1517 MiB) / 8799649792 bytes (8392 MiB) up to 9361686528 bytes (8928 MiB) CPUs: 8 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 2400G with Radeon Vega Graphics Identifier: AuthenticAMD Family 23 Model 17 Stepping 0 Microarchitecture: Zen Frequency (GHz): 3.59 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: Radeon RX 570 Series Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x67df Graphics card #0 versionInfo: DriverVersion=31.0.21031.1005 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Virtual memory max (MB): 28355.07 Virtual memory used (MB): 27298.93 Swap memory total (MB): 12022.67 Swap memory used (MB): 1657.16 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8928m -Xms256m Loaded Shaderpack: (off) NEC status: No NEC detected Launched Version: forge-43.2.14 Backend library: LWJGL version 3.3.1 build 7 Backend API: Radeon RX 570 Series GL version 4.6.0 Core Profile Context 23.9.1.230821, ATI Technologies Inc. Window size: 1024x768 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: Current Language: Español (España) CPU: 8x AMD Ryzen 5 2400G with Radeon Vega Graphics ModLauncher: 10.0.8+10.0.8+main.0ef7e830 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.3.jar eventbus PLUGINSERVICE fmlloader-1.19.2-43.2.14.jar slf4jfixer PLUGINSERVICE fmlloader-1.19.2-43.2.14.jar object_holder_definalize PLUGINSERVICE fmlloader-1.19.2-43.2.14.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.19.2-43.2.14.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.19.2-43.2.14.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.8.jar jcplugin TRANSFORMATIONSERVICE modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] javafml@null [email protected] lowcodefml@null [email protected] Mod List: paucal-forge-1.19.2-0.5.0.jar |PAUCAL |paucal |0.5.0 |DONE |Manifest: NOSIGNATURE simplemagnets-1.1.9-forge-mc1.19.jar |Simple Magnets |simplemagnets |1.1.9 |DONE |Manifest: NOSIGNATURE paragon-forge-3.0.2-1.19x.jar |Paragon |paragon |3.0.2 |DONE |Manifest: NOSIGNATURE modnametooltip-1.20.1-1.20.0.jar |Mod Name Tooltip |modnametooltip |1.20.0 |DONE |Manifest: NOSIGNATURE laserio-1.5.2.jar |LaserIO |laserio |1.5.2 |DONE |Manifest: NOSIGNATURE modernfix-forge-5.7.2+mc1.19.2.jar |ModernFix |modernfix |5.7.2+mc1.19.2 |DONE |Manifest: NOSIGNATURE EvilCraft-1.19.2-1.2.27.jar |EvilCraft |evilcraft |1.2.27 |DONE |Manifest: NOSIGNATURE useitemonblockevent-1.19-1.0.0.1.jar |Use Item on Block Event |useitemonblockevent |1.0.0.1 |DONE |Manifest: NOSIGNATURE GatewaysToEternity-1.19.2-3.2.2.jar |Gateways To Eternity |gateways |3.2.2 |DONE |Manifest: NOSIGNATURE WitherSkeletonTweaks-1.19.2-8.0.4.jar |Wither Skeleton Tweaks |wstweaks |8.0.4 |DONE |Manifest: NOSIGNATURE spellblademod-1.19.2.release.11.3.jar |Spellblade |spellblademod |1.19.2.release.11.3 |DONE |Manifest: NOSIGNATURE universalgrid-1.19.2-1.1.jar |Universal Grid |universalgrid |1.19.2-1.1 |DONE |Manifest: NOSIGNATURE DarkUtilities-Forge-1.19.2-13.1.9.jar |DarkUtilities |darkutils |13.1.9 |DONE |Manifest: NOSIGNATURE Apotheosis-1.19.2-6.4.0.jar |Apotheosis |apotheosis |6.4.0 |DONE |Manifest: NOSIGNATURE clickadv-1.19.2-3.4.jar |clickadv mod |clickadv |1.19.2-3.4 |DONE |Manifest: NOSIGNATURE Paraglider-1.19.2-1.7.0.5.jar |Paraglider |paraglider |1.7.0.5 |DONE |Manifest: NOSIGNATURE cloth-config-8.3.103-forge.jar |Cloth Config v8 API |cloth_config |8.3.103 |DONE |Manifest: NOSIGNATURE structure_gel-1.19.2-2.7.2.jar |Structure Gel API |structure_gel |2.7.2 |DONE |Manifest: NOSIGNATURE industrial-foregoing-1.19.2-3.3.2.3-5.jar |Industrial Foregoing |industrialforegoing |3.3.2.3 |DONE |Manifest: NOSIGNATURE handcrafted-forge-1.19.2-2.0.6.jar |Handcrafted |handcrafted |2.0.6 |DONE |Manifest: NOSIGNATURE StructureCompass-1.19.2-1.4.6.jar |Structure Compass Mod |structurecompass |1.4.6 |DONE |Manifest: NOSIGNATURE Botania-1.19.2-440-FORGE.jar |Botania |botania |1.19.2-440-FORGE |DONE |Manifest: NOSIGNATURE spark-1.10.37-forge.jar |spark |spark |1.10.37 |DONE |Manifest: NOSIGNATURE oculus-mc1.19.2-1.6.4.jar |Oculus |oculus |1.6.4 |DONE |Manifest: NOSIGNATURE Alexs+Armoury+v1.4.1-1.19.2.jar |Alex's Armoury |alexs_armoury |1.4.1 |DONE |Manifest: NOSIGNATURE tombstone-8.2.11-1.19.2.jar |Corail Tombstone |tombstone |8.2.11 |DONE |Manifest: NOSIGNATURE Swashbucklers+2.5+1.19.jar |HalsPirateMod |hpm |2.5 |DONE |Manifest: NOSIGNATURE cumulus_menus-1.19.2-1.0.0-beta.1-forge.jar |Cumulus |cumulus_menus |1.19.2-1.0.0-beta.1-|DONE |Manifest: NOSIGNATURE NaturesAura-38.2.jar |Nature's Aura |naturesaura |38.2 |DONE |Manifest: NOSIGNATURE constructionwand-1.19.2-2.10.jar |Construction Wand |constructionwand |1.19.2-2.10 |DONE |Manifest: NOSIGNATURE mcw-roofs-2.2.4-mc1.19.2forge.jar |Macaw's Roofs |mcwroofs |2.2.4 |DONE |Manifest: NOSIGNATURE littlelogistics-mc1.19.2-v1.4.0.jar |Little Logistics |littlelogistics |1.4.0 |DONE |Manifest: NOSIGNATURE cfm-7.0.0-pre35-1.19.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre35 |DONE |Manifest: NOSIGNATURE nitrogen_internals-1.19.2-0.1.0-forge.jar |Nitrogen |nitrogen_internals |1.19.2-0.1.0-forge |DONE |Manifest: NOSIGNATURE illageandspillage-1.19.2-1.2.4.jar |Illage And Spillage |illageandspillage |1.2.4 |DONE |Manifest: NOSIGNATURE FastLeafDecay-30.jar |FastLeafDecay |fastleafdecay |30 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |DONE |Manifest: NOSIGNATURE SuperFactoryManager-1.19.2-4.12.0.jar |Super Factory Manager |sfm |4.12.0 |DONE |Manifest: NOSIGNATURE mcw-lights-1.0.6-mc1.19.2forge.jar |Macaw's Lights and Lamps |mcwlights |1.0.6 |DONE |Manifest: NOSIGNATURE SmartBrainLib-forge-1.19.2-1.9.jar |SmartBrainLib |smartbrainlib |1.9 |DONE |Manifest: NOSIGNATURE nomowanderer-1.19.2_1.3.11.jar |NoMoWanderer |nomowanderer |1.19.2_1.3.11 |DONE |Manifest: NOSIGNATURE endertrigon-1.0.jar |Ender Trigon |endertrigon |1.0 |DONE |Manifest: NOSIGNATURE cgm-forge-1.19.2-1.3.7.jar |MrCrayfish's Gun Mod |cgm |1.3.7 |DONE |Manifest: NOSIGNATURE rechiseled-1.1.3-forge-mc1.19.2.jar |Rechiseled |rechiseled |1.1.3 |DONE |Manifest: NOSIGNATURE AttributeFix-Forge-1.19.2-17.2.7.jar |AttributeFix |attributefix |17.2.7 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 epicsamurai-0.0.16-1.19.2-forge.jar |Epic Samurai |epicsamurai |0.0.16-1.19.2-forge |DONE |Manifest: NOSIGNATURE caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE AllTheCompressed-1.19.2-2.0.0.jar |AllTheCompressed |allthecompressed |2.0.0 |DONE |Manifest: NOSIGNATURE compactmachines-5.1.0.jar |Compact Machines 5 |compactmachines |5.1.0 |DONE |Manifest: NOSIGNATURE BotanyPots-Forge-1.19.2-9.0.38.jar |BotanyPots |botanypots |9.0.38 |DONE |Manifest: NOSIGNATURE phosphophyllite-1.19.2-0.6.0-beta.8.jar |Phosphophyllite |phosphophyllite |0.6.0-beta.8 |DONE |Manifest: NOSIGNATURE farmingforblockheads-forge-1.19.2-11.3.1.jar |Farming for Blockheads |farmingforblockheads |11.3.1 |DONE |Manifest: NOSIGNATURE additional_lights-1.19-2.1.6.jar |Additional Lights |additional_lights |2.1.6 |DONE |Manifest: NOSIGNATURE fusion-1.0.5-forge-mc1.19.2.jar |Fusion |fusion |1.0.5 |DONE |Manifest: NOSIGNATURE ExtraDisks-1.19.2-2.2.0.jar |Extra Disks |extradisks |1.19.2-2.2.0 |DONE |Manifest: NOSIGNATURE EdivadLib-1.19.2-1.2.0.jar |EdivadLib |edivadlib |1.2.0 |DONE |Manifest: NOSIGNATURE ArmorStatues-v4.0.8-1.19.2-Forge.jar |Armor Statues |armorstatues |4.0.8 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a alcocraftplus-1.19.2-forge-1.0.1.jar |Alcocraft |alcocraftplus |1.0.1 |DONE |Manifest: NOSIGNATURE DungeonsArise-1.19.2-2.1.56-beta.jar |When Dungeons Arise |dungeons_arise |2.1.56-1.19.2 |DONE |Manifest: NOSIGNATURE dungeons_1.16_mc1.19.2.jar |Minecraft Dungeons |duneons |1.16 |DONE |Manifest: NOSIGNATURE client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f CorgiLib-forge-1.19.2-1.0.0.34.jar |CorgiLib |corgilib |1.0.0.34 |DONE |Manifest: NOSIGNATURE Ding-1.19.2-Forge-1.4.1.jar |Ding |ding |1.4.1 |DONE |Manifest: NOSIGNATURE domum_ornamentum-1.19-1.0.107-RELEASE-universal.ja|Domum Ornamentum |domum_ornamentum |1.19-1.0.107-RELEASE|DONE |Manifest: NOSIGNATURE flywheel-forge-1.19.2-0.6.9-18.jar |Flywheel |flywheel |0.6.9-18 |DONE |Manifest: NOSIGNATURE baubley-heart-canisters-1.19.2-2.1.0.jar |Baubley Heart Canisters |bhc |1.19.2-2.1.0 |DONE |Manifest: NOSIGNATURE [1.19.2] SecurityCraft v1.9.6.1.jar |SecurityCraft |securitycraft |1.9.6.1 |DONE |Manifest: NOSIGNATURE almostunified-forge-1.19.2-0.6.0.jar |AlmostUnified |almostunified |1.19.2-0.6.0 |DONE |Manifest: NOSIGNATURE structurize-1.19.2-1.0.630-RELEASE.jar |Structurize |structurize |1.19.2-1.0.630-RELEA|DONE |Manifest: NOSIGNATURE FastFurnace-1.19.2-7.0.0.jar |FastFurnace |fastfurnace |7.0.0 |DONE |Manifest: NOSIGNATURE lootr-1.19-0.4.24.64.jar |Lootr |lootr |0.4.24.63 |DONE |Manifest: NOSIGNATURE occultism-1.19.2-1.87.1.jar |Occultism |occultism |1.87.1 |DONE |Manifest: NOSIGNATURE allthetweaks-2.0.6-1.19.2-43.2.0.jar |All The Tweaks |allthetweaks |0.0NONE |DONE |Manifest: NOSIGNATURE extremesoundmuffler-3.38-forge-1.19.2.jar |Extreme Sound Muffler |extremesoundmuffler |3.38-forge-1.19.2 |DONE |Manifest: NOSIGNATURE CosmeticArmorReworked-1.19.2-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.19.2-v1a |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53 morered-1.19.2-3.0.0.2.jar |More Red |morered |3.0.0.2 |DONE |Manifest: NOSIGNATURE ad_astra-forge-1.19.2-1.12.7.jar |Ad Astra |ad_astra |1.12.7 |DONE |Manifest: NOSIGNATURE rsrequestify-2.3.0.jar |RSRequestify |rsrequestify |2.3.0 |DONE |Manifest: NOSIGNATURE AdvancedPeripherals-1.19.2-0.7.29r.jar |Advanced Peripherals |advancedperipherals |0.7.29r |DONE |Manifest: NOSIGNATURE sophisticatedcore-1.19.2-0.5.87.417.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.87.417 |DONE |Manifest: NOSIGNATURE glassential-forge-1.19-1.2.4.jar |Glassential |glassential |1.19-1.2.4 |DONE |Manifest: NOSIGNATURE Prism-1.19.1-1.0.2.jar |Prism |prism |1.0.2 |DONE |Manifest: NOSIGNATURE Placebo-1.19.2-7.3.2.jar |Placebo |placebo |7.3.2 |DONE |Manifest: NOSIGNATURE Bookshelf-Forge-1.19.2-16.3.20.jar |Bookshelf |bookshelf |16.3.20 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 sophisticatedbackpacks-1.19.2-3.18.58.907.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.58.907 |DONE |Manifest: NOSIGNATURE littlecontraptions-forge-1.19.2.2.jar |Little Contraptions |littlecontraptions |1.19.2.2 |DONE |Manifest: NOSIGNATURE mcw-doors-1.1.0forge-mc1.19.2.jar |Macaw's Doors |mcwdoors |1.1.0 |DONE |Manifest: NOSIGNATURE absentbydesign-1.19-1.7.0.jar |Absent By Design Mod |absentbydesign |1.19-1.7.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed McDungeonsWeaponsV3.jar |MinecraftDungeons |minecraftdungeonsv1 |1.0.0 |DONE |Manifest: NOSIGNATURE ExperienceBugFix-1.19-1.41.2.3.jar |Experience Bug Fix |experiencebugfix |1.41.2.3 |DONE |Manifest: NOSIGNATURE RSInfinityBooster-1.19.2-3.0+27.jar |RSInfinityBooster |rsinfinitybooster |1.19.2-3.0+27 |DONE |Manifest: NOSIGNATURE chipped-forge-1.19.2-2.1.5.jar |Chipped |chipped |2.1.5 |DONE |Manifest: NOSIGNATURE mcw-bridges-2.1.1-mc1.19.2forge.jar |Macaw's Bridges |mcwbridges |2.1.1 |DONE |Manifest: NOSIGNATURE HostileNeuralNetworks-1.19.2-4.1.1.jar |Hostile Neural Networks |hostilenetworks |4.1.1 |DONE |Manifest: NOSIGNATURE endertanks-forge-1.19.0-1.12.1.04.jar |EnderTanks |endertanks |1.12.1.04 |DONE |Manifest: NOSIGNATURE fuelgoeshere-1.19.2-0.1.0.0.jar |Fuel Goes Here |fuelgoeshere |1.19.2-0.1.0.0 |DONE |Manifest: NOSIGNATURE simplylight-1.19.2-1.4.5-build.42.jar |Simply Light |simplylight |1.19.2-1.4.5-build.4|DONE |Manifest: NOSIGNATURE dpanvil-1.19.2-4.4.0.jar |DataPack Anvil |dpanvil |1.19.2-4.4.0 |DONE |Manifest: NOSIGNATURE blockui-1.19-0.0.69-ALPHA.jar |UI Library Mod |blockui |1.19-0.0.69-ALPHA |DONE |Manifest: NOSIGNATURE SpitItOut-1.19.4-1.0.0.jar |Spit It Out |spititout |1.0.0 |DONE |Manifest: NOSIGNATURE Myceliummire1.24.jar |myceliummire |myceliummire |1.0.0 |DONE |Manifest: NOSIGNATURE time-in-a-bottle-3.0.1-mc1.19.jar |Time In A Bottle |tiab |3.0.1-mc1.19 |DONE |Manifest: NOSIGNATURE villagertools-1.19-1.0.3.jar |villagertools |villagertools |1.19-1.0.3 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed elevatorid-1.19.2-1.8.9.jar |Elevator Mod |elevatorid |1.19.2-1.8.9 |DONE |Manifest: NOSIGNATURE Runelic-Forge-1.19.2-14.1.4.jar |Runelic |runelic |14.1.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 spirit-forge-1.19.2-2.2.6.jar |Spirit |spirit |2.2.6 |DONE |Manifest: NOSIGNATURE InventoryProfilesNext-forge-1.19-1.10.7.jar |Inventory Profiles Next |inventoryprofilesnext |1.10.7 |DONE |Manifest: NOSIGNATURE moreoverlays-1.21.9-mc1.19.2.jar |More Overlays Updated |moreoverlays |1.21.9-mc1.19.2 |DONE |Manifest: NOSIGNATURE cupboard-1.19.2-1.9.jar |Cupboard utilities |cupboard |1.19.2-1.9 |DONE |Manifest: NOSIGNATURE hexal-forge-1.19.2-0.2.18.jar |Hexal |hexal |0.2.18 |DONE |Manifest: NOSIGNATURE The_Undergarden-1.19.2-0.8.3.jar |The Undergarden |undergarden |0.8.3 |DONE |Manifest: NOSIGNATURE framework-forge-1.19.2-0.6.16.jar |Framework |framework |0.6.16 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 bwncr-forge-1.19.2-3.14.1.jar |Bad Wither No Cookie Reloaded |bwncr |3.14.1 |DONE |Manifest: NOSIGNATURE BetterAdvancements-1.19.2-0.2.2.142.jar |Better Advancements |betteradvancements |0.2.2.142 |DONE |Manifest: NOSIGNATURE biggerreactors-1.19.2-0.6.0-beta.6.3.jar |Bigger Reactors |biggerreactors |0.6.0-beta.6.3 |DONE |Manifest: NOSIGNATURE platforms-forge-1.19.0-1.10.2.02.jar |Platforms |platforms |1.10.2.02 |DONE |Manifest: NOSIGNATURE ThermalExtra 1.19.2-3.0.3.jar |Thermal: Extra |thermal_extra |3.0.3 |DONE |Manifest: NOSIGNATURE Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |DONE |Manifest: NOSIGNATURE artifacts-1.19.2-5.0.4.jar |Artifacts |artifacts |1.19.2-5.0.4 |DONE |Manifest: NOSIGNATURE DefaultSettings-1.19.2-4.0.5-Forge.jar |DefaultSettings |defaultsettings |4.0.5 |DONE |Manifest: NOSIGNATURE lazydfu-1.19-1.0.2.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE ToastControl-1.19.2-7.0.0.jar |Toast Control |toastcontrol |7.0.0 |DONE |Manifest: NOSIGNATURE mininggadgets-1.13.1.jar |Mining Gadgets |mininggadgets |1.13.1 |DONE |Manifest: NOSIGNATURE Animalistic_mod_1.2.0_1.19.2.jar |Animalistic |animalistic_a |1.2.0 |DONE |Manifest: NOSIGNATURE XyCraft Core-0.5.17.jar |XyCraft: Core |xycraft_core |0.5.17 |DONE |Manifest: NOSIGNATURE craftingtweaks-forge-1.19.2-15.1.8.jar |CraftingTweaks |craftingtweaks |15.1.8 |DONE |Manifest: NOSIGNATURE tetrasdelight-1.19.2-1.jar |Tetra's Delight |tetrasdelight |1.19.2-1 |DONE |Manifest: NOSIGNATURE libIPN-forge-1.19-4.0.0.jar |libIPN |libipn |4.0.0 |DONE |Manifest: NOSIGNATURE eccentrictome-1.19.2-1.10.1.jar |Eccentric Tome |eccentrictome |1.19.2-1.10.1 |DONE |Manifest: NOSIGNATURE easy_villagers-1.19.2-1.0.11.jar |Easy Villagers |easy_villagers |1.19.2-1.0.11 |DONE |Manifest: NOSIGNATURE reliquary-1.19.2-2.0.40.1198.jar |Reliquary |reliquary |1.19.2-2.0.40.1198 |DONE |Manifest: NOSIGNATURE LegendaryTooltips-1.19.2-forge-1.4.0.jar |Legendary Tooltips |legendarytooltips |1.4.0 |DONE |Manifest: NOSIGNATURE PigPen-Forge-1.19.2-11.1.2.jar |PigPen |pigpen |11.1.2 |DONE |Manifest: NOSIGNATURE FastWorkbench-1.19.2-7.1.4.jar |Fast Workbench |fastbench |7.1.4 |DONE |Manifest: NOSIGNATURE FluxNetworks-1.19.2-7.1.4.13.jar |Flux Networks |fluxnetworks |7.1.4.13 |DONE |Manifest: NOSIGNATURE SandBox-1.19.2-1.0.1.jar |SandBox |sandbox |1.19.2-1.0.1 |DONE |Manifest: NOSIGNATURE quartz-1.19.2-0.1.0-beta.2.2.jar |Quartz |quartz |0.1.0-beta.2.2 |DONE |Manifest: NOSIGNATURE minecolonies-1.19.2-1.1.151-BETA.jar |MineColonies |minecolonies |1.19.2-1.1.151-BETA |DONE |Manifest: NOSIGNATURE pylons-1.19.2-3.2.0.jar |Pylons |pylons |3.2.0 |DONE |Manifest: NOSIGNATURE automobility-0.4.2+1.19.2-forge.jar |Automobility |automobility |0.4.2+1.19.2-forge |DONE |Manifest: NOSIGNATURE ferritecore-5.0.3-forge.jar |Ferrite Core |ferritecore |5.0.3 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a engineersdecor-1.19.2-forge-1.3.29.jar |Engineer's Decor |engineersdecor |1.3.29 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b functionalstorage-1.19.2-1.1.6.jar |Functional Storage |functionalstorage |1.19.2-1.1.6 |DONE |Manifest: NOSIGNATURE TenebrousLands_1.19.2.jar |Tenebrous Lands |tenebrous_lands |1.0.0 |DONE |Manifest: NOSIGNATURE modular-routers-1.19.2-10.2.19.jar |Modular Routers |modularrouters |1.19.2-10.2.19 |DONE |Manifest: NOSIGNATURE charmofundying-forge-6.2.1+1.19.2.jar |Charm of Undying |charmofundying |6.2.1+1.19.2 |DONE |Manifest: NOSIGNATURE BetterF3-4.0.0-Forge-1.19.2.jar |BetterF3 |betterf3 |4.0.0 |DONE |Manifest: NOSIGNATURE Plenty_of_Golems_1.19.2_1.1.0.jar |plenty of golems |plenty_of_golems |1.0.0 |DONE |Manifest: NOSIGNATURE flickerfix-1.19.1-3.1.0.jar |FlickerFix |flickerfix |3.1.0 |DONE |Manifest: NOSIGNATURE createaddition-1.19.2-1.0.0.jar |Create Crafts & Additions |createaddition |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE saturn-mc1.19.2-0.0.4.jar |Saturn |saturn |0.0.4 |DONE |Manifest: NOSIGNATURE supermartijn642configlib-1.1.8-forge-mc1.19.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE player-animation-lib-forge-1.0.2.jar |Player Animator |playeranimator |1.0.2 |DONE |Manifest: NOSIGNATURE irons_spellbooks-1.19.2-2.0.0.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.19.2-2.0.0 |DONE |Manifest: NOSIGNATURE botarium-forge-1.19.2-1.8.2.jar |Botarium |botarium |1.8.2 |DONE |Manifest: NOSIGNATURE rubidium-0.6.2b.jar |Rubidium |rubidium |0.6.2b |DONE |Manifest: NOSIGNATURE IronJetpacks-1.19.2-6.0.4.jar |Iron Jetpacks |ironjetpacks |6.0.4 |DONE |Manifest: NOSIGNATURE CTM-1.19.2-1.1.6+8.jar |ConnectedTexturesMod |ctm |1.19.2-1.1.6+8 |DONE |Manifest: NOSIGNATURE ReAuth-1.19-Forge-4.0.7.jar |ReAuth |reauth |4.0.7 |DONE |Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e Powah-4.0.11.jar |Powah |powah |4.0.11 |DONE |Manifest: NOSIGNATURE MaxHealthFix-Forge-1.19.2-8.0.2.jar |MaxHealthFix |maxhealthfix |8.0.2 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 cabletiers-1.19.2-0.5471.jar |Cable Tiers |cabletiers |1.19.2-0.5471 |DONE |Manifest: NOSIGNATURE rangedpumps-1.0.0.jar |Ranged Pumps |rangedpumps |1.0.0 |DONE |Manifest: NOSIGNATURE balm-forge-1.19.2-4.5.7.jar |Balm |balm |4.5.7 |DONE |Manifest: NOSIGNATURE shetiphiancore-forge-1.19-3.11.10.jar |ShetiPhian-Core |shetiphiancore |3.11.10 |DONE |Manifest: NOSIGNATURE ctov-3.2.5.jar |ChoiceTheorem's Overhauled Vil|ctov |3.2.5 |DONE |Manifest: NOSIGNATURE iterpg-0.4.8.jar |Iter RPG |iter_rpg |0.4.8 |DONE |Manifest: NOSIGNATURE AdvancementPlaques-1.19.2-1.4.7.jar |Advancement Plaques |advancementplaques |1.4.7 |DONE |Manifest: NOSIGNATURE PackMenu-1.19.2-5.1.0.jar |PackMenu |packmenu |5.1.0 |DONE |Manifest: NOSIGNATURE alltheores-2.0.2-1.19.2-43.1.3.jar |AllTheOres |alltheores |2.0.2-1.19.2-43.1.3 |DONE |Manifest: NOSIGNATURE torchmaster-19.2.93.jar |Torchmaster |torchmaster |19.2.93 |DONE |Manifest: NOSIGNATURE BotanyTrees-Forge-1.19.2-5.0.10.jar |BotanyTrees |botanytrees |5.0.10 |DONE |Manifest: NOSIGNATURE Bossominium-U-18-1.19.2.jar |Bossominium |bossominium |18.0.0 |DONE |Manifest: NOSIGNATURE ironfurnaces-1.19.2-3.6.5.jar |Iron Furnaces |ironfurnaces |3.6.5 |DONE |Manifest: NOSIGNATURE twm-1.19.2-1.11.3.jar |TugkanDeMan's Weaponry Mod |twm |1.0.0 |DONE |Manifest: NOSIGNATURE mcw-trapdoors-1.1.1-mc1.19.2forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.1 |DONE |Manifest: NOSIGNATURE supermartijn642corelib-1.1.12-forge-mc1.19.2.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.12 |DONE |Manifest: NOSIGNATURE resourcefulconfig-forge-1.19.2-1.0.20.jar |Resourcefulconfig |resourcefulconfig |1.0.20 |DONE |Manifest: NOSIGNATURE Ad-Astra-Giselle-Addon-forge-1.19.2-1.18.jar |Ad Astra: Giselle Addon |ad_astra_giselle_addon |1.18 |DONE |Manifest: NOSIGNATURE creeperoverhaul-2.0.9-forge.jar |Creeper Overhaul |creeperoverhaul |2.0.9 |DONE |Manifest: NOSIGNATURE curios-forge-1.19.2-5.1.4.1.jar |Curios API |curios |1.19.2-5.1.4.1 |DONE |Manifest: NOSIGNATURE Measurements-forge-1.19.2-1.3.1.jar |Measurements |measurements |1.3.1 |DONE |Manifest: NOSIGNATURE AngelRing2-1.19.2-2.1.7.jar |Angel Ring 2 |angelring |2.1.7 |DONE |Manifest: NOSIGNATURE antighost-1.19.1-forge42.0.1-1.1.3.jar |AntiGhost |antighost |1.19.1-forge42.0.1-1|DONE |Manifest: NOSIGNATURE mutantmore-1.19.2-early-access-1.0.7.jar |Mutant More |mutantmore |1.0 |DONE |Manifest: NOSIGNATURE celestisynth-1.19.2-1.1.3.jar |Celestisynth |celestisynth |1.19.2-1.1.3 |DONE |Manifest: NOSIGNATURE vitalize-forge-1.19.2-1.1.1.jar |Vitalize |vitalize |1.1.1 |DONE |Manifest: NOSIGNATURE crafting-on-a-stick-1.19.2-1.0.5.jar |Crafting On A Stick |crafting_on_a_stick |1.0.5 |DONE |Manifest: NOSIGNATURE elytraslot-forge-6.1.1+1.19.2.jar |Elytra Slot |elytraslot |6.1.1+1.19.2 |DONE |Manifest: NOSIGNATURE harvestwithease-1.19.2-6.0.1.4-final-forge.jar |Harvest with ease |harvestwithease |6.0.1.4-final |DONE |Manifest: NOSIGNATURE jei-1.19.2-forge-11.6.0.1018.jar |Just Enough Items |jei |11.6.0.1018 |DONE |Manifest: NOSIGNATURE multipiston-1.19.2-1.2.21-ALPHA.jar |Multi-Piston |multipiston |1.19.2-1.2.21-ALPHA |DONE |Manifest: NOSIGNATURE tesseract-1.0.35-forge-mc1.19.jar |Tesseract |tesseract |1.0.35 |DONE |Manifest: NOSIGNATURE Mekanism-1.19.2-10.3.9.13.jar |Mekanism |mekanism |10.3.9 |DONE |Manifest: NOSIGNATURE GravitationalModulatingAdditionalUnit-1.19.2-2.8.j|Gravitational Modulating Addit|gravitationalmodulatingunittwe|1.19.2-2.8 |DONE |Manifest: NOSIGNATURE MekanismGenerators-1.19.2-10.3.9.13.jar |Mekanism: Generators |mekanismgenerators |10.3.9 |DONE |Manifest: NOSIGNATURE gnumus_settlement_[Forge]1.19.2_v1.7.jar |Gnumus Settlement |gnumus |1.0.0 |DONE |Manifest: NOSIGNATURE bdlib-1.25.0.5-mc1.19.2.jar |BdLib |bdlib |1.25.0.5 |DONE |Manifest: NOSIGNATURE NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |DONE |Manifest: NOSIGNATURE jumpboat-1.19-0.1.0.5.jar |Jumpy Boats |jumpboat |1.19-0.1.0.5 |DONE |Manifest: NOSIGNATURE LibX-1.19.2-4.2.8.jar |LibX |libx |1.19.2-4.2.8 |DONE |Manifest: NOSIGNATURE UtilitiX-1.19.2-0.7.13.jar |UtilitiX |utilitix |1.19.2-0.7.13 |DONE |Manifest: NOSIGNATURE pneumaticcraft-repressurized-1.19.2-4.3.7-30.jar |PneumaticCraft: Repressurized |pneumaticcraft |1.19.2-4.3.7-30 |DONE |Manifest: NOSIGNATURE starlight-1.1.1+forge.cf5b10b.jar |Starlight |starlight |1.1.1+forge.a3aea74 |DONE |Manifest: NOSIGNATURE forge-1.19.2-43.2.14-universal.jar |Forge |forge |43.2.14 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90 cofh_core-1.19.2-10.2.1.40.jar |CoFH Core |cofh_core |10.2.1 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 thermal_core-1.19.2-10.2.0.5.jar |Thermal Series |thermal |10.2.0.5 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 thermal_integration-1.19.2-10.2.0.17.jar |Thermal Integration |thermal_integration |10.2.0.17 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 thermal_cultivation-1.19.2-10.2.0.17.jar |Thermal Cultivation |thermal_cultivation |10.2.0.17 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |DONE |Manifest: NOSIGNATURE thermal_innovation-1.19.2-10.2.0.18.jar |Thermal Innovation |thermal_innovation |10.2.0.18 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 silent-gear-1.19.2-3.2.6.jar |Silent Gear |silentgear |3.2.6 |DONE |Manifest: NOSIGNATURE thermal_foundation-1.19.2-10.2.0.47.jar |Thermal Foundation |thermal_foundation |10.2.0.47 |DONE |Manifest: NOSIGNATURE thermal_locomotion-1.19.2-10.2.0.14.jar |Thermal Locomotion |thermal_locomotion |10.2.0.14 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 thermal_dynamics-1.19.2-10.2.1b.14.jar |Thermal Dynamics |thermal_dynamics |10.2.1b |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 systeams-1.19.2-1.4.2.jar |Thermal Systeams |systeams |1.4.2 |DONE |Manifest: NOSIGNATURE SimpleBackups-1.19.1-2.1.10.jar |Simple Backups |simplebackups |1.19.1-2.1.10 |DONE |Manifest: NOSIGNATURE MouseTweaks-forge-mc1.19-2.23.jar |Mouse Tweaks |mousetweaks |2.23 |DONE |Manifest: NOSIGNATURE ImmersiveEngineering-1.19.2-9.2.2-165.jar |Immersive Engineering |immersiveengineering |1.19.2-9.2.2-165 |DONE |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7 NoChatReports-FORGE-1.19.2-v1.5.1.jar |No Chat Reports |nochatreports |1.19.2-v1.5.1 |DONE |Manifest: NOSIGNATURE JetAndEliasArmors1.4.1-1.19.2.jar |Jet and Elia's Armors |jet_and_elias_armors |1.0.0 |DONE |Manifest: NOSIGNATURE allthemodium-2.1.7-1.19.2-43.1.1.jar |Allthemodium |allthemodium |2.1.7-1.19.2-43.1.1 |DONE |Manifest: NOSIGNATURE spectrelib-forge-0.12.5+1.19.2.jar |SpectreLib |spectrelib |0.12.5+1.19.2 |DONE |Manifest: NOSIGNATURE kffmod-3.12.0.jar |Kotlin For Forge |kotlinforforge |3.12.0 |DONE |Manifest: NOSIGNATURE pipez-1.19.2-1.1.5.jar |Pipez |pipez |1.19.2-1.1.5 |DONE |Manifest: NOSIGNATURE itemcollectors-1.1.8-forge-mc1.19.jar |Item Collectors |itemcollectors |1.1.8 |DONE |Manifest: NOSIGNATURE Croptopia-1.19.2-FORGE-2.2.2.jar |Croptopia |croptopia |2.2.2 |DONE |Manifest: NOSIGNATURE serverconfigupdater-3.2.jar |ServerConfig Updater |serverconfigupdater |3.2 |DONE |Manifest: NOSIGNATURE polymorph-forge-0.46.4+1.19.2.jar |Polymorph |polymorph |0.46.4+1.19.2 |DONE |Manifest: NOSIGNATURE AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |DONE |Manifest: NOSIGNATURE Morph-o-Tool-1.6-34.jar |Morph-o-Tool |morphtool |1.6-34 |DONE |Manifest: NOSIGNATURE entityculling-forge-1.6.1-mc1.19.2.jar |EntityCulling |entityculling |1.6.1 |DONE |Manifest: NOSIGNATURE connectedglass-1.1.7-forge-mc1.19.jar |Connected Glass |connectedglass |1.1.7 |DONE |Manifest: NOSIGNATURE PuzzlesLib-v4.4.3-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.4.3 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a tetra-1.19.2-5.5.1.jar |Tetra |tetra |5.5.1 |DONE |Manifest: NOSIGNATURE tetranomicon-1.4.2-1.19.2.jar |Tetranomicon |tetranomicon |1.4.2-1.19.2 |DONE |Manifest: NOSIGNATURE hexerei-0.3.3.1.jar |Hexerei |hexerei |0.3.3.1 |DONE |Manifest: NOSIGNATURE CyclopsCore-1.19.2-1.18.8.jar |Cyclops Core |cyclopscore |1.18.8 |DONE |Manifest: NOSIGNATURE blue_skies-1.19.2-1.3.20.jar |Blue Skies |blue_skies |1.3.20 |DONE |Manifest: NOSIGNATURE netherportalfix-forge-1.19-10.0.1.jar |NetherPortalFix |netherportalfix |10.0.1 |DONE |Manifest: NOSIGNATURE AIOTBotania-1.19.2-3.0.1.jar |AIOT Botania |aiotbotania |1.19.2-3.0.1 |DONE |Manifest: NOSIGNATURE aether-1.19.2-1.0.0-beta.1.2-forge.jar |The Aether |aether |1.19.2-1.0.0-beta.1.|DONE |Manifest: NOSIGNATURE HealthOverlay-1.19.2-7.2.1.jar |Health Overlay |healthoverlay |7.2.1 |DONE |Manifest: NOSIGNATURE connectivity-1.19.2-4.5.jar |Connectivity Mod |connectivity |1.19.2-4.5 |DONE |Manifest: NOSIGNATURE rsgauges-1.19.2-forge-1.2.19.jar |Gauges and Switches |rsgauges |1.2.19 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b Controlling-forge-1.19.2-10.0+7.jar |Controlling |controlling |10.0+7 |DONE |Manifest: NOSIGNATURE dankstorage-1.19.2-5.1.6.jar |Dank Storage |dankstorage |1.19.2-5.1.6 |DONE |Manifest: NOSIGNATURE citadel-2.1.4-1.19.jar |Citadel |citadel |2.1.4 |DONE |Manifest: NOSIGNATURE untamedwilds-1.19.2-3.0.3.jar |Untamed Wilds |untamedwilds |3.0.3 |DONE |Manifest: NOSIGNATURE L_Enders_Cataclysm-1.35+-1.19.2.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE mixinextras-forge-0.2.0-beta.9.jar |MixinExtras |mixinextras |0.2.0-beta.9 |DONE |Manifest: NOSIGNATURE potionsmaster-0.6.0-1.19.2-43.1.1.jar |Potions Master |potionsmaster |0.6.0-1.19.2-43.1.1 |DONE |Manifest: NOSIGNATURE buildinggadgets-3.16.2-build.22+mc1.19.2.jar |Building Gadgets |buildinggadgets |3.16.2-build.22+mc1.|DONE |Manifest: NOSIGNATURE FramedBlocks-6.8.4.jar |FramedBlocks |framedblocks |6.8.4 |DONE |Manifest: NOSIGNATURE KnightQuest1.2.7.Patch.jar |Knight Quest |knight_quest |1.2.7 |DONE |Manifest: NOSIGNATURE dummmmmmy-1.19.2-1.7.1.jar |MmmMmmMmmmmm |dummmmmmy |1.19.2-1.7.1 |DONE |Manifest: NOSIGNATURE twilightforest-1.19.2-4.2.1518-universal.jar |The Twilight Forest |twilightforest |4.2.1518 |DONE |Manifest: NOSIGNATURE mob_grinding_utils-1.19.2-0.4.50.jar |Mob Grinding Utils |mob_grinding_utils |1.19.2-0.4.50 |DONE |Manifest: NOSIGNATURE adtetra-1.0.1.jar |Ad Tetra |adtetra |1.0.1 |DONE |Manifest: NOSIGNATURE FarmersDelight-1.19.2-1.2.3.jar |Farmer's Delight |farmersdelight |1.19.2-1.2.3 |DONE |Manifest: NOSIGNATURE entangled-1.3.16-forge-mc1.19.2.jar |Entangled |entangled |1.3.16 |DONE |Manifest: NOSIGNATURE CommonCapabilities-1.19.2-2.9.0.jar |CommonCapabilities |commoncapabilities |2.9.0 |DONE |Manifest: NOSIGNATURE crashutilities-6.2.jar |Crash Utilities |crashutilities |6.2 |DONE |Manifest: NOSIGNATURE getittogetherdrops-forge-1.19.2-1.3.jar |Get It Together, Drops! |getittogetherdrops |1.3 |DONE |Manifest: NOSIGNATURE mcw-fences-1.0.7-mc1.19.2forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |DONE |Manifest: NOSIGNATURE XyCraft World-0.5.17.jar |XyCraft: World |xycraft_world |0.5.17 |DONE |Manifest: NOSIGNATURE wirelesschargers-1.0.9-forge-mc1.19.2.jar |Wireless Chargers |wirelesschargers |1.0.9 |DONE |Manifest: NOSIGNATURE modelfix-1.8.jar |Model Gap Fix |modelfix |1.8 |DONE |Manifest: NOSIGNATURE simplehats-forge-1.19.2-0.1.6.jar |SimpleHats |simplehats |1.19.2-0.1.6 |DONE |Manifest: NOSIGNATURE thermal_expansion-1.19.2-10.2.0.21.jar |Thermal Expansion |thermal_expansion |10.2.0.21 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 GunpowderLib-1.19.2-2.1.jar |GunpowderLib |gunpowderlib |1.19.2-2.1 |DONE |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20 Exchangers-1.19.2-3.4.1.jar |Exchangers |exchangers |1.19.2-3.4.1 |DONE |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20 ftb-ultimine-forge-1902.4.1-build.90.jar |FTB Ultimine |ftbultimine |1902.4.1-build.90 |DONE |Manifest: NOSIGNATURE ApexGunAddon-1.19.x-0.0.1.jar |Apex Guns |apexguns |0.0.1 |DONE |Manifest: NOSIGNATURE resourcefullib-forge-1.19.2-1.1.24.jar |Resourceful Lib |resourcefullib |1.1.24 |DONE |Manifest: NOSIGNATURE MekanismTools-1.19.2-10.3.9.13.jar |Mekanism: Tools |mekanismtools |10.3.9 |DONE |Manifest: NOSIGNATURE deeperdarker-forge-1.1.6-forge.jar |Deeper and Darker |deeperdarker |1.1.6 |DONE |Manifest: NOSIGNATURE architectury-6.5.85-forge.jar |Architectury |architectury |6.5.85 |DONE |Manifest: NOSIGNATURE BambooEverything-forge-2.2.4-build.33+mc1.19.2.jar|Bamboo Everything |bambooeverything |2.2.4-build.33+mc1.1|DONE |Manifest: NOSIGNATURE myrtrees-forge-1.2.0-build.32.jar |Myrtrees |myrtrees |1.2.0-build.32 |DONE |Manifest: NOSIGNATURE findme-3.1.0-forge.jar |FindMe |findme |3.1.0 |DONE |Manifest: NOSIGNATURE observable-3.3.1.jar |Observable |observable |3.3.1 |DONE |Manifest: NOSIGNATURE [1.19.2-forge]-Epic-Knights-8.2.jar |Epic Knights Mod |magistuarmory |8.2 |DONE |Manifest: NOSIGNATURE simplyswords-forge-1.47.0-1.19.2.jar |Simply Swords |simplyswords |1.47.0-1.19.2 |DONE |Manifest: NOSIGNATURE ftb-library-forge-1902.4.1-build.236.jar |FTB Library |ftblibrary |1902.4.1-build.236 |DONE |Manifest: NOSIGNATURE ftb-industrial-contraptions-1900.1.7-build.212.jar|FTB Industrial Contraptions |ftbic |1900.1.7-build.212 |DONE |Manifest: NOSIGNATURE ftb-teams-forge-1902.2.14-build.123.jar |FTB Teams |ftbteams |1902.2.14-build.123 |DONE |Manifest: NOSIGNATURE ftb-ranks-forge-1902.1.15-build.77.jar |FTB Ranks |ftbranks |1902.1.15-build.77 |DONE |Manifest: NOSIGNATURE ftb-essentials-1902.1.10-build.47.jar |FTB Essentials |ftbessentials |1902.1.10-build.47 |DONE |Manifest: NOSIGNATURE ftb-chunks-forge-1902.4.2-build.302.jar |FTB Chunks |ftbchunks |1902.4.2-build.302 |DONE |Manifest: NOSIGNATURE cc-tweaked-1.19.2-1.101.3.jar |CC: Tweaked |computercraft |1.101.3 |DONE |Manifest: NOSIGNATURE energymeter-1.19.2-1.0.0.jar |Energy Meter |energymeter |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE trashcans-1.0.18-forge-mc1.19.jar |Trash Cans |trashcans |1.0.18 |DONE |Manifest: NOSIGNATURE yeetusexperimentus-1.0.1-build.2+mc1.19.1.jar |Yeetus Experimentus |yeetusexperimentus |1.0.1-build.2+mc1.19|DONE |Manifest: NOSIGNATURE gamemenumodoption-mc1.19.2-1.18.1.jar |Game Menu Mod Option |gamemenumodoption |1.18.1 |DONE |Manifest: NOSIGNATURE voidtotem-forge-1.19.2-2.1.0.jar |Void Totem |voidtotem |2.1.0 |DONE |Manifest: NOSIGNATURE rhino-forge-1902.2.2-build.272.jar |Rhino |rhino |1902.2.2-build.272 |DONE |Manifest: NOSIGNATURE RootsClassic-1.19.2-1.1.35.jar |Roots Classic |rootsclassic |1.19.2-1.1.35 |DONE |Manifest: NOSIGNATURE Cucumber-1.19.2-6.0.8.jar |Cucumber Library |cucumber |6.0.8 |DONE |Manifest: NOSIGNATURE trashslot-forge-1.19-12.0.2.jar |TrashSlot |trashslot |12.0.2 |DONE |Manifest: NOSIGNATURE jmi-forge-1.19.2-0.13-44.jar |JourneyMap Integration |jmi |0.13-44 |DONE |Manifest: NOSIGNATURE blueflame-1.19.2-0.1.0.2.jar |Blue Flame Burning |blueflame |1.19.2-0.1.0.2 |DONE |Manifest: NOSIGNATURE sophisticatedstorage-1.19.2-0.8.43.598.jar |Sophisticated Storage |sophisticatedstorage |1.19.2-0.8.43.598 |DONE |Manifest: NOSIGNATURE item-filters-forge-1902.2.9-build.51.jar |Item Filters |itemfilters |1902.2.9-build.51 |DONE |Manifest: NOSIGNATURE ftb-quests-forge-1902.5.4-build.275.jar |FTB Quests |ftbquests |1902.5.4-build.275 |DONE |Manifest: NOSIGNATURE ftb-xmod-compat-forge-1.2.2.jar |FTB XMod Compat |ftbxmodcompat |1.2.2 |DONE |Manifest: NOSIGNATURE Laendli_1.7.4b+(1.19.2_forge).jar |Laendli Transport |laendli_transport |1.7.4 |DONE |Manifest: NOSIGNATURE TravelAnchors-1.19.2-4.1.2.jar |Travel Anchors |travelanchors |1.19.2-4.1.2 |DONE |Manifest: NOSIGNATURE create-1.19.2-0.5.1.c.jar |Create |create |0.5.1.c |DONE |Manifest: NOSIGNATURE waystones-forge-1.19.2-11.4.1.jar |Waystones |waystones |11.4.1 |DONE |Manifest: NOSIGNATURE AgeOfWeapons-Reforged-1.19.2-(v.0.15.1).jar |Age of Weapons - Reforged |ageofweapons |0.15.1 |DONE |Manifest: NOSIGNATURE FastSuite-1.19.2-4.1.1.jar |Fast Suite |fastsuite |4.1.1 |DONE |Manifest: NOSIGNATURE journeymap-1.19.2-5.9.7-forge.jar |Journeymap |journeymap |5.9.7 |DONE |Manifest: NOSIGNATURE comforts-forge-6.0.5+1.19.2.jar |Comforts |comforts |6.0.5+1.19.2 |DONE |Manifest: NOSIGNATURE configured-2.1.1-1.19.2.jar |Configured |configured |2.1.1 |DONE |Manifest: NOSIGNATURE DimStorage-1.19.2-7.2.0.jar |DimStorage |dimstorage |7.2.0 |DONE |Manifest: NOSIGNATURE MyServerIsCompatible-1.19-1.0.jar |MyServerIsCompatible |myserveriscompatible |1.0 |DONE |Manifest: NOSIGNATURE charginggadgets-1.9.0.jar |Charging Gadgets |charginggadgets |1.9.0 |DONE |Manifest: NOSIGNATURE XyCraft Override-0.5.17.jar |XyCraft: Override |xycraft_override |0.5.17 |DONE |Manifest: NOSIGNATURE Ryan's+Zombies+v5.jar |Kevin trophy |kevin_trophy |1.0.0 |DONE |Manifest: NOSIGNATURE mcjtylib-1.19-7.2.5.jar |McJtyLib |mcjtylib |1.19-7.2.5 |DONE |Manifest: NOSIGNATURE rftoolsbase-1.19-4.1.7.jar |RFToolsBase |rftoolsbase |1.19-4.1.7 |DONE |Manifest: NOSIGNATURE rftoolspower-1.19-5.1.2.jar |RFToolsPower |rftoolspower |1.19-5.1.2 |DONE |Manifest: NOSIGNATURE rftoolsbuilder-1.19-5.2.8.jar |RFToolsBuilder |rftoolsbuilder |1.19-5.2.8 |DONE |Manifest: NOSIGNATURE deepresonance-1.19-4.1.3.jar |DeepResonance |deepresonance |1.19-4.1.3 |DONE |Manifest: NOSIGNATURE xnet-1.19-5.1.4.jar |XNet |xnet |1.19-5.1.4 |DONE |Manifest: NOSIGNATURE xnetgases-1.19.2-4.0.1.jar |XNet Gases |xnetgases |4.0.1 |DONE |Manifest: NOSIGNATURE rftoolsstorage-1.19-4.1.2.jar |RFToolsStorage |rftoolsstorage |1.19-4.1.2 |DONE |Manifest: NOSIGNATURE rftoolscontrol-1.19-6.1.4.jar |RFToolsControl |rftoolscontrol |1.19-6.1.4 |DONE |Manifest: NOSIGNATURE mahoutsukai-1.19.2-v1.34.57.jar |Mahou Tsukai |mahoutsukai |1.19.2-v1.34.57 |DONE |Manifest: NOSIGNATURE farsight-1.19.2-3.3.jar |Farsight mod |farsight_view |1.19.2-3.3 |DONE |Manifest: NOSIGNATURE hexcasting-forge-1.19.2-0.10.3.jar |Hex Casting |hexcasting |0.10.3 |DONE |Manifest: NOSIGNATURE Steam_Rails-1.5.1+forge-mc1.19.2.jar |Create: Steam 'n' Rails |railways |1.5.1+forge-mc1.19.2|DONE |Manifest: NOSIGNATURE monstersandmushrooms-0.0.3-1.19.2.jar |Monsters & Mushrooms |monstersandmushrooms |0.0.1-1.19.2 |DONE |Manifest: NOSIGNATURE rftoolsutility-1.19-5.1.8.jar |RFToolsUtility |rftoolsutility |1.19-5.1.8 |DONE |Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar |EnchantmentDescriptions |enchdesc |13.0.14 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 sebastrnlib-2.0.2.jar |Sebastrn Lib |sebastrnlib |2.0.2 |DONE |Manifest: NOSIGNATURE refinedcooking-3.0.3.jar |Refined Cooking |refinedcooking |3.0.3 |DONE |Manifest: NOSIGNATURE refinedstorage-1.11.6.jar |Refined Storage |refinedstorage |1.11.6 |DONE |Manifest: NOSIGNATURE ExtraStorage-1.19.2-3.0.1.jar |Extra Storage |extrastorage |3.0.1 |DONE |Manifest: NOSIGNATURE rebornstorage-1.19.2-5.0.3.jar |RebornStorage |rebornstorage |5.0.3 |DONE |Manifest: NOSIGNATURE appliedcooking-2.0.3.jar |Applied Cooking |appliedcooking |2.0.3 |DONE |Manifest: NOSIGNATURE appliedenergistics2-forge-12.9.8.jar |Applied Energistics 2 |ae2 |12.9.8 |DONE |Manifest: NOSIGNATURE AEInfinityBooster-1.19.2-1.2.0+11.jar |AEInfinityBooster |aeinfinitybooster |1.19.2-1.2.0+11 |DONE |Manifest: NOSIGNATURE AE2WTLib-12.9.7.jar |AE2WTLib |ae2wtlib |12.9.7 |DONE |Manifest: NOSIGNATURE AE2-Things-1.1.1.jar |AE2 Things |ae2things |1.1.1 |DONE |Manifest: NOSIGNATURE cookingforblockheads-forge-1.19.2-13.3.2.jar |CookingForBlockheads |cookingforblockheads |13.3.2 |DONE |Manifest: NOSIGNATURE merequester-forge-1.19.2-1.1.4.jar |ME Requester |merequester |1.19.2-1.1.4 |DONE |Manifest: NOSIGNATURE Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE ars_nouveau-1.19.2-3.17.10.jar |Ars Nouveau |ars_nouveau |3.17.10 |DONE |Manifest: NOSIGNATURE ars_creo-1.19.2-3.2.1.jar |Ars Creo |ars_creo |3.2.1 |DONE |Manifest: NOSIGNATURE ars_elemental-1.19.2-0.5.9.1.3.jar |Ars Elemental |ars_elemental |1.19.2-0.5.9.1.3 |DONE |Manifest: NOSIGNATURE Delightful-1.19.2-3.3.jar |Delightful |delightful |3.3 |DONE |Manifest: NOSIGNATURE arseng-1.0.0-beta.3.jar |Ars Énergistique |arseng |1.0.0-beta.3 |DONE |Manifest: NOSIGNATURE arsarmiger-1.19.2-1.4.0.jar |Ars Armiger |ars_armiger |1.19.2-1.4.0 |DONE |Manifest: NOSIGNATURE moonlight-1.19.2-2.2.44-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.44 |DONE |Manifest: NOSIGNATURE ToolBelt-1.19.2-1.19.7.jar |Tool Belt |toolbelt |1.19.7 |DONE |Manifest: NOSIGNATURE titanium-1.19.2-3.7.3-27.jar |Titanium |titanium |3.7.3 |DONE |Manifest: NOSIGNATURE silent-lib-1.19.2-7.0.3.jar |Silent Lib |silentlib |7.0.3 |DONE |Manifest: NOSIGNATURE theurgy-1.19.2-1.3.6.jar |Theurgy |theurgy |1.19.2-1.3.6 |DONE |Manifest: NOSIGNATURE Iceberg-1.19.2-forge-1.1.4.jar |Iceberg |iceberg |1.1.4 |DONE |Manifest: NOSIGNATURE Quark-3.4-409.jar |Quark |quark |3.4-409 |DONE |Manifest: NOSIGNATURE supplementaries-1.19.2-2.3.24.jar |Supplementaries |supplementaries |1.19.2-2.3.24 |DONE |Manifest: NOSIGNATURE mutil-1.19.2-5.1.0.jar |mutil |mutil |5.1.0 |DONE |Manifest: NOSIGNATURE chemlib-1.19.2-2.0.17.jar |ChemLib |chemlib |1.19.2-2.0.17 |DONE |Manifest: NOSIGNATURE enderchests-forge-1.19.0-1.10.1.03.jar |EnderChests |enderchests |1.10.1.03 |DONE |Manifest: NOSIGNATURE Applied-Botanics-1.4.4.jar |Applied Botanics |appbot |1.4.4 |DONE |Manifest: NOSIGNATURE modonomicon-1.19.2-1.34.0.jar |Modonomicon |modonomicon |1.34.0 |DONE |Manifest: NOSIGNATURE SoL-Carrot-1.19.2-1.14.0.jar |Spice of Life: Carrot Edition |solcarrot |1.19.2-1.14.0 |DONE |Manifest: NOSIGNATURE moredragoneggs-3.2.jar |More Dragon Eggs |moredragoneggs |3.2 |DONE |Manifest: NOSIGNATURE async-locator-forge-1.19.2-1.3.0.jar |Async Locator |asynclocator |1.3.0 |DONE |Manifest: NOSIGNATURE refinedstorageaddons-0.9.0.jar |Refined Storage Addons |refinedstorageaddons |0.9.0 |DONE |Manifest: NOSIGNATURE Applied-Mekanistics-1.3.5.jar |Applied Mekanistics |appmek |1.3.5 |DONE |Manifest: NOSIGNATURE AEAdditions-1.19.2-4.0.5.jar |AE Additions |ae2additions |4.0.5 |DONE |Manifest: NOSIGNATURE megacells-forge-2.0.3-1.19.2.jar |MEGA Cells |megacells |2.0.3-1.19.2 |DONE |Manifest: NOSIGNATURE expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE Flywheel Backend: Off Crash Report UUID: 0da59b1b-7abc-4c5f-a549-ccb0d9f7e566 FML: 43.2 Forge: net.minecraftforge:43.2.14 FramedBlocks BlockEntity Warning: Not applicable
  24. I need to modify my server to produce image renders from the viewpoint of an entity. Is there any HeadlessRendering code available that works on the server, or do I manually have to implement rendering logic from scratch? Unfortunately the mod I am working on requires the rendering to be done server side... Essentially the mod I am working on won't require a client to be connected to the server, but requires the server to run multiple rendering streams at 640x400. Any tips or information that might help me out? I would prefer not to have to reimplement a rendering engine.
  25. Introduction: Welcome to the grand launch of Prosperity Craft, a Minecraft server that promises an immersive and exciting gaming experience. Embark on an exciting adventure and be part of our grand launch. Server features: Balanced Economy: Our server ensures a balanced economy with no overpowered elements, providing a fair gameplay for all players. Grief Prevention: Safeguard your creations and enjoy a grief-free environment with our advanced Grief Prevention system. Dual Rank System: • Main ranks: Players have the ability to progress through our carefully designed 15 main ranks, each of which bestows useful and unique benefits. • Donator ranks: serve as supplementary levels to the main ranks, offering additional progression benefits without providing unfair P2W advantages. McMMO: Dive into the world of McMMO, where your skills and abilities evolve as you play, adding a layer of RPG elements to your adventure. McMMO resets every 6 months to maintain balance, refresh gameplay, and offer a fair start for all players. Jobs: Engage in various jobs to earn in-game currency Daily Quests: Take on daily quests to challenge yourself and earn rewards as you accomplish different tasks. Daily Rewards: Log in daily to claim exclusive rewards and bonuses, adding an extra incentive to your regular gameplay. Weekly Events: Join weekly events that bring the community together for fun and excitement, creating memorable moments for all. Community Driven: We believe in actively involving our players in the decision-making process. Your input, suggestions, and feedback are vital in shaping the direction of the server. It's not just a community; it's a collaborative effort where the collective voice of our players guides the evolution of the server. Top of Form No Texture Pack: Prosperity Craft does not require the installation of any texture pack, ensuring a lag-free experience for all players. IP [1.20.2]: 194.153.216.79:25948 Discord server: https://discord.gg/UKUzgwtNCv
×
×
  • Create New...

Important Information

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