Skip to content

Instantly share code, notes, and snippets.

@P3rf3ctXZer0
Created February 7, 2023 15:56
Show Gist options
  • Save P3rf3ctXZer0/967c38415b4180056f40fb8fa4424e08 to your computer and use it in GitHub Desktop.
Save P3rf3ctXZer0/967c38415b4180056f40fb8fa4424e08 to your computer and use it in GitHub Desktop.
[09:48:27.304][INFO]: Successfully identified and loaded plugin botania:default
[09:48:27.330][INFO]: Successfully identified and loaded plugin jeitweaker:default
[09:48:27.427][INFO]: Successfully identified and loaded plugin crafttweaker:builtin
[09:48:27.432][INFO]: Successfully identified and loaded plugin crafttweaker:builtin_forge
[09:48:27.457][INFO]: Successfully identified and loaded plugin mekanism:crt_plugin
[09:48:32.531][INFO]: The following mods have explicit CraftTweaker support through the default plugin:
[09:48:32.532][INFO]: - 'botania' at version '1.18.2-435'
[09:48:32.532][INFO]: - 'crafttweaker' at version '9.1.203'
[09:48:32.532][INFO]: - 'createtweaker' at version '2.0.0.17'
[09:48:32.532][INFO]: - 'initialinventory' at version '6.0.8'
[09:48:32.532][INFO]: - 'jeitweaker' at version '3.0.0.9'
[09:48:32.532][INFO]: - 'mekanism' at version '10.2.5'
[09:48:32.532][INFO]: - 'mysticalagriculture' at version '5.1.3'
[09:48:32.532][INFO]: - 'thermal' at version '9.2.0.46'
[09:48:32.532][INFO]: - 'thermal_foundation' at version '9.2.0.46'
[09:48:43.897][INFO]: Started loading scripts for loader 'mekanismcontent'
[09:48:44.117][INFO]: Compiling and executing scripts
[09:48:44.529][INFO]: Successfully initialized modules [mods, crafttweaker, expansions]
[09:48:44.531][INFO]: Loading file 'MekanismCustom.zs' with priority 0
[09:48:44.535][ERROR]: Error while compiling scripts:
org.openzen.zencode.shared.CompileException: MekanismCustom.zs:10:0: Could not find type crafttweaker.api.util.MCResourceLocation
at TRANSFORMER/crafttweaker@9.1.203/org.openzen.zenscript.parser.ParsedFile.loadImports(ParsedFile.java:337)
at TRANSFORMER/crafttweaker@9.1.203/org.openzen.zenscript.parser.ParsedFile.compileCode(ParsedFile.java:303)
at TRANSFORMER/crafttweaker@9.1.203/org.openzen.zenscript.parser.ParsedFile.compileSyntaxToSemantic(ParsedFile.java:126)
at TRANSFORMER/crafttweaker@9.1.203/org.openzen.zencode.java.ScriptingEngine.createScriptedModule(ScriptingEngine.java:132)
at TRANSFORMER/crafttweaker@9.1.203/com.blamejared.crafttweaker.impl.script.scriptrun.runner.ScriptRunner.runScripts(ScriptRunner.java:86)
at TRANSFORMER/crafttweaker@9.1.203/com.blamejared.crafttweaker.impl.script.scriptrun.runner.ScriptRunner.run(ScriptRunner.java:69)
at TRANSFORMER/crafttweaker@9.1.203/com.blamejared.crafttweaker.impl.script.scriptrun.DecoratedRunKind$DecoratedScriptRunner.run(DecoratedRunKind.java:27)
at TRANSFORMER/crafttweaker@9.1.203/com.blamejared.crafttweaker.impl.script.scriptrun.ScriptRun.executeRun(ScriptRun.java:88)
at TRANSFORMER/crafttweaker@9.1.203/com.blamejared.crafttweaker.impl.script.scriptrun.ScriptRun.execute(ScriptRun.java:54)
at TRANSFORMER/mekanism@10.2.5/mekanism.common.integration.crafttweaker.content.CrTContentUtils.registerCrTGases(CrTContentUtils.java:101)
at MC-BOOTSTRAP/eventbus@5.0.3/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
at MC-BOOTSTRAP/eventbus@5.0.3/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
at MC-BOOTSTRAP/eventbus@5.0.3/net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at MC-BOOTSTRAP/eventbus@5.0.3/net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at LAYER PLUGIN/javafmllanguage@1.18.2-40.2.1/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:106)
at LAYER PLUGIN/fmlcore@1.18.2-40.2.1/net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:107)
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
at LAYER PLUGIN/fmlcore@1.18.2-40.2.1/net.minecraftforge.fml.ModWorkManager$SyncExecutor.driveOne(ModWorkManager.java:42)
at LAYER PLUGIN/fmlcore@1.18.2-40.2.1/net.minecraftforge.fml.ModWorkManager$DrivenExecutor.drive(ModWorkManager.java:26)
at LAYER PLUGIN/fmlcore@1.18.2-40.2.1/net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:202)
at LAYER PLUGIN/fmlcore@1.18.2-40.2.1/net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$21(ModLoader.java:187)
at java.base/java.util.Optional.ifPresent(Optional.java:178)
at LAYER PLUGIN/fmlcore@1.18.2-40.2.1/net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:187)
at LAYER PLUGIN/fmlcore@1.18.2-40.2.1/net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$11(ModLoader.java:164)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at LAYER PLUGIN/fmlcore@1.18.2-40.2.1/net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:164)
at TRANSFORMER/forge@40.2.1/net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:92)
at TRANSFORMER/forge@40.2.1/net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:112)
at TRANSFORMER/forge@40.2.1/net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:92)
at TRANSFORMER/minecraft@1.18.2/net.minecraft.client.Minecraft.<init>(Minecraft.java:459)
at TRANSFORMER/minecraft@1.18.2/net.minecraft.client.main.Main.main(Main.java:169)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at MC-BOOTSTRAP/fmlloader@1.18.2-40.2.1/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31)
at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
at cpw.mods.bootstraplauncher@1.0.0/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149)
[09:48:44.629][INFO]: Queueing Infuse Type 'crafttweaker:the_vault_larimar' for registration.
[09:48:44.629][INFO]: Queueing Infuse Type 'crafttweaker:the_vault_echo' for registration.
[09:48:44.629][INFO]: Queueing Slurry 'crafttweaker:the_vault_clean_chromatic_iron_slurry' for registration.
[09:48:44.629][INFO]: Queueing Slurry 'crafttweaker:the_vault_dirty_chromatic_iron_slurry' for registration.
[09:48:44.630][INFO]: Execution for loader 'mekanismcontent' completed successfully
[09:48:44.630][INFO]: Registering 0 custom gases.
[09:48:44.638][INFO]: Registering 2 custom infuse types.
[09:48:44.638][INFO]: Registered Infuse Type: 'crafttweaker:the_vault_echo'.
[09:48:44.638][INFO]: Registered Infuse Type: 'crafttweaker:the_vault_larimar'.
[09:48:44.649][INFO]: Registering 0 custom pigments.
[09:48:44.656][INFO]: Registering 0 custom robit skins.
[09:48:44.663][INFO]: Registering 2 custom slurries.
[09:48:44.663][INFO]: Registered Slurry: 'crafttweaker:the_vault_dirty_chromatic_iron_slurry'.
[09:48:44.663][INFO]: Registered Slurry: 'crafttweaker:the_vault_clean_chromatic_iron_slurry'.
[09:48:59.018][INFO]: Started loading scripts for loader 'initialize'
[09:48:59.035][INFO]: Compiling and executing scripts
[09:48:59.037][INFO]: Successfully initialized modules [crafttweaker, expansions]
[09:48:59.043][INFO]: Execution for loader 'initialize' completed successfully
[09:52:38.701][INFO]: Started loading scripts for loader 'tags'
[09:52:38.716][INFO]: Compiling and executing scripts
[09:52:38.719][INFO]: Successfully initialized modules [crafttweaker, expansions]
[09:52:38.726][INFO]: Execution for loader 'tags' completed successfully
[09:52:49.150][INFO]: Started loading scripts for loader 'crafttweaker'
[09:52:49.161][INFO]: Compiling and executing scripts
[09:52:49.235][INFO]: Successfully initialized modules [mods, crafttweaker, expansions]
[09:52:49.235][INFO]: Loading file '00_remove_recipes.zs' with priority 0
[09:52:49.252][INFO]: Loading file 'Backpacks.zs' with priority 0
[09:52:49.254][INFO]: Loading file 'Botania.zs' with priority 0
[09:52:49.258][INFO]: Loading file 'Botany_Pots.zs' with priority 0
[09:52:49.258][INFO]: Loading file 'BuildingGadgets.zs' with priority 0
[09:52:49.259][INFO]: Loading file 'Cagerium.zs' with priority 0
[09:52:49.260][INFO]: Loading file 'CollosalChests.zs' with priority 0
[09:52:49.264][INFO]: Loading file 'Cooking.zs' with priority 0
[09:52:49.264][INFO]: Loading file 'Create.zs' with priority 0
[09:52:49.270][INFO]: Loading file 'DarkUtilities.zs' with priority 0
[09:52:49.271][INFO]: Loading file 'Drawers.zs' with priority 0
[09:52:49.272][INFO]: Loading file 'Elevatorid.zs' with priority 0
[09:52:49.272][INFO]: Loading file 'Flux.zs' with priority 0
[09:52:49.273][INFO]: Loading file 'Macaw.zs' with priority 0
[09:52:49.273][INFO]: Loading file 'Mekanism.zs' with priority 0
[09:52:49.277][INFO]: Loading file 'MiningGadgets.zs' with priority 0
[09:52:49.278][INFO]: Loading file 'Pipez.zs' with priority 0
[09:52:49.279][INFO]: Loading file 'Powah.zs' with priority 0
[09:52:49.281][INFO]: Loading file 'Quark.zs' with priority 0
[09:52:49.282][INFO]: Loading file 'RFTools.zs' with priority 0
[09:52:49.282][INFO]: Loading file 'RefinedStorage.zs' with priority 0
[09:52:49.285][INFO]: Loading file 'Routers.zs' with priority 0
[09:52:49.286][INFO]: Loading file 'SimpleStorage.zs' with priority 0
[09:52:49.287][INFO]: Loading file 'Snad.zs' with priority 0
[09:52:49.291][INFO]: Loading file 'Thermal.zs' with priority 0
[09:52:49.293][INFO]: Loading file 'Torchmaster.zs' with priority 0
[09:52:49.294][INFO]: Loading file 'Traders.zs' with priority 0
[09:52:49.294][INFO]: Loading file 'Vanilla.zs' with priority 0
[09:52:49.298][INFO]: Loading file 'Waystones.zs' with priority 0
[09:52:49.299][INFO]: Loading file 'Xnet.zs' with priority 0
[09:52:49.300][INFO]: Loading file 'ae2.zs' with priority 0
[09:52:49.302][INFO]: Loading file 'alexsmobs.zs' with priority 0
[09:52:49.302][INFO]: Loading file 'iron_generators_furnaces.zs' with priority 0
[09:52:49.303][INFO]: Loading file 'mushroomEvents.zs' with priority 0
[09:52:49.590][INFO]: Registering loot modifier with name 'crafttweaker:no_loot'
[09:52:49.595][INFO]: Removing "minecraft:crafting" recipes with modid: "alexsmobs"
[09:52:49.603][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9e6f717b'
[09:52:49.801][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7f41186e'
[09:52:49.811][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9639a9ce'
[09:52:49.821][INFO]: Removing 'ae2:inscriber' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a1ce087d'
[09:52:49.821][INFO]: Removing 'ae2:inscriber' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dbcd1154'
[09:52:49.821][INFO]: Removing 'ae2:inscriber' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@657cbdc'
[09:52:49.821][INFO]: Removing 'ae2:inscriber' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7db613ea'
[09:52:49.821][INFO]: Removing 'ae2:inscriber' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ab467009'
[09:52:49.821][INFO]: Removing 'ae2:inscriber' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dd329f3e'
[09:52:49.821][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d932fbe'
[09:52:49.830][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b8ade25d'
[09:52:49.838][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e84b089'
[09:52:49.846][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7741b044'
[09:52:49.855][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9893bbda'
[09:52:49.863][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bf568c03'
[09:52:49.871][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@54a37243'
[09:52:49.879][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@125d7bf3'
[09:52:49.887][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@25996e9'
[09:52:49.895][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@29e8868c'
[09:52:49.903][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2997c940'
[09:52:49.910][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b6a224ea'
[09:52:49.918][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f7c4b082'
[09:52:49.925][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6d67e210'
[09:52:49.932][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@45212173'
[09:52:49.940][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@887b3c73'
[09:52:49.947][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e0027ad8'
[09:52:49.954][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8b805727'
[09:52:49.961][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@89f887ee'
[09:52:49.970][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c692fd53'
[09:52:49.977][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b78719fc'
[09:52:49.986][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@da83bc10'
[09:52:49.993][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3b529b07'
[09:52:50.000][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e325db19'
[09:52:50.007][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b5428b40'
[09:52:50.013][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a3683a18'
[09:52:50.020][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@acbdb92e'
[09:52:50.026][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@809b057f'
[09:52:50.032][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8713a8d7'
[09:52:50.038][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1169ad4b'
[09:52:50.044][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@90c3672b'
[09:52:50.050][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4599c665'
[09:52:50.055][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@22ef80b5'
[09:52:50.060][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e2f7674b'
[09:52:50.066][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f6fa4599'
[09:52:50.071][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ad2bce3d'
[09:52:50.076][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7844ede5'
[09:52:50.082][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5921f1fb'
[09:52:50.088][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5e98f7e6'
[09:52:50.094][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@37416042'
[09:52:50.099][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2c4eea7b'
[09:52:50.104][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@10c83201'
[09:52:50.109][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@64c1ec75'
[09:52:50.115][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dc401bac'
[09:52:50.120][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@576be07'
[09:52:50.124][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a4791e15'
[09:52:50.129][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f8f86410'
[09:52:50.134][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@82adc5ed'
[09:52:50.139][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bd0025cd'
[09:52:50.144][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6c48aa64'
[09:52:50.149][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@af7971e2'
[09:52:50.154][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@22e1849e'
[09:52:50.158][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@af7971e2'
[09:52:50.161][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c019f983'
[09:52:50.165][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ec2a4604'
[09:52:50.170][INFO]: Removing 'botania:brew' recipes that match a custom condition
[09:52:50.170][INFO]: Removing 'botania:brew' recipes that match a custom condition
[09:52:50.170][INFO]: Removing 'botania:brew' recipes that match a custom condition
[09:52:50.170][INFO]: Removing 'botania:brew' recipes that match a custom condition
[09:52:50.170][INFO]: Removing 'botania:brew' recipes that match a custom condition
[09:52:50.170][INFO]: Removing 'botania:brew' recipes that match a custom condition
[09:52:50.170][INFO]: Removing 'botania:brew' recipes that match a custom condition
[09:52:50.170][INFO]: Removing 'botania:brew' recipes that match a custom condition
[09:52:50.170][INFO]: Removing 'botania:brew' recipes that match a custom condition
[09:52:50.170][INFO]: Removing 'botania:brew' recipes that match a custom condition
[09:52:50.171][INFO]: Removing 'botania:elven_trade' recipes that match a custom condition
[09:52:50.171][INFO]: Removing 'botania:elven_trade' recipes that match a custom condition
[09:52:50.171][INFO]: Removing 'botania:elven_trade' recipes that match a custom condition
[09:52:50.171][INFO]: Removing 'botania:elven_trade' recipes that match a custom condition
[09:52:50.171][INFO]: Removing 'botania:elven_trade' recipes that match a custom condition
[09:52:50.172][INFO]: Removing 'botania:elven_trade' recipes that match a custom condition
[09:52:50.172][INFO]: Removing 'botania:petal_apothecary' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4d80295'
[09:52:50.172][INFO]: Removing 'botania:terra_plate' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7717b4e5'
[09:52:50.172][INFO]: Removing 'botania:mana_infusion' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@33ee89c3'
[09:52:50.172][INFO]: Removing 'botania:mana_infusion' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e1d37759'
[09:52:50.172][INFO]: Removing 'botania:mana_infusion' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@59dec5d2'
[09:52:50.172][INFO]: Removing 'botania:mana_infusion' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@235f10d9'
[09:52:50.172][INFO]: Removing 'botania:mana_infusion' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4aaefc47'
[09:52:50.172][INFO]: Removing 'botania:mana_infusion' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@80e2791f'
[09:52:50.172][INFO]: Removing 'botania:runic_altar' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2e61b5d9'
[09:52:50.172][INFO]: Removing 'botania:runic_altar' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5163529'
[09:52:50.172][INFO]: Removing 'botania:runic_altar' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@33ef0ced'
[09:52:50.172][INFO]: Removing 'botania:runic_altar' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1ddab6a5'
[09:52:50.172][INFO]: Removing 'botania:runic_altar' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5f47ec54'
[09:52:50.172][INFO]: Removing 'botania:petal_apothecary' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3f7a4988'
[09:52:50.172][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2f06f03b'
[09:52:50.177][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9f36d6ee'
[09:52:50.182][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f9e325d'
[09:52:50.187][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5e3ae7eb'
[09:52:50.192][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dedb8ae9'
[09:52:50.196][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9c84902b'
[09:52:50.201][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@feb43b6'
[09:52:50.206][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7a30d19d'
[09:52:50.211][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8e1af015'
[09:52:50.216][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bb4997ea'
[09:52:50.225][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bbc5d771'
[09:52:50.230][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@400dca7f'
[09:52:50.235][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@393c1d02'
[09:52:50.242][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2e88c570'
[09:52:50.248][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@87c692e3'
[09:52:50.254][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dcf6cf88'
[09:52:50.260][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@96e3e847'
[09:52:50.266][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2614768f'
[09:52:50.272][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bed90b76'
[09:52:50.278][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9c5d50cf'
[09:52:50.285][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cd6b1cca'
[09:52:50.291][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@46bbb3d1'
[09:52:50.297][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a55e8cf5'
[09:52:50.302][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4e85f74b'
[09:52:50.308][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7f1d8a03'
[09:52:50.313][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@be7162e4'
[09:52:50.319][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f125716d'
[09:52:50.324][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f619058b'
[09:52:50.329][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8beebea9'
[09:52:50.335][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@efcbd08a'
[09:52:50.340][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2eb9117'
[09:52:50.343][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a6dd829e'
[09:52:50.348][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bad128fa'
[09:52:50.353][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7923016d'
[09:52:50.357][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@811a756d'
[09:52:50.361][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@743d43f4'
[09:52:50.364][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b6e7766a'
[09:52:50.369][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@78701062'
[09:52:50.372][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b0092f2d'
[09:52:50.375][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@233fb0d7'
[09:52:50.379][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@15f77138'
[09:52:50.383][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d5718e0e'
[09:52:50.388][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2e8f7b49'
[09:52:50.391][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@75715f14'
[09:52:50.394][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6c191853'
[09:52:50.399][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4764caae'
[09:52:50.403][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@85d931a5'
[09:52:50.406][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@14561c87'
[09:52:50.410][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a25c100d'
[09:52:50.415][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@390971c3'
[09:52:50.420][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5122d169'
[09:52:50.424][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@89356e48'
[09:52:50.429][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5786f7f6'
[09:52:50.434][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8518866'
[09:52:50.439][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9b9affd8'
[09:52:50.443][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ea4e88df'
[09:52:50.448][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@aa66a3a1'
[09:52:50.452][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@894543e1'
[09:52:50.457][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@61fcd57d'
[09:52:50.461][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@827e63b9'
[09:52:50.465][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@98c84fcc'
[09:52:50.469][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9d5f50f'
[09:52:50.473][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@55cfed50'
[09:52:50.476][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ce8119f5'
[09:52:50.480][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@84a44e81'
[09:52:50.485][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ec207f7b'
[09:52:50.489][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e0135efc'
[09:52:50.494][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5b2d6cb2'
[09:52:50.498][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@90af3f3a'
[09:52:50.502][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2524c96f'
[09:52:50.506][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@19eea190'
[09:52:50.509][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@28a0504a'
[09:52:50.512][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@52b3c3f9'
[09:52:50.516][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cc54f8a'
[09:52:50.521][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fe2c0f21'
[09:52:50.526][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5f1938be'
[09:52:50.530][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f9a92e34'
[09:52:50.535][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8d9c6f51'
[09:52:50.540][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@646656e4'
[09:52:50.545][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6ec20968'
[09:52:50.550][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7e52a3ec'
[09:52:50.555][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e95ad677'
[09:52:50.560][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1711d737'
[09:52:50.563][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@87cd6ccc'
[09:52:50.568][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5bbb8b53'
[09:52:50.572][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4d2813ba'
[09:52:50.576][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2a6bec69'
[09:52:50.580][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b3f9e8ce'
[09:52:50.585][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@464415ee'
[09:52:50.589][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@72df6c32'
[09:52:50.592][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5fde569c'
[09:52:50.596][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3eb518c5'
[09:52:50.601][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4aaefc47'
[09:52:50.605][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9c7b0e0c'
[09:52:50.608][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4ce6e73c'
[09:52:50.612][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e1d37759'
[09:52:50.615][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fb458d5b'
[09:52:50.620][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@109b0711'
[09:52:50.623][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7df8a67f'
[09:52:50.627][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@504006d1'
[09:52:50.630][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@23cd6fdd'
[09:52:50.635][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c584fd4'
[09:52:50.638][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f8ff6bf6'
[09:52:50.642][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e816e947'
[09:52:50.645][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@68aaba41'
[09:52:50.649][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@68663cf8'
[09:52:50.654][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e044f8d5'
[09:52:50.657][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@48a46d4d'
[09:52:50.661][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3f477303'
[09:52:50.666][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bca3d50b'
[09:52:50.671][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ec88b83'
[09:52:50.675][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8ba95472'
[09:52:50.678][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3fea11ef'
[09:52:50.682][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5c33b493'
[09:52:50.687][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f4a863fd'
[09:52:50.691][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c4a50dd4'
[09:52:50.694][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1aa4f280'
[09:52:50.698][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dd956565'
[09:52:50.702][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ccb910e0'
[09:52:50.706][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@55952f5d'
[09:52:50.709][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@535a8c19'
[09:52:50.713][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e739a8bc'
[09:52:50.718][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1948afbf'
[09:52:50.722][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@74d2e4d4'
[09:52:50.725][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6babf3ff'
[09:52:50.729][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@89dd6489'
[09:52:50.733][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ba1c5e28'
[09:52:50.737][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cdbe4c29'
[09:52:50.740][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fa367e91'
[09:52:50.743][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c723f718'
[09:52:50.746][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@42b9fba2'
[09:52:50.751][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7b82601d'
[09:52:50.755][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a95c3ae8'
[09:52:50.760][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@286e4e77'
[09:52:50.764][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d8c0d00'
[09:52:50.768][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@59935c0a'
[09:52:50.773][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6cf99c2'
[09:52:50.777][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2d68377f'
[09:52:50.780][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@608c1310'
[09:52:50.785][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5ddd1781'
[09:52:50.789][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@599657ed'
[09:52:50.793][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f5a1d4a1'
[09:52:50.796][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@acfadc5f'
[09:52:50.800][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f6aae1d4'
[09:52:50.804][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5f69b976'
[09:52:50.808][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@11a3092e'
[09:52:50.812][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dc7efd32'
[09:52:50.815][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f118a403'
[09:52:50.820][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6858008c'
[09:52:50.825][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@752f628b'
[09:52:50.829][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@35246161'
[09:52:50.833][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@94782334'
[09:52:50.838][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ca43b315'
[09:52:50.841][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@db7c2964'
[09:52:50.844][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7c66a72f'
[09:52:50.847][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cdf20424'
[09:52:50.853][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2f9c3eb7'
[09:52:50.857][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c1a19af4'
[09:52:50.860][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5de6ffa1'
[09:52:50.863][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e671d597'
[09:52:50.868][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b6a331ae'
[09:52:50.872][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@16737218'
[09:52:50.876][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d69867a'
[09:52:50.880][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b12e976e'
[09:52:50.885][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@87effad1'
[09:52:50.890][INFO]: Removing 'minecraft:crafting' recipe(s) with name(s): '[storagedrawers:add_upgrade]'
[09:52:50.890][INFO]: Removing "minecraft:crafting" recipes with modid: "pipez"
[09:52:50.893][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@944b111e'
[09:52:50.897][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@89a7e33b'
[09:52:50.901][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@be7371d'
[09:52:50.904][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@50a5ab1c'
[09:52:50.907][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@944b111e'
[09:52:50.911][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@89a7e33b'
[09:52:50.915][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@be7371d'
[09:52:50.919][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@50a5ab1c'
[09:52:50.923][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9b04a343'
[09:52:50.926][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a94fffdb'
[09:52:50.931][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@97de36ed'
[09:52:50.935][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@933f59ac'
[09:52:50.939][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b4a9d1b'
[09:52:50.944][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b039804b'
[09:52:50.948][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@190683c'
[09:52:50.953][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3232c877'
[09:52:50.957][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1b5544'
[09:52:50.961][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a8f65052'
[09:52:50.964][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@155f2c59'
[09:52:50.969][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e8a1a497'
[09:52:50.972][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bb6e7281'
[09:52:50.977][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ba68b3cc'
[09:52:50.982][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@944436cd'
[09:52:50.987][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d58be351'
[09:52:50.991][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2000487f'
[09:52:50.996][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ec9cbb5c'
[09:52:51.001][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2c083d93'
[09:52:51.006][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dce9f7e1'
[09:52:51.010][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@35553b08'
[09:52:51.013][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e1adbb9d'
[09:52:51.019][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@26d04973'
[09:52:51.024][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2e828c12'
[09:52:51.028][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dff8a7ba'
[09:52:51.032][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a003bcd'
[09:52:51.037][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a8da62ac'
[09:52:51.041][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4178b640'
[09:52:51.045][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f7576f7b'
[09:52:51.048][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fe62f8e7'
[09:52:51.052][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@181cab88'
[09:52:51.056][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5fdd4d6f'
[09:52:51.059][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@85f2dd62'
[09:52:51.062][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8c5bac45'
[09:52:51.065][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7411d067'
[09:52:51.069][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bb8f35a0'
[09:52:51.073][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@68a5d6cf'
[09:52:51.076][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1db345d'
[09:52:51.080][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6b84a46a'
[09:52:51.084][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b2714851'
[09:52:51.088][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4f059a1f'
[09:52:51.092][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ba1b0c0f'
[09:52:51.094][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4b5b1726'
[09:52:51.098][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d0c58c15'
[09:52:51.103][INFO]: Removing 'mekanism:metallurgic_infusing' recipe(s) with name(s): '[mekanism:metallurgic_infusing/alloy/infused]'
[09:52:51.103][INFO]: Removing 'mekanism:metallurgic_infusing' recipe(s) with name(s): '[mekanism:metallurgic_infusing/alloy/reinforced]'
[09:52:51.103][INFO]: Removing 'mekanism:metallurgic_infusing' recipe(s) with name(s): '[mekanism:metallurgic_infusing/alloy/atomic]'
[09:52:51.103][INFO]: Removing 'mekanism:metallurgic_infusing' recipe(s) with name(s): '[mekanism:control_circuit/basic]'
[09:52:51.103][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@24dcee89'
[09:52:51.107][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c6667484'
[09:52:51.110][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@23536433'
[09:52:51.113][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7d51b304'
[09:52:51.118][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d91a32d1'
[09:52:51.122][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@20ba49e5'
[09:52:51.125][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a3a7c178'
[09:52:51.128][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@55be8305'
[09:52:51.132][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c7a51a38'
[09:52:51.137][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@69e92061'
[09:52:51.141][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8cfa0a8'
[09:52:51.143][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e207a85d'
[09:52:51.147][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a4f48101'
[09:52:51.151][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@97c151ad'
[09:52:51.154][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7f441970'
[09:52:51.157][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d714b986'
[09:52:51.160][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a0e35192'
[09:52:51.164][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c6fffa2d'
[09:52:51.168][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@91a1c56d'
[09:52:51.172][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7838fc85'
[09:52:51.175][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f08930c'
[09:52:51.179][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a0e35192'
[09:52:51.183][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f680fdf7'
[09:52:51.186][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@41dde87a'
[09:52:51.190][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6f399d7f'
[09:52:51.193][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fc37e836'
[09:52:51.196][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9e60a681'
[09:52:51.200][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1c3e5a25'
[09:52:51.203][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@22e1bf7c'
[09:52:51.206][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@33b0ba28'
[09:52:51.209][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@21f811eb'
[09:52:51.212][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9c6c40fb'
[09:52:51.216][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@15805e22'
[09:52:51.221][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@41a29c3d'
[09:52:51.226][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5a17d930'
[09:52:51.230][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@59c5227e'
[09:52:51.235][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@923c4093'
[09:52:51.238][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4fc977ea'
[09:52:51.242][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a14a59bb'
[09:52:51.245][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@881d3342'
[09:52:51.249][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@21cea62d'
[09:52:51.253][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6b580d7f'
[09:52:51.257][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d4ddc49a'
[09:52:51.260][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bbccd86e'
[09:52:51.264][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ebe54819'
[09:52:51.268][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e19242c3'
[09:52:51.272][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@70424ba8'
[09:52:51.275][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b4a6fec0'
[09:52:51.279][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5e113681'
[09:52:51.283][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7558c686'
[09:52:51.287][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6f04ca71'
[09:52:51.291][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@55985030'
[09:52:51.294][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@762db161'
[09:52:51.297][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b6de1f16'
[09:52:51.301][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6e8e1a1e'
[09:52:51.305][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@69bb4189'
[09:52:51.308][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2ff409ed'
[09:52:51.311][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@699f48b8'
[09:52:51.314][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a553b66d'
[09:52:51.319][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4ca6a638'
[09:52:51.323][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e68158f'
[09:52:51.326][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@958ee13a'
[09:52:51.329][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5f554ad4'
[09:52:51.333][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@95e5dffc'
[09:52:51.337][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9c5f9ea8'
[09:52:51.341][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@eeb849c8'
[09:52:51.343][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@edd370ce'
[09:52:51.347][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1349fa5f'
[09:52:51.352][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c3869a31'
[09:52:51.355][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b6307fac'
[09:52:51.359][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ea2a8790'
[09:52:51.362][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d091a0f'
[09:52:51.366][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@12bb4d18'
[09:52:51.370][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@75f1e37e'
[09:52:51.373][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8bd36978'
[09:52:51.376][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@df1178df'
[09:52:51.379][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@efdb8b3a'
[09:52:51.383][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@534f9f5a'
[09:52:51.388][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@61934e01'
[09:52:51.391][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1d08901'
[09:52:51.394][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7a0c83e2'
[09:52:51.398][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8802ce17'
[09:52:51.402][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@29f84a0f'
[09:52:51.405][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c9ebb0c7'
[09:52:51.408][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3b7e481c'
[09:52:51.413][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.ingredient.type.TagIngredient@7f2c9b77'
[09:52:51.452][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.ingredient.type.TagIngredient@c116a79'
[09:52:51.489][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.ingredient.type.TagIngredient@34d59897'
[09:52:51.531][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d99fe5d8'
[09:52:51.537][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3099eba4'
[09:52:51.543][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ee92873a'
[09:52:51.549][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cef66d08'
[09:52:51.555][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8447277f'
[09:52:51.560][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8db707eb'
[09:52:51.566][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e74c6f0a'
[09:52:51.572][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.ingredient.type.TagIngredient@72007df7'
[09:52:51.606][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fd11ebe2'
[09:52:51.612][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@85998e81'
[09:52:51.617][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8ca93571'
[09:52:51.623][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f9885f34'
[09:52:51.628][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@79c444f3'
[09:52:51.633][INFO]: Removing "minecraft:crafting" recipes with modid: "irongenerators"
[09:52:51.637][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fe55f47d'
[09:52:51.642][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b072888a'
[09:52:51.647][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f2f4eadb'
[09:52:51.653][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b6eb3a6d'
[09:52:51.658][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7000aece'
[09:52:51.663][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4a331d79'
[09:52:51.669][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@62339bb2'
[09:52:51.674][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@45fb1a7a'
[09:52:51.679][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d55df139'
[09:52:51.685][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@19165677'
[09:52:51.690][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bf96dd54'
[09:52:51.696][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@380336a5'
[09:52:51.701][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@705e2d1b'
[09:52:51.706][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@23ffbecb'
[09:52:51.712][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dfa15d08'
[09:52:51.717][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e6c1aab1'
[09:52:51.722][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fc401123'
[09:52:51.728][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f7776a50'
[09:52:51.733][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d0eb7c'
[09:52:51.739][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fac80e38'
[09:52:51.744][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a6e58e93'
[09:52:51.750][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f04ed49a'
[09:52:51.755][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fcab8ed4'
[09:52:51.761][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e13624ee'
[09:52:51.766][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d404ea7'
[09:52:51.772][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@365ee78d'
[09:52:51.777][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f8665c7'
[09:52:51.783][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@487ea377'
[09:52:51.788][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5e84f6c5'
[09:52:51.793][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9f3b3182'
[09:52:51.799][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c143d1f3'
[09:52:51.804][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@346a0365'
[09:52:51.810][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5a7431c6'
[09:52:51.815][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8cb84c64'
[09:52:51.820][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d90e1fb4'
[09:52:51.826][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ab3f901f'
[09:52:51.832][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d53b05d0'
[09:52:51.837][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c25c06dc'
[09:52:51.843][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7b6be9e8'
[09:52:51.848][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@206d1a8a'
[09:52:51.854][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@51a479d8'
[09:52:51.859][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1be7c6fd'
[09:52:51.864][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f42c0a1a'
[09:52:51.870][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@97772d04'
[09:52:51.875][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@eb666661'
[09:52:51.880][INFO]: Removing 'stonecutting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@52cd46e4'
[09:52:51.881][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@126cb4b2'
[09:52:51.887][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e8bae832'
[09:52:51.892][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c03a47b8'
[09:52:51.897][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7401a18f'
[09:52:51.903][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@71370615'
[09:52:51.908][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d69ec310'
[09:52:51.914][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f67a243a'
[09:52:51.919][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@aeabc335'
[09:52:51.925][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5b356f89'
[09:52:51.930][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a97d4f6a'
[09:52:51.935][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@915c2a1a'
[09:52:51.941][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@11334c2b'
[09:52:51.946][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e1370272'
[09:52:51.951][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e71df17d'
[09:52:51.957][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@16e06f08'
[09:52:51.962][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@31b5a586'
[09:52:51.968][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@26c2cab9'
[09:52:51.973][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8a1d5cf5'
[09:52:51.979][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7042331a'
[09:52:51.984][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9e1e378c'
[09:52:51.989][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@22f6e9f'
[09:52:51.995][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5d0f9f48'
[09:52:52.000][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3b6d527a'
[09:52:52.005][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@28c0adea'
[09:52:52.011][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c35c2924'
[09:52:52.016][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cbe06fbd'
[09:52:52.023][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@9a8c0d8e]" and fluid outputs: "[]"
[09:52:52.023][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@e6810f85]" and fluid outputs: "[]"
[09:52:52.023][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@e354a1bd]" and fluid outputs: "[]"
[09:52:52.023][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6942a466'
[09:52:52.029][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@377096e1'
[09:52:52.034][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e624130'
[09:52:52.040][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e69995d3'
[09:52:52.045][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@90ed5da3'
[09:52:52.051][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3c2a8f84'
[09:52:52.057][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ed6e2608'
[09:52:52.062][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@173d365c'
[09:52:52.068][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e6810f85'
[09:52:52.073][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9a8c0d8e'
[09:52:52.078][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9be48bec'
[09:52:52.084][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@780b6627'
[09:52:52.089][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e354a1bd'
[09:52:52.094][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@71c6252'
[09:52:52.100][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@568caa29'
[09:52:52.105][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c638ad14'
[09:52:52.110][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fb18c19e'
[09:52:52.117][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e4a1a20'
[09:52:52.123][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@92ac6aca'
[09:52:52.129][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@72aa7454'
[09:52:52.135][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ea855f4c'
[09:52:52.141][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c5a61da6'
[09:52:52.147][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.ingredient.type.TagIngredient@fe98844'
[09:52:52.182][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@55048fa1'
[09:52:52.187][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@69d9266'
[09:52:52.193][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1d9d1e1b'
[09:52:52.198][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8f05de3f'
[09:52:52.204][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@22a31255'
[09:52:52.210][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f87e5c50'
[09:52:52.216][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@135b78ee'
[09:52:52.221][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9a06bdf3'
[09:52:52.228][INFO]: Removing Brewing recipes that have an input of: com.blamejared.crafttweaker.api.item.MCItemStack@b133ac7e, output of: com.blamejared.crafttweaker.api.item.MCItemStack@2108a262 and a reagent of: com.blamejared.crafttweaker.api.item.MCItemStack@2c7123ad
[09:52:52.237][INFO]: Removing Brewing recipes that have an input of: com.blamejared.crafttweaker.api.item.MCItemStack@1af2eb9b, output of: com.blamejared.crafttweaker.api.item.MCItemStack@a83f6717 and a reagent of: com.blamejared.crafttweaker.api.item.MCItemStack@2c7123ad
[09:52:52.238][INFO]: Removing Brewing recipes that have an input of: <potion:alexsmobs:knockback_resistance>, output of: <potion:alexsmobs:strong_knockback_resistance> and a reagent of: com.blamejared.crafttweaker.api.item.MCItemStack@2c7123ad
[09:52:52.238][INFO]: Removing Brewing recipes that have an input of: <potion:alexsmobs:soulsteal>, output of: <potion:alexsmobs:strong_soulsteal> and a reagent of: com.blamejared.crafttweaker.api.item.MCItemStack@2c7123ad
[09:52:52.239][INFO]: Removing Brewing recipes that output: <potion:alexsmobs:strong_soulsteal>
[09:52:52.239][INFO]: Removing Brewing recipes that output: <potion:minecraft:healing>
[09:52:52.239][INFO]: Removing Brewing recipes that output: <potion:minecraft:regeneration>
[09:52:52.239][INFO]: Removing Brewing recipes that output: <potion:minecraft:turtle_master>
[09:52:52.239][INFO]: Removing 'minecraft:crafting' recipe(s) with name(s): '[minecraft:suspicious_stew]'
[09:52:52.239][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@95cb0168'
[09:52:52.244][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@62d9ecc9'
[09:52:52.250][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ee8d16d0'
[09:52:52.255][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@53a52ea3'
[09:52:52.260][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7f38d8e7'
[09:52:52.265][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@90cd0de7'
[09:52:52.271][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@28372e80'
[09:52:52.276][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a5c313f7'
[09:52:52.282][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4133ad8c'
[09:52:52.288][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@64e3d095'
[09:52:52.294][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b8952caf'
[09:52:52.301][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@430b1a54'
[09:52:52.307][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dd225be7'
[09:52:52.312][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@16164342'
[09:52:52.317][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@92c8128d'
[09:52:52.323][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@89e61a29'
[09:52:52.328][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d4a3259a'
[09:52:52.334][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dd2d25a9'
[09:52:52.339][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@99082eae'
[09:52:52.344][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ca73a15'
[09:52:52.351][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d58794d'
[09:52:52.358][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c77da162'
[09:52:52.365][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@81e72753'
[09:52:52.371][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fda4089a'
[09:52:52.378][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d400dcb7'
[09:52:52.384][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9df6c1b2'
[09:52:52.389][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ef5d819d'
[09:52:52.395][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d884c14e'
[09:52:52.401][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@df3c187a'
[09:52:52.407][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@17b5e648'
[09:52:52.413][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@36b8339d'
[09:52:52.419][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@43d3aff4'
[09:52:52.425][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@89f35df3'
[09:52:52.431][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@408958be'
[09:52:52.436][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4838b3ce'
[09:52:52.442][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@422fb79c'
[09:52:52.447][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@750b82f2'
[09:52:52.454][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f2d0a9cf'
[09:52:52.461][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5537198a'
[09:52:52.466][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d30b2dba'
[09:52:52.471][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@91883e59'
[09:52:52.475][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@40f2369f'
[09:52:52.479][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cbb3c15c'
[09:52:52.483][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@610b27c2'
[09:52:52.489][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@73dd9066'
[09:52:52.495][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7d0e49a9'
[09:52:52.501][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f7adfe04'
[09:52:52.506][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@178a877'
[09:52:52.512][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e176eb54'
[09:52:52.518][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b09267a6'
[09:52:52.524][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1be8878b'
[09:52:52.530][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@aff167ba'
[09:52:52.536][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1b4879f5'
[09:52:52.542][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d66762e8'
[09:52:52.549][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@530bbc2f'
[09:52:52.555][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dbcbb4cd'
[09:52:52.561][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@318412ca'
[09:52:52.567][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f37f1ff0'
[09:52:52.573][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@617d9e7e'
[09:52:52.579][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b4edce03'
[09:52:52.585][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bd5f4a07'
[09:52:52.591][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5d74bebd'
[09:52:52.596][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e18b4b7c'
[09:52:52.603][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@829db07e'
[09:52:52.609][INFO]: Removing 'smithing' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@709fe70'
[09:52:52.609][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4087b414'
[09:52:52.615][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@44a9ed72'
[09:52:52.621][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ac49ca08'
[09:52:52.627][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c6032c68'
[09:52:52.632][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@61ec1034'
[09:52:52.637][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@25529b15'
[09:52:52.643][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e6e6c1b6'
[09:52:52.648][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@19829e9c'
[09:52:52.654][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ac35856f'
[09:52:52.659][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@93b6a490'
[09:52:52.665][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4fc595e2'
[09:52:52.670][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3914a920'
[09:52:52.676][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e7840ab'
[09:52:52.681][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e77ee4ba'
[09:52:52.687][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cea2952e'
[09:52:52.693][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bed7f6c0'
[09:52:52.699][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@15a396e5'
[09:52:52.704][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3eb36fd3'
[09:52:52.710][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6f5693bc'
[09:52:52.715][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1120f172'
[09:52:52.721][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b1134668'
[09:52:52.726][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a98f3cb8'
[09:52:52.732][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5fe528d4'
[09:52:52.737][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@19f57589'
[09:52:52.743][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d1cd663c'
[09:52:52.749][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@57a5264a'
[09:52:52.754][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8035c852'
[09:52:52.760][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d7a84b7e'
[09:52:52.766][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f7578fc8'
[09:52:52.771][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a7a4516e'
[09:52:52.777][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8c00b076'
[09:52:52.783][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9a32d685'
[09:52:52.788][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fc8cf8ce'
[09:52:52.793][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@83d13e78'
[09:52:52.799][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@552e70d5'
[09:52:52.804][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b5411f1b'
[09:52:52.811][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3e27b9e'
[09:52:52.818][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@353d8e3'
[09:52:52.824][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9047629b'
[09:52:52.830][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c46023fa'
[09:52:52.835][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4e4476ae'
[09:52:52.840][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6800d994'
[09:52:52.846][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a9b3475'
[09:52:52.852][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3a2a78e8'
[09:52:52.857][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a618c6b0'
[09:52:52.863][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bae9f1af'
[09:52:52.868][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ec24cc2'
[09:52:52.874][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b8a0c82'
[09:52:52.879][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6d070563'
[09:52:52.885][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9c07a4f'
[09:52:52.890][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@99428b74'
[09:52:52.896][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bcffe993'
[09:52:52.901][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bcd0f6f2'
[09:52:52.906][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5830647'
[09:52:52.912][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@404823f9'
[09:52:52.918][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@db5a7be2'
[09:52:52.924][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ce7eecec'
[09:52:52.930][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7e8c839b'
[09:52:52.936][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a1e43281'
[09:52:52.942][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ec9088a3'
[09:52:52.947][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@288b8e6f'
[09:52:52.953][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a95ed555'
[09:52:52.959][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1c2d97f4'
[09:52:52.965][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2b9713ab'
[09:52:52.971][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3c4d8aac'
[09:52:52.976][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e2e350cf'
[09:52:52.982][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b7bc70c2'
[09:52:52.988][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9172464d'
[09:52:52.993][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2a9c263'
[09:52:52.998][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d840d3b3'
[09:52:53.004][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5398ea8e'
[09:52:53.009][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7286af77'
[09:52:53.015][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fd6800d6'
[09:52:53.021][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ab2173f'
[09:52:53.026][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@60ccfea1'
[09:52:53.032][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a28c03e2'
[09:52:53.038][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e0a7a41b'
[09:52:53.044][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bccf4058'
[09:52:53.050][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f7760fd6'
[09:52:53.056][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@712889fa'
[09:52:53.062][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ae6b8e55'
[09:52:53.067][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@aec06fc'
[09:52:53.073][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f316483b'
[09:52:53.079][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8b6bd564'
[09:52:53.085][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bee9e974'
[09:52:53.090][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@97d14a1d'
[09:52:53.096][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ff2fe3ae'
[09:52:53.101][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3df03402'
[09:52:53.107][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cce5c5ee'
[09:52:53.112][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e2fd3b1c'
[09:52:53.118][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e3c85845'
[09:52:53.124][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1c3af550'
[09:52:53.130][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@293add2f'
[09:52:53.135][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@78759733'
[09:52:53.141][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ba07081'
[09:52:53.146][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a1b86d03'
[09:52:53.185][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c7a3d301'
[09:52:53.190][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@34209ab8'
[09:52:53.196][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e67a1ee6'
[09:52:53.201][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@764fd8c2'
[09:52:53.208][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@47e850cd'
[09:52:53.213][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f29666ef'
[09:52:53.219][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@93b3b906'
[09:52:53.225][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@67803c0a'
[09:52:53.230][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5887ab21'
[09:52:53.236][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6e61e98d'
[09:52:53.241][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@126715dd'
[09:52:53.246][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4340119'
[09:52:53.252][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b524e9c5'
[09:52:53.257][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1ba1edbd'
[09:52:53.262][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6862c3b3'
[09:52:53.267][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@729b846f'
[09:52:53.273][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1e550a24'
[09:52:53.278][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6cd4cede'
[09:52:53.284][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@83f229bf'
[09:52:53.289][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b68518b3'
[09:52:53.294][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3917b32f'
[09:52:53.299][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2d558535'
[09:52:53.304][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1c9d4b30'
[09:52:53.310][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5d7bdb65'
[09:52:53.315][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@66e052c8'
[09:52:53.321][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@94708be1'
[09:52:53.326][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2f92091f'
[09:52:53.331][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b26cbce0'
[09:52:53.336][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@364fb076'
[09:52:53.341][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e2966b4f'
[09:52:53.347][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fd9244a1'
[09:52:53.353][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ba389b27'
[09:52:53.359][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8ab513f6'
[09:52:53.364][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@34d0687d'
[09:52:53.369][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f1a2e07b'
[09:52:53.375][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8ab513f6'
[09:52:53.380][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dfdce3eb'
[09:52:53.385][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8b7bc55b'
[09:52:53.390][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2081a543'
[09:52:53.395][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fd29cfe'
[09:52:53.401][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e923291b'
[09:52:53.406][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fe368a23'
[09:52:53.411][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@536e2387'
[09:52:53.416][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7048b7a5'
[09:52:53.421][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5788922f'
[09:52:53.426][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b09b31a6'
[09:52:53.431][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7b1ea8f7'
[09:52:53.436][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@471dd7b9'
[09:52:53.442][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cd47cdde'
[09:52:53.447][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a272a11a'
[09:52:53.453][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f33463a'
[09:52:53.458][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d709d7d0'
[09:52:53.463][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@895a569f'
[09:52:53.468][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cde25f7b'
[09:52:53.474][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7bdbe614'
[09:52:53.479][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@54176b51'
[09:52:53.484][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dcdcd320'
[09:52:53.489][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5b7f2a5c'
[09:52:53.494][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@10ff2156'
[09:52:53.500][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2bb5ec8a'
[09:52:53.505][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a2e08fc9'
[09:52:53.510][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e02ee306'
[09:52:53.516][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5855a2d5'
[09:52:53.521][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@799940ba'
[09:52:53.525][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ec4f59f7'
[09:52:53.530][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a19a2598'
[09:52:53.537][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7165db08'
[09:52:53.543][INFO]: Removing 'create:crushing' recipe(s) with name(s): '[create:crushing/veridium_recycling]'
[09:52:53.543][INFO]: Removing 'create:crushing' recipe(s) with name(s): '[create:crushing/veridium]'
[09:52:53.543][INFO]: Removing 'create:crushing' recipe(s) with name(s): '[create:crushing/crimsite_recycling]'
[09:52:53.543][INFO]: Removing 'create:crushing' recipe(s) with name(s): '[create:crushing/crimsite]'
[09:52:53.543][INFO]: Removing 'create:crushing' recipe(s) with name(s): '[create:crushing/ochrum_recycling]'
[09:52:53.543][INFO]: Removing 'create:crushing' recipe(s) with name(s): '[create:crushing/ochrum]'
[09:52:53.543][INFO]: Removing 'create:crushing' recipe(s) with name(s): '[create:crushing/asurine_recycling]'
[09:52:53.543][INFO]: Removing 'create:crushing' recipe(s) with name(s): '[create:crushing/asurine]'
[09:52:53.543][INFO]: Removing 'create:mechanical_crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b70c36ee'
[09:52:53.543][INFO]: Removing 'create:mechanical_crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8ab513f6'
[09:52:53.543][INFO]: Removing 'create:mixing' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f1a2e07b'
[09:52:53.544][INFO]: Removing 'create:deploying' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8b7bc55b'
[09:52:53.544][INFO]: Removing 'create:deploying' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2081a543'
[09:52:53.544][INFO]: Removing 'create:cutting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fd29cfe'
[09:52:53.544][INFO]: Removing 'create:item_application' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@476ba422'
[09:52:53.544][INFO]: Removing 'create:item_application' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@33e79107'
[09:52:53.544][INFO]: Removing 'create:item_application' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f91c8921'
[09:52:53.544][INFO]: Removing 'create:sequenced_assembly' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ee13e6c0'
[09:52:53.544][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e8d69a66'
[09:52:53.550][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2dba53a2'
[09:52:53.555][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@438f1e25'
[09:52:53.560][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dc7e19c0'
[09:52:53.566][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@42377adc'
[09:52:53.573][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1f73d28e'
[09:52:53.580][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@59a562aa'
[09:52:53.587][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e3e80267'
[09:52:53.593][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@319daee9'
[09:52:53.600][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@20023b87'
[09:52:53.605][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@11aad5a4'
[09:52:53.611][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ff2e9bfd'
[09:52:53.618][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c6d3cac7'
[09:52:53.623][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e8287f97'
[09:52:53.629][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@43849e3'
[09:52:53.635][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@88a4799b'
[09:52:53.641][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7cc10dfd'
[09:52:53.647][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@885cc759'
[09:52:53.652][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@31b53e26'
[09:52:53.657][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@df245b'
[09:52:53.662][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9c6f367c'
[09:52:53.668][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@946d967e'
[09:52:53.674][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@23b8ecc'
[09:52:53.679][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3d24bb72'
[09:52:53.685][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@773a5cd4'
[09:52:53.690][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@52a54bf8'
[09:52:53.695][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@896051bc'
[09:52:53.700][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8e384dee'
[09:52:53.705][INFO]: Removing 'smithing' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8e384dee'
[09:52:53.705][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@64c2afde'
[09:52:53.710][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ce64ad8d'
[09:52:53.716][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@98ed0b78'
[09:52:53.721][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3534ff16'
[09:52:53.726][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4fd95f50'
[09:52:53.731][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a246567d'
[09:52:53.736][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d0276647'
[09:52:53.741][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2cbd25e9'
[09:52:53.746][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@22c0d08e'
[09:52:53.752][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@710906fd'
[09:52:53.757][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9632442f'
[09:52:53.762][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9992d356'
[09:52:53.767][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d5a0b03b'
[09:52:53.772][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@70ad6e35'
[09:52:53.777][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5c686454'
[09:52:53.783][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9958d81d'
[09:52:53.788][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ad986107'
[09:52:53.793][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@fbaf17a2'
[09:52:53.798][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@aabd810'
[09:52:53.803][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@10c18c97'
[09:52:53.808][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ed65da23'
[09:52:53.814][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@6c76332a'
[09:52:53.820][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c2706cd'
[09:52:53.825][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b2673637'
[09:52:53.830][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.ingredient.type.TagIngredient@2f81182b'
[09:52:53.862][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3ceeef45'
[09:52:53.868][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@efdf925e'
[09:52:53.873][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@9666172b'
[09:52:53.879][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@74923fb7'
[09:52:53.885][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f28ebb71'
[09:52:53.890][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@742e7501'
[09:52:53.895][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@700c0b6b'
[09:52:53.900][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5d66745'
[09:52:53.905][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a01d91ae'
[09:52:53.910][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a9ddb301'
[09:52:53.916][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@34f415b'
[09:52:53.921][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8fb2fadb'
[09:52:53.926][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c92965ca'
[09:52:53.931][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4db5ce14'
[09:52:53.936][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@42a2a693'
[09:52:53.942][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ded2e9a1'
[09:52:53.947][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@653c036b'
[09:52:53.952][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7ff5ccb'
[09:52:53.957][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c3c7a614'
[09:52:53.962][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b4ea5ca3'
[09:52:53.967][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@88d26b52'
[09:52:53.972][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@b59a0ae1'
[09:52:53.978][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@644f04d4'
[09:52:53.983][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1ccaaed'
[09:52:53.988][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@21060e29'
[09:52:53.993][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@67baa1a4'
[09:52:53.998][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@932accae'
[09:52:54.003][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@49183cc6'
[09:52:54.009][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@587916d8'
[09:52:54.015][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@133d7de'
[09:52:54.021][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2a0e68da'
[09:52:54.027][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@2b004caf'
[09:52:54.033][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@345d0110'
[09:52:54.039][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@62e92d4e'
[09:52:54.045][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e5db2ae7'
[09:52:54.050][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@70586367'
[09:52:54.055][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@87debeea'
[09:52:54.060][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@83e8bf'
[09:52:54.072][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3883182c'
[09:52:54.077][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a997e959'
[09:52:54.083][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a8c1e7a2'
[09:52:54.087][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@e39ccd58'
[09:52:54.093][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@98cc0934'
[09:52:54.098][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5477accc'
[09:52:54.103][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ac8bc40d'
[09:52:54.106][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4518cfca'
[09:52:54.110][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@246bbd8f'
[09:52:54.115][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@bcca83be'
[09:52:54.120][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@759846ae'
[09:52:54.124][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@200c91e1'
[09:52:54.128][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@eade21c'
[09:52:54.132][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ecf35440'
[09:52:54.137][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@3be204da'
[09:52:54.142][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@378f7e59'
[09:52:54.146][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@97a4a778'
[09:52:54.151][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a997e959'
[09:52:54.155][INFO]: Removing 'powah:energizing' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@773786e3'
[09:52:54.155][INFO]: Removing 'powah:energizing' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f16cf18a'
[09:52:54.155][INFO]: Removing 'powah:energizing' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@abbbe78c'
[09:52:54.155][INFO]: Removing 'powah:energizing' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@f13d7d33'
[09:52:54.155][INFO]: Removing 'powah:energizing' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@70586367'
[09:52:54.155][INFO]: Removing 'powah:energizing' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@a88cb778'
[09:52:54.155][INFO]: Removing 'powah:energizing' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@50df3bc0'
[09:52:54.155][INFO]: Removing 'powah:energizing' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d0b47f1e'
[09:52:54.157][INFO]: JEI Hiding all ingredients from Mod: alexsmobs
[09:52:54.169][INFO]: Adding custom JEI ingredient: <item:alexsmobs:rainbow_glass>
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:stonecutter_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:jukebox_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:advanced_tool_swapper_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:battery_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:pump_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:xp_pump_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:tool_swapper_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:inception_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:advanced_magnet_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:compacting_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:advanced_compacting_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:magnet_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:everlasting_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:smelting_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:smoking_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:auto_smoking_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:auto_blasting_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:crafting_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:tank_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:advanced_pump_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:auto_smelting_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:sophisticatedbackpacks:blasting_upgrade> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:manasteel_helmet> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:manasteel_chestplate> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:manasteel_leggings> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:manasteel_boots> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:manaweave_helmet> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:manaweave_chestplate> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:manaweave_leggings> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:manaweave_boots> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:terrasteel_helmet> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:terrasteel_chestplate> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:terrasteel_leggings> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:terrasteel_boots> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:elementium_helmet> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:elementium_chestplate> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:elementium_leggings> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:elementium_boots> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:holy_cloak> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:unholy_cloak> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:balance_cloak> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:invisibility_cloak> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:mana_ring_greater> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:magnet_ring_greater> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:aura_ring_greater> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:ender_dagger> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:speed_up_belt> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:itemfinder> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:rainbow_rod> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:gravity_rod> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:fire_rod> from JEI
[09:52:54.170][INFO]: Hiding Ingredient <item:botania:smelt_rod> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:star_sword> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:mana_gun> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:diva_charm> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:pinkinator> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:thunder_sword> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:king_key> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:knockback_belt> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:crystal_bow> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:livingwood_bow> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:slingshot> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:flight_tiara> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:dice> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:flugel_eye> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:glass_pickaxe> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:travel_belt> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:super_travel_belt> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:ice_pendant> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:lava_pendant> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:super_lava_pendant> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:cloud_pendant> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:super_cloud_pendant> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:third_eye> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:goddess_charm> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:laputa_shard> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:infinite_fruit> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:ancient_will_ahrim> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:ancient_will_dharok> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:ancient_will_torag> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:ancient_will_verac> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:ancient_will_karil> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:ancient_will_guthan> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:open_bucket> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:black_hole_talisman> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:blood_pendant> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:elementium_pickaxe> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:elementium_shovel> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:elementium_axe> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:elementium_hoe> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:elementium_sword> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:elementium_shears> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:manasteel_pick> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:manasteel_shovel> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:manasteel_axe> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:manasteel_hoe> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:manasteel_sword> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:manasteel_shears> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:tornado_rod> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:terra_pick> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:terra_axe> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:terra_sword> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:mana_cookie> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:crafty_crate> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:thorn_chakram> from JEI
[09:52:54.171][INFO]: Hiding Ingredient <item:botania:flare_chakram> from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_vial>.withTag({brewKey: "botania:resistance" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_vial>.withTag({brewKey: "botania:feather_feet" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_vial>.withTag({brewKey: "botania:regen" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_vial>.withTag({brewKey: "botania:regen_weak" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_vial>.withTag({brewKey: "botania:overload" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_vial>.withTag({brewKey: "botania:clear" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_vial>.withTag({brewKey: "botania:bloodthirst" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_vial>.withTag({brewKey: "botania:absorption" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_vial>.withTag({brewKey: "botania:soul_cross" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_flask>.withTag({brewKey: "botania:soul_cross" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_flask>.withTag({brewKey: "botania:overload" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_flask>.withTag({brewKey: "botania:resistance" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_flask>.withTag({brewKey: "botania:feather_feet" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_flask>.withTag({brewKey: "botania:absorption" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_flask>.withTag({brewKey: "botania:regen_weak" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_flask>.withTag({brewKey: "botania:bloodthirst" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_flask>.withTag({brewKey: "botania:regen" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:brew_flask>.withTag({brewKey: "botania:clear" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:incense_stick>.withTag({brewKey: "botania:bloodthirst" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:incense_stick>.withTag({brewKey: "botania:regen_weak" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:incense_stick>.withTag({brewKey: "botania:regen" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:incense_stick>.withTag({brewKey: "botania:soul_cross" as string}) from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:water_ring> from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:swap_ring> from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:magnet_ring> from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:loki_ring> from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:odin_ring> from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:thor_ring> from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:reach_ring> from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:pixie_ring> from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:mining_ring> from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:mana_ring> from JEI
[09:52:54.173][INFO]: Hiding Ingredient <item:botania:mining_ring> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:botania:aura_ring> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:botania:dodge_ring> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:light_blue_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:purple_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:light_gray_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:green_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:magenta_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:red_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:lime_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:gray_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:orange_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:brown_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:pink_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:cyan_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:white_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:yellow_sharestone> from JEI
[09:52:54.175][INFO]: Hiding Ingredient <item:waystones:blue_sharestone> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:waystones:black_sharestone> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:waystones:sharestone> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:waystones:portstone> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:waystones:return_scroll> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:waystones:bound_scroll> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:waystones:warp_scroll> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:mekasuit_helmet> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:mekasuit_bodyarmor> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:mekasuit_pants> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:mekasuit_boots> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:electric_bow> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:flamethrower> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:jetpack> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:free_runners> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:free_runners_armored> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:meka_tool> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:atomic_disassembler> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:jetpack_armored> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:portable_teleporter> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:cardboard_box> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:upgrade_stone_generator> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_base> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_energy_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_laser_dissipation_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_radiation_shielding_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_excavation_escalation_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_attack_amplification_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_farming_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_shearing_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_silk_touch_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_vein_mining_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_teleportation_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_geiger_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_hydraulic_propulsion_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_frost_walker_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_magnetic_attraction_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_dosimeter_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_jetpack_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_inhalation_purification_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_vision_enhancement_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_nutritional_injection_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_locomotive_boosting_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_hydrostatic_repulsor_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_gyroscopic_stabilization_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_elytra_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_charge_distribution_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_gravitational_modulating_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_fortune_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_blasting_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:module_electrolytic_breathing_unit> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:basic_bin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:advanced_bin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:elite_bin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:ultimate_bin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:mekanism:creative_bin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:create:extendo_grip> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:create:potato_cannon> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:create:wand_of_symmetry> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:create:crafting_blueprint> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:iron_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:gold_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:copper_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:netherite_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:tin_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:lead_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:silver_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:nickel_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:bronze_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:electrum_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:invar_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:constantan_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:signalum_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:lumium_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:thermal:enderium_coin> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:darkutils:charm_portal> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:darkutils:charm_sleep> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:darkutils:charm_warding> from JEI
[09:52:54.176][INFO]: Hiding Ingredient <item:darkutils:tome_enchanting> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:darkutils:tome_sga> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:darkutils:tome_illager> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:darkutils:tome_shadows> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:darkutils:tome_runelic> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:darkutils:tome_pigpen> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:obsidian_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:bronze_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:lead_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:osmium_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:refined_obsidian_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:steel_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:tin_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:skystone_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:certus_quartz_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:allthemodium_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:vibranium_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:unobtainium_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:quartz_enriched_iron_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:signalum_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:enderium_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:dirt_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:uranium_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:platin_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:infinity_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:netherrack_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:irongenerators:invar_generator> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:powah:player_aerial_pearl> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:powah:aerial_pearl> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:powah:binding_card_dim> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:thermal:redprint> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:thermal:xp_crystal> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:thermal:rf_potato> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:storagenetwork:inventory_remote> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:storagenetwork:builder_remote> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:storagenetwork:crafting_remote> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:storagenetwork:collector_remote> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:storagenetwork:picker_remote> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:the_vault:sugar_plum_fairy_flower> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_silver> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_iron2> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_gold2> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_copper> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_netherite> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_crystal> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_obsidian> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_emerald> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_diamond> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_gold> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_iron> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_silver2> from JEI
[09:52:54.177][INFO]: Hiding Ingredient <item:ironfurnaces:upgrade_obsidian2> from JEI
[09:52:54.179][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_pouch' that outputs: '<item:sophisticatedbackpacks:backpack>'
[09:52:54.181][INFO]: Adding 'minecraft:crafting' recipe, with name: 'crafttweaker:sophisticatedbackpacks_double_pouch' that outputs: '<item:sophisticatedbackpacks:iron_backpack>'
[09:52:54.182][INFO]: Adding 'minecraft:crafting' recipe, with name: 'crafttweaker:sophisticatedbackpacks_belt' that outputs: '<item:sophisticatedbackpacks:gold_backpack>'
[09:52:54.182][INFO]: Adding 'minecraft:crafting' recipe, with name: 'crafttweaker:sophisticatedbackpacks_small_backpack' that outputs: '<item:sophisticatedbackpacks:diamond_backpack>'
[09:52:54.182][INFO]: Adding 'minecraft:crafting' recipe, with name: 'crafttweaker:sophisticatedbackpacks_big_backpack' that outputs: '<item:sophisticatedbackpacks:netherite_backpack>'
[09:52:54.182][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_upgrade_base' that outputs: '<item:sophisticatedbackpacks:upgrade_base>'
[09:52:54.182][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_stack_upgrade_1' that outputs: '<item:sophisticatedbackpacks:stack_upgrade_tier_1>'
[09:52:54.182][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_stack_upgrade_2' that outputs: '<item:sophisticatedbackpacks:stack_upgrade_tier_2>'
[09:52:54.182][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_stack_upgrade_3' that outputs: '<item:sophisticatedbackpacks:stack_upgrade_tier_3>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_stack_upgrade_4' that outputs: '<item:sophisticatedbackpacks:stack_upgrade_tier_4>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_refill_upgrade' that outputs: '<item:sophisticatedbackpacks:refill_upgrade>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_void_upgrade' that outputs: '<item:sophisticatedbackpacks:void_upgrade>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_advanced_void_upgrade' that outputs: '<item:sophisticatedbackpacks:advanced_void_upgrade>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_feeding_upgrade' that outputs: '<item:sophisticatedbackpacks:feeding_upgrade>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_advanced_feeding_upgrade' that outputs: '<item:sophisticatedbackpacks:advanced_feeding_upgrade>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_pickup_upgrade' that outputs: '<item:sophisticatedbackpacks:pickup_upgrade>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_advanced_pickup_upgrade' that outputs: '<item:sophisticatedbackpacks:advanced_pickup_upgrade>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_filter_upgrade' that outputs: '<item:sophisticatedbackpacks:filter_upgrade>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_advanced_filter_upgrade' that outputs: '<item:sophisticatedbackpacks:advanced_filter_upgrade>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_restock_upgrade' that outputs: '<item:sophisticatedbackpacks:restock_upgrade>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_advanced_restock_upgrade' that outputs: '<item:sophisticatedbackpacks:advanced_restock_upgrade>'
[09:52:54.183][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_deposit_upgrade' that outputs: '<item:sophisticatedbackpacks:deposit_upgrade>'
[09:52:54.184][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_advanced_deposit_upgrade' that outputs: '<item:sophisticatedbackpacks:advanced_deposit_upgrade>'
[09:52:54.184][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:sophisticatedbackpacks_advanced_refill_upgrade' that outputs: '<item:sophisticatedbackpacks:advanced_refill_upgrade>'
[09:52:54.184][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d7286190'
[09:52:54.189][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_fungalapothecary' that outputs: '<item:botania:apothecary_fungal>'
[09:52:54.189][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@71fee19e'
[09:52:54.194][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_defaultapothecary' that outputs: '<item:botania:apothecary_default>'
[09:52:54.194][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@45d29e18'
[09:52:54.198][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_forestapothecary' that outputs: '<item:botania:apothecary_forest>'
[09:52:54.198][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@37cbb50c'
[09:52:54.203][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_mountainapothecary' that outputs: '<item:botania:apothecary_mountain>'
[09:52:54.203][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@430beb5e'
[09:52:54.208][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_mossyapothecary' that outputs: '<item:botania:apothecary_mossy>'
[09:52:54.208][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8c5eac2e'
[09:52:54.212][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_mesaapothecary' that outputs: '<item:botania:apothecary_mesa>'
[09:52:54.212][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@638e437e'
[09:52:54.217][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_taigaapothecary' that outputs: '<item:botania:apothecary_taiga>'
[09:52:54.217][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8fb3c9b2'
[09:52:54.222][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_plainsapothecary' that outputs: '<item:botania:apothecary_plains>'
[09:52:54.222][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@ec7f995c'
[09:52:54.226][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_swampapothecary' that outputs: '<item:botania:apothecary_swamp>'
[09:52:54.226][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@c2e13be4'
[09:52:54.231][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_desertapothecary' that outputs: '<item:botania:apothecary_desert>'
[09:52:54.231][INFO]: Adding 'botania:mana_infusion' recipe, with name: 'crafttweaker:mana_diamond' that outputs: '<item:botania:mana_diamond>'
[09:52:54.231][INFO]: Adding 'botania:mana_infusion' recipe, with name: 'crafttweaker:manasteel_ingot' that outputs: '<item:botania:manasteel_ingot>'
[09:52:54.232][INFO]: Adding 'botania:terra_plate' recipe, with name: 'crafttweaker:terra_plate_test' that outputs: '<item:botania:terrasteel_ingot>'
[09:52:54.232][INFO]: Adding 'botania:petal_apothecary' recipe, with name: 'crafttweaker:pure_daisy' that outputs: '<item:botania:pure_daisy>'
[09:52:54.232][INFO]: Adding 'botania:petal_apothecary' recipe, with name: 'crafttweaker:hopperhock' that outputs: '<item:botania:hopperhock>'
[09:52:54.233][INFO]: Adding 'botania:elven_trade' recipe, with name: 'crafttweaker:elven_trade_pixie_dust' that outputs: '<item:minecraft:air>'
[09:52:54.233][INFO]: Adding 'botania:elven_trade' recipe, with name: 'crafttweaker:elven_trade_elementium_ingot' that outputs: '<item:minecraft:air>'
[09:52:54.233][INFO]: Adding 'botania:elven_trade' recipe, with name: 'crafttweaker:elven_trade_dragonstone' that outputs: '<item:minecraft:air>'
[09:52:54.233][INFO]: Adding 'botania:elven_trade' recipe, with name: 'crafttweaker:elven_trade_dreamwood' that outputs: '<item:minecraft:air>'
[09:52:54.233][INFO]: Adding 'botania:brew' recipe, with name: 'crafttweaker:rune_altar_test' that outputs: '<item:minecraft:air>'
[09:52:54.234][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_mana_pool' that outputs: '<item:botania:mana_pool>'
[09:52:54.234][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_runic_altar' that outputs: '<item:botania:runic_altar>'
[09:52:54.234][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:botania_bifrost_glass' that outputs: '<item:botania:bifrost_perm>'
[09:52:54.234][INFO]: Adding 'botania:runic_altar' recipe, with name: 'crafttweaker:rune_water' that outputs: '<item:botania:rune_water>'
[09:52:54.234][INFO]: Adding 'botania:runic_altar' recipe, with name: 'crafttweaker:rune_fire' that outputs: '<item:botania:rune_fire>'
[09:52:54.235][INFO]: Adding 'botania:runic_altar' recipe, with name: 'crafttweaker:rune_earth' that outputs: '<item:botania:rune_earth>'
[09:52:54.235][INFO]: Adding 'botania:runic_altar' recipe, with name: 'crafttweaker:rune_air' that outputs: '<item:botania:rune_air>'
[09:52:54.235][INFO]: Adding 'botania:runic_altar' recipe, with name: 'crafttweaker:rune_mana' that outputs: '<item:botania:rune_mana>'
[09:52:54.235][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_manasteel_block' that outputs: '<item:botania:manasteel_block>'
[09:52:54.235][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_terrasteel_block' that outputs: '<item:botania:terrasteel_block>'
[09:52:54.235][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_elementium_block' that outputs: '<item:botania:elementium_block>'
[09:52:54.235][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_mana_diamond_block' that outputs: '<item:botania:mana_diamond_block>'
[09:52:54.235][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_dragonstone_block' that outputs: '<item:botania:dragonstone_block>'
[09:52:54.235][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_livingwood_twig' that outputs: '<item:botania:livingwood_twig>'
[09:52:54.236][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_dreamwood_twig' that outputs: '<item:botania:dreamwood_twig>'
[09:52:54.236][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_wand' that outputs: '<item:botania:twig_wand>.withTag({color1: 6 as int, color2: 6 as int})'
[09:52:54.236][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_elvenwood_wand' that outputs: '<item:botania:dreamwood_wand>.withTag({color1: 5 as int, color2: 5 as int})'
[09:52:54.236][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_spark' that outputs: '<item:botania:spark>'
[09:52:54.236][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_fancy_pool' that outputs: '<item:botania:fabulous_pool>'
[09:52:54.237][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_mana_spreader' that outputs: '<item:botania:mana_spreader>'
[09:52:54.237][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botania_alchemy_catalyst' that outputs: '<item:botania:alchemy_catalyst>'
[09:52:54.237][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_gray_hopper_botany_pot' that outputs: '<item:botanypots:light_gray_terracotta_hopper_botany_pot>'
[09:52:54.237][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_gray_botany_pot' that outputs: '<item:botanypots:light_gray_terracotta_botany_pot>'
[09:52:54.237][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_brown_glazed_hopper_botany_pot' that outputs: '<item:botanypots:brown_glazed_terracotta_hopper_botany_pot>'
[09:52:54.237][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_brown_glazed_botany_pot' that outputs: '<item:botanypots:brown_glazed_terracotta_botany_pot>'
[09:52:54.237][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_red_concrete_hopper_botany_pot' that outputs: '<item:botanypots:red_concrete_hopper_botany_pot>'
[09:52:54.237][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_red_concrete_botany_pot' that outputs: '<item:botanypots:red_concrete_botany_pot>'
[09:52:54.237][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_purple_glazed_hopper_botany_pot' that outputs: '<item:botanypots:purple_glazed_terracotta_hopper_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_purple_glazed_botany_pot' that outputs: '<item:botanypots:purple_glazed_terracotta_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_white_hopper_botany_pot' that outputs: '<item:botanypots:white_terracotta_hopper_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_white_botany_pot' that outputs: '<item:botanypots:white_terracotta_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_gray_hopper_botany_pot' that outputs: '<item:botanypots:gray_terracotta_hopper_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_gray_botany_pot' that outputs: '<item:botanypots:gray_terracotta_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_lime_concrete_hopper_botany_pot' that outputs: '<item:botanypots:lime_concrete_hopper_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_lime_concrete_botany_pot' that outputs: '<item:botanypots:lime_concrete_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_lime_hopper_botany_pot' that outputs: '<item:botanypots:lime_terracotta_hopper_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_lime_botany_pot' that outputs: '<item:botanypots:lime_terracotta_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_cyan_hopper_botany_pot' that outputs: '<item:botanypots:cyan_terracotta_hopper_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_cyan_botany_pot' that outputs: '<item:botanypots:cyan_terracotta_botany_pot>'
[09:52:54.238][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_blue_hopper_botany_pot' that outputs: '<item:botanypots:blue_terracotta_hopper_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_blue_botany_pot' that outputs: '<item:botanypots:blue_terracotta_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_black_concrete_hopper_botany_pot' that outputs: '<item:botanypots:black_concrete_hopper_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_black_concrete_botany_pot' that outputs: '<item:botanypots:black_concrete_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_blue_concrete_hopper_botany_pot' that outputs: '<item:botanypots:blue_concrete_hopper_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_blue_concrete_botany_pot' that outputs: '<item:botanypots:blue_concrete_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_pink_glazed_hopper_botany_pot' that outputs: '<item:botanypots:pink_glazed_terracotta_hopper_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_pink_glazed_botany_pot' that outputs: '<item:botanypots:pink_glazed_terracotta_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_cyan_glazed_hopper_botany_pot' that outputs: '<item:botanypots:cyan_glazed_terracotta_hopper_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_cyan_glazed_botany_pot' that outputs: '<item:botanypots:cyan_glazed_terracotta_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_magenta_glazed_hopper_botany_pot' that outputs: '<item:botanypots:green_glazed_terracotta_hopper_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_magenta_glazed_botany_pot' that outputs: '<item:botanypots:green_glazed_terracotta_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_yellow_concrete_hopper_botany_pot' that outputs: '<item:botanypots:yellow_concrete_hopper_botany_pot>'
[09:52:54.239][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_yellow_concrete_botany_pot' that outputs: '<item:botanypots:yellow_concrete_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_blue_glazed_hopper_botany_pot' that outputs: '<item:botanypots:light_blue_glazed_terracotta_hopper_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_blue_glazed_botany_pot' that outputs: '<item:botanypots:light_blue_glazed_terracotta_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_orange_glazed_hopper_botany_pot' that outputs: '<item:botanypots:orange_glazed_terracotta_hopper_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_orange_glazed_botany_pot' that outputs: '<item:botanypots:orange_glazed_terracotta_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_brown_hopper_botany_pot' that outputs: '<item:botanypots:brown_terracotta_hopper_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_brown_botany_pot' that outputs: '<item:botanypots:brown_terracotta_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_black_hopper_botany_pot' that outputs: '<item:botanypots:black_terracotta_hopper_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_black_botany_pot' that outputs: '<item:botanypots:black_terracotta_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_gray_glazed_hopper_botany_pot' that outputs: '<item:botanypots:gray_glazed_terracotta_hopper_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_gray_glazed_botany_pot' that outputs: '<item:botanypots:gray_glazed_terracotta_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_green_concrete_hopper_botany_pot' that outputs: '<item:botanypots:green_concrete_hopper_botany_pot>'
[09:52:54.240][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_green_concrete_botany_pot' that outputs: '<item:botanypots:green_concrete_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_black_glazed_hopper_botany_pot' that outputs: '<item:botanypots:black_glazed_terracotta_hopper_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_black_glazed_botany_pot' that outputs: '<item:botanypots:black_glazed_terracotta_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_gray_concrete_hopper_botany_pot' that outputs: '<item:botanypots:light_gray_concrete_hopper_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_gray_concrete_botany_pot' that outputs: '<item:botanypots:light_gray_concrete_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_brown_concrete_hopper_botany_pot' that outputs: '<item:botanypots:brown_concrete_hopper_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_brown_concrete_botany_pot' that outputs: '<item:botanypots:brown_concrete_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_cyan_concrete_hopper_botany_pot' that outputs: '<item:botanypots:cyan_concrete_hopper_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_cyan_concrete_botany_pot' that outputs: '<item:botanypots:cyan_concrete_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_gray_glazed_hopper_botany_pot' that outputs: '<item:botanypots:light_gray_glazed_terracotta_hopper_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_gray_glazed_botany_pot' that outputs: '<item:botanypots:light_gray_glazed_terracotta_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_purple_concrete_hopper_botany_pot' that outputs: '<item:botanypots:purple_concrete_hopper_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_purple_concrete_botany_pot' that outputs: '<item:botanypots:purple_concrete_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_terracotta_hopper_botany_pot' that outputs: '<item:botanypots:terracotta_hopper_botany_pot>'
[09:52:54.241][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_terracotta_botany_pot' that outputs: '<item:botanypots:terracotta_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_red_hopper_botany_pot' that outputs: '<item:botanypots:red_terracotta_hopper_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_red_botany_pot' that outputs: '<item:botanypots:red_terracotta_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_green_hopper_botany_pot' that outputs: '<item:botanypots:green_terracotta_hopper_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_green_botany_pot' that outputs: '<item:botanypots:green_terracotta_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_white_glazed_hopper_botany_pot' that outputs: '<item:botanypots:white_glazed_terracotta_hopper_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_white_glazed_botany_pot' that outputs: '<item:botanypots:white_glazed_terracotta_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_lime_glazed_hopper_botany_pot' that outputs: '<item:botanypots:lime_glazed_terracotta_hopper_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_lime_glazed_botany_pot' that outputs: '<item:botanypots:lime_glazed_terracotta_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_yellow_hopper_botany_pot' that outputs: '<item:botanypots:yellow_terracotta_hopper_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_yellow_botany_pot' that outputs: '<item:botanypots:yellow_terracotta_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_pink_hopper_botany_pot' that outputs: '<item:botanypots:pink_terracotta_hopper_botany_pot>'
[09:52:54.242][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_pink_botany_pot' that outputs: '<item:botanypots:pink_terracotta_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_red_glazed_hopper_botany_pot' that outputs: '<item:botanypots:red_glazed_terracotta_hopper_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_red_glazed_botany_pot' that outputs: '<item:botanypots:red_glazed_terracotta_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_orange_hopper_botany_pot' that outputs: '<item:botanypots:orange_terracotta_hopper_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_orange_botany_pot' that outputs: '<item:botanypots:orange_terracotta_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_magenta_hopper_botany_pot' that outputs: '<item:botanypots:magenta_terracotta_hopper_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_magenta_botany_pot' that outputs: '<item:botanypots:magenta_terracotta_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_white_concrete_hopper_botany_pot' that outputs: '<item:botanypots:white_concrete_hopper_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_white_concrete_botany_pot' that outputs: '<item:botanypots:white_concrete_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_blue_concrete_hopper_botany_pot' that outputs: '<item:botanypots:light_blue_concrete_hopper_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_blue_concrete_botany_pot' that outputs: '<item:botanypots:light_blue_concrete_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_yellow_glazed_hopper_botany_pot' that outputs: '<item:botanypots:yellow_glazed_terracotta_hopper_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_yellow_glazed_botany_pot' that outputs: '<item:botanypots:yellow_glazed_terracotta_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_blue_glazed_hopper_botany_pot' that outputs: '<item:botanypots:blue_glazed_terracotta_hopper_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_blue_glazed_botany_pot' that outputs: '<item:botanypots:blue_glazed_terracotta_botany_pot>'
[09:52:54.243][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_magenta_concrete_hopper_botany_pot' that outputs: '<item:botanypots:magenta_concrete_hopper_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_magenta_concrete_botany_pot' that outputs: '<item:botanypots:magenta_concrete_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_blue_hopper_botany_pot' that outputs: '<item:botanypots:light_blue_terracotta_hopper_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_light_blue_botany_pot' that outputs: '<item:botanypots:light_blue_terracotta_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_purple_hopper_botany_pot' that outputs: '<item:botanypots:purple_terracotta_hopper_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_purple_botany_pot' that outputs: '<item:botanypots:purple_terracotta_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_gray_concrete_hopper_botany_pot' that outputs: '<item:botanypots:gray_concrete_hopper_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_gray_concrete_botany_pot' that outputs: '<item:botanypots:gray_concrete_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_orange_concrete_hopper_botany_pot' that outputs: '<item:botanypots:orange_concrete_hopper_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_orange_concrete_botany_pot' that outputs: '<item:botanypots:orange_concrete_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_pink_concrete_hopper_botany_pot' that outputs: '<item:botanypots:pink_concrete_hopper_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:botanypots_pink_concrete_botany_pot' that outputs: '<item:botanypots:pink_concrete_botany_pot>'
[09:52:54.244][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:buildinggadgets_building_gadget' that outputs: '<item:buildinggadgets:gadget_building>'
[09:52:54.245][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:buildinggadgets_destruction_gadget' that outputs: '<item:buildinggadgets:gadget_destruction>'
[09:52:54.245][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:buildinggadgets_exchange_gadget' that outputs: '<item:buildinggadgets:gadget_exchanging>'
[09:52:54.245][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:buildinggadgets_copy_paste_gadget' that outputs: '<item:buildinggadgets:gadget_copy_paste>'
[09:52:54.245][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:cage_piece' that outputs: '<item:ispawner:cage_piece>'
[09:52:54.245][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:survival_spawner' that outputs: '<item:ispawner:survival_spawner>'
[09:52:54.245][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:cagerium_cage' that outputs: '<item:cagerium:cage>'
[09:52:54.246][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:cagerium_terrarium' that outputs: '<item:cagerium:terrarium>'
[09:52:54.246][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:cagerium_plate' that outputs: '<item:cagerium:plate>'
[09:52:54.246][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:cagerium_ominous_skull' that outputs: '<item:cagerium:ominous_skull>'
[09:52:54.246][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:cagerium_wood_binding_plate' that outputs: '<item:cagerium:binding_wood_plate>'
[09:52:54.246][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:cagerium_binding_gemstone' that outputs: '<item:cagerium:binding_gemstone>'
[09:52:54.246][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:cagerium_burning_upgrade' that outputs: '<item:cagerium:burning_upgrade>'
[09:52:54.246][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:cagerium_skeleton_key' that outputs: '<item:cagerium:skeleton_key>'
[09:52:54.246][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_wall_wood' that outputs: '<item:colossalchests:chest_wall_wood>'
[09:52:54.246][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_interface_wood' that outputs: '<item:colossalchests:interface_wood>'
[09:52:54.247][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:colossalchests_chest_wood' that outputs: '<item:colossalchests:colossal_chest_wood>'
[09:52:54.247][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_wall_copper' that outputs: '<item:colossalchests:chest_wall_copper>'
[09:52:54.247][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_interface_copper' that outputs: '<item:colossalchests:interface_copper>'
[09:52:54.247][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:colossalchests_chest_copper' that outputs: '<item:colossalchests:colossal_chest_copper>'
[09:52:54.247][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_wall_iron' that outputs: '<item:colossalchests:chest_wall_iron>'
[09:52:54.248][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_interface_iron' that outputs: '<item:colossalchests:interface_iron>'
[09:52:54.248][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:colossalchests_chest_iron' that outputs: '<item:colossalchests:colossal_chest_iron>'
[09:52:54.248][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_wall_gold' that outputs: '<item:colossalchests:chest_wall_gold>'
[09:52:54.248][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_interface_gold' that outputs: '<item:colossalchests:interface_gold>'
[09:52:54.248][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:colossalchests_chest_gold' that outputs: '<item:colossalchests:colossal_chest_gold>'
[09:52:54.249][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_wall_diamond' that outputs: '<item:colossalchests:chest_wall_diamond>'
[09:52:54.249][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_interface_diamond' that outputs: '<item:colossalchests:interface_diamond>'
[09:52:54.249][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:colossalchests_chest_diamond' that outputs: '<item:colossalchests:colossal_chest_diamond>'
[09:52:54.249][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_wall_obsidian' that outputs: '<item:colossalchests:chest_wall_obsidian>'
[09:52:54.249][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:colossalchests_chest_interface_obsidian' that outputs: '<item:colossalchests:interface_obsidian>'
[09:52:54.249][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:colossalchests_chest_obsidian' that outputs: '<item:colossalchests:colossal_chest_obsidian>'
[09:52:54.249][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:colossalchests_upgrade_tool' that outputs: '<item:colossalchests:upgrade_tool>'
[09:52:54.249][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:colossalchests_upgrade_tool_downgrade' that outputs: '<item:colossalchests:upgrade_tool>'
[09:52:54.250][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:cookingforblockheads_sink' that outputs: '<item:cookingforblockheads:sink>'
[09:52:54.251][INFO]: Adding 'create:crushing' recipe, with name: 'crafttweaker:crushed_vaultstone_to_rock' that outputs: '<item:the_vault:chipped_vault_rock>'
[09:52:54.251][INFO]: Adding 'create:crushing' recipe, with name: 'crafttweaker:chromatic_ore_to_dust' that outputs: '<item:the_vault:chromatic_iron_dust> * 2'
[09:52:54.251][INFO]: Adding 'create:crushing' recipe, with name: 'crafttweaker:raw_chromatic_ore_to_dust' that outputs: '<item:the_vault:chromatic_iron_dust> * 18'
[09:52:54.251][INFO]: Adding 'create:cutting' recipe, with name: 'crafttweaker:crushed' that outputs: '<item:create:shaft> * 2'
[09:52:54.252][INFO]: Adding 'create:deploying' recipe, with name: 'crafttweaker:cogwheel' that outputs: '<item:create:cogwheel>'
[09:52:54.252][INFO]: Adding 'create:deploying' recipe, with name: 'crafttweaker:large_cogwheel' that outputs: '<item:create:large_cogwheel>'
[09:52:54.252][INFO]: Adding 'create:deploying' recipe, with name: 'crafttweaker:andesite_casing' that outputs: '<item:create:andesite_casing>'
[09:52:54.253][INFO]: Adding 'create:item_application' recipe, with name: 'crafttweaker:andesite_casing_in_world' that outputs: '<item:create:andesite_casing>'
[09:52:54.253][INFO]: Adding 'create:deploying' recipe, with name: 'crafttweaker:brass_casing' that outputs: '<item:create:brass_casing>'
[09:52:54.253][INFO]: Adding 'create:item_application' recipe, with name: 'crafttweaker:brass_casing_in_world' that outputs: '<item:create:brass_casing>'
[09:52:54.253][INFO]: Adding 'create:deploying' recipe, with name: 'crafttweaker:copper_casing' that outputs: '<item:create:copper_casing>'
[09:52:54.253][INFO]: Adding 'create:item_application' recipe, with name: 'crafttweaker:copper_casing_in_world' that outputs: '<item:create:copper_casing>'
[09:52:54.253][INFO]: Adding 'create:item_application' recipe, with name: 'crafttweaker:track_signal' that outputs: '<item:create:track_signal>'
[09:52:54.253][INFO]: Adding 'create:item_application' recipe, with name: 'crafttweaker:track_station' that outputs: '<item:create:track_station>'
[09:52:54.256][INFO]: Adding 'create:sequenced_assembly' recipe, with name: 'crafttweaker:sequenced_assembly/seq_blast_brick' that outputs: '<item:create:track> * 24'
[09:52:54.256][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_andesite_alloy' that outputs: '<item:create:andesite_alloy> * 2'
[09:52:54.256][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_shaft' that outputs: '<item:create:shaft> * 5'
[09:52:54.256][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_belt' that outputs: '<item:create:belt_connector>'
[09:52:54.256][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:create_cogwheel_shapeless' that outputs: '<item:create:cogwheel>'
[09:52:54.256][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:create_large_cogwheel_shapeless' that outputs: '<item:create:large_cogwheel>'
[09:52:54.256][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:create_large_cogwheel_shapeless2' that outputs: '<item:create:large_cogwheel>'
[09:52:54.256][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_hand_crank' that outputs: '<item:create:hand_crank>'
[09:52:54.256][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_crushing_wheel' that outputs: '<item:create:crushing_wheel>'
[09:52:54.256][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_cart_assembler' that outputs: '<item:create:cart_assembler>'
[09:52:54.256][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_electron_tube' that outputs: '<item:create:electron_tube>'
[09:52:54.257][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_chute' that outputs: '<item:create:chute> * 2'
[09:52:54.257][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_smart_chute' that outputs: '<item:create:smart_chute>'
[09:52:54.257][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_waterwheel' that outputs: '<item:create:water_wheel>'
[09:52:54.257][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_basin' that outputs: '<item:create:basin>'
[09:52:54.257][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_mechanical_bearing' that outputs: '<item:create:mechanical_bearing>'
[09:52:54.257][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_linear_chassis' that outputs: '<item:create:linear_chassis> * 2'
[09:52:54.257][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:create_linear_chassis_shapeless' that outputs: '<item:create:linear_chassis>'
[09:52:54.257][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_radial_chassis' that outputs: '<item:create:radial_chassis> * 2'
[09:52:54.257][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_mechanical_piston' that outputs: '<item:create:mechanical_piston>'
[09:52:54.257][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_piston_extension_pole' that outputs: '<item:create:piston_extension_pole>'
[09:52:54.257][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:create_sticky_mechanical_piston' that outputs: '<item:create:sticky_mechanical_piston>'
[09:52:54.258][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_empty_blaze_burner' that outputs: '<item:create:empty_blaze_burner>'
[09:52:54.258][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_wrench' that outputs: '<item:create:wrench>'
[09:52:54.258][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_gantry_shaft' that outputs: '<item:create:gantry_shaft> * 2'
[09:52:54.258][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_rotation_speed_controller' that outputs: '<item:create:rotation_speed_controller>'
[09:52:54.258][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:createwindmill_bearing' that outputs: '<item:create:windmill_bearing>'
[09:52:54.258][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_gantry_carriage' that outputs: '<item:create:gantry_carriage>'
[09:52:54.258][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_steam_engine' that outputs: '<item:create:steam_engine>'
[09:52:54.258][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_vault' that outputs: '<item:create:item_vault> * 3'
[09:52:54.259][INFO]: Adding 'create:mixing' recipe, with name: 'crafttweaker:mixing_healing_potion' that outputs: '<item:minecraft:air>'
[09:52:54.259][INFO]: Adding 'create:mixing' recipe, with name: 'crafttweaker:mixing_healing_potion_2' that outputs: '<item:minecraft:air>'
[09:52:54.260][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:create_veridium_shapeless' that outputs: '<item:create:veridium> * 2'
[09:52:54.260][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:create_crimsite_shapeless' that outputs: '<item:create:crimsite> * 2'
[09:52:54.260][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:create_ochrum_shapeless' that outputs: '<item:create:ochrum> * 2'
[09:52:54.260][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:create_asurine_shapeless' that outputs: '<item:create:asurine> * 2'
[09:52:54.260][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:create_limestone_shapeless' that outputs: '<item:create:limestone> * 2'
[09:52:54.260][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_schematicannon' that outputs: '<item:create:schematicannon>'
[09:52:54.260][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:create_schematic_table' that outputs: '<item:create:schematic_table>'
[09:52:54.260][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:create_empty_schematic' that outputs: '<item:create:empty_schematic>'
[09:52:54.260][INFO]: Adding 'minecraft:stonecutting' recipe, with name: 'crafttweaker:darkutils_blank_plate' that outputs: '<item:darkutils:blank_plate>'
[09:52:54.260][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:darkutils_vector_plate' that outputs: '<item:darkutils:vector_plate> * 4'
[09:52:54.261][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:darkutils_vector_plate_fast' that outputs: '<item:darkutils:vector_plate_fast> * 6'
[09:52:54.261][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:darkutils_vector_plate_extreme' that outputs: '<item:darkutils:vector_plate_extreme> * 6'
[09:52:54.261][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:darkutils_vector_plate_ultra' that outputs: '<item:darkutils:vector_plate_ultra> * 4'
[09:52:54.261][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:darkutils_damage_plate' that outputs: '<item:darkutils:damage_plate>'
[09:52:54.261][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:darkutils_damage_plate_player' that outputs: '<item:darkutils:damage_plate_player>'
[09:52:54.261][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_dark_oak_full_drawers_1' that outputs: '<item:storagedrawers:dark_oak_full_drawers_1>'
[09:52:54.262][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_dark_oak_full_drawers_2' that outputs: '<item:storagedrawers:dark_oak_full_drawers_2>'
[09:52:54.262][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_dark_oak_full_drawers_4' that outputs: '<item:storagedrawers:dark_oak_full_drawers_4>'
[09:52:54.262][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_dark_oak_half_drawers_1' that outputs: '<item:storagedrawers:dark_oak_half_drawers_1>'
[09:52:54.262][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_dark_oak_half_drawers_2' that outputs: '<item:storagedrawers:dark_oak_half_drawers_2>'
[09:52:54.262][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_dark_oak_half_drawers_4' that outputs: '<item:storagedrawers:dark_oak_half_drawers_4>'
[09:52:54.262][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:frameddark_oak_storage_drawer' that outputs: '<item:framedcompactdrawers:framed_full_one>'
[09:52:54.262][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:frameddark_oak_storage_drawer_2' that outputs: '<item:framedcompactdrawers:framed_full_two>'
[09:52:54.262][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:frameddark_oak_storage_drawer_4' that outputs: '<item:framedcompactdrawers:framed_full_four>'
[09:52:54.262][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:frameddark_oak_half_drawer' that outputs: '<item:framedcompactdrawers:framed_half_one>'
[09:52:54.262][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:frameddark_oak_half_drawer_2' that outputs: '<item:framedcompactdrawers:framed_half_two>'
[09:52:54.262][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:frameddark_oak_half_drawer_4' that outputs: '<item:framedcompactdrawers:framed_half_four>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_oak_full_drawers_1' that outputs: '<item:storagedrawers:oak_full_drawers_1>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_oak_full_drawers_2' that outputs: '<item:storagedrawers:oak_full_drawers_2>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_oak_full_drawers_4' that outputs: '<item:storagedrawers:oak_full_drawers_4>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_oak_half_drawers_1' that outputs: '<item:storagedrawers:oak_half_drawers_1>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_oak_half_drawers_2' that outputs: '<item:storagedrawers:oak_half_drawers_2>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_oak_half_drawers_4' that outputs: '<item:storagedrawers:oak_half_drawers_4>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedoak_storage_drawer' that outputs: '<item:framedcompactdrawers:framed_full_one>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedoak_storage_drawer_2' that outputs: '<item:framedcompactdrawers:framed_full_two>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedoak_storage_drawer_4' that outputs: '<item:framedcompactdrawers:framed_full_four>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedoak_half_drawer' that outputs: '<item:framedcompactdrawers:framed_half_one>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedoak_half_drawer_2' that outputs: '<item:framedcompactdrawers:framed_half_two>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedoak_half_drawer_4' that outputs: '<item:framedcompactdrawers:framed_half_four>'
[09:52:54.263][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_crimson_full_drawers_1' that outputs: '<item:storagedrawers:crimson_full_drawers_1>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_crimson_full_drawers_2' that outputs: '<item:storagedrawers:crimson_full_drawers_2>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_crimson_full_drawers_4' that outputs: '<item:storagedrawers:crimson_full_drawers_4>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_crimson_half_drawers_1' that outputs: '<item:storagedrawers:crimson_half_drawers_1>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_crimson_half_drawers_2' that outputs: '<item:storagedrawers:crimson_half_drawers_2>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_crimson_half_drawers_4' that outputs: '<item:storagedrawers:crimson_half_drawers_4>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedcrimson_storage_drawer' that outputs: '<item:framedcompactdrawers:framed_full_one>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedcrimson_storage_drawer_2' that outputs: '<item:framedcompactdrawers:framed_full_two>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedcrimson_storage_drawer_4' that outputs: '<item:framedcompactdrawers:framed_full_four>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedcrimson_half_drawer' that outputs: '<item:framedcompactdrawers:framed_half_one>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedcrimson_half_drawer_2' that outputs: '<item:framedcompactdrawers:framed_half_two>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedcrimson_half_drawer_4' that outputs: '<item:framedcompactdrawers:framed_half_four>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_acacia_full_drawers_1' that outputs: '<item:storagedrawers:acacia_full_drawers_1>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_acacia_full_drawers_2' that outputs: '<item:storagedrawers:acacia_full_drawers_2>'
[09:52:54.264][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_acacia_full_drawers_4' that outputs: '<item:storagedrawers:acacia_full_drawers_4>'
[09:52:54.265][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_acacia_half_drawers_1' that outputs: '<item:storagedrawers:acacia_half_drawers_1>'
[09:52:54.265][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_acacia_half_drawers_2' that outputs: '<item:storagedrawers:acacia_half_drawers_2>'
[09:52:54.265][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_acacia_half_drawers_4' that outputs: '<item:storagedrawers:acacia_half_drawers_4>'
[09:52:54.265][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedacacia_storage_drawer' that outputs: '<item:framedcompactdrawers:framed_full_one>'
[09:52:54.265][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedacacia_storage_drawer_2' that outputs: '<item:framedcompactdrawers:framed_full_two>'
[09:52:54.265][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedacacia_storage_drawer_4' that outputs: '<item:framedcompactdrawers:framed_full_four>'
[09:52:54.265][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedacacia_half_drawer' that outputs: '<item:framedcompactdrawers:framed_half_one>'
[09:52:54.265][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedacacia_half_drawer_2' that outputs: '<item:framedcompactdrawers:framed_half_two>'
[09:52:54.265][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedacacia_half_drawer_4' that outputs: '<item:framedcompactdrawers:framed_half_four>'
[09:52:54.265][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_jungle_full_drawers_1' that outputs: '<item:storagedrawers:jungle_full_drawers_1>'
[09:52:54.265][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_jungle_full_drawers_2' that outputs: '<item:storagedrawers:jungle_full_drawers_2>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_jungle_full_drawers_4' that outputs: '<item:storagedrawers:jungle_full_drawers_4>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_jungle_half_drawers_1' that outputs: '<item:storagedrawers:jungle_half_drawers_1>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_jungle_half_drawers_2' that outputs: '<item:storagedrawers:jungle_half_drawers_2>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_jungle_half_drawers_4' that outputs: '<item:storagedrawers:jungle_half_drawers_4>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedjungle_storage_drawer' that outputs: '<item:framedcompactdrawers:framed_full_one>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedjungle_storage_drawer_2' that outputs: '<item:framedcompactdrawers:framed_full_two>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedjungle_storage_drawer_4' that outputs: '<item:framedcompactdrawers:framed_full_four>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedjungle_half_drawer' that outputs: '<item:framedcompactdrawers:framed_half_one>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedjungle_half_drawer_2' that outputs: '<item:framedcompactdrawers:framed_half_two>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedjungle_half_drawer_4' that outputs: '<item:framedcompactdrawers:framed_half_four>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_warped_full_drawers_1' that outputs: '<item:storagedrawers:warped_full_drawers_1>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_warped_full_drawers_2' that outputs: '<item:storagedrawers:warped_full_drawers_2>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_warped_full_drawers_4' that outputs: '<item:storagedrawers:warped_full_drawers_4>'
[09:52:54.266][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_warped_half_drawers_1' that outputs: '<item:storagedrawers:warped_half_drawers_1>'
[09:52:54.267][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_warped_half_drawers_2' that outputs: '<item:storagedrawers:warped_half_drawers_2>'
[09:52:54.267][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_warped_half_drawers_4' that outputs: '<item:storagedrawers:warped_half_drawers_4>'
[09:52:54.267][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedwarped_storage_drawer' that outputs: '<item:framedcompactdrawers:framed_full_one>'
[09:52:54.267][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedwarped_storage_drawer_2' that outputs: '<item:framedcompactdrawers:framed_full_two>'
[09:52:54.267][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedwarped_storage_drawer_4' that outputs: '<item:framedcompactdrawers:framed_full_four>'
[09:52:54.267][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedwarped_half_drawer' that outputs: '<item:framedcompactdrawers:framed_half_one>'
[09:52:54.267][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedwarped_half_drawer_2' that outputs: '<item:framedcompactdrawers:framed_half_two>'
[09:52:54.267][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedwarped_half_drawer_4' that outputs: '<item:framedcompactdrawers:framed_half_four>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_spruce_full_drawers_1' that outputs: '<item:storagedrawers:spruce_full_drawers_1>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_spruce_full_drawers_2' that outputs: '<item:storagedrawers:spruce_full_drawers_2>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_spruce_full_drawers_4' that outputs: '<item:storagedrawers:spruce_full_drawers_4>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_spruce_half_drawers_1' that outputs: '<item:storagedrawers:spruce_half_drawers_1>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_spruce_half_drawers_2' that outputs: '<item:storagedrawers:spruce_half_drawers_2>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_spruce_half_drawers_4' that outputs: '<item:storagedrawers:spruce_half_drawers_4>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedspruce_storage_drawer' that outputs: '<item:framedcompactdrawers:framed_full_one>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedspruce_storage_drawer_2' that outputs: '<item:framedcompactdrawers:framed_full_two>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedspruce_storage_drawer_4' that outputs: '<item:framedcompactdrawers:framed_full_four>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedspruce_half_drawer' that outputs: '<item:framedcompactdrawers:framed_half_one>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedspruce_half_drawer_2' that outputs: '<item:framedcompactdrawers:framed_half_two>'
[09:52:54.268][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedspruce_half_drawer_4' that outputs: '<item:framedcompactdrawers:framed_half_four>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_birch_full_drawers_1' that outputs: '<item:storagedrawers:birch_full_drawers_1>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_birch_full_drawers_2' that outputs: '<item:storagedrawers:birch_full_drawers_2>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_birch_full_drawers_4' that outputs: '<item:storagedrawers:birch_full_drawers_4>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_birch_half_drawers_1' that outputs: '<item:storagedrawers:birch_half_drawers_1>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_birch_half_drawers_2' that outputs: '<item:storagedrawers:birch_half_drawers_2>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_birch_half_drawers_4' that outputs: '<item:storagedrawers:birch_half_drawers_4>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedbirch_storage_drawer' that outputs: '<item:framedcompactdrawers:framed_full_one>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedbirch_storage_drawer_2' that outputs: '<item:framedcompactdrawers:framed_full_two>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedbirch_storage_drawer_4' that outputs: '<item:framedcompactdrawers:framed_full_four>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedbirch_half_drawer' that outputs: '<item:framedcompactdrawers:framed_half_one>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedbirch_half_drawer_2' that outputs: '<item:framedcompactdrawers:framed_half_two>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:framedbirch_half_drawer_4' that outputs: '<item:framedcompactdrawers:framed_half_four>'
[09:52:54.269][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_controller' that outputs: '<item:storagedrawers:controller>'
[09:52:54.270][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_controller_slave' that outputs: '<item:storagedrawers:controller_slave>'
[09:52:54.270][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_compacting_drawers_3' that outputs: '<item:storagedrawers:compacting_drawers_3>'
[09:52:54.270][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_key' that outputs: '<item:storagedrawers:drawer_key>'
[09:52:54.270][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_upgrade_template' that outputs: '<item:storagedrawers:upgrade_template> * 4'
[09:52:54.270][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_iron_storage_upgrade' that outputs: '<item:storagedrawers:iron_storage_upgrade>'
[09:52:54.270][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_gold_storage_upgrade' that outputs: '<item:storagedrawers:gold_storage_upgrade>'
[09:52:54.270][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_diamond_storage_upgrade' that outputs: '<item:storagedrawers:diamond_storage_upgrade>'
[09:52:54.270][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_emerald_storage_upgrade' that outputs: '<item:storagedrawers:emerald_storage_upgrade>'
[09:52:54.270][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:storagedrawers_void_upgrade' that outputs: '<item:storagedrawers:void_upgrade>'
[09:52:54.271][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_light_blue_elevator' that outputs: '<item:elevatorid:elevator_light_blue>'
[09:52:54.271][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_light_blue_elevator' that outputs: '<item:elevatorid:elevator_light_blue>'
[09:52:54.271][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_purple_elevator' that outputs: '<item:elevatorid:elevator_purple>'
[09:52:54.271][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_purple_elevator' that outputs: '<item:elevatorid:elevator_purple>'
[09:52:54.271][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_light_gray_elevator' that outputs: '<item:elevatorid:elevator_light_gray>'
[09:52:54.271][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_light_gray_elevator' that outputs: '<item:elevatorid:elevator_light_gray>'
[09:52:54.271][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_green_elevator' that outputs: '<item:elevatorid:elevator_green>'
[09:52:54.271][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_green_elevator' that outputs: '<item:elevatorid:elevator_green>'
[09:52:54.271][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_magenta_elevator' that outputs: '<item:elevatorid:elevator_magenta>'
[09:52:54.272][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_magenta_elevator' that outputs: '<item:elevatorid:elevator_magenta>'
[09:52:54.272][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_red_elevator' that outputs: '<item:elevatorid:elevator_red>'
[09:52:54.272][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_red_elevator' that outputs: '<item:elevatorid:elevator_red>'
[09:52:54.272][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_lime_elevator' that outputs: '<item:elevatorid:elevator_lime>'
[09:52:54.272][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_lime_elevator' that outputs: '<item:elevatorid:elevator_lime>'
[09:52:54.272][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_gray_elevator' that outputs: '<item:elevatorid:elevator_gray>'
[09:52:54.272][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_gray_elevator' that outputs: '<item:elevatorid:elevator_gray>'
[09:52:54.272][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_orange_elevator' that outputs: '<item:elevatorid:elevator_orange>'
[09:52:54.272][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_orange_elevator' that outputs: '<item:elevatorid:elevator_orange>'
[09:52:54.272][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_brown_elevator' that outputs: '<item:elevatorid:elevator_brown>'
[09:52:54.272][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_brown_elevator' that outputs: '<item:elevatorid:elevator_brown>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_pink_elevator' that outputs: '<item:elevatorid:elevator_pink>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_pink_elevator' that outputs: '<item:elevatorid:elevator_pink>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_cyan_elevator' that outputs: '<item:elevatorid:elevator_cyan>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_cyan_elevator' that outputs: '<item:elevatorid:elevator_cyan>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_white_elevator' that outputs: '<item:elevatorid:elevator_white>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_white_elevator' that outputs: '<item:elevatorid:elevator_white>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_yellow_elevator' that outputs: '<item:elevatorid:elevator_yellow>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_yellow_elevator' that outputs: '<item:elevatorid:elevator_yellow>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_blue_elevator' that outputs: '<item:elevatorid:elevator_blue>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_blue_elevator' that outputs: '<item:elevatorid:elevator_blue>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:elevatorid_black_elevator' that outputs: '<item:elevatorid:elevator_black>'
[09:52:54.273][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:shaped_elevatorid_black_elevator' that outputs: '<item:elevatorid:elevator_black>'
[09:52:54.274][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:flux_flux_dust' that outputs: '<item:fluxnetworks:flux_dust>'
[09:52:54.274][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:flux_flux_core' that outputs: '<item:fluxnetworks:flux_core> * 2'
[09:52:54.274][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:flux_flux_block' that outputs: '<item:fluxnetworks:flux_block>'
[09:52:54.274][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:flux_flux_point' that outputs: '<item:fluxnetworks:flux_point>'
[09:52:54.274][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:flux_flux_plug' that outputs: '<item:fluxnetworks:flux_plug>'
[09:52:54.274][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:macaw_iron_bridge' that outputs: '<item:mcwbridges:iron_bridge>'
[09:52:54.279][INFO]: Adding 'mekanism:crushing' recipe, with name: 'crafttweaker:crush_vaultstone_to_rock' that outputs: '<item:the_vault:chipped_vault_rock>'
[09:52:54.280][INFO]: Adding 'mekanism:dissolution' recipe, with name: 'crafttweaker:chromaticore_to_dirty_slurry' that outputs: '<slurry:crafttweaker:the_vault_dirty_chromatic_iron_slurry> * 1000'
[09:52:54.280][INFO]: Adding 'mekanism:dissolution' recipe, with name: 'crafttweaker:chromaticraw_to_dirty_slurry' that outputs: '<slurry:crafttweaker:the_vault_dirty_chromatic_iron_slurry> * 600'
[09:52:54.280][INFO]: Adding 'mekanism:dissolution' recipe, with name: 'crafttweaker:chromaticblock_to_dirty_slurry' that outputs: '<slurry:crafttweaker:the_vault_dirty_chromatic_iron_slurry> * 6000'
[09:52:54.280][INFO]: Adding 'mekanism:washing' recipe, with name: 'crafttweaker:cleaning_chromatic_slurry' that outputs: '<slurry:crafttweaker:the_vault_clean_chromatic_iron_slurry>'
[09:52:54.281][INFO]: Adding 'minecraft:smelting' recipe, with name: 'crafttweaker:recipe_name' that outputs: '<item:the_vault:chromatic_iron_ingot>'
[09:52:54.281][INFO]: Adding 'mekanism:enriching' recipe, with name: 'crafttweaker:dirty_dust_to_clean_dust' that outputs: '<item:the_vault:chromatic_iron_dust>'
[09:52:54.281][INFO]: Adding 'mekanism:enriching' recipe, with name: 'crafttweaker:raw_to_clean_dust' that outputs: '<item:the_vault:chromatic_iron_dust> * 4'
[09:52:54.281][INFO]: Adding 'mekanism:enriching' recipe, with name: 'crafttweaker:raw_ore_block_leaves_to_clean_dust' that outputs: '<item:the_vault:chromatic_iron_dust> * 12'
[09:52:54.282][INFO]: Adding 'mekanism:enriching' recipe, with name: 'crafttweaker:ore_to_clean_dust' that outputs: '<item:the_vault:chromatic_iron_dust> * 2'
[09:52:54.282][INFO]: Adding 'mekanism:crushing' recipe, with name: 'crafttweaker:chromatic_clump_to_dirty_dust' that outputs: '<item:the_vault:chromatic_iron_dirty_dust>'
[09:52:54.282][INFO]: Adding 'mekanism:purifying' recipe, with name: 'crafttweaker:raw_block_to_clump' that outputs: '<item:the_vault:chromatic_iron_clump> * 18'
[09:52:54.282][INFO]: Adding 'mekanism:purifying' recipe, with name: 'crafttweaker:raw_to_clump' that outputs: '<item:the_vault:chromatic_iron_clump> * 2'
[09:52:54.282][INFO]: Adding 'mekanism:purifying' recipe, with name: 'crafttweaker:ore_to_clump' that outputs: '<item:the_vault:chromatic_iron_clump> * 3'
[09:52:54.282][INFO]: Adding 'mekanism:purifying' recipe, with name: 'crafttweaker:shard_to_clump' that outputs: '<item:the_vault:chromatic_iron_clump>'
[09:52:54.282][INFO]: Adding 'mekanism:injecting' recipe, with name: 'crafttweaker:raw_block_to_shard' that outputs: '<item:the_vault:chromatic_iron_shard> * 24'
[09:52:54.283][INFO]: Adding 'mekanism:injecting' recipe, with name: 'crafttweaker:raw_to_shard' that outputs: '<item:the_vault:chromatic_iron_shard> * 8'
[09:52:54.283][INFO]: Adding 'mekanism:injecting' recipe, with name: 'crafttweaker:ore_to_shard' that outputs: '<item:the_vault:chromatic_iron_shard> * 4'
[09:52:54.283][INFO]: Adding 'mekanism:injecting' recipe, with name: 'crafttweaker:crystal_to_shard' that outputs: '<item:the_vault:chromatic_iron_shard>'
[09:52:54.283][INFO]: Adding 'mekanism:crystallizing' recipe, with name: 'crafttweaker:slurry_to_crystal' that outputs: '<item:the_vault:chromatic_iron_crystal>'
[09:52:54.283][INFO]: Adding 'mekanism:infusion_conversion' recipe, with name: 'crafttweaker:infusion_conversion/larimar/from_larimar' that outputs: '<infuse_type:crafttweaker:the_vault_larimar> * 10'
[09:52:54.283][INFO]: Adding 'mekanism:infusion_conversion' recipe, with name: 'crafttweaker:infusion_conversion/larimar/from_perfect_larimar' that outputs: '<infuse_type:crafttweaker:the_vault_larimar> * 50'
[09:52:54.284][INFO]: Adding 'mekanism:infusion_conversion' recipe, with name: 'crafttweaker:infusion_conversion/larimar/from_extraordinary_larimar' that outputs: '<infuse_type:crafttweaker:the_vault_larimar> * 250'
[09:52:54.284][INFO]: Adding 'mekanism:infusion_conversion' recipe, with name: 'crafttweaker:infusion_conversion/larimar/from_echo' that outputs: '<infuse_type:crafttweaker:the_vault_echo> * 75'
[09:52:54.284][INFO]: Adding 'mekanism:infusion_conversion' recipe, with name: 'crafttweaker:infusion_conversion/larimar/from_perfect_echo' that outputs: '<infuse_type:crafttweaker:the_vault_echo> * 375'
[09:52:54.284][INFO]: Adding 'mekanism:infusion_conversion' recipe, with name: 'crafttweaker:infusion_conversion/larimar/from_extraordinary_echo' that outputs: '<infuse_type:crafttweaker:the_vault_echo> * 1875'
[09:52:54.284][INFO]: Adding 'mekanism:metallurgic_infusing' recipe, with name: 'crafttweaker:infused_alloy' that outputs: '<item:mekanism:alloy_infused>'
[09:52:54.284][INFO]: Adding 'mekanism:metallurgic_infusing' recipe, with name: 'crafttweaker:atomic_alloy' that outputs: '<item:mekanism:alloy_atomic>'
[09:52:54.285][INFO]: Adding 'mekanism:metallurgic_infusing' recipe, with name: 'crafttweaker:basic_circuit' that outputs: '<item:mekanism:basic_control_circuit>'
[09:52:54.285][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:mekanism_alloy_reinforced' that outputs: '<item:mekanism:alloy_reinforced>'
[09:52:54.285][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_metallurgic_infuser' that outputs: '<item:mekanism:metallurgic_infuser>'
[09:52:54.285][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_basic_thermodynamic_conductor' that outputs: '<item:mekanism:basic_thermodynamic_conductor> * 4'
[09:52:54.285][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_basic_logistical_transporter' that outputs: '<item:mekanism:basic_logistical_transporter> * 4'
[09:52:54.285][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_basic_pressurized_tube' that outputs: '<item:mekanism:basic_pressurized_tube> * 4'
[09:52:54.285][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_basic_mechanical_pipe' that outputs: '<item:mekanism:basic_mechanical_pipe> * 4'
[09:52:54.285][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_basic_universal_cable' that outputs: '<item:mekanism:basic_universal_cable> * 4'
[09:52:54.286][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_basic_tier_installer' that outputs: '<item:mekanism:basic_tier_installer>'
[09:52:54.286][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_advanced_tier_installer' that outputs: '<item:mekanism:advanced_tier_installer>'
[09:52:54.286][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_elite_tier_installer' that outputs: '<item:mekanism:elite_tier_installer>'
[09:52:54.286][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_ultimate_tier_installer' that outputs: '<item:mekanism:ultimate_tier_installer>'
[09:52:54.286][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_upgrade_anchor' that outputs: '<item:mekanism:upgrade_anchor>'
[09:52:54.286][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_upgrade_speed' that outputs: '<item:mekanism:upgrade_speed> * 2'
[09:52:54.286][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_upgrade_energy' that outputs: '<item:mekanism:upgrade_energy> * 2'
[09:52:54.286][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_upgrade_filter' that outputs: '<item:mekanism:upgrade_filter> * 2'
[09:52:54.286][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_upgrade_gas' that outputs: '<item:mekanism:upgrade_gas> * 2'
[09:52:54.287][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_energy_tablet' that outputs: '<item:mekanism:energy_tablet>'
[09:52:54.287][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_digital_miner' that outputs: '<item:mekanism:digital_miner>'
[09:52:54.287][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_basic_energy_cube' that outputs: '<item:mekanism:basic_energy_cube>'
[09:52:54.287][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_steel_casing' that outputs: '<item:mekanism:steel_casing>'
[09:52:54.287][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanism_basic_tank' that outputs: '<item:mekanism:basic_fluid_tank>'
[09:52:54.287][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mekanismgenerators_generatorgas_burning' that outputs: '<item:mekanismgenerators:gas_burning_generator>'
[09:52:54.287][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_mininggadget' that outputs: '<item:mininggadgets:mininggadget>'
[09:52:54.287][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:mininggadgets_shapeless_mininggadget_simple' that outputs: '<item:mininggadgets:mininggadget_simple>'
[09:52:54.287][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:mininggadgets_shapeless_mininggadget_fancy' that outputs: '<item:mininggadgets:mininggadget_fancy>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:mininggadgets_shapeless_mininggadget_2' that outputs: '<item:mininggadgets:mininggadget>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_table' that outputs: '<item:mininggadgets:modificationtable>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_upgrade_module' that outputs: '<item:mininggadgets:upgrade_empty>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_efficiency1_upgrade' that outputs: '<item:mininggadgets:upgrade_efficiency_1>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_efficiency2_upgrade' that outputs: '<item:mininggadgets:upgrade_efficiency_2>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_efficiency3_upgrade' that outputs: '<item:mininggadgets:upgrade_efficiency_3>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_efficiency4_upgrade' that outputs: '<item:mininggadgets:upgrade_efficiency_4>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_efficiency5_upgrade' that outputs: '<item:mininggadgets:upgrade_efficiency_5>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_void_upgrade' that outputs: '<item:mininggadgets:upgrade_void_junk>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_magnet_upgrade' that outputs: '<item:mininggadgets:upgrade_magnet>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_3x3_upgrade' that outputs: '<item:mininggadgets:upgrade_three_by_three>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_fortune_1' that outputs: '<item:mininggadgets:upgrade_fortune_1>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_fortune_2' that outputs: '<item:mininggadgets:upgrade_fortune_2>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_fortune_3' that outputs: '<item:mininggadgets:upgrade_fortune_3>'
[09:52:54.288][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_range_1' that outputs: '<item:mininggadgets:upgrade_range_1>'
[09:52:54.289][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_range_2' that outputs: '<item:mininggadgets:upgrade_range_2>'
[09:52:54.289][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_range_3' that outputs: '<item:mininggadgets:upgrade_range_3>'
[09:52:54.289][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_battery_1' that outputs: '<item:mininggadgets:upgrade_battery_1>'
[09:52:54.289][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_battery_2' that outputs: '<item:mininggadgets:upgrade_battery_2>'
[09:52:54.289][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_battery_3' that outputs: '<item:mininggadgets:upgrade_battery_3>'
[09:52:54.289][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:mininggadgets_silk_upgrade' that outputs: '<item:mininggadgets:upgrade_silk>'
[09:52:54.289][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ultimate_upgrade' that outputs: '<item:pipez:ultimate_upgrade>'
[09:52:54.289][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:advanced_upgrade' that outputs: '<item:pipez:advanced_upgrade>'
[09:52:54.290][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:improved_upgrade' that outputs: '<item:pipez:improved_upgrade>'
[09:52:54.290][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:basic_upgrade' that outputs: '<item:pipez:basic_upgrade>'
[09:52:54.290][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:universal_pipe' that outputs: '<item:pipez:universal_pipe> * 6'
[09:52:54.290][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:gas_pipe' that outputs: '<item:pipez:gas_pipe> * 16'
[09:52:54.290][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:energy_pipe' that outputs: '<item:pipez:energy_pipe> * 16'
[09:52:54.290][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:fluid_pipe' that outputs: '<item:pipez:fluid_pipe> * 16'
[09:52:54.290][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:item_pipe' that outputs: '<item:pipez:item_pipe> * 16'
[09:52:54.290][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:wrench' that outputs: '<item:pipez:wrench>'
[09:52:54.290][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:filter_destination_tool' that outputs: '<item:pipez:filter_destination_tool>'
[09:52:54.291][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@eade21c'
[09:52:54.296][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5cf7b726'
[09:52:54.301][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@d081e947'
[09:52:54.306][INFO]: Hiding Ingredient <item:powah:player_transmitter_basic> from JEI
[09:52:54.306][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@4c003007'
[09:52:54.311][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@34d221ea'
[09:52:54.315][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@31641cc5'
[09:52:54.320][INFO]: Hiding Ingredient <item:powah:player_transmitter_hardened> from JEI
[09:52:54.320][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@980db31b'
[09:52:54.325][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@5c705212'
[09:52:54.329][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@897418bc'
[09:52:54.333][INFO]: Hiding Ingredient <item:powah:player_transmitter_blazing> from JEI
[09:52:54.333][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8f1ba48e'
[09:52:54.338][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@22807f90'
[09:52:54.343][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@80763368'
[09:52:54.348][INFO]: Hiding Ingredient <item:powah:player_transmitter_niotic> from JEI
[09:52:54.348][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@cf983620'
[09:52:54.353][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@93d9bfde'
[09:52:54.358][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@8c536160'
[09:52:54.363][INFO]: Hiding Ingredient <item:powah:player_transmitter_spirited> from JEI
[09:52:54.363][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@1ba33f84'
[09:52:54.368][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@7025f900'
[09:52:54.373][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@117bc8a'
[09:52:54.378][INFO]: Hiding Ingredient <item:powah:player_transmitter_nitro> from JEI
[09:52:54.379][INFO]: Removing 'crafting' recipes with output: 'com.blamejared.crafttweaker.api.item.MCItemStack@dfc4aa23'
[09:52:54.384][INFO]: Hiding Ingredient <item:powah:player_transmitter_starter> from JEI
[09:52:54.384][INFO]: Adding 'powah:energizing' recipe, with name: 'crafttweaker:crystal_nitro' that outputs: '<item:powah:crystal_nitro> * 3'
[09:52:54.384][INFO]: Adding 'powah:energizing' recipe, with name: 'crafttweaker:crystal_spirited' that outputs: '<item:powah:crystal_spirited>'
[09:52:54.384][INFO]: Adding 'powah:energizing' recipe, with name: 'crafttweaker:crystal_niotic' that outputs: '<item:powah:crystal_niotic> * 3'
[09:52:54.385][INFO]: Adding 'powah:energizing' recipe, with name: 'crafttweaker:crystal_blazing' that outputs: '<item:powah:crystal_blazing> * 2'
[09:52:54.385][INFO]: Adding 'powah:energizing' recipe, with name: 'crafttweaker:crystal_blazing2' that outputs: '<item:powah:crystal_blazing> * 2'
[09:52:54.385][INFO]: Adding 'powah:energizing' recipe, with name: 'crafttweaker:steel_energized' that outputs: '<item:powah:steel_energized> * 4'
[09:52:54.385][INFO]: Adding 'powah:energizing' recipe, with name: 'crafttweaker:steel_energized_block' that outputs: '<item:powah:energized_steel_block> * 4'
[09:52:54.385][INFO]: Adding 'powah:energizing' recipe, with name: 'crafttweaker:ender_core' that outputs: '<item:powah:ender_core>'
[09:52:54.385][INFO]: Adding 'powah:energizing' recipe, with name: 'crafttweaker:charged_snowball' that outputs: '<item:powah:charged_snowball>'
[09:52:54.385][INFO]: Adding 'powah:energizing' recipe, with name: 'crafttweaker:dry_ice' that outputs: '<item:powah:dry_ice>'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:powah_dielectric_paste' that outputs: '<item:powah:dielectric_paste> * 4'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_dielectric_rod' that outputs: '<item:powah:dielectric_rod> * 2'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_dielectric_rod_horizontal' that outputs: '<item:powah:dielectric_rod_horizontal> * 2'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_dielectric_casing' that outputs: '<item:powah:dielectric_casing>'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_solar_panel_starter' that outputs: '<item:powah:solar_panel_starter>'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_solar_panel_basic' that outputs: '<item:powah:solar_panel_basic>'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_solar_panel_hardened' that outputs: '<item:powah:solar_panel_hardened>'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_solar_panel_blazing' that outputs: '<item:powah:solar_panel_blazing>'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_solar_panel_niotic' that outputs: '<item:powah:solar_panel_niotic>'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_solar_panel_spirited' that outputs: '<item:powah:solar_panel_spirited>'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_solar_panel_nitro' that outputs: '<item:powah:solar_panel_nitro>'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_thermoelectric_plate' that outputs: '<item:powah:thermoelectric_plate>'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_energizing_orb' that outputs: '<item:powah:energizing_orb>'
[09:52:54.386][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_photoelectric_pane' that outputs: '<item:powah:photoelectric_pane>'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_tiny_basic_capacitor' that outputs: '<item:powah:capacitor_basic_tiny> * 2'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_large_basic_capacitor' that outputs: '<item:powah:capacitor_basic_large>'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_capacitor_basic' that outputs: '<item:powah:capacitor_basic>'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_capacitor_blazing' that outputs: '<item:powah:capacitor_blazing>'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_capacitor_niotic' that outputs: '<item:powah:capacitor_niotic>'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_capacitor_spirited' that outputs: '<item:powah:capacitor_spirited>'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_capacitor_nitro' that outputs: '<item:powah:capacitor_nitro>'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:powah_block_to_ingots' that outputs: '<item:powah:steel_energized> * 9'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_energy_cell_starter' that outputs: '<item:powah:energy_cell_starter>'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_ender_cell_starter' that outputs: '<item:powah:ender_cell_starter> * 2'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_cable_starter' that outputs: '<item:powah:energy_cable_starter> * 12'
[09:52:54.387][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_battery_basic' that outputs: '<item:powah:battery_basic>'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_energy_cell_basic' that outputs: '<item:powah:energy_cell_basic>'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_energy_cell_basic_2' that outputs: '<item:powah:energy_cell_basic>'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_energy_cell_hardened' that outputs: '<item:powah:energy_cell_hardened>'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_energy_cell_blazing' that outputs: '<item:powah:energy_cell_blazing>'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_energy_cell_niotic' that outputs: '<item:powah:energy_cell_niotic>'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_energy_cell_spirited' that outputs: '<item:powah:energy_cell_spirited>'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_energy_cell_nitro' that outputs: '<item:powah:energy_cell_nitro>'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_cable_basic' that outputs: '<item:powah:energy_cable_basic> * 6'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_cable_basic_2' that outputs: '<item:powah:energy_cable_basic> * 12'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_furnator_basic' that outputs: '<item:powah:furnator_basic>'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_magmator_basic' that outputs: '<item:powah:magmator_basic>'
[09:52:54.388][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_thermo_generator_basic' that outputs: '<item:powah:thermo_generator_basic>'
[09:52:54.389][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_reactor_basic' that outputs: '<item:powah:reactor_basic> * 4'
[09:52:54.389][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_reactor_niotic' that outputs: '<item:powah:reactor_niotic> * 4'
[09:52:54.389][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_reactor_hardened' that outputs: '<item:powah:reactor_hardened> * 4'
[09:52:54.389][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_reactor_blazing' that outputs: '<item:powah:reactor_blazing> * 4'
[09:52:54.389][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_reactor_spirited' that outputs: '<item:powah:reactor_spirited> * 4'
[09:52:54.389][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:powah_reactor_nitro' that outputs: '<item:powah:reactor_nitro> * 4'
[09:52:54.389][INFO]: Adding 'minecraft:smithing' recipe, with name: 'crafttweaker:quark_flamerang' that outputs: '<item:quark:flamerang>'
[09:52:54.389][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:quark_pickarang' that outputs: '<item:quark:pickarang>'
[09:52:54.389][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:quark_ender_watcher' that outputs: '<item:quark:ender_watcher>'
[09:52:54.390][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:quark_grate' that outputs: '<item:quark:grate>.withTag({RepairCost: 0 as int, display: {Name: "{\"text\":\"Harry's special\"}" as string}}) * 4'
[09:52:54.390][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rftoolsbase_machine_frame' that outputs: '<item:rftoolsbase:machine_frame>'
[09:52:54.390][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_storage_housing' that outputs: '<item:refinedstorage:storage_housing>'
[09:52:54.390][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_1k_storage_part' that outputs: '<item:refinedstorage:1k_storage_part>'
[09:52:54.390][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_1k_storage_disk_shapeless' that outputs: '<item:refinedstorage:1k_storage_disk>'
[09:52:54.391][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_4k_storage_part' that outputs: '<item:refinedstorage:4k_storage_part>'
[09:52:54.391][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_4k_storage_disk_shapeless' that outputs: '<item:refinedstorage:4k_storage_disk>'
[09:52:54.391][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_16k_storage_part' that outputs: '<item:refinedstorage:16k_storage_part>'
[09:52:54.391][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_16k_storage_disk_shapeless' that outputs: '<item:refinedstorage:16k_storage_disk>'
[09:52:54.391][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_64k_storage_part' that outputs: '<item:refinedstorage:64k_storage_part>'
[09:52:54.391][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_64k_storage_disk_shapeless' that outputs: '<item:refinedstorage:64k_storage_disk>'
[09:52:54.391][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_processor_binding' that outputs: '<item:refinedstorage:processor_binding> * 4'
[09:52:54.391][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_quartz_enriched_iron' that outputs: '<item:refinedstorage:quartz_enriched_iron> * 2'
[09:52:54.391][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_raw_basic_processor' that outputs: '<item:refinedstorage:raw_basic_processor>'
[09:52:54.391][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_raw_improved_processor' that outputs: '<item:refinedstorage:raw_improved_processor>'
[09:52:54.392][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_raw_advanced_processor' that outputs: '<item:refinedstorage:raw_advanced_processor>'
[09:52:54.392][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_destruction_core' that outputs: '<item:refinedstorage:destruction_core>'
[09:52:54.392][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_construction_core' that outputs: '<item:refinedstorage:construction_core>'
[09:52:54.392][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_shapeless_quartz_enriched_iron' that outputs: '<item:refinedstorage:quartz_enriched_iron> * 9'
[09:52:54.392][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_machine_casing' that outputs: '<item:refinedstorage:machine_casing>'
[09:52:54.392][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_disk_drive' that outputs: '<item:refinedstorage:disk_drive>'
[09:52:54.392][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_grid' that outputs: '<item:refinedstorage:grid>'
[09:52:54.392][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_shapeless_grid' that outputs: '<item:refinedstorage:grid>'
[09:52:54.392][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_crafting_grid' that outputs: '<item:refinedstorage:crafting_grid>'
[09:52:54.392][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_crafting_grid_small' that outputs: '<item:refinedstorageaddons:wireless_crafting_grid>'
[09:52:54.393][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_shapeless_crafting_grid' that outputs: '<item:refinedstorage:crafting_grid>'
[09:52:54.393][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_shapeless_detector' that outputs: '<item:refinedstorage:detector>'
[09:52:54.393][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_shapeless_wireless_transmitter' that outputs: '<item:refinedstorage:wireless_transmitter>'
[09:52:54.393][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_purple_grid' that outputs: '<item:refinedstorage:purple_grid>'
[09:52:54.393][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_purple_crafting_grid' that outputs: '<item:refinedstorage:purple_crafting_grid>'
[09:52:54.393][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_purple_detector' that outputs: '<item:refinedstorage:purple_detector>'
[09:52:54.393][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_purple_wireless_transmitter' that outputs: '<item:refinedstorage:purple_wireless_transmitter>'
[09:52:54.393][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_purple_controller' that outputs: '<item:refinedstorage:purple_controller>'
[09:52:54.393][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_light_gray_grid' that outputs: '<item:refinedstorage:light_gray_grid>'
[09:52:54.393][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_light_gray_crafting_grid' that outputs: '<item:refinedstorage:light_gray_crafting_grid>'
[09:52:54.394][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_light_gray_detector' that outputs: '<item:refinedstorage:light_gray_detector>'
[09:52:54.394][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_light_gray_wireless_transmitter' that outputs: '<item:refinedstorage:light_gray_wireless_transmitter>'
[09:52:54.394][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_light_gray_controller' that outputs: '<item:refinedstorage:light_gray_controller>'
[09:52:54.394][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_green_grid' that outputs: '<item:refinedstorage:green_grid>'
[09:52:54.394][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_green_crafting_grid' that outputs: '<item:refinedstorage:green_crafting_grid>'
[09:52:54.394][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_green_detector' that outputs: '<item:refinedstorage:green_detector>'
[09:52:54.394][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_green_wireless_transmitter' that outputs: '<item:refinedstorage:green_wireless_transmitter>'
[09:52:54.394][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_green_controller' that outputs: '<item:refinedstorage:green_controller>'
[09:52:54.394][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_magenta_grid' that outputs: '<item:refinedstorage:magenta_grid>'
[09:52:54.394][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_magenta_crafting_grid' that outputs: '<item:refinedstorage:magenta_crafting_grid>'
[09:52:54.395][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_magenta_detector' that outputs: '<item:refinedstorage:magenta_detector>'
[09:52:54.395][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_magenta_wireless_transmitter' that outputs: '<item:refinedstorage:magenta_wireless_transmitter>'
[09:52:54.395][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_magenta_controller' that outputs: '<item:refinedstorage:magenta_controller>'
[09:52:54.395][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_red_grid' that outputs: '<item:refinedstorage:red_grid>'
[09:52:54.395][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_red_crafting_grid' that outputs: '<item:refinedstorage:red_crafting_grid>'
[09:52:54.395][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_red_detector' that outputs: '<item:refinedstorage:red_detector>'
[09:52:54.395][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_red_wireless_transmitter' that outputs: '<item:refinedstorage:red_wireless_transmitter>'
[09:52:54.395][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_red_controller' that outputs: '<item:refinedstorage:red_controller>'
[09:52:54.395][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_lime_grid' that outputs: '<item:refinedstorage:lime_grid>'
[09:52:54.395][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_lime_crafting_grid' that outputs: '<item:refinedstorage:lime_crafting_grid>'
[09:52:54.396][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_lime_detector' that outputs: '<item:refinedstorage:lime_detector>'
[09:52:54.396][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_lime_wireless_transmitter' that outputs: '<item:refinedstorage:lime_wireless_transmitter>'
[09:52:54.396][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_lime_controller' that outputs: '<item:refinedstorage:lime_controller>'
[09:52:54.396][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_gray_grid' that outputs: '<item:refinedstorage:gray_grid>'
[09:52:54.396][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_gray_crafting_grid' that outputs: '<item:refinedstorage:gray_crafting_grid>'
[09:52:54.396][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_gray_detector' that outputs: '<item:refinedstorage:gray_detector>'
[09:52:54.396][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_gray_wireless_transmitter' that outputs: '<item:refinedstorage:gray_wireless_transmitter>'
[09:52:54.396][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_gray_controller' that outputs: '<item:refinedstorage:gray_controller>'
[09:52:54.396][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_orange_grid' that outputs: '<item:refinedstorage:orange_grid>'
[09:52:54.396][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_orange_crafting_grid' that outputs: '<item:refinedstorage:orange_crafting_grid>'
[09:52:54.397][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_orange_detector' that outputs: '<item:refinedstorage:orange_detector>'
[09:52:54.397][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_orange_wireless_transmitter' that outputs: '<item:refinedstorage:orange_wireless_transmitter>'
[09:52:54.397][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_orange_controller' that outputs: '<item:refinedstorage:orange_controller>'
[09:52:54.397][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_brown_grid' that outputs: '<item:refinedstorage:brown_grid>'
[09:52:54.397][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_brown_crafting_grid' that outputs: '<item:refinedstorage:brown_crafting_grid>'
[09:52:54.397][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_brown_detector' that outputs: '<item:refinedstorage:brown_detector>'
[09:52:54.397][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_brown_wireless_transmitter' that outputs: '<item:refinedstorage:brown_wireless_transmitter>'
[09:52:54.397][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_brown_controller' that outputs: '<item:refinedstorage:brown_controller>'
[09:52:54.397][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_pink_grid' that outputs: '<item:refinedstorage:pink_grid>'
[09:52:54.398][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_pink_crafting_grid' that outputs: '<item:refinedstorage:pink_crafting_grid>'
[09:52:54.398][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_pink_detector' that outputs: '<item:refinedstorage:pink_detector>'
[09:52:54.398][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_pink_wireless_transmitter' that outputs: '<item:refinedstorage:pink_wireless_transmitter>'
[09:52:54.398][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_pink_controller' that outputs: '<item:refinedstorage:pink_controller>'
[09:52:54.398][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_cyan_grid' that outputs: '<item:refinedstorage:cyan_grid>'
[09:52:54.398][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_cyan_crafting_grid' that outputs: '<item:refinedstorage:cyan_crafting_grid>'
[09:52:54.398][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_cyan_detector' that outputs: '<item:refinedstorage:cyan_detector>'
[09:52:54.398][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_cyan_wireless_transmitter' that outputs: '<item:refinedstorage:cyan_wireless_transmitter>'
[09:52:54.398][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_cyan_controller' that outputs: '<item:refinedstorage:cyan_controller>'
[09:52:54.398][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_white_grid' that outputs: '<item:refinedstorage:white_grid>'
[09:52:54.399][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_white_crafting_grid' that outputs: '<item:refinedstorage:white_crafting_grid>'
[09:52:54.399][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_white_detector' that outputs: '<item:refinedstorage:white_detector>'
[09:52:54.399][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_white_wireless_transmitter' that outputs: '<item:refinedstorage:white_wireless_transmitter>'
[09:52:54.399][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_white_controller' that outputs: '<item:refinedstorage:white_controller>'
[09:52:54.399][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_yellow_grid' that outputs: '<item:refinedstorage:yellow_grid>'
[09:52:54.399][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_yellow_crafting_grid' that outputs: '<item:refinedstorage:yellow_crafting_grid>'
[09:52:54.399][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_yellow_detector' that outputs: '<item:refinedstorage:yellow_detector>'
[09:52:54.399][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_yellow_wireless_transmitter' that outputs: '<item:refinedstorage:yellow_wireless_transmitter>'
[09:52:54.399][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_yellow_controller' that outputs: '<item:refinedstorage:yellow_controller>'
[09:52:54.399][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_blue_grid' that outputs: '<item:refinedstorage:blue_grid>'
[09:52:54.399][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_blue_crafting_grid' that outputs: '<item:refinedstorage:blue_crafting_grid>'
[09:52:54.400][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_blue_detector' that outputs: '<item:refinedstorage:blue_detector>'
[09:52:54.400][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_blue_wireless_transmitter' that outputs: '<item:refinedstorage:blue_wireless_transmitter>'
[09:52:54.400][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_blue_controller' that outputs: '<item:refinedstorage:blue_controller>'
[09:52:54.400][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_black_grid' that outputs: '<item:refinedstorage:black_grid>'
[09:52:54.400][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_black_crafting_grid' that outputs: '<item:refinedstorage:black_crafting_grid>'
[09:52:54.400][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_black_detector' that outputs: '<item:refinedstorage:black_detector>'
[09:52:54.400][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_black_wireless_transmitter' that outputs: '<item:refinedstorage:black_wireless_transmitter>'
[09:52:54.400][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_black_controller' that outputs: '<item:refinedstorage:black_controller>'
[09:52:54.400][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_detector' that outputs: '<item:refinedstorage:detector>'
[09:52:54.400][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_wireless_transmitter' that outputs: '<item:refinedstorage:wireless_transmitter>'
[09:52:54.401][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_external_storage' that outputs: '<item:refinedstorage:external_storage>'
[09:52:54.401][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_speed_upgrade' that outputs: '<item:refinedstorage:speed_upgrade>'
[09:52:54.401][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_crafting_upgrade' that outputs: '<item:refinedstorage:crafting_upgrade>'
[09:52:54.401][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_stack_upgrade' that outputs: '<item:refinedstorage:stack_upgrade>'
[09:52:54.401][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_wireless_grid' that outputs: '<item:refinedstorage:wireless_grid>'
[09:52:54.401][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_wireless_crafting_grid' that outputs: '<item:refinedstorageaddons:wireless_crafting_grid>'
[09:52:54.401][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:rs_pattern_grid' that outputs: '<item:refinedstorage:pattern_grid>'
[09:52:54.401][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_controller' that outputs: '<item:refinedstorage:controller>'
[09:52:54.401][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_crafter' that outputs: '<item:refinedstorage:crafter>'
[09:52:54.401][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_crafter_manager' that outputs: '<item:refinedstorage:crafter_manager>'
[09:52:54.401][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:rs_pattern' that outputs: '<item:refinedstorage:pattern>'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:modularrouters_sender_module_1' that outputs: '<item:modularrouters:sender_module_1>'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:modularrouters_sender_module_2' that outputs: '<item:modularrouters:sender_module_2>'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:modularrouters_sender_module_3' that outputs: '<item:modularrouters:sender_module_3>'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:modularroutersdistributor_module' that outputs: '<item:modularrouters:distributor_module>'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:modularroutersvacuum_hopper' that outputs: '<item:modularrouters:vacuum_module>'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:modularrouters_router' that outputs: '<item:modularrouters:modular_router> * 2'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:modularrouters_blank_module' that outputs: '<item:modularrouters:blank_module> * 3'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:modularrouters_blank_upgrade' that outputs: '<item:modularrouters:blank_upgrade> * 2'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:modularrouters_stack_upgrade' that outputs: '<item:modularrouters:stack_upgrade> * 2'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:modularrouters_stack_augment' that outputs: '<item:modularrouters:stack_augment>'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:modularrouters_augment_core' that outputs: '<item:modularrouters:augment_core>'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:modularrouters_void_module' that outputs: '<item:modularrouters:void_module>'
[09:52:54.402][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:modularrouters_puller_module_1' that outputs: '<item:modularrouters:puller_module_1>'
[09:52:54.403][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:modularrouters_puller_module_2' that outputs: '<item:modularrouters:puller_module_2>'
[09:52:54.403][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:simplestorage_network_cable' that outputs: '<item:storagenetwork:kabel> * 6'
[09:52:54.403][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:simplestorage_storage_cable' that outputs: '<item:storagenetwork:storage_kabel> * 4'
[09:52:54.403][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:simplestorage_filter_cable' that outputs: '<item:storagenetwork:filter_kabel> * 4'
[09:52:54.403][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:simplestorage_storage_inventory' that outputs: '<item:storagenetwork:inventory>'
[09:52:54.403][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:simplestorage_storage_request' that outputs: '<item:storagenetwork:request>'
[09:52:54.403][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:simplestorage_controller' that outputs: '<item:storagenetwork:master>'
[09:52:54.404][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:simplestorage_speed_upgrade' that outputs: '<item:storagenetwork:speed_upgrade>'
[09:52:54.404][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:simplestorage_stack_upgrade' that outputs: '<item:storagenetwork:stack_upgrade>'
[09:52:54.406][INFO]: Adding: [compressium:dirt_1] to tag: <tag:blocks:minecraft:mineable/shovel>
[09:52:54.407][INFO]: Adding: [compressium:dirt_2] to tag: <tag:blocks:minecraft:mineable/shovel>
[09:52:54.408][INFO]: Adding: [compressium:dirt_3] to tag: <tag:blocks:minecraft:mineable/shovel>
[09:52:54.408][INFO]: Adding: [compressium:dirt_4] to tag: <tag:blocks:minecraft:mineable/shovel>
[09:52:54.408][INFO]: Adding: [compressium:dirt_5] to tag: <tag:blocks:minecraft:mineable/shovel>
[09:52:54.408][INFO]: Adding: [compressium:dirt_6] to tag: <tag:blocks:minecraft:mineable/shovel>
[09:52:54.408][INFO]: Adding: [compressium:dirt_7] to tag: <tag:blocks:minecraft:mineable/shovel>
[09:52:54.408][INFO]: Adding: [compressium:dirt_8] to tag: <tag:blocks:minecraft:mineable/shovel>
[09:52:54.409][INFO]: Adding: [compressium:dirt_9] to tag: <tag:blocks:minecraft:mineable/shovel>
[09:52:54.409][INFO]: Adding: [compressium:dirt_1] to tag: <tag:blocks:minecraft:mineable/pickaxe>
[09:52:54.409][INFO]: Adding: [compressium:dirt_2] to tag: <tag:blocks:minecraft:mineable/pickaxe>
[09:52:54.409][INFO]: Adding: [compressium:dirt_3] to tag: <tag:blocks:minecraft:mineable/pickaxe>
[09:52:54.409][INFO]: Adding: [compressium:dirt_4] to tag: <tag:blocks:minecraft:mineable/pickaxe>
[09:52:54.409][INFO]: Adding: [compressium:dirt_5] to tag: <tag:blocks:minecraft:mineable/pickaxe>
[09:52:54.409][INFO]: Adding: [compressium:dirt_6] to tag: <tag:blocks:minecraft:mineable/pickaxe>
[09:52:54.409][INFO]: Adding: [compressium:dirt_7] to tag: <tag:blocks:minecraft:mineable/pickaxe>
[09:52:54.410][INFO]: Adding: [compressium:dirt_8] to tag: <tag:blocks:minecraft:mineable/pickaxe>
[09:52:54.410][INFO]: Adding: [compressium:dirt_9] to tag: <tag:blocks:minecraft:mineable/pickaxe>
[09:52:54.410][INFO]: Adding: [cfm:post_box] to tag: <tag:blocks:minecraft:mineable/pickaxe>
[09:52:54.410][INFO]: Registering loot modifier with name 'crafttweaker:snad'
[09:52:54.410][INFO]: Registering loot modifier with name 'crafttweaker:redsnad'
[09:52:54.410][INFO]: Registering loot modifier with name 'crafttweaker:suolsnad'
[09:52:54.411][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:snad_snad' that outputs: '<item:snad:snad>'
[09:52:54.411][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:snad_red_snad' that outputs: '<item:snad:red_snad>'
[09:52:54.411][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:snad_soul_snad' that outputs: '<item:snad:suol_snad>'
[09:52:54.412][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@780b6627]" and fluid outputs: "[]"
[09:52:54.415][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_nickel_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.415][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_nickel_gear' that outputs: '<item:thermal:nickel_gear>'
[09:52:54.415][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@71c6252]" and fluid outputs: "[]"
[09:52:54.416][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_electrum_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.416][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_electrum_gear' that outputs: '<item:thermal:electrum_gear>'
[09:52:54.416][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@c638ad14]" and fluid outputs: "[]"
[09:52:54.416][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_constantan_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.416][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_constantan_gear' that outputs: '<item:thermal:constantan_gear>'
[09:52:54.416][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@9a8c0d8e]" and fluid outputs: "[]"
[09:52:54.417][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_lead_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.417][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_lead_gear' that outputs: '<item:thermal:lead_gear>'
[09:52:54.417][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@e354a1bd]" and fluid outputs: "[]"
[09:52:54.418][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_bronze_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.418][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_bronze_gear' that outputs: '<item:thermal:bronze_gear>'
[09:52:54.418][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@e69995d3]" and fluid outputs: "[]"
[09:52:54.418][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_netherite_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.418][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_netherite_gear' that outputs: '<item:thermal:netherite_gear>'
[09:52:54.418][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@377096e1]" and fluid outputs: "[]"
[09:52:54.418][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_gold_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.418][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_gold_gear' that outputs: '<item:thermal:gold_gear>'
[09:52:54.418][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@e4a1a20]" and fluid outputs: "[]"
[09:52:54.419][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_lumium_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.419][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_lumium_gear' that outputs: '<item:thermal:lumium_gear>'
[09:52:54.419][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@fb18c19e]" and fluid outputs: "[]"
[09:52:54.419][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_signalum_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.419][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_signalum_gear' that outputs: '<item:thermal:signalum_gear>'
[09:52:54.419][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@92ac6aca]" and fluid outputs: "[]"
[09:52:54.419][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_enderium_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.419][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_enderium_gear' that outputs: '<item:thermal:enderium_gear>'
[09:52:54.419][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@e6810f85]" and fluid outputs: "[]"
[09:52:54.419][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_tin_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.419][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_tin_gear' that outputs: '<item:thermal:tin_gear>'
[09:52:54.420][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@6942a466]" and fluid outputs: "[]"
[09:52:54.420][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_iron_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.420][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_iron_gear' that outputs: '<item:thermal:iron_gear>'
[09:52:54.420][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@e624130]" and fluid outputs: "[]"
[09:52:54.420][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_copper_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.420][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_copper_gear' that outputs: '<item:thermal:copper_gear>'
[09:52:54.420][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@568caa29]" and fluid outputs: "[]"
[09:52:54.420][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_invar_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.420][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_invar_gear' that outputs: '<item:thermal:invar_gear>'
[09:52:54.420][INFO]: Removing "thermal:press" recipes with outputs: [com.blamejared.crafttweaker.api.item.MCItemStack@9be48bec]" and fluid outputs: "[]"
[09:52:54.421][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_silver_gear_press_vh' that outputs: '<item:minecraft:air>'
[09:52:54.421][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_silver_gear' that outputs: '<item:thermal:silver_gear>'
[09:52:54.421][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_tin_gear_gear_press_vh_2' that outputs: '<item:minecraft:air>'
[09:52:54.421][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_lead_gear_press_vh_2' that outputs: '<item:minecraft:air>'
[09:52:54.421][INFO]: Adding 'thermal:press' recipe, with name: 'crafttweaker:thermal_bronze_gear_press_vh_2' that outputs: '<item:minecraft:air>'
[09:52:54.421][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_diamond_gear' that outputs: '<item:thermal:diamond_gear>'
[09:52:54.421][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_quartz_gear' that outputs: '<item:thermal:quartz_gear>'
[09:52:54.421][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_lapis_gear' that outputs: '<item:thermal:lapis_gear>'
[09:52:54.421][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_emerald_gear' that outputs: '<item:thermal:emerald_gear>'
[09:52:54.422][INFO]: Adding 'thermal:pulverizer' recipe, with name: 'crafttweaker:ore_to_dust' that outputs: '<item:minecraft:air>'
[09:52:54.422][INFO]: Adding 'thermal:pulverizer' recipe, with name: 'crafttweaker:raw_to_dust' that outputs: '<item:minecraft:air>'
[09:52:54.422][INFO]: Adding 'thermal:pulverizer' recipe, with name: 'crafttweaker:ingot_to_dust' that outputs: '<item:minecraft:air>'
[09:52:54.422][INFO]: Adding 'thermal:pulverizer' recipe, with name: 'crafttweaker:vaultstone_to_rock' that outputs: '<item:minecraft:air>'
[09:52:54.422][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_rf_coil' that outputs: '<item:thermal:rf_coil>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_redstone_servo' that outputs: '<item:thermal:redstone_servo>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_machine_frame' that outputs: '<item:thermal:machine_frame>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_fluid_cell_frame' that outputs: '<item:thermal:fluid_cell_frame>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_fluid_cell' that outputs: '<item:thermal:fluid_cell>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_energy_cell_frame' that outputs: '<item:thermal:energy_cell_frame>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_energy_cell' that outputs: '<item:thermal:energy_cell>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_wrench' that outputs: '<item:thermal:wrench>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_magmatic_dynamo' that outputs: '<item:thermal:dynamo_magmatic>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_numismatic_dynamo' that outputs: '<item:thermal:dynamo_numismatic>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_lapidary_dynamo' that outputs: '<item:thermal:dynamo_lapidary>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_disenchantment_dynamo' that outputs: '<item:thermal:dynamo_disenchantment>'
[09:52:54.423][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_gourmand_dynamo' that outputs: '<item:thermal:dynamo_gourmand>'
[09:52:54.424][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_stirling_dynamo' that outputs: '<item:thermal:dynamo_stirling>'
[09:52:54.424][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_compression_dynamo' that outputs: '<item:thermal:dynamo_compression>'
[09:52:54.424][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_phyto_insolator' that outputs: '<item:thermal:machine_insolator>'
[09:52:54.424][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_pulverizor' that outputs: '<item:thermal:machine_pulverizer>'
[09:52:54.424][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_vacuumulator' that outputs: '<item:thermal:device_collector>'
[09:52:54.424][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_igneous_extruder' that outputs: '<item:thermal:device_rock_gen>'
[09:52:54.424][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_aqueous_accumulator' that outputs: '<item:thermal:device_water_gen>'
[09:52:54.424][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:thermal_satchel' that outputs: '<item:thermal:satchel>'
[09:52:54.425][INFO]: Adding 'thermal:brewer' recipe, with name: 'crafttweaker:healing_pot' that outputs: '<item:minecraft:air>'
[09:52:54.426][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:torchmaster_feral_flare_lantern' that outputs: '<item:torchmaster:feral_flare_lantern>'
[09:52:54.426][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:torchmaster_dreadlamp' that outputs: '<item:torchmaster:dreadlamp>'
[09:52:54.426][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:torchmaster_megatorch' that outputs: '<item:torchmaster:megatorch>'
[09:52:54.426][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:easy_piglin_barterer' that outputs: '<item:easy_piglins:barterer>'
[09:52:54.426][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:easy_trader' that outputs: '<item:easy_villagers:trader>'
[09:52:54.426][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:easy_auto_trader' that outputs: '<item:easy_villagers:auto_trader>'
[09:52:54.426][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:easy_farmer' that outputs: '<item:easy_villagers:farmer>'
[09:52:54.426][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:easy_iron_farm' that outputs: '<item:easy_villagers:iron_farm>'
[09:52:54.428][INFO]: Adding starting item: <item:patchouli:guide_book>.withTag({"patchouli:book": "patchouli:the_vault_main_guide" as string}) in slot: 0 in key: one
[09:52:54.429][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_light_blue_concrete_powder' that outputs: '<item:minecraft:light_blue_concrete_powder> * 8'
[09:52:54.430][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_light_blue_concrete' that outputs: '<item:minecraft:light_blue_concrete> * 8'
[09:52:54.430][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_light_blue_shulker_box' that outputs: '<item:minecraft:light_blue_shulker_box>'
[09:52:54.430][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_purple_concrete_powder' that outputs: '<item:minecraft:purple_concrete_powder> * 8'
[09:52:54.430][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_purple_concrete' that outputs: '<item:minecraft:purple_concrete> * 8'
[09:52:54.430][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_purple_shulker_box' that outputs: '<item:minecraft:purple_shulker_box>'
[09:52:54.431][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_light_gray_concrete_powder' that outputs: '<item:minecraft:light_gray_concrete_powder> * 8'
[09:52:54.431][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_light_gray_concrete' that outputs: '<item:minecraft:light_gray_concrete> * 8'
[09:52:54.431][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_light_gray_shulker_box' that outputs: '<item:minecraft:light_gray_shulker_box>'
[09:52:54.431][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_green_concrete_powder' that outputs: '<item:minecraft:green_concrete_powder> * 8'
[09:52:54.431][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_green_concrete' that outputs: '<item:minecraft:green_concrete> * 8'
[09:52:54.431][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_green_shulker_box' that outputs: '<item:minecraft:green_shulker_box>'
[09:52:54.432][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_magenta_concrete_powder' that outputs: '<item:minecraft:magenta_concrete_powder> * 8'
[09:52:54.432][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_magenta_concrete' that outputs: '<item:minecraft:magenta_concrete> * 8'
[09:52:54.432][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_magenta_shulker_box' that outputs: '<item:minecraft:magenta_shulker_box>'
[09:52:54.432][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_red_concrete_powder' that outputs: '<item:minecraft:red_concrete_powder> * 8'
[09:52:54.432][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_red_concrete' that outputs: '<item:minecraft:red_concrete> * 8'
[09:52:54.432][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_red_shulker_box' that outputs: '<item:minecraft:red_shulker_box>'
[09:52:54.433][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_lime_concrete_powder' that outputs: '<item:minecraft:lime_concrete_powder> * 8'
[09:52:54.433][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_lime_concrete' that outputs: '<item:minecraft:lime_concrete> * 8'
[09:52:54.433][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_lime_shulker_box' that outputs: '<item:minecraft:lime_shulker_box>'
[09:52:54.433][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_gray_concrete_powder' that outputs: '<item:minecraft:gray_concrete_powder> * 8'
[09:52:54.433][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_gray_concrete' that outputs: '<item:minecraft:gray_concrete> * 8'
[09:52:54.434][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_gray_shulker_box' that outputs: '<item:minecraft:gray_shulker_box>'
[09:52:54.434][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_orange_concrete_powder' that outputs: '<item:minecraft:orange_concrete_powder> * 8'
[09:52:54.434][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_orange_concrete' that outputs: '<item:minecraft:orange_concrete> * 8'
[09:52:54.434][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_orange_shulker_box' that outputs: '<item:minecraft:orange_shulker_box>'
[09:52:54.434][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_brown_concrete_powder' that outputs: '<item:minecraft:brown_concrete_powder> * 8'
[09:52:54.435][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_brown_concrete' that outputs: '<item:minecraft:brown_concrete> * 8'
[09:52:54.435][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_brown_shulker_box' that outputs: '<item:minecraft:brown_shulker_box>'
[09:52:54.435][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_pink_concrete_powder' that outputs: '<item:minecraft:pink_concrete_powder> * 8'
[09:52:54.435][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_pink_concrete' that outputs: '<item:minecraft:pink_concrete> * 8'
[09:52:54.435][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_pink_shulker_box' that outputs: '<item:minecraft:pink_shulker_box>'
[09:52:54.435][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_cyan_concrete_powder' that outputs: '<item:minecraft:cyan_concrete_powder> * 8'
[09:52:54.436][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_cyan_concrete' that outputs: '<item:minecraft:cyan_concrete> * 8'
[09:52:54.436][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_cyan_shulker_box' that outputs: '<item:minecraft:cyan_shulker_box>'
[09:52:54.436][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_white_concrete_powder' that outputs: '<item:minecraft:white_concrete_powder> * 8'
[09:52:54.436][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_white_concrete' that outputs: '<item:minecraft:white_concrete> * 8'
[09:52:54.436][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_white_shulker_box' that outputs: '<item:minecraft:white_shulker_box>'
[09:52:54.436][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_yellow_concrete_powder' that outputs: '<item:minecraft:yellow_concrete_powder> * 8'
[09:52:54.437][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_yellow_concrete' that outputs: '<item:minecraft:yellow_concrete> * 8'
[09:52:54.437][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_yellow_shulker_box' that outputs: '<item:minecraft:yellow_shulker_box>'
[09:52:54.437][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_blue_concrete_powder' that outputs: '<item:minecraft:blue_concrete_powder> * 8'
[09:52:54.437][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_blue_concrete' that outputs: '<item:minecraft:blue_concrete> * 8'
[09:52:54.437][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_blue_shulker_box' that outputs: '<item:minecraft:blue_shulker_box>'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_black_concrete_powder' that outputs: '<item:minecraft:black_concrete_powder> * 8'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:minecraft_black_concrete' that outputs: '<item:minecraft:black_concrete> * 8'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:minecraft_black_shulker_box' that outputs: '<item:minecraft:black_shulker_box>'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:goldenapple' that outputs: '<item:minecraft:golden_apple>'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:dragon_head' that outputs: '<item:minecraft:dragon_head>'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:nautilus_shell' that outputs: '<item:minecraft:nautilus_shell>'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:heart_of_the_sea' that outputs: '<item:minecraft:heart_of_the_sea>'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:phantom_membrane' that outputs: '<item:minecraft:phantom_membrane>'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:trident' that outputs: '<item:minecraft:trident>'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:turtle_egg' that outputs: '<item:minecraft:turtle_egg>'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:music_disc_11' that outputs: '<item:minecraft:music_disc_11>'
[09:52:54.438][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:honeycomb' that outputs: '<item:minecraft:honeycomb>'
[09:52:54.439][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:weirding_gadget' that outputs: '<item:weirdinggadget:weirding_gadget>'
[09:52:54.439][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_weaknes_red_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 18 as byte, EffectDuration: 180 as int}]})'
[09:52:54.439][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_weaknes_orange_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 18 as byte, EffectDuration: 180 as int}]})'
[09:52:54.439][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_weaknes_white_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 18 as byte, EffectDuration: 180 as int}]})'
[09:52:54.439][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_weaknes_pink_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 18 as byte, EffectDuration: 180 as int}]})'
[09:52:54.439][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_fire_res_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 12 as byte, EffectDuration: 80 as int}]})'
[09:52:54.439][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_wither_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 12 as byte, EffectDuration: 80 as int}]})'
[09:52:54.440][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_blindness_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 15 as byte, EffectDuration: 160 as int}]})'
[09:52:54.440][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_nightvision_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 16 as byte, EffectDuration: 100 as int}]})'
[09:52:54.440][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_saturation_dandelion_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 23 as byte, EffectDuration: 7 as int}]})'
[09:52:54.440][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_saturation_orchid_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 23 as byte, EffectDuration: 7 as int}]})'
[09:52:54.440][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_jump_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 8 as byte, EffectDuration: 120 as int}]})'
[09:52:54.440][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:suspicious_poison_stew' that outputs: '<item:minecraft:suspicious_stew>.withTag({Effects: [{EffectId: 19 as byte, EffectDuration: 240 as int}]})'
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@f0eef240, input: com.blamejared.crafttweaker.api.item.MCItemStack@a1effc39 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@135b78ee
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@e50fa9b4, input: com.blamejared.crafttweaker.api.item.MCItemStack@784a800f and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@135b78ee
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@8f285580, input: com.blamejared.crafttweaker.api.item.MCItemStack@f0ff37a7 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@88c7a647, input: com.blamejared.crafttweaker.api.item.MCItemStack@8f285580 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@6eecc864
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@c18e6968, input: com.blamejared.crafttweaker.api.item.MCItemStack@23654b8f and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@bb2e3a4f, input: com.blamejared.crafttweaker.api.item.MCItemStack@c18e6968 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@6eecc864
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@3025496f, input: com.blamejared.crafttweaker.api.item.MCItemStack@91fc2b96 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@389e5b28, input: com.blamejared.crafttweaker.api.item.MCItemStack@3025496f and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@6eecc864
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@fcd780dd, input: com.blamejared.crafttweaker.api.item.MCItemStack@5eae6304 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@63d741f7, input: com.blamejared.crafttweaker.api.item.MCItemStack@f0ff37a7 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@222dead0, input: com.blamejared.crafttweaker.api.item.MCItemStack@63d741f7 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@6eecc864
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@330eaf3f, input: com.blamejared.crafttweaker.api.item.MCItemStack@94e59166 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@32048a38, input: com.blamejared.crafttweaker.api.item.MCItemStack@330eaf3f and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@6eecc864
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@f5b1332d, input: com.blamejared.crafttweaker.api.item.MCItemStack@57881554 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@6dc69507, input: com.blamejared.crafttweaker.api.item.MCItemStack@cf9d772e and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@760218ee, input: com.blamejared.crafttweaker.api.item.MCItemStack@6dc69507 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@6eecc864
[09:52:54.442][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@5b474751, input: com.blamejared.crafttweaker.api.item.MCItemStack@bd1e2978 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@b93898f, input: com.blamejared.crafttweaker.api.item.MCItemStack@6d6a6bb6 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@c80a5648, input: com.blamejared.crafttweaker.api.item.MCItemStack@b93898f and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@6eecc864
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@657293ef, input: com.blamejared.crafttweaker.api.item.MCItemStack@c7497616 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@2e64ab5d, input: com.blamejared.crafttweaker.api.item.MCItemStack@903b8d84 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@6ba6f263, input: com.blamejared.crafttweaker.api.item.MCItemStack@cd7dd48a and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@34558dd1, input: com.blamejared.crafttweaker.api.item.MCItemStack@34558dd1 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@413c3717, input: com.blamejared.crafttweaker.api.item.MCItemStack@a313193e and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@fa9ad8be, input: com.blamejared.crafttweaker.api.item.MCItemStack@413c3717 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@6eecc864
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@334f6d61, input: com.blamejared.crafttweaker.api.item.MCItemStack@334f6d61 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@22a1512e, input: com.blamejared.crafttweaker.api.item.MCItemStack@84783355 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@cb0e475, input: com.blamejared.crafttweaker.api.item.MCItemStack@22a1512e and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@6eecc864
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@edf61300, input: com.blamejared.crafttweaker.api.item.MCItemStack@edf61300 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@9b5a6fa0, input: com.blamejared.crafttweaker.api.item.MCItemStack@fd3151c7 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@83a682e7, input: com.blamejared.crafttweaker.api.item.MCItemStack@9b5a6fa0 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@6eecc864
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@4683233e, input: com.blamejared.crafttweaker.api.item.MCItemStack@a85a0565 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@8c40b596, input: com.blamejared.crafttweaker.api.item.MCItemStack@ee1797bd and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@197c28ca
[09:52:54.443][INFO]: Adding a brewing recipe. output: com.blamejared.crafttweaker.api.item.MCItemStackMutable@8660857d, input: com.blamejared.crafttweaker.api.item.MCItemStack@8c40b596 and ingredient: com.blamejared.crafttweaker.api.item.MCItemStack@6eecc864
[09:52:54.443][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:vault_hunters_guide' that outputs: '<item:patchouli:guide_book>.withTag({"patchouli:book": "patchouli:the_vault_main_guide" as string})'
[09:52:54.443][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:bundle' that outputs: '<item:minecraft:bundle>'
[09:52:54.443][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:artisantable' that outputs: '<item:the_vault:vault_artisan_station>'
[09:52:54.443][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:forge' that outputs: '<item:the_vault:vault_forge>'
[09:52:54.443][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:orb_frame' that outputs: '<item:the_vault:orb_frame>'
[09:52:54.443][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:enercell' that outputs: '<item:enercell:enercell>'
[09:52:54.443][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:bamboo_planks' that outputs: '<item:twigs:stripped_bamboo_planks>'
[09:52:54.444][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:quiver' that outputs: '<item:supplementaries:quiver>'
[09:52:54.444][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:pink_to_green_azalea' that outputs: '<item:quark:azalea_log> * 3'
[09:52:54.444][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:green_to_pink_azalea' that outputs: '<item:ecologics:azalea_log> * 3'
[09:52:54.444][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:pebble' that outputs: '<item:twigs:pebble> * 4'
[09:52:54.444][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:pebble_2_troll' that outputs: '<item:twigs:pebble> * 64'
[09:52:54.444][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:waystones_warp_stone' that outputs: '<item:waystones:warp_stone>'
[09:52:54.444][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:waystones_warp_dust' that outputs: '<item:waystones:warp_dust>'
[09:52:54.445][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:waystones_waystone' that outputs: '<item:waystones:waystone>'
[09:52:54.445][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:waystones_mossy_waystone' that outputs: '<item:waystones:mossy_waystone>'
[09:52:54.445][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:waystones_sandy_waystone' that outputs: '<item:waystones:sandy_waystone>'
[09:52:54.445][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:waystones_warp_plate' that outputs: '<item:waystones:warp_plate>'
[09:52:54.445][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:xnet_controller' that outputs: '<item:xnet:controller>'
[09:52:54.445][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:xnet_router' that outputs: '<item:xnet:router>'
[09:52:54.445][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:xnet_wireless_router' that outputs: '<item:xnet:wireless_router>'
[09:52:54.445][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:xnet_antenna' that outputs: '<item:xnet:antenna>'
[09:52:54.445][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:xnet_antenna_base' that outputs: '<item:xnet:antenna_base>'
[09:52:54.445][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:xnet_antenna_dish' that outputs: '<item:xnet:antenna_dish>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:xnet_routing_cable' that outputs: '<item:xnet:netcable_routing> * 16'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:xnet_connector_cable' that outputs: '<item:xnet:connector_routing>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:xnet_advanced_connector_cable' that outputs: '<item:xnet:advanced_connector_routing>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_netcable_yellow' that outputs: '<item:xnet:netcable_yellow>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_connector_yellow' that outputs: '<item:xnet:connector_yellow>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_advanced_connector_yellow' that outputs: '<item:xnet:advanced_connector_yellow>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_netcable_green' that outputs: '<item:xnet:netcable_green>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_connector_green' that outputs: '<item:xnet:connector_green>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_advanced_connector_green' that outputs: '<item:xnet:advanced_connector_green>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_netcable_blue' that outputs: '<item:xnet:netcable_blue>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_connector_blue' that outputs: '<item:xnet:connector_blue>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_advanced_connector_blue' that outputs: '<item:xnet:advanced_connector_blue>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_netcable_red' that outputs: '<item:xnet:netcable_red>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_connector_red' that outputs: '<item:xnet:connector_red>'
[09:52:54.446][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:xnet_advanced_connector_red' that outputs: '<item:xnet:advanced_connector_red>'
[09:52:54.447][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_controller' that outputs: '<item:ae2:controller>'
[09:52:54.447][INFO]: Adding 'ae2:inscriber' recipe, with name: 'crafttweaker:ae2_logic_processor' that outputs: '<item:ae2:logic_processor>'
[09:52:54.447][INFO]: Adding 'ae2:inscriber' recipe, with name: 'crafttweaker:ae2_printed_logic_processor' that outputs: '<item:ae2:printed_logic_processor>'
[09:52:54.447][INFO]: Adding 'ae2:inscriber' recipe, with name: 'crafttweaker:ae2_calculation_processor' that outputs: '<item:ae2:calculation_processor>'
[09:52:54.448][INFO]: Adding 'ae2:inscriber' recipe, with name: 'crafttweaker:ae2_printed_calculation_processor' that outputs: '<item:ae2:printed_calculation_processor>'
[09:52:54.448][INFO]: Adding 'ae2:inscriber' recipe, with name: 'crafttweaker:ae2_engineering_processor' that outputs: '<item:ae2:engineering_processor>'
[09:52:54.448][INFO]: Adding 'ae2:inscriber' recipe, with name: 'crafttweaker:ae2_printed_engineering_processor' that outputs: '<item:ae2:printed_engineering_processor>'
[09:52:54.448][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_1k_component' that outputs: '<item:ae2:cell_component_1k>'
[09:52:54.448][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_storage_cell_1k_shapeless' that outputs: '<item:ae2:item_storage_cell_1k>'
[09:52:54.448][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_4k_component' that outputs: '<item:ae2:cell_component_4k>'
[09:52:54.448][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_storage_cell_4k_shapeless' that outputs: '<item:ae2:item_storage_cell_4k>'
[09:52:54.448][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_16k_component' that outputs: '<item:ae2:cell_component_16k>'
[09:52:54.448][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_storage_cell_16k_shapeless' that outputs: '<item:ae2:item_storage_cell_16k>'
[09:52:54.448][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_64k_component' that outputs: '<item:ae2:cell_component_64k>'
[09:52:54.448][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_storage_cell_64k_shapeless' that outputs: '<item:ae2:item_storage_cell_64k>'
[09:52:54.449][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_256k_component' that outputs: '<item:ae2:cell_component_256k>'
[09:52:54.449][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_storage_cell_256k_shapeless' that outputs: '<item:ae2:item_storage_cell_256k>'
[09:52:54.449][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_cell_housing' that outputs: '<item:ae2:item_cell_housing>'
[09:52:54.449][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_fluid_cell_housing' that outputs: '<item:ae2:fluid_cell_housing>'
[09:52:54.449][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_drive' that outputs: '<item:ae2:drive>'
[09:52:54.449][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_formation_core' that outputs: '<item:ae2:formation_core>'
[09:52:54.449][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_annihilation_core' that outputs: '<item:ae2:annihilation_core>'
[09:52:54.449][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_molecular_assembler' that outputs: '<item:ae2:molecular_assembler>'
[09:52:54.450][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_interface' that outputs: '<item:ae2:interface>'
[09:52:54.450][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_shapeless_interface' that outputs: '<item:ae2:interface>'
[09:52:54.450][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_inscriber' that outputs: '<item:ae2:inscriber>'
[09:52:54.450][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_quartz_fiber' that outputs: '<item:ae2:quartz_fiber> * 4'
[09:52:54.450][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_shapeless_terminal' that outputs: '<item:ae2:terminal>'
[09:52:54.450][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_shapeless_crafting_terminal' that outputs: '<item:ae2:crafting_terminal>'
[09:52:54.450][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_shapeless_pattern_encoding_terminal' that outputs: '<item:ae2:pattern_encoding_terminal>'
[09:52:54.450][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_charger' that outputs: '<item:ae2:charger>'
[09:52:54.451][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_cable_anchor' that outputs: '<item:ae2:cable_anchor> * 3'
[09:52:54.451][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_basic_card' that outputs: '<item:ae2:basic_card>'
[09:52:54.451][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_advanced_card' that outputs: '<item:ae2:advanced_card>'
[09:52:54.451][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_shapeless_acceleration_card' that outputs: '<item:ae2:speed_card>'
[09:52:54.451][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_shapeless_crafting_card' that outputs: '<item:ae2:crafting_card>'
[09:52:54.451][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_energy_cell' that outputs: '<item:ae2:energy_cell>'
[09:52:54.452][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_crafting_unit' that outputs: '<item:ae2:crafting_unit>'
[09:52:54.452][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_wireless_crafting_terminal' that outputs: '<item:ae2:wireless_crafting_terminal>'
[09:52:54.452][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_shapeless_wireless_crafting_terminal' that outputs: '<item:ae2:wireless_crafting_terminal>'
[09:52:54.452][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_energy_acceptor' that outputs: '<item:ae2:energy_acceptor>'
[09:52:54.452][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ae2_shapeless_energy_acceptor' that outputs: '<item:ae2:energy_acceptor>'
[09:52:54.452][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_wireless_access_point' that outputs: '<item:ae2:wireless_access_point>'
[09:52:54.452][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_wireless_receiver' that outputs: '<item:ae2:wireless_receiver>'
[09:52:54.452][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_quartz_growth_accelerator' that outputs: '<item:ae2:quartz_growth_accelerator>'
[09:52:54.452][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_network_wireless_booster' that outputs: '<item:ae2:wireless_booster>'
[09:52:54.452][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_pattern_provider' that outputs: '<item:ae2:pattern_provider>'
[09:52:54.452][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ae2_pattern' that outputs: '<item:ae2:blank_pattern>'
[09:52:54.453][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:alexsmobs_rainbow_glass' that outputs: '<item:alexsmobs:rainbow_glass> * 9'
[09:52:54.453][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:irongenerators_stone_generator' that outputs: '<item:irongenerators:stone_generator>'
[09:52:54.453][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:irongenerators_irongenerator' that outputs: '<item:irongenerators:iron_generator>'
[09:52:54.453][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:irongenerators_copper_generator' that outputs: '<item:irongenerators:copper_generator>'
[09:52:54.453][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:irongenerators_gold_generator' that outputs: '<item:irongenerators:gold_generator>'
[09:52:54.453][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:irongenerators_diamond_generator' that outputs: '<item:irongenerators:diamond_generator>'
[09:52:54.453][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:irongenerators_netherite_generator' that outputs: '<item:irongenerators:netherite_generator>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_heater' that outputs: '<item:ironfurnaces:heater>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_item_heater' that outputs: '<item:ironfurnaces:item_heater>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_item_copy' that outputs: '<item:ironfurnaces:item_copy>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_item_linker' that outputs: '<item:ironfurnaces:item_linker>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_augment_factory' that outputs: '<item:ironfurnaces:augment_factory>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_iron_furnace' that outputs: '<item:ironfurnaces:iron_furnace>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_gold_furnace' that outputs: '<item:ironfurnaces:gold_furnace>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_diamond_furnace' that outputs: '<item:ironfurnaces:diamond_furnace>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_emerald_furnace' that outputs: '<item:ironfurnaces:emerald_furnace>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_crystal_furnace' that outputs: '<item:ironfurnaces:crystal_furnace>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_obsidian_furnace' that outputs: '<item:ironfurnaces:obsidian_furnace>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_netherite_furnace' that outputs: '<item:ironfurnaces:netherite_furnace>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:ironfurnaces_rainbow_core' that outputs: '<item:ironfurnaces:rainbow_core>'
[09:52:54.454][INFO]: Adding 'minecraft:crafting' recipe, of type: "shapeless", with name: 'crafttweaker:ironfurnaces_nrainbow_plating' that outputs: '<item:ironfurnaces:rainbow_plating> * 8'
[09:52:54.455][INFO]: Registering event listener for EntityInteract.
[09:52:54.456][INFO]: Execution for loader 'crafttweaker' completed successfully
[09:52:54.460][INFO]: This reload was made possible by Ivy_ and more! Become a patron at https://patreon.com/jaredlll08?s=crtmod
This file has been truncated, but you can view the full file.
[07Feb2023 09:48:01.710] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Zer0Necrosis, --version, forge-40.2.1, --gameDir, M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0, --assetsDir, M:\Minecraft\Curseforge\Install\assets, --assetIndex, 1.18, --uuid, a5a4ecac220848868fa711b9ba4dc056, --accessToken, ????????, --clientId, M2Y3Mzc2YTEtNWVhZC00YWIyLWJlY2QtZDExNjJiOGU3ZDll, --xuid, 2535445241699964, --userType, msa, --versionType, release, --width, 1600, --height, 900, --launchTarget, forgeclient, --fml.forgeVersion, 40.2.1, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914]
[07Feb2023 09:48:01.716] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.1 by Microsoft
[07Feb2023 09:48:01.731] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev]
[07Feb2023 09:48:01.744] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp]
[07Feb2023 09:48:01.756] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner]
[07Feb2023 09:48:01.765] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[07Feb2023 09:48:01.886] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: java.util.stream.ReferencePipeline$3@7fd4acee
[07Feb2023 09:48:01.908] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml]
[07Feb2023 09:48:01.908] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[07Feb2023 09:48:01.909] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin
[07Feb2023 09:48:01.909] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin
[07Feb2023 09:48:01.909] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[07Feb2023 09:48:01.912] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 1.0
[07Feb2023 09:48:01.912] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 1.0 loading
[07Feb2023 09:48:01.912] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 9.1.3+9.1.3+main.9b69c82a
[07Feb2023 09:48:01.912] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 8.0.4+66+master.c09db6d7
[07Feb2023 09:48:01.913] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 5.0.3+70+master.d7d405b
[07Feb2023 09:48:01.913] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner
[07Feb2023 09:48:01.915] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 5.0.1+15+master.dc5a2922
[07Feb2023 09:48:01.915] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 4.0.15-4.x+4.0.15-4.x+4.x.038e91c0
[07Feb2023 09:48:01.915] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 4
[07Feb2023 09:48:01.918] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[07Feb2023 09:48:01.919] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[07Feb2023 09:48:01.925] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[07Feb2023 09:48:01.926] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin
[07Feb2023 09:48:01.951] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@61df66b6
[07Feb2023 09:48:01.967] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/M:/Minecraft/Curseforge/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=CLIENT
[07Feb2023 09:48:01.972] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
[07Feb2023 09:48:01.972] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2)
[07Feb2023 09:48:01.974] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2)
[07Feb2023 09:48:01.975] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2)
[07Feb2023 09:48:01.976] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2)
[07Feb2023 09:48:01.976] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2)
[07Feb2023 09:48:01.980] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin
[07Feb2023 09:48:01.980] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[07Feb2023 09:48:01.980] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories
[07Feb2023 09:48:01.981] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0
[07Feb2023 09:48:01.981] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0
[07Feb2023 09:48:01.981] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing MODSDIR directory : M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods
[07Feb2023 09:48:01.981] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods
[07Feb2023 09:48:01.982] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing CONFIGDIR directory : M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\config
[07Feb2023 09:48:01.982] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\config
[07Feb2023 09:48:01.982] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\config\fml.toml
[07Feb2023 09:48:01.982] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration
[07Feb2023 09:48:02.026] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing default config directory directory : M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\defaultconfigs
[07Feb2023 09:48:02.026] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing ModFile
[07Feb2023 09:48:02.030] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler
[07Feb2023 09:48:02.030] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using forgeclient as launch service
[07Feb2023 09:48:02.046] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data : VersionInfo[forgeVersion=40.2.1, mcVersion=1.18.2, mcpVersion=20220404.173914, forgeGroup=net.minecraftforge]
[07Feb2023 09:48:02.048] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml
[07Feb2023 09:48:02.049] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg'
[07Feb2023 09:48:02.049] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {}
[07Feb2023 09:48:02.050] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning
[07Feb2023 09:48:02.050] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin
[07Feb2023 09:48:02.051] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin
[07Feb2023 09:48:02.051] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml
[07Feb2023 09:48:02.051] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan
[07Feb2023 09:48:02.058] [main/INFO] [APTweaks(Mods)/]: ? Processing 101 client sides mods with 0 skipped entries ...
[07Feb2023 09:48:02.080] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing adaptive_performance_tweaks directory : M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\config\adaptive_performance_tweaks
[07Feb2023 09:48:02.084] [main/INFO] [APTweaks(Mods)/]: ? No need to update client side mods config file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\config\adaptive_performance_tweaks\client_side_mods.list
[07Feb2023 09:48:02.084] [main/DEBUG] [APTweaks(Mods)/]: X Skipping mod entry ## Client Side Mods - Version: 1.0.1
[07Feb2023 09:48:02.084] [main/DEBUG] [APTweaks(Mods)/]: X Skipping mod entry ## Disable existing entries by comment out like # client-side-mod-1.18.2.jar
[07Feb2023 09:48:02.085] [main/DEBUG] [APTweaks(Mods)/]: X Skipping mod entry
[07Feb2023 09:48:02.085] [main/INFO] [APTweaks(Mods)/]: ? Processing 101 client sides mods with 3 skipped entries ...
[07Feb2023 09:48:02.090] [main/INFO] [APTweaks(Mods)/]: [Mod Optimizer] ? init with game dir M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0 and mods dir M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods for target CLIENT
[07Feb2023 09:48:02.090] [main/INFO] [APTweaks(Mods)/]: [Mod Optimizer] ? Optimizing Duplicated Mods ...
[07Feb2023 09:48:02.093] [main/INFO] [APTweaks(Mods)/]: [Duplicated Mods] checking ~280 mods in M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods for duplication with file extension .jar ...
[07Feb2023 09:48:03.070] [main/INFO] [APTweaks(Mods)/]: [Mod Optimizer] ? Re-Enable possible client side mods ...
[07Feb2023 09:48:03.075] [main/DEBUG] [APTweaks(Mods)/]: initArguments: {mods=[], forgeVersion=40.2.1, mcpVersion=20220404.173914, launchTarget=forgeclient, mavenRoots=[], forgeGroup=net.minecraftforge, mcVersion=1.18.2, mcpMappings=null, modLists=[]}
[07Feb2023 09:48:03.076] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: []
[07Feb2023 09:48:03.077] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (adaptive_performance_tweaks_mod_optimizer:3.18.0),(mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null),(userdev classpath:null),(JarInJar:null)
[07Feb2023 09:48:03.077] [main/DEBUG] [APTweaks(Mods)/]: scanMods
[07Feb2023 09:48:03.087] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_core_1.18.2-3.18.0.jar
[07Feb2023 09:48:03.123] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file adaptive_performance_tweaks_core_1.18.2-3.18.0.jar with {adaptive_performance_tweaks_core} mods - versions {3.18.0}
[07Feb2023 09:48:03.125] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_items_1.18.2-3.18.0.jar
[07Feb2023 09:48:03.127] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file adaptive_performance_tweaks_items_1.18.2-3.18.0.jar with {adaptive_performance_tweaks_items} mods - versions {3.18.0}
[07Feb2023 09:48:03.129] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_player_1.18.2-3.18.0.jar
[07Feb2023 09:48:03.130] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file adaptive_performance_tweaks_player_1.18.2-3.18.0.jar with {adaptive_performance_tweaks_player} mods - versions {3.18.0}
[07Feb2023 09:48:03.133] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_spawn_1.18.2-3.18.0.jar
[07Feb2023 09:48:03.134] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file adaptive_performance_tweaks_spawn_1.18.2-3.18.0.jar with {adaptive_performance_tweaks_spawn} mods - versions {3.18.0}
[07Feb2023 09:48:03.137] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\additional_lights-1.18.2-2.1.4.jar
[07Feb2023 09:48:03.139] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file additional_lights-1.18.2-2.1.4.jar with {additional_lights} mods - versions {2.1.4}
[07Feb2023 09:48:03.143] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\additionallanterns-1.0.3-forge-mc1.18.jar
[07Feb2023 09:48:03.144] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file additionallanterns-1.0.3-forge-mc1.18.jar with {additionallanterns} mods - versions {1.0.3}
[07Feb2023 09:48:03.146] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ae2ao-8.1.1-1.18.jar
[07Feb2023 09:48:03.146] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ae2ao-8.1.1-1.18.jar with {ae2ao} mods - versions {8.1.1}
[07Feb2023 09:48:03.148] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AE2WTLib-11.6.3.jar
[07Feb2023 09:48:03.150] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AE2WTLib-11.6.3.jar with {ae2wtlib} mods - versions {11.6.3}
[07Feb2023 09:48:03.152] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AIOTBotania-1.18.2-2.1.2.jar
[07Feb2023 09:48:03.153] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AIOTBotania-1.18.2-2.1.2.jar with {aiotbotania} mods - versions {1.18.2-2.1.2}
[07Feb2023 09:48:03.156] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AkashicTome-1.5-20.jar
[07Feb2023 09:48:03.156] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AkashicTome-1.5-20.jar with {akashictome} mods - versions {1.5-20}
[07Feb2023 09:48:03.160] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\alexsmobs-1.18.6.jar
[07Feb2023 09:48:03.161] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file alexsmobs-1.18.6.jar with {alexsmobs} mods - versions {1.18.6}
[07Feb2023 09:48:03.164] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\allthemodium-1.9.6-1.18.2-40.1.51.jar
[07Feb2023 09:48:03.164] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file allthemodium-1.9.6-1.18.2-40.1.51.jar with {allthemodium} mods - versions {1.9.6-1.18.2-40.1.51}
[07Feb2023 09:48:03.167] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\alltheores-1.9.9m-1.18.2-40.1.0.jar
[07Feb2023 09:48:03.168] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file alltheores-1.9.9m-1.18.2-40.1.0.jar with {alltheores} mods - versions {1.9.9m-1.18.2-40.1.0}
[07Feb2023 09:48:03.170] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AndyCat's Flowers 1.2 - 1.18.2.jar
[07Feb2023 09:48:03.171] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AndyCat's Flowers 1.2 - 1.18.2.jar with {andycats_flowers} mods - versions {1.0.0}
[07Feb2023 09:48:03.172] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\appleskin-forge-mc1.18.2-2.4.1.jar
[07Feb2023 09:48:03.173] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file appleskin-forge-mc1.18.2-2.4.1.jar with {appleskin} mods - versions {2.4.1+mc1.18.2}
[07Feb2023 09:48:03.174] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Applied-Botanics-1.0.1.jar
[07Feb2023 09:48:03.175] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Applied-Botanics-1.0.1.jar with {appbot} mods - versions {1.0.1}
[07Feb2023 09:48:03.177] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Applied-Mekanistics-1.2.2.jar
[07Feb2023 09:48:03.177] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Applied-Mekanistics-1.2.2.jar with {appmek} mods - versions {1.2.2}
[07Feb2023 09:48:03.179] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\appliedcooking-1.0.3.jar
[07Feb2023 09:48:03.179] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file appliedcooking-1.0.3.jar with {appliedcooking} mods - versions {1.0.3}
[07Feb2023 09:48:03.183] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\appliedenergistics2-forge-11.7.0.jar
[07Feb2023 09:48:03.184] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file appliedenergistics2-forge-11.7.0.jar with {ae2} mods - versions {11.7.0}
[07Feb2023 09:48:03.187] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Architects-Palette-1.18.2-1.2.0.jar
[07Feb2023 09:48:03.188] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Architects-Palette-1.18.2-1.2.0.jar with {architects_palette} mods - versions {1.1.2}
[07Feb2023 09:48:03.190] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\architectury-4.10.88-forge.jar
[07Feb2023 09:48:03.191] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file architectury-4.10.88-forge.jar with {architectury} mods - versions {4.10.88}
[07Feb2023 09:48:03.197] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AttributeFix-Forge-1.18.2-14.0.2.jar
[07Feb2023 09:48:03.197] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AttributeFix-Forge-1.18.2-14.0.2.jar with {attributefix} mods - versions {14.0.2}
[07Feb2023 09:48:03.199] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\automaticdoors-1.18.2-4.0.jar
[07Feb2023 09:48:03.200] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file automaticdoors-1.18.2-4.0.jar with {automaticdoors} mods - versions {4.0}
[07Feb2023 09:48:03.202] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AutoRegLib-1.7-53.jar
[07Feb2023 09:48:03.203] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AutoRegLib-1.7-53.jar with {autoreglib} mods - versions {1.7-53}
[07Feb2023 09:48:03.205] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\auudio_forge_1.0.3_MC_1.18-1.18.2.jar
[07Feb2023 09:48:03.205] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file auudio_forge_1.0.3_MC_1.18-1.18.2.jar with {auudio} mods - versions {1.0.3}
[07Feb2023 09:48:03.208] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\auxiliaryblocks-1.18.2-0.4.1.jar
[07Feb2023 09:48:03.209] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file auxiliaryblocks-1.18.2-0.4.1.jar with {auxiliaryblocks} mods - versions {1.18.2-0.4.1}
[07Feb2023 09:48:03.211] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\balm-3.2.1+0.jar
[07Feb2023 09:48:03.212] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file balm-3.2.1+0.jar with {balm} mods - versions {3.2.1+0}
[07Feb2023 09:48:03.214] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\bdlib-1.19.3.7-mc1.18.2.jar
[07Feb2023 09:48:03.214] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file bdlib-1.19.3.7-mc1.18.2.jar with {bdlib} mods - versions {1.19.3.7}
[07Feb2023 09:48:03.216] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BeeFix-1.18-1.0.7.jar
[07Feb2023 09:48:03.217] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BeeFix-1.18-1.0.7.jar with {beefix} mods - versions {1.0.7}
[07Feb2023 09:48:03.219] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\biggerspongeabsorptionradius-1.18.2-3.0.jar
[07Feb2023 09:48:03.219] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file biggerspongeabsorptionradius-1.18.2-3.0.jar with {biggerspongeabsorptionradius} mods - versions {3.0}
[07Feb2023 09:48:03.222] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\biggerstacks-1.18.2-6.7-debug.jar
[07Feb2023 09:48:03.222] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file biggerstacks-1.18.2-6.7-debug.jar with {biggerstacks} mods - versions {1.18.2-6.7-debug}
[07Feb2023 09:48:03.224] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\biomesinjars_forge_1.1.2_MC_1.18.2.jar
[07Feb2023 09:48:03.225] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file biomesinjars_forge_1.1.2_MC_1.18.2.jar with {biomesinjars} mods - versions {1.1.2}
[07Feb2023 09:48:03.228] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BiomesOPlenty-1.18.2-16.0.0.109-universal.jar
[07Feb2023 09:48:03.229] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BiomesOPlenty-1.18.2-16.0.0.109-universal.jar with {biomesoplenty} mods - versions {1.18.2-16.0.0.109}
[07Feb2023 09:48:03.231] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\blockcarpentry-1.18-0.3.0.jar
[07Feb2023 09:48:03.232] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file blockcarpentry-1.18-0.3.0.jar with {blockcarpentry} mods - versions {1.18-0.3.0}
[07Feb2023 09:48:03.234] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\blockui-1.18.2-0.0.62-ALPHA.jar
[07Feb2023 09:48:03.234] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file blockui-1.18.2-0.0.62-ALPHA.jar with {blockui} mods - versions {1.18.2-0.0.62-ALPHA}
[07Feb2023 09:48:03.242] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Bookshelf-Forge-1.18.2-13.2.51.jar
[07Feb2023 09:48:03.243] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Bookshelf-Forge-1.18.2-13.2.51.jar with {bookshelf} mods - versions {13.2.51}
[07Feb2023 09:48:03.247] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Botania-1.18.2-435.jar
[07Feb2023 09:48:03.248] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Botania-1.18.2-435.jar with {botania} mods - versions {1.18.2-435}
[07Feb2023 09:48:03.250] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BotanyPots-Forge-1.18.2-8.0.23.jar
[07Feb2023 09:48:03.251] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BotanyPots-Forge-1.18.2-8.0.23.jar with {botanypots} mods - versions {8.0.23}
[07Feb2023 09:48:03.254] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BotanyPotsTiers-Forge-1.18.2-2.1.2.jar
[07Feb2023 09:48:03.254] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BotanyPotsTiers-Forge-1.18.2-2.1.2.jar with {botanypotstiers} mods - versions {2.1.1}
[07Feb2023 09:48:03.256] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BotanyTrees-Forge-1.18.2-4.0.6.jar
[07Feb2023 09:48:03.256] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BotanyTrees-Forge-1.18.2-4.0.6.jar with {botanytrees} mods - versions {4.0.6}
[07Feb2023 09:48:03.258] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\buildinggadgets-3.13.1-build.18+mc1.18.2.jar
[07Feb2023 09:48:03.258] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file buildinggadgets-3.13.1-build.18+mc1.18.2.jar with {buildinggadgets} mods - versions {3.13.1-build.18+mc1.18.2}
[07Feb2023 09:48:03.260] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cagerium-1.18.2-1.1.1.jar
[07Feb2023 09:48:03.260] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cagerium-1.18.2-1.1.1.jar with {cagerium} mods - versions {1.18.2-1.1.1}
[07Feb2023 09:48:03.262] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\camera-1.18.2-1.0.5.jar
[07Feb2023 09:48:03.262] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file camera-1.18.2-1.0.5.jar with {camera} mods - versions {1.18.2-1.0.5}
[07Feb2023 09:48:03.265] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cfm-7.0.0-pre35-1.18.2.jar
[07Feb2023 09:48:03.265] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cfm-7.0.0-pre35-1.18.2.jar with {cfm} mods - versions {7.0.0-pre35}
[07Feb2023 09:48:03.267] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cgm-1.3.3-1.18.2.jar
[07Feb2023 09:48:03.268] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cgm-1.3.3-1.18.2.jar with {cgm} mods - versions {1.3.3}
[07Feb2023 09:48:03.270] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\champions-forge-1.18.2-2.1.6.3.jar
[07Feb2023 09:48:03.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file champions-forge-1.18.2-2.1.6.3.jar with {champions} mods - versions {1.18.2-2.1.6.3}
[07Feb2023 09:48:03.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\chunkloaders-1.2.3-forge-mc1.18.jar
[07Feb2023 09:48:03.273] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file chunkloaders-1.2.3-forge-mc1.18.jar with {chunkloaders} mods - versions {1.2.3}
[07Feb2023 09:48:03.275] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\citadel-1.11.3-1.18.2.jar
[07Feb2023 09:48:03.275] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file citadel-1.11.3-1.18.2.jar with {citadel} mods - versions {1.11.3}
[07Feb2023 09:48:03.277] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\climbladdersfast-2.2.3-1.18-forge.jar
[07Feb2023 09:48:03.278] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file climbladdersfast-2.2.3-1.18-forge.jar with {climbladdersfast} mods - versions {2.2.3-1.18}
[07Feb2023 09:48:03.280] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cloth-config-6.3.81-forge.jar
[07Feb2023 09:48:03.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cloth-config-6.3.81-forge.jar with {cloth_config} mods - versions {6.3.81}
[07Feb2023 09:48:03.283] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Clumps-forge-1.18.2-8.0.0+17.jar
[07Feb2023 09:48:03.283] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Clumps-forge-1.18.2-8.0.0+17.jar with {clumps} mods - versions {8.0.0+17}
[07Feb2023 09:48:03.298] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cofh_core-1.18.2-9.2.1.39.jar
[07Feb2023 09:48:03.298] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cofh_core-1.18.2-9.2.1.39.jar with {cofh_core} mods - versions {9.2.1}
[07Feb2023 09:48:03.301] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\collective-1.18.2-6.43.jar
[07Feb2023 09:48:03.302] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file collective-1.18.2-6.43.jar with {collective} mods - versions {6.43}
[07Feb2023 09:48:03.305] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ColossalChests-1.18.2-1.8.3.jar
[07Feb2023 09:48:03.305] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ColossalChests-1.18.2-1.8.3.jar with {colossalchests} mods - versions {1.8.3}
[07Feb2023 09:48:03.308] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\comforts-forge-1.18.2-5.0.0.5.jar
[07Feb2023 09:48:03.308] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file comforts-forge-1.18.2-5.0.0.5.jar with {comforts} mods - versions {1.18.2-5.0.0.5}
[07Feb2023 09:48:03.311] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\compacthelpcommand-1.18.2-2.0.jar
[07Feb2023 09:48:03.311] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file compacthelpcommand-1.18.2-2.0.jar with {compacthelpcommand} mods - versions {2.0}
[07Feb2023 09:48:03.313] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\compactmachines-4.5.0.jar
[07Feb2023 09:48:03.314] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file compactmachines-4.5.0.jar with {compactmachines} mods - versions {4.5.0}
[07Feb2023 09:48:03.317] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Compressium-1.4.2-build.9+mc1.18.2.jar
[07Feb2023 09:48:03.317] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Compressium-1.4.2-build.9+mc1.18.2.jar with {compressium} mods - versions {1.4.2-build.9+mc1.18.2}
[07Feb2023 09:48:03.320] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ConfigurableCane-1.18.2-2.3.2.jar
[07Feb2023 09:48:03.320] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ConfigurableCane-1.18.2-2.3.2.jar with {configurablecane} mods - versions {2.3.2}
[07Feb2023 09:48:03.323] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\connectedglass-1.1.6-forge-mc1.18.jar
[07Feb2023 09:48:03.324] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file connectedglass-1.1.6-forge-mc1.18.jar with {connectedglass} mods - versions {1.1.6}
[07Feb2023 09:48:03.326] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\connectivity-1.18.2-3.2.jar
[07Feb2023 09:48:03.327] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file connectivity-1.18.2-3.2.jar with {connectivity} mods - versions {1.18.2-3.2}
[07Feb2023 09:48:03.329] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Controlling-forge-1.18.2-9.0+22.jar
[07Feb2023 09:48:03.330] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Controlling-forge-1.18.2-9.0+22.jar with {controlling} mods - versions {9.0+22}
[07Feb2023 09:48:03.332] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cookingforblockheads-forge-1.18.2-12.2.0.jar
[07Feb2023 09:48:03.332] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cookingforblockheads-forge-1.18.2-12.2.0.jar with {cookingforblockheads} mods - versions {12.2.0}
[07Feb2023 09:48:03.334] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\corpse-1.18.2-1.0.2.jar
[07Feb2023 09:48:03.334] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file corpse-1.18.2-1.0.2.jar with {corpse} mods - versions {1.18.2-1.0.2}
[07Feb2023 09:48:03.338] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CosmeticArmorReworked-1.18.2-v2a.jar
[07Feb2023 09:48:03.339] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CosmeticArmorReworked-1.18.2-v2a.jar with {cosmeticarmorreworked} mods - versions {1.18.2-v2a}
[07Feb2023 09:48:03.341] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\craftingtweaks-forge-1.18.2-14.0.3.jar
[07Feb2023 09:48:03.341] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file craftingtweaks-forge-1.18.2-14.0.3.jar with {craftingtweaks} mods - versions {14.0.3}
[07Feb2023 09:48:03.344] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CraftTweaker-forge-1.18.2-9.1.203.jar
[07Feb2023 09:48:03.345] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CraftTweaker-forge-1.18.2-9.1.203.jar with {crafttweaker} mods - versions {9.1.203}
[07Feb2023 09:48:03.351] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\create-1.18.2-0.5.0.i.jar
[07Feb2023 09:48:03.351] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file create-1.18.2-0.5.0.i.jar with {create} mods - versions {0.5.0.i}
[07Feb2023 09:48:03.356] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\createdeco-1.2.12-1.18.2.jar
[07Feb2023 09:48:03.357] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file createdeco-1.2.12-1.18.2.jar with {createdeco} mods - versions {1.2.12-1.18.2}
[07Feb2023 09:48:03.359] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CreateTweaker-1.18.2-2.0.0.17.jar
[07Feb2023 09:48:03.359] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CreateTweaker-1.18.2-2.0.0.17.jar with {createtweaker} mods - versions {2.0.0.17}
[07Feb2023 09:48:03.362] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CreativeCore_FORGE_v2.6.15_mc1.18.2.jar
[07Feb2023 09:48:03.362] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CreativeCore_FORGE_v2.6.15_mc1.18.2.jar with {creativecore} mods - versions {0.0NONE}
[07Feb2023 09:48:03.366] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Croptopia-1.18.2-FORGE-2.1.0.jar
[07Feb2023 09:48:03.367] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Croptopia-1.18.2-FORGE-2.1.0.jar with {croptopia} mods - versions {2.1.0}
[07Feb2023 09:48:03.369] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CroptopiaAdditions-1.18.2-FORGE-1.0-fix.jar
[07Feb2023 09:48:03.370] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CroptopiaAdditions-1.18.2-FORGE-1.0-fix.jar with {croptopia_additions} mods - versions {1.0.0}
[07Feb2023 09:48:03.372] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CSC_BKP_1_18_2_Forge_1_5_0_3-11_03_2022.jar
[07Feb2023 09:48:03.373] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CSC_BKP_1_18_2_Forge_1_5_0_3-11_03_2022.jar with {dufxcsc} mods - versions {1.5.0.3}
[07Feb2023 09:48:03.374] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Cucumber-1.18.2-5.1.3.jar
[07Feb2023 09:48:03.375] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cucumber-1.18.2-5.1.3.jar with {cucumber} mods - versions {5.1.3}
[07Feb2023 09:48:03.377] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\curios-forge-1.18.2-5.0.7.1.jar
[07Feb2023 09:48:03.377] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file curios-forge-1.18.2-5.0.7.1.jar with {curios} mods - versions {1.18.2-5.0.7.1}
[07Feb2023 09:48:03.380] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CyclopsCore-1.18.2-1.16.2.jar
[07Feb2023 09:48:03.381] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CyclopsCore-1.18.2-1.16.2.jar with {cyclopscore} mods - versions {1.16.2}
[07Feb2023 09:48:03.383] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DarkUtilities-Forge-1.18.2-10.1.6.jar
[07Feb2023 09:48:03.384] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DarkUtilities-Forge-1.18.2-10.1.6.jar with {darkutils} mods - versions {10.1.6}
[07Feb2023 09:48:03.386] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DeathCounter-1.18.2-Forge-1.3.0.jar
[07Feb2023 09:48:03.386] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DeathCounter-1.18.2-Forge-1.3.0.jar with {deathcounter} mods - versions {1.3.0}
[07Feb2023 09:48:03.388] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Decorative Blocks-forge-1.18.2-2.1.2.jar
[07Feb2023 09:48:03.389] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Decorative Blocks-forge-1.18.2-2.1.2.jar with {decorative_blocks} mods - versions {2.1.2}
[07Feb2023 09:48:03.392] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DiagonalFences-v3.1.0-1.18.2.jar
[07Feb2023 09:48:03.392] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DiagonalFences-v3.1.0-1.18.2.jar with {diagonalfences} mods - versions {3.1.0}
[07Feb2023 09:48:03.394] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\dismountentity-1.18.2-3.0.jar
[07Feb2023 09:48:03.395] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dismountentity-1.18.2-3.0.jar with {dismountentity} mods - versions {3.0}
[07Feb2023 09:48:03.397] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\domum_ornamentum-1.18.2-1.0.50-ALPHA-universal.jar
[07Feb2023 09:48:03.397] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file domum_ornamentum-1.18.2-1.0.50-ALPHA-universal.jar with {domum_ornamentum} mods - versions {1.18.2-1.0.50-ALPHA}
[07Feb2023 09:48:03.403] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DramaticDoors-Forge-1.18.2-2.1.9.jar
[07Feb2023 09:48:03.404] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DramaticDoors-Forge-1.18.2-2.1.9.jar with {dramaticdoors} mods - versions {1.18.2-2.1.9}
[07Feb2023 09:48:03.406] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\drippyloadingscreen_forge_1.6.6_MC_1.18-1.18.2.jar
[07Feb2023 09:48:03.406] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file drippyloadingscreen_forge_1.6.6_MC_1.18-1.18.2.jar with {drippyloadingscreen} mods - versions {1.6.6}
[07Feb2023 09:48:03.409] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\easy_piglins-1.18.2-1.0.4.jar
[07Feb2023 09:48:03.409] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file easy_piglins-1.18.2-1.0.4.jar with {easy_piglins} mods - versions {1.18.2-1.0.4}
[07Feb2023 09:48:03.412] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\easy_villagers-1.18.2-1.0.11.jar
[07Feb2023 09:48:03.413] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file easy_villagers-1.18.2-1.0.11.jar with {easy_villagers} mods - versions {1.18.2-1.0.11}
[07Feb2023 09:48:03.416] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ecologics-forge-1.18.2-1.7.11.jar
[07Feb2023 09:48:03.416] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ecologics-forge-1.18.2-1.7.11.jar with {ecologics} mods - versions {1.7.11}
[07Feb2023 09:48:03.419] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\elevatorid-1.18.2-1.8.4.jar
[07Feb2023 09:48:03.420] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file elevatorid-1.18.2-1.8.4.jar with {elevatorid} mods - versions {1.18.2-1.8.4}
[07Feb2023 09:48:03.422] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\enercell-1.18.2-1.0.2.jar
[07Feb2023 09:48:03.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file enercell-1.18.2-1.0.2.jar with {enercell} mods - versions {0.0NONE}
[07Feb2023 09:48:03.426] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\everycomp-1.18.2-1.5.15.jar
[07Feb2023 09:48:03.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file everycomp-1.18.2-1.5.15.jar with {everycomp} mods - versions {1.18.2-1.5.15}
[07Feb2023 09:48:03.430] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ExtraDisks-1.18.2-2.1.0.jar
[07Feb2023 09:48:03.430] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ExtraDisks-1.18.2-2.1.0.jar with {extradisks} mods - versions {1.18.2-2.1.0}
[07Feb2023 09:48:03.432] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\extragolems-18.2.3.jar
[07Feb2023 09:48:03.433] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file extragolems-18.2.3.jar with {golems} mods - versions {18.2.3}
[07Feb2023 09:48:03.435] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ExtraStorage-1.18.2-2.2.1.jar
[07Feb2023 09:48:03.435] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ExtraStorage-1.18.2-2.2.1.jar with {extrastorage} mods - versions {2.2.1}
[07Feb2023 09:48:03.439] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ExtremeReactors2-1.18.2-2.0.60.jar
[07Feb2023 09:48:03.439] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ExtremeReactors2-1.18.2-2.0.60.jar with {bigreactors} mods - versions {1.18.2-2.0.60}
[07Feb2023 09:48:03.442] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\extremesoundmuffler-3.30_forge-1.18.2.jar
[07Feb2023 09:48:03.443] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file extremesoundmuffler-3.30_forge-1.18.2.jar with {extremesoundmuffler} mods - versions {3.31_forge-1.18.2}
[07Feb2023 09:48:03.455] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\fairylights-5.0.0-1.18.2.jar
[07Feb2023 09:48:03.455] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fairylights-5.0.0-1.18.2.jar with {fairylights} mods - versions {5.0.0}
[07Feb2023 09:48:03.457] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\fancymenu_forge_2.13.3_MC_1.18.2.jar
[07Feb2023 09:48:03.458] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fancymenu_forge_2.13.3_MC_1.18.2.jar with {fancymenu} mods - versions {2.13.3}
[07Feb2023 09:48:03.460] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\farmingforblockheads-forge-1.18.2-10.0.2.jar
[07Feb2023 09:48:03.460] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file farmingforblockheads-forge-1.18.2-10.0.2.jar with {farmingforblockheads} mods - versions {10.0.2}
[07Feb2023 09:48:03.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FastFurnace-1.18.2-6.0.3.jar
[07Feb2023 09:48:03.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastFurnace-1.18.2-6.0.3.jar with {fastfurnace} mods - versions {6.0.3}
[07Feb2023 09:48:03.464] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FastSuite-1.18.2-3.0.2.jar
[07Feb2023 09:48:03.465] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastSuite-1.18.2-3.0.2.jar with {fastsuite} mods - versions {3.0.2}
[07Feb2023 09:48:03.466] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FastWorkbench-1.18.2-6.1.1.jar
[07Feb2023 09:48:03.468] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastWorkbench-1.18.2-6.1.1.jar with {fastbench} mods - versions {6.1.1}
[07Feb2023 09:48:03.470] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar
[07Feb2023 09:48:03.471] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar with {feature_nbt_deadlock_be_gone} mods - versions {2.0.0+1.18.2}
[07Feb2023 09:48:03.476] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ferritecore-4.2.2-forge.jar
[07Feb2023 09:48:03.476] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ferritecore-4.2.2-forge.jar with {ferritecore} mods - versions {4.2.2}
[07Feb2023 09:48:03.479] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\firespreadtweaks-1.18.2-2.0.jar
[07Feb2023 09:48:03.479] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file firespreadtweaks-1.18.2-2.0.jar with {firespreadtweaks} mods - versions {2.0}
[07Feb2023 09:48:03.482] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\floralis-1.18.2-3.6.0.jar
[07Feb2023 09:48:03.482] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file floralis-1.18.2-3.6.0.jar with {floralis} mods - versions {1.18.2-3.6.0}
[07Feb2023 09:48:03.485] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FluxNetworks-1.18.2-7.0.8.12.jar
[07Feb2023 09:48:03.485] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FluxNetworks-1.18.2-7.0.8.12.jar with {fluxnetworks} mods - versions {7.0.8.12}
[07Feb2023 09:48:03.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\flywheel-forge-1.18.2-0.6.8.a.jar
[07Feb2023 09:48:03.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file flywheel-forge-1.18.2-0.6.8.a.jar with {flywheel} mods - versions {0.6.8.a}
[07Feb2023 09:48:03.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FramedBlocks-5.10.0.jar
[07Feb2023 09:48:03.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FramedBlocks-5.10.0.jar with {framedblocks} mods - versions {5.10.0}
[07Feb2023 09:48:03.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\framedcompactdrawers-1.18-4.1.0.jar
[07Feb2023 09:48:03.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file framedcompactdrawers-1.18-4.1.0.jar with {framedcompactdrawers} mods - versions {1.18-4.1.0}
[07Feb2023 09:48:03.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\framework-0.4.2-1.18.2.jar
[07Feb2023 09:48:03.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file framework-0.4.2-1.18.2.jar with {framework} mods - versions {0.4.2}
[07Feb2023 09:48:03.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-chunks-forge-1802.3.13-build.234.jar
[07Feb2023 09:48:03.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-chunks-forge-1802.3.13-build.234.jar with {ftbchunks} mods - versions {1802.3.13-build.234}
[07Feb2023 09:48:03.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-essentials-1802.1.7-build.42.jar
[07Feb2023 09:48:03.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-essentials-1802.1.7-build.42.jar with {ftbessentials} mods - versions {1802.1.7-build.42}
[07Feb2023 09:48:03.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-library-forge-1802.3.9-build.167.jar
[07Feb2023 09:48:03.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-library-forge-1802.3.9-build.167.jar with {ftblibrary} mods - versions {1802.3.9-build.167}
[07Feb2023 09:48:03.507] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-teams-forge-1802.2.10-build.96.jar
[07Feb2023 09:48:03.508] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-teams-forge-1802.2.10-build.96.jar with {ftbteams} mods - versions {1802.2.10-build.96}
[07Feb2023 09:48:03.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftbbackups2-forge-1.18.2-1.0.17.jar
[07Feb2023 09:48:03.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftbbackups2-forge-1.18.2-1.0.17.jar with {ftbbackups2} mods - versions {1.0.17}
[07Feb2023 09:48:03.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\gardentools-1.18.2-1.1.3.jar
[07Feb2023 09:48:03.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file gardentools-1.18.2-1.1.3.jar with {gardentools} mods - versions {1.18.2-1.1.3}
[07Feb2023 09:48:03.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\geckolib-forge-1.18-3.0.57.jar
[07Feb2023 09:48:03.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file geckolib-forge-1.18-3.0.57.jar with {geckolib3} mods - versions {3.0.57}
[07Feb2023 09:48:03.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\HealthOverlay-1.18.2-6.3.4.jar
[07Feb2023 09:48:03.520] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file HealthOverlay-1.18.2-6.3.4.jar with {healthoverlay} mods - versions {6.3.4}
[07Feb2023 09:48:03.521] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Highlighter-1.18.1-1.1.2.jar
[07Feb2023 09:48:03.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Highlighter-1.18.1-1.1.2.jar with {highlighter} mods - versions {1.1.2}
[07Feb2023 09:48:03.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\hmag-mc1.18.2-5.1.7.jar
[07Feb2023 09:48:03.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file hmag-mc1.18.2-5.1.7.jar with {hmag} mods - versions {5.1.7}
[07Feb2023 09:48:03.526] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\humblingbundle-1.18.2-2.1.jar
[07Feb2023 09:48:03.526] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file humblingbundle-1.18.2-2.1.jar with {humblingbundle} mods - versions {2.1}
[07Feb2023 09:48:03.528] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Iceberg-1.18.2-forge-1.0.49.jar
[07Feb2023 09:48:03.528] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Iceberg-1.18.2-forge-1.0.49.jar with {iceberg} mods - versions {1.0.49}
[07Feb2023 09:48:03.530] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\idas_forge-1.6.0+1.18.2.jar
[07Feb2023 09:48:03.530] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file idas_forge-1.6.0+1.18.2.jar with {idas} mods - versions {1.6.0+1.18.2}
[07Feb2023 09:48:03.532] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\InitialInventory-forge-1.18.2-6.0.8.jar
[07Feb2023 09:48:03.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file InitialInventory-forge-1.18.2-6.0.8.jar with {initialinventory} mods - versions {6.0.8}
[07Feb2023 09:48:03.535] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\integrated_api_forge-1.1.0+1.18.2.jar
[07Feb2023 09:48:03.535] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file integrated_api_forge-1.1.0+1.18.2.jar with {integrated_api} mods - versions {1.1.0+1.18.2}
[07Feb2023 09:48:03.537] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ironchest-1.18.2-13.2.11.jar
[07Feb2023 09:48:03.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ironchest-1.18.2-13.2.11.jar with {ironchest} mods - versions {1.18.2-13.2.11}
[07Feb2023 09:48:03.540] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ironfurnaces-1.18.2-3.3.3.jar
[07Feb2023 09:48:03.540] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ironfurnaces-1.18.2-3.3.3.jar with {ironfurnaces} mods - versions {3.3.3}
[07Feb2023 09:48:03.543] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\IronGenerators-2.0.2-1.18.2.jar
[07Feb2023 09:48:03.543] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file IronGenerators-2.0.2-1.18.2.jar with {irongenerators} mods - versions {2.0.1}
[07Feb2023 09:48:03.545] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ispawner-1.0.9-forge.jar
[07Feb2023 09:48:03.545] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ispawner-1.0.9-forge.jar with {ispawner} mods - versions {1.0}
[07Feb2023 09:48:03.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\itemcollectors-1.1.6-forge-mc1.18.jar
[07Feb2023 09:48:03.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file itemcollectors-1.1.6-forge-mc1.18.jar with {itemcollectors} mods - versions {1.1.6}
[07Feb2023 09:48:03.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Jade-1.18.2-forge-5.2.6.jar
[07Feb2023 09:48:03.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Jade-1.18.2-forge-5.2.6.jar with {jade,waila} mods - versions {5.2.6,5.2.6}
[07Feb2023 09:48:03.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\JadeAddons-1.18.2-forge-2.4.1.jar
[07Feb2023 09:48:03.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file JadeAddons-1.18.2-forge-2.4.1.jar with {jadeaddons} mods - versions {2.4.1}
[07Feb2023 09:48:03.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\jei-1.18.2-forge-10.2.1.1002.jar
[07Feb2023 09:48:03.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jei-1.18.2-forge-10.2.1.1002.jar with {jei} mods - versions {10.2.1.1002}
[07Feb2023 09:48:03.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\JEITweaker-1.18.2-3.0.0.9.jar
[07Feb2023 09:48:03.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file JEITweaker-1.18.2-3.0.0.9.jar with {jeitweaker} mods - versions {3.0.0.9}
[07Feb2023 09:48:03.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\jobsplus-1.18.2-0.8.2.jar
[07Feb2023 09:48:03.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jobsplus-1.18.2-0.8.2.jar with {jobsplus} mods - versions {1.18.2-0.8.2}
[07Feb2023 09:48:03.559] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\JustEnoughResources-1.18.2-0.14.1.171.jar
[07Feb2023 09:48:03.559] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file JustEnoughResources-1.18.2-0.14.1.171.jar with {jeresources} mods - versions {0.14.1.171}
[07Feb2023 09:48:03.561] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\kelpfertilizer-1.18.2-3.0.jar
[07Feb2023 09:48:03.561] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file kelpfertilizer-1.18.2-3.0.jar with {kelpfertilizer} mods - versions {3.0}
[07Feb2023 09:48:03.563] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\konkrete_forge_1.6.0_MC_1.18-1.18.2.jar
[07Feb2023 09:48:03.564] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file konkrete_forge_1.6.0_MC_1.18-1.18.2.jar with {konkrete} mods - versions {1.6.0}
[07Feb2023 09:48:03.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\LegendaryTooltips-1.18.2-1.3.1.jar
[07Feb2023 09:48:03.566] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file LegendaryTooltips-1.18.2-1.3.1.jar with {legendarytooltips} mods - versions {1.3.1}
[07Feb2023 09:48:03.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\libnonymous-2.1.0.jar
[07Feb2023 09:48:03.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file libnonymous-2.1.0.jar with {libnonymous} mods - versions {2.1.0}
[07Feb2023 09:48:03.571] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\limitedchunks-1.18.2-2.3.jar
[07Feb2023 09:48:03.571] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file limitedchunks-1.18.2-2.3.jar with {limitedchunks} mods - versions {1.8}
[07Feb2023 09:48:03.573] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lootbeams-1.18.1-release-july1722.jar
[07Feb2023 09:48:03.573] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lootbeams-1.18.1-release-july1722.jar with {lootbeams} mods - versions {1.18.1}
[07Feb2023 09:48:03.575] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lootintegrations-1.18.2-1.5.jar
[07Feb2023 09:48:03.575] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lootintegrations-1.18.2-1.5.jar with {lootintegrations} mods - versions {1.18.2-1.5}
[07Feb2023 09:48:03.577] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lootr-1.18.2-0.2.23.60.jar
[07Feb2023 09:48:03.577] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lootr-1.18.2-0.2.23.60.jar with {lootr} mods - versions {0.2.21.58}
[07Feb2023 09:48:03.579] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lostcities-1.18-5.3.14.jar
[07Feb2023 09:48:03.580] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lostcities-1.18-5.3.14.jar with {lostcities} mods - versions {1.18-5.3.14}
[07Feb2023 09:48:03.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lostsouls-1.18-2.0.1.jar
[07Feb2023 09:48:03.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lostsouls-1.18-2.0.1.jar with {lostsouls} mods - versions {1.18-2.0.1}
[07Feb2023 09:48:03.584] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Mantle-1.18.2-1.9.43.jar
[07Feb2023 09:48:03.584] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Mantle-1.18.2-1.9.43.jar with {mantle} mods - versions {1.9.43}
[07Feb2023 09:48:03.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MaxHealthFix-Forge-1.18.2-5.0.1.jar
[07Feb2023 09:48:03.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MaxHealthFix-Forge-1.18.2-5.0.1.jar with {maxhealthfix} mods - versions {5.0.1}
[07Feb2023 09:48:03.590] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcjtylib-1.18-6.0.20.jar
[07Feb2023 09:48:03.591] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcjtylib-1.18-6.0.20.jar with {mcjtylib} mods - versions {1.18-6.0.20}
[07Feb2023 09:48:03.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-bridges-2.0.6-mc1.18.2forge.jar
[07Feb2023 09:48:03.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-bridges-2.0.6-mc1.18.2forge.jar with {mcwbridges} mods - versions {2.0.6}
[07Feb2023 09:48:03.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-doors-1.0.8forge-mc1.18.2.jar
[07Feb2023 09:48:03.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-doors-1.0.8forge-mc1.18.2.jar with {mcwdoors} mods - versions {1.0.8}
[07Feb2023 09:48:03.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-fences-1.0.7-mc1.18.2forge.jar
[07Feb2023 09:48:03.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-fences-1.0.7-mc1.18.2forge.jar with {mcwfences} mods - versions {1.0.7}
[07Feb2023 09:48:03.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-furniture-3.0.2-mc1.18.2.jar
[07Feb2023 09:48:03.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-furniture-3.0.2-mc1.18.2.jar with {mcwfurnitures} mods - versions {3.0.2}
[07Feb2023 09:48:03.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-lights-1.0.5-mc1.18.2forge.jar
[07Feb2023 09:48:03.605] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-lights-1.0.5-mc1.18.2forge.jar with {mcwlights} mods - versions {1.0.5}
[07Feb2023 09:48:03.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-paths-1.0.2forge-mc1.18.2.jar
[07Feb2023 09:48:03.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-paths-1.0.2forge-mc1.18.2.jar with {mcwpaths} mods - versions {1.0.2}
[07Feb2023 09:48:03.608] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-trapdoors-1.0.8-mc1.18.2forge.jar
[07Feb2023 09:48:03.609] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-trapdoors-1.0.8-mc1.18.2forge.jar with {mcwtrpdoors} mods - versions {1.0.8}
[07Feb2023 09:48:03.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-windows-2.1.1-mc1.18.2forge.jar
[07Feb2023 09:48:03.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-windows-2.1.1-mc1.18.2forge.jar with {mcwwindows} mods - versions {2.1.1}
[07Feb2023 09:48:03.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcwfurnituresbop-1.18.2-1.1.jar
[07Feb2023 09:48:03.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcwfurnituresbop-1.18.2-1.1.jar with {mcwfurnituresbop} mods - versions {1.18.2-1.1}
[07Feb2023 09:48:03.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcwifipnp-1.6.2-1.18.2-forge.jar
[07Feb2023 09:48:03.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcwifipnp-1.6.2-1.18.2-forge.jar with {mcwifipnp} mods - versions {1.6.2}
[07Feb2023 09:48:03.618] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MEGACells-1.4.2-1.18.2.jar
[07Feb2023 09:48:03.618] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MEGACells-1.4.2-1.18.2.jar with {megacells} mods - versions {1.4.2-1.18.2}
[07Feb2023 09:48:03.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Mekanism-1.18.2-10.2.5.465.jar
[07Feb2023 09:48:03.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Mekanism-1.18.2-10.2.5.465.jar with {mekanism} mods - versions {10.2.5}
[07Feb2023 09:48:03.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MekanismGenerators-1.18.2-10.2.5.465.jar
[07Feb2023 09:48:03.626] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MekanismGenerators-1.18.2-10.2.5.465.jar with {mekanismgenerators} mods - versions {10.2.5}
[07Feb2023 09:48:03.627] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\metalbarrels-1.18.2-4.3.jar
[07Feb2023 09:48:03.628] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file metalbarrels-1.18.2-4.3.jar with {metalbarrels} mods - versions {1.18.2-4.3}
[07Feb2023 09:48:03.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\minecolonies-1.18.2-1.0.1228-ALPHA.jar
[07Feb2023 09:48:03.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file minecolonies-1.18.2-1.0.1228-ALPHA.jar with {minecolonies} mods - versions {1.18.2-1.0.1228-ALPHA}
[07Feb2023 09:48:03.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mineralchance-1.18.2-3.0.jar
[07Feb2023 09:48:03.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mineralchance-1.18.2-3.0.jar with {mineralchance} mods - versions {3.0}
[07Feb2023 09:48:03.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mininggadgets-1.11.1.jar
[07Feb2023 09:48:03.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mininggadgets-1.11.1.jar with {mininggadgets} mods - versions {1.11.1}
[07Feb2023 09:48:03.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MmmMmmMmmMmm-1.18.2-1.5.2.jar
[07Feb2023 09:48:03.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MmmMmmMmmMmm-1.18.2-1.5.2.jar with {dummmmmmy} mods - versions {1.18-1.5.2}
[07Feb2023 09:48:03.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\modular-routers-1.18.2-9.1.1-93.jar
[07Feb2023 09:48:03.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file modular-routers-1.18.2-9.1.1-93.jar with {modularrouters} mods - versions {9.1.1-93}
[07Feb2023 09:48:03.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MoGuns-1.9.2-1.18.2.jar
[07Feb2023 09:48:03.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MoGuns-1.9.2-1.18.2.jar with {moguns} mods - versions {1.9.2}
[07Feb2023 09:48:03.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MonstersGirls_1.2.9.jar
[07Feb2023 09:48:03.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MonstersGirls_1.2.9.jar with {monsters_and_girls} mods - versions {1.2.9}
[07Feb2023 09:48:03.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MoreBuckets-1.18.2-2.0.1.jar
[07Feb2023 09:48:03.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MoreBuckets-1.18.2-2.0.1.jar with {morebuckets} mods - versions {2.0.1}
[07Feb2023 09:48:03.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MouseTweaks-forge-mc1.18-2.21.jar
[07Feb2023 09:48:03.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MouseTweaks-forge-mc1.18-2.21.jar with {mousetweaks} mods - versions {2.21}
[07Feb2023 09:48:03.657] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\multi-piston-1.18.2-1.2.15-ALPHA.jar
[07Feb2023 09:48:03.657] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file multi-piston-1.18.2-1.2.15-ALPHA.jar with {multipiston} mods - versions {1.18.2-1.2.15-ALPHA}
[07Feb2023 09:48:03.659] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MysticalAdaptations-1.18.2-1.1.2.jar
[07Feb2023 09:48:03.660] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MysticalAdaptations-1.18.2-1.1.2.jar with {mysticaladaptations} mods - versions {1.18.2-1.1.1}
[07Feb2023 09:48:03.662] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MysticalAgradditions-1.18.2-5.1.3.jar
[07Feb2023 09:48:03.663] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MysticalAgradditions-1.18.2-5.1.3.jar with {mysticalagradditions} mods - versions {5.1.3}
[07Feb2023 09:48:03.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MysticalAgriculture-1.18.2-5.1.3.jar
[07Feb2023 09:48:03.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MysticalAgriculture-1.18.2-5.1.3.jar with {mysticalagriculture} mods - versions {5.1.3}
[07Feb2023 09:48:03.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\nametagtweaks-1.18.2-3.0.jar
[07Feb2023 09:48:03.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file nametagtweaks-1.18.2-3.0.jar with {nametagtweaks} mods - versions {3.0}
[07Feb2023 09:48:03.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\NaturesCompass-1.18.2-1.9.7-forge.jar
[07Feb2023 09:48:03.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file NaturesCompass-1.18.2-1.9.7-forge.jar with {naturescompass} mods - versions {1.18.2-1.9.7-forge}
[07Feb2023 09:48:03.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\neoncraft2-2.2.jar
[07Feb2023 09:48:03.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoncraft2-2.2.jar with {neoncraft2} mods - versions {2.2}
[07Feb2023 09:48:03.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\nfm-2022.10.27-1.18.2.jar
[07Feb2023 09:48:03.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file nfm-2022.10.27-1.18.2.jar with {nfm} mods - versions {2022.10.27}
[07Feb2023 09:48:03.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\nomadictents-18.2.4.jar
[07Feb2023 09:48:03.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file nomadictents-18.2.4.jar with {nomadictents} mods - versions {18.2.4}
[07Feb2023 09:48:03.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\OpenLoader-Forge-1.18.2-12.0.1.jar
[07Feb2023 09:48:03.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file OpenLoader-Forge-1.18.2-12.0.1.jar with {openloader} mods - versions {12.0.1}
[07Feb2023 09:48:03.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PackMenu-1.18.2-4.1.4.jar
[07Feb2023 09:48:03.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PackMenu-1.18.2-4.1.4.jar with {packmenu} mods - versions {4.1.4}
[07Feb2023 09:48:03.690] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2crops-1.18.2-1.0.5.jar
[07Feb2023 09:48:03.690] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pamhc2crops-1.18.2-1.0.5.jar with {pamhc2crops} mods - versions {0.0NONE}
[07Feb2023 09:48:03.693] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2foodcore-1.18.2-1.0.3.jar
[07Feb2023 09:48:03.693] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pamhc2foodcore-1.18.2-1.0.3.jar with {pamhc2foodcore} mods - versions {1.0.1}
[07Feb2023 09:48:03.696] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2foodextended-1.18.2-1.0.5.jar
[07Feb2023 09:48:03.696] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pamhc2foodextended-1.18.2-1.0.5.jar with {pamhc2foodextended} mods - versions {1.0}
[07Feb2023 09:48:03.698] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2trees-1.18.2-1.0.4.jar
[07Feb2023 09:48:03.698] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pamhc2trees-1.18.2-1.0.4.jar with {pamhc2trees} mods - versions {1.0.1}
[07Feb2023 09:48:03.700] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Patchouli-1.18.2-71.1.jar
[07Feb2023 09:48:03.700] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Patchouli-1.18.2-71.1.jar with {patchouli} mods - versions {1.18.2-71.1}
[07Feb2023 09:48:03.703] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\perpetual_durability-1.18.2-1.3.0.jar
[07Feb2023 09:48:03.703] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file perpetual_durability-1.18.2-1.3.0.jar with {perpetual_durability} mods - versions {1.18.2-1.3.0}
[07Feb2023 09:48:03.705] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Philips-ruins1.18.2-4.5.jar
[07Feb2023 09:48:03.705] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Philips-ruins1.18.2-4.5.jar with {philipsruins} mods - versions {4.5}
[07Feb2023 09:48:03.707] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PickleTweaks-1.18.2-6.1.2.jar
[07Feb2023 09:48:03.707] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PickleTweaks-1.18.2-6.1.2.jar with {pickletweaks} mods - versions {6.1.2}
[07Feb2023 09:48:03.709] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PigPen-Forge-1.18.2-8.0.1.jar
[07Feb2023 09:48:03.710] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PigPen-Forge-1.18.2-8.0.1.jar with {pigpen} mods - versions {8.0.1}
[07Feb2023 09:48:03.711] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Ping-1.18-1.8.0.jar
[07Feb2023 09:48:03.711] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Ping-1.18-1.8.0.jar with {ping} mods - versions {1.18-1.8.0}
[07Feb2023 09:48:03.713] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pipez-1.18.2-1.1.5.jar
[07Feb2023 09:48:03.713] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pipez-1.18.2-1.1.5.jar with {pipez} mods - versions {1.18.2-1.1.5}
[07Feb2023 09:48:03.715] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PKC-FD-1.2-1.18.2.jar
[07Feb2023 09:48:03.715] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PKC-FD-1.2-1.18.2.jar with {fallen_doors} mods - versions {1.21.18.2}
[07Feb2023 09:48:03.717] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Placebo-1.18.2-6.6.6.jar
[07Feb2023 09:48:03.717] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Placebo-1.18.2-6.6.6.jar with {placebo} mods - versions {6.6.6}
[07Feb2023 09:48:03.719] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar
[07Feb2023 09:48:03.720] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar with {playerrevive} mods - versions {2.0.13}
[07Feb2023 09:48:03.721] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pluto-mc1.18.2-0.0.3.jar
[07Feb2023 09:48:03.722] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pluto-mc1.18.2-0.0.3.jar with {pluto} mods - versions {0.0.3}
[07Feb2023 09:48:03.724] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\polymorph-forge-1.18.2-0.46.jar
[07Feb2023 09:48:03.724] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file polymorph-forge-1.18.2-0.46.jar with {polymorph} mods - versions {1.18.2-0.46}
[07Feb2023 09:48:03.727] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Powah-3.0.7.jar
[07Feb2023 09:48:03.728] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Powah-3.0.7.jar with {powah} mods - versions {3.0.7}
[07Feb2023 09:48:03.731] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\prefab-1.8.2.3.jar
[07Feb2023 09:48:03.731] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file prefab-1.8.2.3.jar with {prefab} mods - versions {1.8.2.3}
[07Feb2023 09:48:03.733] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Prism-1.18.2-1.0.1.jar
[07Feb2023 09:48:03.733] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Prism-1.18.2-1.0.1.jar with {prism} mods - versions {1.0.1}
[07Feb2023 09:48:03.737] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PuzzlesLib-v3.3.5-1.18.2-Forge.jar
[07Feb2023 09:48:03.737] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PuzzlesLib-v3.3.5-1.18.2-Forge.jar with {puzzleslib} mods - versions {3.3.5}
[07Feb2023 09:48:03.742] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Quark-3.2-358.jar
[07Feb2023 09:48:03.742] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Quark-3.2-358.jar with {quark} mods - versions {3.2-358}
[07Feb2023 09:48:03.744] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rainbegoneritual-1.18.2-3.0.jar
[07Feb2023 09:48:03.745] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rainbegoneritual-1.18.2-3.0.jar with {rainbegoneritual} mods - versions {3.0}
[07Feb2023 09:48:03.747] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\randombonemealflowers-1.18.2-4.0.jar
[07Feb2023 09:48:03.747] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file randombonemealflowers-1.18.2-4.0.jar with {randombonemealflowers} mods - versions {4.0}
[07Feb2023 09:48:03.749] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\randomsheepcolours-1.18.2-3.1.jar
[07Feb2023 09:48:03.749] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file randomsheepcolours-1.18.2-3.1.jar with {randomsheepcolours} mods - versions {3.1}
[07Feb2023 09:48:03.752] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\realisticbees-1.18.2-3.1.jar
[07Feb2023 09:48:03.752] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file realisticbees-1.18.2-3.1.jar with {realisticbees} mods - versions {3.1}
[07Feb2023 09:48:03.756] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rechiseled-1.0.12a-forge-mc1.18.jar
[07Feb2023 09:48:03.756] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rechiseled-1.0.12a-forge-mc1.18.jar with {rechiseled} mods - versions {1.0.12a}
[07Feb2023 09:48:03.758] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\refinedcooking-2.0.4.jar
[07Feb2023 09:48:03.758] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file refinedcooking-2.0.4.jar with {refinedcooking} mods - versions {2.0.4}
[07Feb2023 09:48:03.760] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\refinedstorage-1.10.4.jar
[07Feb2023 09:48:03.761] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file refinedstorage-1.10.4.jar with {refinedstorage} mods - versions {1.10.4}
[07Feb2023 09:48:03.762] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\refinedstorageaddons-0.8.2.jar
[07Feb2023 09:48:03.763] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file refinedstorageaddons-0.8.2.jar with {refinedstorageaddons} mods - versions {0.8.2}
[07Feb2023 09:48:03.764] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolsbase-1.18-3.0.12.jar
[07Feb2023 09:48:03.764] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolsbase-1.18-3.0.12.jar with {rftoolsbase} mods - versions {1.18-3.0.12}
[07Feb2023 09:48:03.766] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolspower-1.18-4.0.9.jar
[07Feb2023 09:48:03.767] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolspower-1.18-4.0.9.jar with {rftoolspower} mods - versions {1.18-4.0.9}
[07Feb2023 09:48:03.769] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolsstorage-1.18-3.0.12.jar
[07Feb2023 09:48:03.770] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolsstorage-1.18-3.0.12.jar with {rftoolsstorage} mods - versions {1.18-3.0.12}
[07Feb2023 09:48:03.772] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolsutility-1.18-4.0.23.jar
[07Feb2023 09:48:03.772] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolsutility-1.18-4.0.23.jar with {rftoolsutility} mods - versions {1.18-4.0.23}
[07Feb2023 09:48:03.782] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rsgauges-1.18.2-1.2.16.jar
[07Feb2023 09:48:03.782] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rsgauges-1.18.2-1.2.16.jar with {rsgauges} mods - versions {1.2.16}
[07Feb2023 09:48:03.786] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rsrequestify-2.2.0.jar
[07Feb2023 09:48:03.786] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rsrequestify-2.2.0.jar with {rsrequestify} mods - versions {2.2.0}
[07Feb2023 09:48:03.788] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rubidium-0.5.4.jar
[07Feb2023 09:48:03.788] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rubidium-0.5.4.jar with {rubidium} mods - versions {0.5.4}
[07Feb2023 09:48:03.790] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rubidium-extra-0.4.16+mc1.18.2-build.57.jar
[07Feb2023 09:48:03.790] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rubidium-extra-0.4.16+mc1.18.2-build.57.jar with {sodiumextra} mods - versions {0.4.16+mc1.18.2-build.57}
[07Feb2023 09:48:03.793] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Runelic-Forge-1.18.2-11.0.1.jar
[07Feb2023 09:48:03.793] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Runelic-Forge-1.18.2-11.0.1.jar with {runelic} mods - versions {11.0.1}
[07Feb2023 09:48:03.795] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\saturn-mc1.18.2-0.0.1.jar
[07Feb2023 09:48:03.795] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file saturn-mc1.18.2-0.0.1.jar with {saturn} mods - versions {0.0.1}
[07Feb2023 09:48:03.878] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sebastrnlib-1.0.1.jar
[07Feb2023 09:48:03.879] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sebastrnlib-1.0.1.jar with {sebastrnlib} mods - versions {1.0.1}
[07Feb2023 09:48:03.881] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\selene-1.18.2-1.17.9.jar
[07Feb2023 09:48:03.881] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file selene-1.18.2-1.17.9.jar with {selene} mods - versions {1.18.2-1.17.9}
[07Feb2023 09:48:03.883] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\shetiphiancore-1.18-3.10.12.jar
[07Feb2023 09:48:03.884] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file shetiphiancore-1.18-3.10.12.jar with {shetiphiancore} mods - versions {3.10.12}
[07Feb2023 09:48:03.886] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\shutupexperimentalsettings-1.0.5.jar
[07Feb2023 09:48:03.887] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file shutupexperimentalsettings-1.0.5.jar with {shutupexperimentalsettings} mods - versions {1.0.5}
[07Feb2023 09:48:03.890] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\silent-gear-1.18.2-2.10.17.jar
[07Feb2023 09:48:03.890] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file silent-gear-1.18.2-2.10.17.jar with {silentgear} mods - versions {2.10.17}
[07Feb2023 09:48:03.892] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\silent-lib-1.18.2-6.2.0.jar
[07Feb2023 09:48:03.893] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file silent-lib-1.18.2-6.2.0.jar with {silentlib} mods - versions {6.2.0}
[07Feb2023 09:48:03.897] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\SimpleStorageNetwork-1.18.2-1.6.2.jar
[07Feb2023 09:48:03.898] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file SimpleStorageNetwork-1.18.2-1.6.2.jar with {storagenetwork} mods - versions {1.18.2-1.6.2}
[07Feb2023 09:48:03.900] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\simplylight-1.18.2-1.4.5-build.43.jar
[07Feb2023 09:48:03.901] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file simplylight-1.18.2-1.4.5-build.43.jar with {simplylight} mods - versions {1.18.2-1.4.5-build.43}
[07Feb2023 09:48:03.903] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\smallernetherportals-1.18.2-3.0.jar
[07Feb2023 09:48:03.903] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file smallernetherportals-1.18.2-3.0.jar with {smallernetherportals} mods - versions {3.0}
[07Feb2023 09:48:03.905] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Snad-1.18.2-1.22.04.15a.jar
[07Feb2023 09:48:03.906] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Snad-1.18.2-1.22.04.15a.jar with {snad} mods - versions {1.18.2-1.22.04.15a}
[07Feb2023 09:48:03.907] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\softerhaybales-1.18.2-3.0.jar
[07Feb2023 09:48:03.908] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file softerhaybales-1.18.2-3.0.jar with {softerhaybales} mods - versions {3.0}
[07Feb2023 09:48:03.909] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\SoL-Carrot-1.18.1-1.12.0.jar
[07Feb2023 09:48:03.909] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file SoL-Carrot-1.18.1-1.12.0.jar with {solcarrot} mods - versions {1.18.1-1.12.0}
[07Feb2023 09:48:03.912] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\SolarGeneration-1.18.2-4.1.1.jar
[07Feb2023 09:48:03.912] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file SolarGeneration-1.18.2-4.1.1.jar with {solargeneration} mods - versions {4.1.1}
[07Feb2023 09:48:03.914] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sophisticatedbackpacks-1.18.2-3.18.40.777.jar
[07Feb2023 09:48:03.915] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sophisticatedbackpacks-1.18.2-3.18.40.777.jar with {sophisticatedbackpacks} mods - versions {1.18.2-3.18.40.777}
[07Feb2023 09:48:03.917] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sophisticatedbackpacksvh-1.18.2-1.0.5.13.jar
[07Feb2023 09:48:03.917] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sophisticatedbackpacksvh-1.18.2-1.0.5.13.jar with {sophisticatedbackpacksvh} mods - versions {1.18.2-1.0.5.13}
[07Feb2023 09:48:03.919] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sophisticatedcore-1.18.2-0.5.37.202.jar
[07Feb2023 09:48:03.919] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sophisticatedcore-1.18.2-0.5.37.202.jar with {sophisticatedcore} mods - versions {1.18.2-0.5.37.202}
[07Feb2023 09:48:03.922] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spark-1.9.11-forge.jar
[07Feb2023 09:48:03.922] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file spark-1.9.11-forge.jar with {spark} mods - versions {1.9.11}
[07Feb2023 09:48:03.924] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spidersproducewebs-1.18.2-3.0.jar
[07Feb2023 09:48:03.924] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file spidersproducewebs-1.18.2-3.0.jar with {spidersproducewebs} mods - versions {3.0}
[07Feb2023 09:48:03.925] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spoornarmorattributes-1.0.6-1.18-forge.jar
[07Feb2023 09:48:03.926] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file spoornarmorattributes-1.0.6-1.18-forge.jar with {spoornarmorattributes} mods - versions {1.0.6-1.18}
[07Feb2023 09:48:03.927] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spoornweaponattributes-3.4.9-1.18-forge.jar
[07Feb2023 09:48:03.927] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file spoornweaponattributes-3.4.9-1.18-forge.jar with {spoornweaponattributes} mods - versions {3.4.9-1.18}
[07Feb2023 09:48:03.929] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\StoneChest-1.18.2-1.1.1.jar
[07Feb2023 09:48:03.929] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file StoneChest-1.18.2-1.1.1.jar with {stonechest} mods - versions {1.1.1}
[07Feb2023 09:48:03.931] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\StorageDrawers-1.18.2-10.2.1.jar
[07Feb2023 09:48:03.931] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file StorageDrawers-1.18.2-10.2.1.jar with {storagedrawers} mods - versions {10.2.1}
[07Feb2023 09:48:03.933] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\structurize-1.18.2-1.0.424-ALPHA.jar
[07Feb2023 09:48:03.933] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file structurize-1.18.2-1.0.424-ALPHA.jar with {structurize} mods - versions {1.18.2-1.0.424-ALPHA}
[07Feb2023 09:48:03.935] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\supermartijn642configlib-1.1.6-forge-mc1.18.jar
[07Feb2023 09:48:03.935] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file supermartijn642configlib-1.1.6-forge-mc1.18.jar with {supermartijn642configlib} mods - versions {1.1.6}
[07Feb2023 09:48:03.938] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\supermartijn642corelib-1.1.1a-forge-mc1.18.jar
[07Feb2023 09:48:03.938] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file supermartijn642corelib-1.1.1a-forge-mc1.18.jar with {supermartijn642corelib} mods - versions {1.1.1a}
[07Feb2023 09:48:03.942] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\supplementaries-1.18.2-1.5.16.jar
[07Feb2023 09:48:03.943] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file supplementaries-1.18.2-1.5.16.jar with {supplementaries} mods - versions {1.18.2-1.5.16}
[07Feb2023 09:48:03.945] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\TerraBlender-forge-1.18.2-1.2.0.126.jar
[07Feb2023 09:48:03.945] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TerraBlender-forge-1.18.2-1.2.0.126.jar with {terrablender} mods - versions {1.2.0.126}
[07Feb2023 09:48:03.950] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Terralith_v2.2.3.jar
[07Feb2023 09:48:03.950] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Terralith_v2.2.3.jar with {terralith} mods - versions {0.0NONE}
[07Feb2023 09:48:03.953] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\TextruesRubidiumOptions-1.0.4-mc1.18.2.jar
[07Feb2023 09:48:03.953] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TextruesRubidiumOptions-1.0.4-mc1.18.2.jar with {reeses_sodium_options} mods - versions {1.0.4-mc1.18.2}
[07Feb2023 09:48:03.955] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\the_bumblezone_forge-5.1.2+1.18.2.jar
[07Feb2023 09:48:03.955] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file the_bumblezone_forge-5.1.2+1.18.2.jar with {the_bumblezone} mods - versions {5.1.2+1.18.2}
[07Feb2023 09:48:03.959] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\the_vault-1.18.2-2.0.14.1424.jar
[07Feb2023 09:48:03.960] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file the_vault-1.18.2-2.0.14.1424.jar with {the_vault} mods - versions {1.18.2-2.0.14.1424}
[07Feb2023 09:48:03.970] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\thermal_expansion-1.18.2-9.2.0.20.jar
[07Feb2023 09:48:03.970] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file thermal_expansion-1.18.2-9.2.0.20.jar with {thermal_expansion} mods - versions {9.2.0.20}
[07Feb2023 09:48:03.995] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\thermal_foundation-1.18.2-9.2.0.46.jar
[07Feb2023 09:48:03.996] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file thermal_foundation-1.18.2-9.2.0.46.jar with {thermal,thermal_foundation} mods - versions {9.2.0.46,9.2.0.46}
[07Feb2023 09:48:03.998] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\titanium-1.18.2-3.5.8-40.jar
[07Feb2023 09:48:03.998] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file titanium-1.18.2-3.5.8-40.jar with {titanium} mods - versions {3.5.8}
[07Feb2023 09:48:04.000] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\torchmaster-18.1.0.jar
[07Feb2023 09:48:04.000] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file torchmaster-18.1.0.jar with {torchmaster} mods - versions {18.1.0}
[07Feb2023 09:48:04.003] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\torohealth-1.18-forge-2.jar
[07Feb2023 09:48:04.003] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file torohealth-1.18-forge-2.jar with {torohealth} mods - versions {1.18-forge-2}
[07Feb2023 09:48:04.005] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\TrampleStopper-3.1.0-build.27+mc1.18.2.jar
[07Feb2023 09:48:04.005] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TrampleStopper-3.1.0-build.27+mc1.18.2.jar with {tramplestopper} mods - versions {3.1.0-build.27+mc1.18.2}
[07Feb2023 09:48:04.007] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\trashcans-1.0.16-forge-mc1.18.jar
[07Feb2023 09:48:04.008] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file trashcans-1.0.16-forge-mc1.18.jar with {trashcans} mods - versions {1.0.16}
[07Feb2023 09:48:04.010] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\treeharvester-1.18.2-7.0.jar
[07Feb2023 09:48:04.010] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file treeharvester-1.18.2-7.0.jar with {treeharvester} mods - versions {7.0}
[07Feb2023 09:48:04.013] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\twigs-1.1.4-patch4+1.18.2-forge.jar
[07Feb2023 09:48:04.013] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file twigs-1.1.4-patch4+1.18.2-forge.jar with {twigs} mods - versions {1.1.4-patch4+1.18.2}
[07Feb2023 09:48:04.015] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradedcore-1.18.2-3.2.0.0-release.jar
[07Feb2023 09:48:04.016] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file upgradedcore-1.18.2-3.2.0.0-release.jar with {upgradedcore} mods - versions {1.18.2-3.2.0.0-release}
[07Feb2023 09:48:04.018] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradednetherite-1.18.2-4.2.0.6-release.jar
[07Feb2023 09:48:04.019] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file upgradednetherite-1.18.2-4.2.0.6-release.jar with {upgradednetherite} mods - versions {1.18.2-4.2.0.6-release}
[07Feb2023 09:48:04.021] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradednetherite_items-1.18.2-3.2.0.0-release.jar
[07Feb2023 09:48:04.021] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file upgradednetherite_items-1.18.2-3.2.0.0-release.jar with {upgradednetherite_items} mods - versions {1.18.2-3.2.0.0-release}
[07Feb2023 09:48:04.023] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradednetherite_ultimate-1.18.2-3.2.0.1-release.jar
[07Feb2023 09:48:04.024] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file upgradednetherite_ultimate-1.18.2-3.2.0.1-release.jar with {upgradednetherite_ultimate} mods - versions {1.18.2-3.2.0.1-release}
[07Feb2023 09:48:04.027] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\VisualWorkbench-v3.3.0-1.18.2-Forge.jar
[07Feb2023 09:48:04.027] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file VisualWorkbench-v3.3.0-1.18.2-Forge.jar with {visualworkbench} mods - versions {3.3.0}
[07Feb2023 09:48:04.029] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Waddles-1.18.2-0.8.19.jar
[07Feb2023 09:48:04.029] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Waddles-1.18.2-0.8.19.jar with {waddles} mods - versions {1.18.2-0.8.19}
[07Feb2023 09:48:04.031] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\waystones-forge-1.18.2-10.1.0.jar
[07Feb2023 09:48:04.032] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file waystones-forge-1.18.2-10.1.0.jar with {waystones} mods - versions {10.1.0}
[07Feb2023 09:48:04.034] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\weakerspiderwebs-1.18.2-3.0.jar
[07Feb2023 09:48:04.034] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file weakerspiderwebs-1.18.2-3.0.jar with {weakerspiderwebs} mods - versions {3.0}
[07Feb2023 09:48:04.036] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\weirdinggadget-1.18.1-2.2.11.jar
[07Feb2023 09:48:04.036] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file weirdinggadget-1.18.1-2.2.11.jar with {weirdinggadget} mods - versions {2.2.11}
[07Feb2023 09:48:04.038] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\wooltweaks-1.18.2-3.0.jar
[07Feb2023 09:48:04.038] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file wooltweaks-1.18.2-3.0.jar with {wooltweaks} mods - versions {3.0}
[07Feb2023 09:48:04.040] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Xaeros_Minimap_22.17.1_Forge_1.18.2.jar
[07Feb2023 09:48:04.040] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Xaeros_Minimap_22.17.1_Forge_1.18.2.jar with {xaerominimap} mods - versions {22.17.1}
[07Feb2023 09:48:04.042] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\XaerosWorldMap_1.28.8_Forge_1.18.2.jar
[07Feb2023 09:48:04.042] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file XaerosWorldMap_1.28.8_Forge_1.18.2.jar with {xaeroworldmap} mods - versions {1.28.8}
[07Feb2023 09:48:04.044] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\xnet-1.18-4.0.8.jar
[07Feb2023 09:48:04.044] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file xnet-1.18-4.0.8.jar with {xnet} mods - versions {1.18-4.0.8}
[07Feb2023 09:48:04.046] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ZeroCore2-1.18.2-2.1.30.jar
[07Feb2023 09:48:04.046] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ZeroCore2-1.18.2-2.1.30.jar with {zerocore} mods - versions {1.18.2-2.1.30}
[07Feb2023 09:48:04.304] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file client-1.18.2-20220404.173914-srg.jar with {minecraft} mods - versions {1.18.2}
[07Feb2023 09:48:04.340] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Install\libraries\net\minecraftforge\fmlcore\1.18.2-40.2.1\fmlcore-1.18.2-40.2.1.jar
[07Feb2023 09:48:04.340] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file M:\Minecraft\Curseforge\Install\libraries\net\minecraftforge\fmlcore\1.18.2-40.2.1\fmlcore-1.18.2-40.2.1.jar is missing mods.toml file
[07Feb2023 09:48:04.355] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Install\libraries\net\minecraftforge\javafmllanguage\1.18.2-40.2.1\javafmllanguage-1.18.2-40.2.1.jar
[07Feb2023 09:48:04.355] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file M:\Minecraft\Curseforge\Install\libraries\net\minecraftforge\javafmllanguage\1.18.2-40.2.1\javafmllanguage-1.18.2-40.2.1.jar is missing mods.toml file
[07Feb2023 09:48:04.375] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Install\libraries\net\minecraftforge\lowcodelanguage\1.18.2-40.2.1\lowcodelanguage-1.18.2-40.2.1.jar
[07Feb2023 09:48:04.376] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file M:\Minecraft\Curseforge\Install\libraries\net\minecraftforge\lowcodelanguage\1.18.2-40.2.1\lowcodelanguage-1.18.2-40.2.1.jar is missing mods.toml file
[07Feb2023 09:48:04.389] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Install\libraries\net\minecraftforge\mclanguage\1.18.2-40.2.1\mclanguage-1.18.2-40.2.1.jar
[07Feb2023 09:48:04.389] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file M:\Minecraft\Curseforge\Install\libraries\net\minecraftforge\mclanguage\1.18.2-40.2.1\mclanguage-1.18.2-40.2.1.jar is missing mods.toml file
[07Feb2023 09:48:04.465] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Install\libraries\net\minecraftforge\forge\1.18.2-40.2.1\forge-1.18.2-40.2.1-universal.jar
[07Feb2023 09:48:04.466] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.18.2-40.2.1-universal.jar with {forge} mods - versions {40.2.1}
[07Feb2023 09:48:04.487] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from saturn-mc1.18.2-0.0.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from adaptive_performance_tweaks_core_1.18.2-3.18.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from auudio_forge_1.0.3_MC_1.18-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ftb-essentials-1802.1.7-build.42.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from supermartijn642configlib-1.1.6-forge-mc1.18.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from climbladdersfast-2.2.3-1.18-forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from alexsmobs-1.18.6.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from spoornarmorattributes-1.0.6-1.18-forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from PKC-FD-1.2-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from createdeco-1.2.12-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from DeathCounter-1.18.2-Forge-1.3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from prefab-1.8.2.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from cagerium-1.18.2-1.1.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcw-windows-2.1.1-mc1.18.2forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from torohealth-1.18-forge-2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rubidium-0.5.4.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from thermal_foundation-1.18.2-9.2.0.46.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from appliedcooking-1.0.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rftoolsbase-1.18-3.0.12.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from IronGenerators-2.0.2-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from xnet-1.18-4.0.8.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Powah-3.0.7.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MaxHealthFix-Forge-1.18.2-5.0.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from softerhaybales-1.18.2-3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MoreBuckets-1.18.2-2.0.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from jobsplus-1.18.2-0.8.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from BotanyPotsTiers-Forge-1.18.2-2.1.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from upgradednetherite_items-1.18.2-3.2.0.0-release.jar, it does not contain dependency information.
[07Feb2023 09:48:04.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lootbeams-1.18.1-release-july1722.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from DarkUtilities-Forge-1.18.2-10.1.6.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from balm-3.2.1+0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from kelpfertilizer-1.18.2-3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from StoneChest-1.18.2-1.1.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from biggerstacks-1.18.2-6.7-debug.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from JustEnoughResources-1.18.2-0.14.1.171.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from cloth-config-6.3.81-forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from shetiphiancore-1.18-3.10.12.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MysticalAgradditions-1.18.2-5.1.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from supplementaries-1.18.2-1.5.16.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from refinedstorage-1.10.4.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from upgradednetherite-1.18.2-4.2.0.6-release.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from easy_piglins-1.18.2-1.0.4.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ConfigurableCane-1.18.2-2.3.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from corpse-1.18.2-1.0.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from PackMenu-1.18.2-4.1.4.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from alltheores-1.9.9m-1.18.2-40.1.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from torchmaster-18.1.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from BotanyTrees-Forge-1.18.2-4.0.6.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from BiomesOPlenty-1.18.2-16.0.0.109-universal.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ironfurnaces-1.18.2-3.3.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcw-trapdoors-1.0.8-mc1.18.2forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from silent-gear-1.18.2-2.10.17.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from supermartijn642corelib-1.1.1a-forge-mc1.18.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Botania-1.18.2-435.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from fairylights-5.0.0-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Highlighter-1.18.1-1.1.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from TextruesRubidiumOptions-1.0.4-mc1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from spark-1.9.11-forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Philips-ruins1.18.2-4.5.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MysticalAdaptations-1.18.2-1.1.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from curios-forge-1.18.2-5.0.7.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from spoornweaponattributes-3.4.9-1.18-forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FramedBlocks-5.10.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ExtraStorage-1.18.2-2.2.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from cfm-7.0.0-pre35-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from refinedcooking-2.0.4.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from nametagtweaks-1.18.2-3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from weirdinggadget-1.18.1-2.2.11.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcw-furniture-3.0.2-mc1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from the_bumblezone_forge-5.1.2+1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from JadeAddons-1.18.2-forge-2.4.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from smallernetherportals-1.18.2-3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rainbegoneritual-1.18.2-3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from geckolib-forge-1.18-3.0.57.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from randombonemealflowers-1.18.2-4.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcw-lights-1.0.5-mc1.18.2forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from adaptive_performance_tweaks_spawn_1.18.2-3.18.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ftb-library-forge-1802.3.9-build.167.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from cgm-1.3.3-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rechiseled-1.0.12a-forge-mc1.18.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from biomesinjars_forge_1.1.2_MC_1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from treeharvester-1.18.2-7.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from jei-1.18.2-forge-10.2.1.1002.jar, it does not contain dependency information.
[07Feb2023 09:48:04.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from appliedenergistics2-forge-11.7.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from multi-piston-1.18.2-1.2.15-ALPHA.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from VisualWorkbench-v3.3.0-1.18.2-Forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from AttributeFix-Forge-1.18.2-14.0.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Mekanism-1.18.2-10.2.5.465.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from bdlib-1.19.3.7-mc1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from CSC_BKP_1_18_2_Forge_1_5_0_3-11_03_2022.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from shutupexperimentalsettings-1.0.5.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from integrated_api_forge-1.1.0+1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from NaturesCompass-1.18.2-1.9.7-forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from humblingbundle-1.18.2-2.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from compactmachines-4.5.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from BotanyPots-Forge-1.18.2-8.0.23.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from champions-forge-1.18.2-2.1.6.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from farmingforblockheads-forge-1.18.2-10.0.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from cofh_core-1.18.2-9.2.1.39.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from BeeFix-1.18-1.0.7.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from additional_lights-1.18.2-2.1.4.jar, it does not contain dependency information.
[07Feb2023 09:48:04.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from compacthelpcommand-1.18.2-2.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from JEITweaker-1.18.2-3.0.0.9.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from dismountentity-1.18.2-3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from CraftTweaker-forge-1.18.2-9.1.203.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rftoolspower-1.18-4.0.9.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ExtraDisks-1.18.2-2.1.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from forge-1.18.2-40.2.1-universal.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ae2ao-8.1.1-1.18.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcw-paths-1.0.2forge-mc1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from idas_forge-1.6.0+1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from wooltweaks-1.18.2-3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ironchest-1.18.2-13.2.11.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from drippyloadingscreen_forge_1.6.6_MC_1.18-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ZeroCore2-1.18.2-2.1.30.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from client-1.18.2-20220404.173914-srg.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from TerraBlender-forge-1.18.2-1.2.0.126.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from sophisticatedbackpacksvh-1.18.2-1.0.5.13.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MouseTweaks-forge-mc1.18-2.21.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from pamhc2crops-1.18.2-1.0.5.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from allthemodium-1.9.6-1.18.2-40.1.51.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from CreateTweaker-1.18.2-2.0.0.17.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from domum_ornamentum-1.18.2-1.0.50-ALPHA-universal.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from pipez-1.18.2-1.1.5.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from flywheel-forge-1.18.2-0.6.8.a.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Mantle-1.18.2-1.9.43.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ecologics-forge-1.18.2-1.7.11.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Xaeros_Minimap_22.17.1_Forge_1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from pamhc2foodcore-1.18.2-1.0.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MEGACells-1.4.2-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from itemcollectors-1.1.6-forge-mc1.18.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Croptopia-1.18.2-FORGE-2.1.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from polymorph-forge-1.18.2-0.46.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from AutoRegLib-1.7-53.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from structurize-1.18.2-1.0.424-ALPHA.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from PickleTweaks-1.18.2-6.1.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FastFurnace-1.18.2-6.0.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from neoncraft2-2.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from enercell-1.18.2-1.0.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from appleskin-forge-mc1.18.2-2.4.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lootr-1.18.2-0.2.23.60.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from connectedglass-1.1.6-forge-mc1.18.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from upgradednetherite_ultimate-1.18.2-3.2.0.1-release.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from PuzzlesLib-v3.3.5-1.18.2-Forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from extremesoundmuffler-3.30_forge-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from CosmeticArmorReworked-1.18.2-v2a.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from the_vault-1.18.2-2.0.14.1424.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rsrequestify-2.2.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from CyclopsCore-1.18.2-1.16.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from auxiliaryblocks-1.18.2-0.4.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from AIOTBotania-1.18.2-2.1.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from HealthOverlay-1.18.2-6.3.4.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Architects-Palette-1.18.2-1.2.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from connectivity-1.18.2-3.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from sophisticatedcore-1.18.2-0.5.37.202.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rsgauges-1.18.2-1.2.16.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from InitialInventory-forge-1.18.2-6.0.8.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from realisticbees-1.18.2-3.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcwfurnituresbop-1.18.2-1.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from XaerosWorldMap_1.28.8_Forge_1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from cookingforblockheads-forge-1.18.2-12.2.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Controlling-forge-1.18.2-9.0+22.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Prism-1.18.2-1.0.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Placebo-1.18.2-6.6.6.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from citadel-1.11.3-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lootintegrations-1.18.2-1.5.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from nomadictents-18.2.4.jar, it does not contain dependency information.
[07Feb2023 09:48:04.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Bookshelf-Forge-1.18.2-13.2.51.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from sophisticatedbackpacks-1.18.2-3.18.40.777.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from twigs-1.1.4-patch4+1.18.2-forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from buildinggadgets-3.13.1-build.18+mc1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Waddles-1.18.2-0.8.19.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcw-doors-1.0.8forge-mc1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MekanismGenerators-1.18.2-10.2.5.465.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ftb-teams-forge-1802.2.10-build.96.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mineralchance-1.18.2-3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MmmMmmMmmMmm-1.18.2-1.5.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from konkrete_forge_1.6.0_MC_1.18-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcw-bridges-2.0.6-mc1.18.2forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from CroptopiaAdditions-1.18.2-FORGE-1.0-fix.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Compressium-1.4.2-build.9+mc1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Ping-1.18-1.8.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcw-fences-1.0.7-mc1.18.2forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from simplylight-1.18.2-1.4.5-build.43.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lostsouls-1.18-2.0.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from pamhc2foodextended-1.18.2-1.0.5.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Patchouli-1.18.2-71.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from blockui-1.18.2-0.0.62-ALPHA.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rftoolsstorage-1.18-3.0.12.jar, it does not contain dependency information.
[07Feb2023 09:48:04.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from collective-1.18.2-6.43.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from camera-1.18.2-1.0.5.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from DramaticDoors-Forge-1.18.2-2.1.9.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from blockcarpentry-1.18-0.3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from thermal_expansion-1.18.2-9.2.0.20.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from firespreadtweaks-1.18.2-2.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from perpetual_durability-1.18.2-1.3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lostcities-1.18-5.3.14.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from libnonymous-2.1.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from elevatorid-1.18.2-1.8.4.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Runelic-Forge-1.18.2-11.0.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from architectury-4.10.88-forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ExtremeReactors2-1.18.2-2.0.60.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from trashcans-1.0.16-forge-mc1.18.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from chunkloaders-1.2.3-forge-mc1.18.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from TrampleStopper-3.1.0-build.27+mc1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from framework-0.4.2-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from adaptive_performance_tweaks_items_1.18.2-3.18.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from AndyCat's Flowers 1.2 - 1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Cucumber-1.18.2-5.1.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from AE2WTLib-11.6.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from pamhc2trees-1.18.2-1.0.4.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from floralis-1.18.2-3.6.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Snad-1.18.2-1.22.04.15a.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from limitedchunks-1.18.2-2.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from biggerspongeabsorptionradius-1.18.2-3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from additionallanterns-1.0.3-forge-mc1.18.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from metalbarrels-1.18.2-4.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MoGuns-1.9.2-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from waystones-forge-1.18.2-10.1.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FastSuite-1.18.2-3.0.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Clumps-forge-1.18.2-8.0.0+17.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from comforts-forge-1.18.2-5.0.0.5.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcwifipnp-1.6.2-1.18.2-forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from SimpleStorageNetwork-1.18.2-1.6.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from framedcompactdrawers-1.18-4.1.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from gardentools-1.18.2-1.1.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Decorative Blocks-forge-1.18.2-2.1.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ftbbackups2-forge-1.18.2-1.0.17.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcjtylib-1.18-6.0.20.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ispawner-1.0.9-forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from everycomp-1.18.2-1.5.15.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ScalableCatsForce-2.13.10-build-12-with-library.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Terralith_v2.2.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mininggadgets-1.11.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from nfm-2022.10.27-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from AkashicTome-1.5-20.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ftb-chunks-forge-1802.3.13-build.234.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from adaptive_performance_tweaks_player_1.18.2-3.18.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ColossalChests-1.18.2-1.8.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from selene-1.18.2-1.17.9.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MysticalAgriculture-1.18.2-5.1.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from craftingtweaks-forge-1.18.2-14.0.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rftoolsutility-1.18-4.0.23.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from weakerspiderwebs-1.18.2-3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from sebastrnlib-1.0.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from titanium-1.18.2-3.5.8-40.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from silent-lib-1.18.2-6.2.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Jade-1.18.2-forge-5.2.6.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from spidersproducewebs-1.18.2-3.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from CreativeCore_FORGE_v2.6.15_mc1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from extragolems-18.2.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from easy_villagers-1.18.2-1.0.11.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Iceberg-1.18.2-forge-1.0.49.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from automaticdoors-1.18.2-4.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from randomsheepcolours-1.18.2-3.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Quark-3.2-358.jar, it does not contain dependency information.
[07Feb2023 09:48:04.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from LegendaryTooltips-1.18.2-1.3.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from hmag-mc1.18.2-5.1.7.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from PigPen-Forge-1.18.2-8.0.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FastWorkbench-1.18.2-6.1.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from StorageDrawers-1.18.2-10.2.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FluxNetworks-1.18.2-7.0.8.12.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from DiagonalFences-v3.1.0-1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Applied-Botanics-1.0.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from fancymenu_forge_2.13.3_MC_1.18.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from upgradedcore-1.18.2-3.2.0.0-release.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from minecolonies-1.18.2-1.0.1228-ALPHA.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ferritecore-4.2.2-forge.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MonstersGirls_1.2.9.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from SoL-Carrot-1.18.1-1.12.0.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from modular-routers-1.18.2-9.1.1-93.jar, it does not contain dependency information.
[07Feb2023 09:48:04.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from refinedstorageaddons-0.8.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Applied-Mekanistics-1.2.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from SolarGeneration-1.18.2-4.1.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from OpenLoader-Forge-1.18.2-12.0.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mclanguage-1.18.2-40.2.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from javafmllanguage-1.18.2-40.2.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from fmlcore-1.18.2-40.2.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lowcodelanguage-1.18.2-40.2.1.jar, it does not contain dependency information.
[07Feb2023 09:48:04.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /META-INF/jars/ColaMixinConfig-v1.0.2.jar
[07Feb2023 09:48:04.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ColaMixinConfig-v1.0.2.jar with {caffeineconfig} mods - versions {1.0.2}
[07Feb2023 09:48:04.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Registrate-MC1.18.2-1.1.3.jar, it does not contain dependency information.
[07Feb2023 09:48:04.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ColaMixinConfig-v1.0.2.jar, it does not contain dependency information.
[07Feb2023 09:48:04.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from velocity-native-3.1.2-SNAPSHOT.jar, it does not contain dependency information.
[07Feb2023 09:48:04.581] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /META-INF/jars/ColaMixinConfig-v1.0.2.jar
[07Feb2023 09:48:04.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ColaMixinConfig-v1.0.2.jar with {caffeineconfig} mods - versions {1.0.2}
[07Feb2023 09:48:04.587] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 3 dependencies adding them to mods collection
[07Feb2023 09:48:04.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\saturn-mc1.18.2-0.0.1.jar
[07Feb2023 09:48:04.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file saturn-mc1.18.2-0.0.1.jar with {saturn} mods - versions {0.0.1}
[07Feb2023 09:48:04.591] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\saturn-mc1.18.2-0.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.591] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_core_1.18.2-3.18.0.jar
[07Feb2023 09:48:04.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file adaptive_performance_tweaks_core_1.18.2-3.18.0.jar with {adaptive_performance_tweaks_core} mods - versions {3.18.0}
[07Feb2023 09:48:04.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_core_1.18.2-3.18.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\auudio_forge_1.0.3_MC_1.18-1.18.2.jar
[07Feb2023 09:48:04.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file auudio_forge_1.0.3_MC_1.18-1.18.2.jar with {auudio} mods - versions {1.0.3}
[07Feb2023 09:48:04.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\auudio_forge_1.0.3_MC_1.18-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-essentials-1802.1.7-build.42.jar
[07Feb2023 09:48:04.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-essentials-1802.1.7-build.42.jar with {ftbessentials} mods - versions {1802.1.7-build.42}
[07Feb2023 09:48:04.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-essentials-1802.1.7-build.42.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\climbladdersfast-2.2.3-1.18-forge.jar
[07Feb2023 09:48:04.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file climbladdersfast-2.2.3-1.18-forge.jar with {climbladdersfast} mods - versions {2.2.3-1.18}
[07Feb2023 09:48:04.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\climbladdersfast-2.2.3-1.18-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\supermartijn642configlib-1.1.6-forge-mc1.18.jar
[07Feb2023 09:48:04.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file supermartijn642configlib-1.1.6-forge-mc1.18.jar with {supermartijn642configlib} mods - versions {1.1.6}
[07Feb2023 09:48:04.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\supermartijn642configlib-1.1.6-forge-mc1.18.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\alexsmobs-1.18.6.jar
[07Feb2023 09:48:04.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file alexsmobs-1.18.6.jar with {alexsmobs} mods - versions {1.18.6}
[07Feb2023 09:48:04.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\alexsmobs-1.18.6.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spoornarmorattributes-1.0.6-1.18-forge.jar
[07Feb2023 09:48:04.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file spoornarmorattributes-1.0.6-1.18-forge.jar with {spoornarmorattributes} mods - versions {1.0.6-1.18}
[07Feb2023 09:48:04.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spoornarmorattributes-1.0.6-1.18-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\createdeco-1.2.12-1.18.2.jar
[07Feb2023 09:48:04.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file createdeco-1.2.12-1.18.2.jar with {createdeco} mods - versions {1.2.12-1.18.2}
[07Feb2023 09:48:04.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\createdeco-1.2.12-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[36,)]]
[07Feb2023 09:48:04.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PKC-FD-1.2-1.18.2.jar
[07Feb2023 09:48:04.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PKC-FD-1.2-1.18.2.jar with {fallen_doors} mods - versions {1.21.18.2}
[07Feb2023 09:48:04.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PKC-FD-1.2-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DeathCounter-1.18.2-Forge-1.3.0.jar
[07Feb2023 09:48:04.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DeathCounter-1.18.2-Forge-1.3.0.jar with {deathcounter} mods - versions {1.3.0}
[07Feb2023 09:48:04.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DeathCounter-1.18.2-Forge-1.3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\prefab-1.8.2.3.jar
[07Feb2023 09:48:04.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file prefab-1.8.2.3.jar with {prefab} mods - versions {1.8.2.3}
[07Feb2023 09:48:04.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\prefab-1.8.2.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cagerium-1.18.2-1.1.1.jar
[07Feb2023 09:48:04.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cagerium-1.18.2-1.1.1.jar with {cagerium} mods - versions {1.18.2-1.1.1}
[07Feb2023 09:48:04.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cagerium-1.18.2-1.1.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-windows-2.1.1-mc1.18.2forge.jar
[07Feb2023 09:48:04.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-windows-2.1.1-mc1.18.2forge.jar with {mcwwindows} mods - versions {2.1.1}
[07Feb2023 09:48:04.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-windows-2.1.1-mc1.18.2forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\torohealth-1.18-forge-2.jar
[07Feb2023 09:48:04.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file torohealth-1.18-forge-2.jar with {torohealth} mods - versions {1.18-forge-2}
[07Feb2023 09:48:04.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\torohealth-1.18-forge-2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[07Feb2023 09:48:04.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rubidium-0.5.4.jar
[07Feb2023 09:48:04.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rubidium-0.5.4.jar with {rubidium} mods - versions {0.5.4}
[07Feb2023 09:48:04.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rubidium-0.5.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\appliedcooking-1.0.3.jar
[07Feb2023 09:48:04.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file appliedcooking-1.0.3.jar with {appliedcooking} mods - versions {1.0.3}
[07Feb2023 09:48:04.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\appliedcooking-1.0.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\thermal_foundation-1.18.2-9.2.0.46.jar
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file thermal_foundation-1.18.2-9.2.0.46.jar with {thermal,thermal_foundation} mods - versions {9.2.0.46,9.2.0.46}
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\thermal_foundation-1.18.2-9.2.0.46.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[34,)]]
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolsbase-1.18-3.0.12.jar
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolsbase-1.18-3.0.12.jar with {rftoolsbase} mods - versions {1.18-3.0.12}
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolsbase-1.18-3.0.12.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\IronGenerators-2.0.2-1.18.2.jar
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file IronGenerators-2.0.2-1.18.2.jar with {irongenerators} mods - versions {2.0.1}
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\IronGenerators-2.0.2-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\xnet-1.18-4.0.8.jar
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file xnet-1.18-4.0.8.jar with {xnet} mods - versions {1.18-4.0.8}
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\xnet-1.18-4.0.8.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Powah-3.0.7.jar
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Powah-3.0.7.jar with {powah} mods - versions {3.0.7}
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Powah-3.0.7.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[36,)]]
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MaxHealthFix-Forge-1.18.2-5.0.1.jar
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MaxHealthFix-Forge-1.18.2-5.0.1.jar with {maxhealthfix} mods - versions {5.0.1}
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MaxHealthFix-Forge-1.18.2-5.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MoreBuckets-1.18.2-2.0.1.jar
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MoreBuckets-1.18.2-2.0.1.jar with {morebuckets} mods - versions {2.0.1}
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MoreBuckets-1.18.2-2.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\softerhaybales-1.18.2-3.0.jar
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file softerhaybales-1.18.2-3.0.jar with {softerhaybales} mods - versions {3.0}
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\softerhaybales-1.18.2-3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BotanyPotsTiers-Forge-1.18.2-2.1.2.jar
[07Feb2023 09:48:04.599] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BotanyPotsTiers-Forge-1.18.2-2.1.2.jar with {botanypotstiers} mods - versions {2.1.1}
[07Feb2023 09:48:04.599] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BotanyPotsTiers-Forge-1.18.2-2.1.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.599] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\jobsplus-1.18.2-0.8.2.jar
[07Feb2023 09:48:04.599] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jobsplus-1.18.2-0.8.2.jar with {jobsplus} mods - versions {1.18.2-0.8.2}
[07Feb2023 09:48:04.599] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\jobsplus-1.18.2-0.8.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.599] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradednetherite_items-1.18.2-3.2.0.0-release.jar
[07Feb2023 09:48:04.599] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file upgradednetherite_items-1.18.2-3.2.0.0-release.jar with {upgradednetherite_items} mods - versions {1.18.2-3.2.0.0-release}
[07Feb2023 09:48:04.599] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradednetherite_items-1.18.2-3.2.0.0-release.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.599] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lootbeams-1.18.1-release-july1722.jar
[07Feb2023 09:48:04.599] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lootbeams-1.18.1-release-july1722.jar with {lootbeams} mods - versions {1.18.1}
[07Feb2023 09:48:04.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lootbeams-1.18.1-release-july1722.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DarkUtilities-Forge-1.18.2-10.1.6.jar
[07Feb2023 09:48:04.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DarkUtilities-Forge-1.18.2-10.1.6.jar with {darkutils} mods - versions {10.1.6}
[07Feb2023 09:48:04.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DarkUtilities-Forge-1.18.2-10.1.6.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\balm-3.2.1+0.jar
[07Feb2023 09:48:04.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file balm-3.2.1+0.jar with {balm} mods - versions {3.2.1+0}
[07Feb2023 09:48:04.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\balm-3.2.1+0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\kelpfertilizer-1.18.2-3.0.jar
[07Feb2023 09:48:04.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file kelpfertilizer-1.18.2-3.0.jar with {kelpfertilizer} mods - versions {3.0}
[07Feb2023 09:48:04.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\kelpfertilizer-1.18.2-3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\biggerstacks-1.18.2-6.7-debug.jar
[07Feb2023 09:48:04.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file biggerstacks-1.18.2-6.7-debug.jar with {biggerstacks} mods - versions {1.18.2-6.7-debug}
[07Feb2023 09:48:04.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\biggerstacks-1.18.2-6.7-debug.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\StoneChest-1.18.2-1.1.1.jar
[07Feb2023 09:48:04.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file StoneChest-1.18.2-1.1.1.jar with {stonechest} mods - versions {1.1.1}
[07Feb2023 09:48:04.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\StoneChest-1.18.2-1.1.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\JustEnoughResources-1.18.2-0.14.1.171.jar
[07Feb2023 09:48:04.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file JustEnoughResources-1.18.2-0.14.1.171.jar with {jeresources} mods - versions {0.14.1.171}
[07Feb2023 09:48:04.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\JustEnoughResources-1.18.2-0.14.1.171.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cloth-config-6.3.81-forge.jar
[07Feb2023 09:48:04.601] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cloth-config-6.3.81-forge.jar with {cloth_config} mods - versions {6.3.81}
[07Feb2023 09:48:04.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cloth-config-6.3.81-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[34,)]]
[07Feb2023 09:48:04.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MysticalAgradditions-1.18.2-5.1.3.jar
[07Feb2023 09:48:04.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MysticalAgradditions-1.18.2-5.1.3.jar with {mysticalagradditions} mods - versions {5.1.3}
[07Feb2023 09:48:04.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MysticalAgradditions-1.18.2-5.1.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\shetiphiancore-1.18-3.10.12.jar
[07Feb2023 09:48:04.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file shetiphiancore-1.18-3.10.12.jar with {shetiphiancore} mods - versions {3.10.12}
[07Feb2023 09:48:04.603] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\shetiphiancore-1.18-3.10.12.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.603] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\supplementaries-1.18.2-1.5.16.jar
[07Feb2023 09:48:04.603] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file supplementaries-1.18.2-1.5.16.jar with {supplementaries} mods - versions {1.18.2-1.5.16}
[07Feb2023 09:48:04.603] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\supplementaries-1.18.2-1.5.16.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.603] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\refinedstorage-1.10.4.jar
[07Feb2023 09:48:04.603] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file refinedstorage-1.10.4.jar with {refinedstorage} mods - versions {1.10.4}
[07Feb2023 09:48:04.603] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\refinedstorage-1.10.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.603] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ConfigurableCane-1.18.2-2.3.2.jar
[07Feb2023 09:48:04.603] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ConfigurableCane-1.18.2-2.3.2.jar with {configurablecane} mods - versions {2.3.2}
[07Feb2023 09:48:04.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ConfigurableCane-1.18.2-2.3.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\easy_piglins-1.18.2-1.0.4.jar
[07Feb2023 09:48:04.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file easy_piglins-1.18.2-1.0.4.jar with {easy_piglins} mods - versions {1.18.2-1.0.4}
[07Feb2023 09:48:04.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\easy_piglins-1.18.2-1.0.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradednetherite-1.18.2-4.2.0.6-release.jar
[07Feb2023 09:48:04.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file upgradednetherite-1.18.2-4.2.0.6-release.jar with {upgradednetherite} mods - versions {1.18.2-4.2.0.6-release}
[07Feb2023 09:48:04.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradednetherite-1.18.2-4.2.0.6-release.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\corpse-1.18.2-1.0.2.jar
[07Feb2023 09:48:04.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file corpse-1.18.2-1.0.2.jar with {corpse} mods - versions {1.18.2-1.0.2}
[07Feb2023 09:48:04.605] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\corpse-1.18.2-1.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.605] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\alltheores-1.9.9m-1.18.2-40.1.0.jar
[07Feb2023 09:48:04.605] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file alltheores-1.9.9m-1.18.2-40.1.0.jar with {alltheores} mods - versions {1.9.9m-1.18.2-40.1.0}
[07Feb2023 09:48:04.605] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\alltheores-1.9.9m-1.18.2-40.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[37,)]]
[07Feb2023 09:48:04.605] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PackMenu-1.18.2-4.1.4.jar
[07Feb2023 09:48:04.605] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PackMenu-1.18.2-4.1.4.jar with {packmenu} mods - versions {4.1.4}
[07Feb2023 09:48:04.605] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PackMenu-1.18.2-4.1.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[07Feb2023 09:48:04.605] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\torchmaster-18.1.0.jar
[07Feb2023 09:48:04.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file torchmaster-18.1.0.jar with {torchmaster} mods - versions {18.1.0}
[07Feb2023 09:48:04.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\torchmaster-18.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BiomesOPlenty-1.18.2-16.0.0.109-universal.jar
[07Feb2023 09:48:04.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BiomesOPlenty-1.18.2-16.0.0.109-universal.jar with {biomesoplenty} mods - versions {1.18.2-16.0.0.109}
[07Feb2023 09:48:04.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BiomesOPlenty-1.18.2-16.0.0.109-universal.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BotanyTrees-Forge-1.18.2-4.0.6.jar
[07Feb2023 09:48:04.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BotanyTrees-Forge-1.18.2-4.0.6.jar with {botanytrees} mods - versions {4.0.6}
[07Feb2023 09:48:04.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BotanyTrees-Forge-1.18.2-4.0.6.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /META-INF/jars/ColaMixinConfig-v1.0.2.jar
[07Feb2023 09:48:04.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ColaMixinConfig-v1.0.2.jar with {caffeineconfig} mods - versions {1.0.2}
[07Feb2023 09:48:04.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /META-INF/jars/ColaMixinConfig-v1.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[07Feb2023 09:48:04.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ironfurnaces-1.18.2-3.3.3.jar
[07Feb2023 09:48:04.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ironfurnaces-1.18.2-3.3.3.jar with {ironfurnaces} mods - versions {3.3.3}
[07Feb2023 09:48:04.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ironfurnaces-1.18.2-3.3.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=${loader_version_range}]]
[07Feb2023 09:48:04.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-trapdoors-1.0.8-mc1.18.2forge.jar
[07Feb2023 09:48:04.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-trapdoors-1.0.8-mc1.18.2forge.jar with {mcwtrpdoors} mods - versions {1.0.8}
[07Feb2023 09:48:04.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-trapdoors-1.0.8-mc1.18.2forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\silent-gear-1.18.2-2.10.17.jar
[07Feb2023 09:48:04.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file silent-gear-1.18.2-2.10.17.jar with {silentgear} mods - versions {2.10.17}
[07Feb2023 09:48:04.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\silent-gear-1.18.2-2.10.17.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.608] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\supermartijn642corelib-1.1.1a-forge-mc1.18.jar
[07Feb2023 09:48:04.608] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file supermartijn642corelib-1.1.1a-forge-mc1.18.jar with {supermartijn642corelib} mods - versions {1.1.1a}
[07Feb2023 09:48:04.608] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\supermartijn642corelib-1.1.1a-forge-mc1.18.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.608] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Botania-1.18.2-435.jar
[07Feb2023 09:48:04.608] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Botania-1.18.2-435.jar with {botania} mods - versions {1.18.2-435}
[07Feb2023 09:48:04.608] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Botania-1.18.2-435.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.608] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\fairylights-5.0.0-1.18.2.jar
[07Feb2023 09:48:04.608] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fairylights-5.0.0-1.18.2.jar with {fairylights} mods - versions {5.0.0}
[07Feb2023 09:48:04.609] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\fairylights-5.0.0-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.609] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Highlighter-1.18.1-1.1.2.jar
[07Feb2023 09:48:04.609] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Highlighter-1.18.1-1.1.2.jar with {highlighter} mods - versions {1.1.2}
[07Feb2023 09:48:04.609] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Highlighter-1.18.1-1.1.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.609] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Philips-ruins1.18.2-4.5.jar
[07Feb2023 09:48:04.609] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Philips-ruins1.18.2-4.5.jar with {philipsruins} mods - versions {4.5}
[07Feb2023 09:48:04.609] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Philips-ruins1.18.2-4.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.609] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spark-1.9.11-forge.jar
[07Feb2023 09:48:04.609] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file spark-1.9.11-forge.jar with {spark} mods - versions {1.9.11}
[07Feb2023 09:48:04.610] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spark-1.9.11-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[34,)]]
[07Feb2023 09:48:04.610] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\TextruesRubidiumOptions-1.0.4-mc1.18.2.jar
[07Feb2023 09:48:04.610] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TextruesRubidiumOptions-1.0.4-mc1.18.2.jar with {reeses_sodium_options} mods - versions {1.0.4-mc1.18.2}
[07Feb2023 09:48:04.610] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\TextruesRubidiumOptions-1.0.4-mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[36,)]]
[07Feb2023 09:48:04.610] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MysticalAdaptations-1.18.2-1.1.2.jar
[07Feb2023 09:48:04.610] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MysticalAdaptations-1.18.2-1.1.2.jar with {mysticaladaptations} mods - versions {1.18.2-1.1.1}
[07Feb2023 09:48:04.610] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MysticalAdaptations-1.18.2-1.1.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.610] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\curios-forge-1.18.2-5.0.7.1.jar
[07Feb2023 09:48:04.610] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file curios-forge-1.18.2-5.0.7.1.jar with {curios} mods - versions {1.18.2-5.0.7.1}
[07Feb2023 09:48:04.610] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\curios-forge-1.18.2-5.0.7.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spoornweaponattributes-3.4.9-1.18-forge.jar
[07Feb2023 09:48:04.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file spoornweaponattributes-3.4.9-1.18-forge.jar with {spoornweaponattributes} mods - versions {3.4.9-1.18}
[07Feb2023 09:48:04.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spoornweaponattributes-3.4.9-1.18-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FramedBlocks-5.10.0.jar
[07Feb2023 09:48:04.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FramedBlocks-5.10.0.jar with {framedblocks} mods - versions {5.10.0}
[07Feb2023 09:48:04.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FramedBlocks-5.10.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ExtraStorage-1.18.2-2.2.1.jar
[07Feb2023 09:48:04.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ExtraStorage-1.18.2-2.2.1.jar with {extrastorage} mods - versions {2.2.1}
[07Feb2023 09:48:04.612] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ExtraStorage-1.18.2-2.2.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.612] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pluto-mc1.18.2-0.0.3.jar
[07Feb2023 09:48:04.612] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pluto-mc1.18.2-0.0.3.jar with {pluto} mods - versions {0.0.3}
[07Feb2023 09:48:04.612] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pluto-mc1.18.2-0.0.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.612] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cfm-7.0.0-pre35-1.18.2.jar
[07Feb2023 09:48:04.612] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cfm-7.0.0-pre35-1.18.2.jar with {cfm} mods - versions {7.0.0-pre35}
[07Feb2023 09:48:04.612] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cfm-7.0.0-pre35-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.612] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\nametagtweaks-1.18.2-3.0.jar
[07Feb2023 09:48:04.612] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file nametagtweaks-1.18.2-3.0.jar with {nametagtweaks} mods - versions {3.0}
[07Feb2023 09:48:04.612] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\nametagtweaks-1.18.2-3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\refinedcooking-2.0.4.jar
[07Feb2023 09:48:04.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file refinedcooking-2.0.4.jar with {refinedcooking} mods - versions {2.0.4}
[07Feb2023 09:48:04.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\refinedcooking-2.0.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-furniture-3.0.2-mc1.18.2.jar
[07Feb2023 09:48:04.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-furniture-3.0.2-mc1.18.2.jar with {mcwfurnitures} mods - versions {3.0.2}
[07Feb2023 09:48:04.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-furniture-3.0.2-mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\weirdinggadget-1.18.1-2.2.11.jar
[07Feb2023 09:48:04.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file weirdinggadget-1.18.1-2.2.11.jar with {weirdinggadget} mods - versions {2.2.11}
[07Feb2023 09:48:04.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\weirdinggadget-1.18.1-2.2.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\the_bumblezone_forge-5.1.2+1.18.2.jar
[07Feb2023 09:48:04.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file the_bumblezone_forge-5.1.2+1.18.2.jar with {the_bumblezone} mods - versions {5.1.2+1.18.2}
[07Feb2023 09:48:04.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\the_bumblezone_forge-5.1.2+1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\JadeAddons-1.18.2-forge-2.4.1.jar
[07Feb2023 09:48:04.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file JadeAddons-1.18.2-forge-2.4.1.jar with {jadeaddons} mods - versions {2.4.1}
[07Feb2023 09:48:04.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\JadeAddons-1.18.2-forge-2.4.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\smallernetherportals-1.18.2-3.0.jar
[07Feb2023 09:48:04.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file smallernetherportals-1.18.2-3.0.jar with {smallernetherportals} mods - versions {3.0}
[07Feb2023 09:48:04.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\smallernetherportals-1.18.2-3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.614] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rainbegoneritual-1.18.2-3.0.jar
[07Feb2023 09:48:04.615] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rainbegoneritual-1.18.2-3.0.jar with {rainbegoneritual} mods - versions {3.0}
[07Feb2023 09:48:04.615] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rainbegoneritual-1.18.2-3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.615] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\geckolib-forge-1.18-3.0.57.jar
[07Feb2023 09:48:04.615] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file geckolib-forge-1.18-3.0.57.jar with {geckolib3} mods - versions {3.0.57}
[07Feb2023 09:48:04.615] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\geckolib-forge-1.18-3.0.57.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.615] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar
[07Feb2023 09:48:04.615] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar with {playerrevive} mods - versions {2.0.13}
[07Feb2023 09:48:04.615] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[24,)]]
[07Feb2023 09:48:04.615] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\randombonemealflowers-1.18.2-4.0.jar
[07Feb2023 09:48:04.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file randombonemealflowers-1.18.2-4.0.jar with {randombonemealflowers} mods - versions {4.0}
[07Feb2023 09:48:04.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\randombonemealflowers-1.18.2-4.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-lights-1.0.5-mc1.18.2forge.jar
[07Feb2023 09:48:04.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-lights-1.0.5-mc1.18.2forge.jar with {mcwlights} mods - versions {1.0.5}
[07Feb2023 09:48:04.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-lights-1.0.5-mc1.18.2forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_spawn_1.18.2-3.18.0.jar
[07Feb2023 09:48:04.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file adaptive_performance_tweaks_spawn_1.18.2-3.18.0.jar with {adaptive_performance_tweaks_spawn} mods - versions {3.18.0}
[07Feb2023 09:48:04.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_spawn_1.18.2-3.18.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-library-forge-1802.3.9-build.167.jar
[07Feb2023 09:48:04.617] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-library-forge-1802.3.9-build.167.jar with {ftblibrary} mods - versions {1802.3.9-build.167}
[07Feb2023 09:48:04.617] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-library-forge-1802.3.9-build.167.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.617] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cgm-1.3.3-1.18.2.jar
[07Feb2023 09:48:04.617] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cgm-1.3.3-1.18.2.jar with {cgm} mods - versions {1.3.3}
[07Feb2023 09:48:04.617] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cgm-1.3.3-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.617] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\biomesinjars_forge_1.1.2_MC_1.18.2.jar
[07Feb2023 09:48:04.617] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file biomesinjars_forge_1.1.2_MC_1.18.2.jar with {biomesinjars} mods - versions {1.1.2}
[07Feb2023 09:48:04.617] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\biomesinjars_forge_1.1.2_MC_1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.618] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rechiseled-1.0.12a-forge-mc1.18.jar
[07Feb2023 09:48:04.618] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rechiseled-1.0.12a-forge-mc1.18.jar with {rechiseled} mods - versions {1.0.12a}
[07Feb2023 09:48:04.618] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rechiseled-1.0.12a-forge-mc1.18.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.618] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\treeharvester-1.18.2-7.0.jar
[07Feb2023 09:48:04.618] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file treeharvester-1.18.2-7.0.jar with {treeharvester} mods - versions {7.0}
[07Feb2023 09:48:04.618] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\treeharvester-1.18.2-7.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.618] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\appliedenergistics2-forge-11.7.0.jar
[07Feb2023 09:48:04.618] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file appliedenergistics2-forge-11.7.0.jar with {ae2} mods - versions {11.7.0}
[07Feb2023 09:48:04.619] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\appliedenergistics2-forge-11.7.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[07Feb2023 09:48:04.619] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\jei-1.18.2-forge-10.2.1.1002.jar
[07Feb2023 09:48:04.619] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jei-1.18.2-forge-10.2.1.1002.jar with {jei} mods - versions {10.2.1.1002}
[07Feb2023 09:48:04.619] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\jei-1.18.2-forge-10.2.1.1002.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.619] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\multi-piston-1.18.2-1.2.15-ALPHA.jar
[07Feb2023 09:48:04.619] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file multi-piston-1.18.2-1.2.15-ALPHA.jar with {multipiston} mods - versions {1.18.2-1.2.15-ALPHA}
[07Feb2023 09:48:04.619] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\multi-piston-1.18.2-1.2.15-ALPHA.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.620] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AttributeFix-Forge-1.18.2-14.0.2.jar
[07Feb2023 09:48:04.620] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AttributeFix-Forge-1.18.2-14.0.2.jar with {attributefix} mods - versions {14.0.2}
[07Feb2023 09:48:04.620] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AttributeFix-Forge-1.18.2-14.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.620] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\VisualWorkbench-v3.3.0-1.18.2-Forge.jar
[07Feb2023 09:48:04.620] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file VisualWorkbench-v3.3.0-1.18.2-Forge.jar with {visualworkbench} mods - versions {3.3.0}
[07Feb2023 09:48:04.620] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\VisualWorkbench-v3.3.0-1.18.2-Forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.620] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Mekanism-1.18.2-10.2.5.465.jar
[07Feb2023 09:48:04.620] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Mekanism-1.18.2-10.2.5.465.jar with {mekanism} mods - versions {10.2.5}
[07Feb2023 09:48:04.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Mekanism-1.18.2-10.2.5.465.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\bdlib-1.19.3.7-mc1.18.2.jar
[07Feb2023 09:48:04.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file bdlib-1.19.3.7-mc1.18.2.jar with {bdlib} mods - versions {1.19.3.7}
[07Feb2023 09:48:04.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\bdlib-1.19.3.7-mc1.18.2.jar with languages [LanguageSpec[languageName=kotori_scala, acceptedVersions=[2.13.8,2.14.0)]]
[07Feb2023 09:48:04.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CSC_BKP_1_18_2_Forge_1_5_0_3-11_03_2022.jar
[07Feb2023 09:48:04.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CSC_BKP_1_18_2_Forge_1_5_0_3-11_03_2022.jar with {dufxcsc} mods - versions {1.5.0.3}
[07Feb2023 09:48:04.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CSC_BKP_1_18_2_Forge_1_5_0_3-11_03_2022.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\shutupexperimentalsettings-1.0.5.jar
[07Feb2023 09:48:04.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file shutupexperimentalsettings-1.0.5.jar with {shutupexperimentalsettings} mods - versions {1.0.5}
[07Feb2023 09:48:04.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\shutupexperimentalsettings-1.0.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.622] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\integrated_api_forge-1.1.0+1.18.2.jar
[07Feb2023 09:48:04.622] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file integrated_api_forge-1.1.0+1.18.2.jar with {integrated_api} mods - versions {1.1.0+1.18.2}
[07Feb2023 09:48:04.622] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\integrated_api_forge-1.1.0+1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.622] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\NaturesCompass-1.18.2-1.9.7-forge.jar
[07Feb2023 09:48:04.622] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file NaturesCompass-1.18.2-1.9.7-forge.jar with {naturescompass} mods - versions {1.18.2-1.9.7-forge}
[07Feb2023 09:48:04.622] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\NaturesCompass-1.18.2-1.9.7-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.622] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\compactmachines-4.5.0.jar
[07Feb2023 09:48:04.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file compactmachines-4.5.0.jar with {compactmachines} mods - versions {4.5.0}
[07Feb2023 09:48:04.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\compactmachines-4.5.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\humblingbundle-1.18.2-2.1.jar
[07Feb2023 09:48:04.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file humblingbundle-1.18.2-2.1.jar with {humblingbundle} mods - versions {2.1}
[07Feb2023 09:48:04.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\humblingbundle-1.18.2-2.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BotanyPots-Forge-1.18.2-8.0.23.jar
[07Feb2023 09:48:04.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BotanyPots-Forge-1.18.2-8.0.23.jar with {botanypots} mods - versions {8.0.23}
[07Feb2023 09:48:04.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BotanyPots-Forge-1.18.2-8.0.23.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\champions-forge-1.18.2-2.1.6.3.jar
[07Feb2023 09:48:04.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file champions-forge-1.18.2-2.1.6.3.jar with {champions} mods - versions {1.18.2-2.1.6.3}
[07Feb2023 09:48:04.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\champions-forge-1.18.2-2.1.6.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\farmingforblockheads-forge-1.18.2-10.0.2.jar
[07Feb2023 09:48:04.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file farmingforblockheads-forge-1.18.2-10.0.2.jar with {farmingforblockheads} mods - versions {10.0.2}
[07Feb2023 09:48:04.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\farmingforblockheads-forge-1.18.2-10.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cofh_core-1.18.2-9.2.1.39.jar
[07Feb2023 09:48:04.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cofh_core-1.18.2-9.2.1.39.jar with {cofh_core} mods - versions {9.2.1}
[07Feb2023 09:48:04.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cofh_core-1.18.2-9.2.1.39.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BeeFix-1.18-1.0.7.jar
[07Feb2023 09:48:04.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BeeFix-1.18-1.0.7.jar with {beefix} mods - versions {1.0.7}
[07Feb2023 09:48:04.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\BeeFix-1.18-1.0.7.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.630] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod Bee with Javascript path asm/Bee.js
[07Feb2023 09:48:04.630] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod BeehiveEntity with Javascript path asm/BeehiveEntity.js
[07Feb2023 09:48:04.630] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod BeeRenderer with Javascript path asm/BeeRenderer.js
[07Feb2023 09:48:04.630] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod Level with Javascript path asm/Level.js
[07Feb2023 09:48:04.630] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod NavigationFix with Javascript path asm/NavigationFix.js
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPos with Javascript path asm/RandomPos.js
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod TurtleEgg with Javascript path asm/TurtleEgg.js
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/Bee.js
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/BeehiveEntity.js
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/BeeRenderer.js
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/Level.js
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/NavigationFix.js
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/RandomPos.js
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/TurtleEgg.js
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\additional_lights-1.18.2-2.1.4.jar
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file additional_lights-1.18.2-2.1.4.jar with {additional_lights} mods - versions {2.1.4}
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\additional_lights-1.18.2-2.1.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\compacthelpcommand-1.18.2-2.0.jar
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file compacthelpcommand-1.18.2-2.0.jar with {compacthelpcommand} mods - versions {2.0}
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\compacthelpcommand-1.18.2-2.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\JEITweaker-1.18.2-3.0.0.9.jar
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file JEITweaker-1.18.2-3.0.0.9.jar with {jeitweaker} mods - versions {3.0.0.9}
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\JEITweaker-1.18.2-3.0.0.9.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\dismountentity-1.18.2-3.0.jar
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dismountentity-1.18.2-3.0.jar with {dismountentity} mods - versions {3.0}
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\dismountentity-1.18.2-3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CraftTweaker-forge-1.18.2-9.1.203.jar
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CraftTweaker-forge-1.18.2-9.1.203.jar with {crafttweaker} mods - versions {9.1.203}
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CraftTweaker-forge-1.18.2-9.1.203.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ExtraDisks-1.18.2-2.1.0.jar
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ExtraDisks-1.18.2-2.1.0.jar with {extradisks} mods - versions {1.18.2-2.1.0}
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ExtraDisks-1.18.2-2.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolspower-1.18-4.0.9.jar
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolspower-1.18-4.0.9.jar with {rftoolspower} mods - versions {1.18-4.0.9}
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolspower-1.18-4.0.9.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Install\libraries\net\minecraftforge\forge\1.18.2-40.2.1\forge-1.18.2-40.2.1-universal.jar
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.18.2-40.2.1-universal.jar with {forge} mods - versions {40.2.1}
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Install\libraries\net\minecraftforge\forge\1.18.2-40.2.1\forge-1.18.2-40.2.1-universal.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[24,]]]
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod field_to_method with Javascript path coremods/field_to_method.js
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod field_to_instanceof with Javascript path coremods/field_to_instanceof.js
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod add_bouncer_method with Javascript path coremods/add_bouncer_method.js
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod registry_object_binary_compat with Javascript path coremods/registry_object_binary_compat.js
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/field_to_method.js
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/field_to_instanceof.js
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/add_bouncer_method.js
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/registry_object_binary_compat.js
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ae2ao-8.1.1-1.18.jar
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ae2ao-8.1.1-1.18.jar with {ae2ao} mods - versions {8.1.1}
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ae2ao-8.1.1-1.18.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[07Feb2023 09:48:04.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\idas_forge-1.6.0+1.18.2.jar
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file idas_forge-1.6.0+1.18.2.jar with {idas} mods - versions {1.6.0+1.18.2}
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\idas_forge-1.6.0+1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-paths-1.0.2forge-mc1.18.2.jar
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-paths-1.0.2forge-mc1.18.2.jar with {mcwpaths} mods - versions {1.0.2}
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-paths-1.0.2forge-mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ironchest-1.18.2-13.2.11.jar
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ironchest-1.18.2-13.2.11.jar with {ironchest} mods - versions {1.18.2-13.2.11}
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ironchest-1.18.2-13.2.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40.0,)]]
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\wooltweaks-1.18.2-3.0.jar
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file wooltweaks-1.18.2-3.0.jar with {wooltweaks} mods - versions {3.0}
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\wooltweaks-1.18.2-3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\drippyloadingscreen_forge_1.6.6_MC_1.18-1.18.2.jar
[07Feb2023 09:48:04.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file drippyloadingscreen_forge_1.6.6_MC_1.18-1.18.2.jar with {drippyloadingscreen} mods - versions {1.6.6}
[07Feb2023 09:48:04.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\drippyloadingscreen_forge_1.6.6_MC_1.18-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ZeroCore2-1.18.2-2.1.30.jar
[07Feb2023 09:48:04.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ZeroCore2-1.18.2-2.1.30.jar with {zerocore} mods - versions {1.18.2-2.1.30}
[07Feb2023 09:48:04.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ZeroCore2-1.18.2-2.1.30.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,41)]]
[07Feb2023 09:48:04.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file client-1.18.2-20220404.173914-srg.jar with {minecraft} mods - versions {1.18.2}
[07Feb2023 09:48:04.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Install\libraries\net\minecraft\client\1.18.2-20220404.173914\client-1.18.2-20220404.173914-srg.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]]
[07Feb2023 09:48:04.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sophisticatedbackpacksvh-1.18.2-1.0.5.13.jar
[07Feb2023 09:48:04.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sophisticatedbackpacksvh-1.18.2-1.0.5.13.jar with {sophisticatedbackpacksvh} mods - versions {1.18.2-1.0.5.13}
[07Feb2023 09:48:04.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sophisticatedbackpacksvh-1.18.2-1.0.5.13.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[18,)]]
[07Feb2023 09:48:04.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\TerraBlender-forge-1.18.2-1.2.0.126.jar
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TerraBlender-forge-1.18.2-1.2.0.126.jar with {terrablender} mods - versions {1.2.0.126}
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\TerraBlender-forge-1.18.2-1.2.0.126.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MouseTweaks-forge-mc1.18-2.21.jar
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MouseTweaks-forge-mc1.18-2.21.jar with {mousetweaks} mods - versions {2.21}
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MouseTweaks-forge-mc1.18-2.21.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\allthemodium-1.9.6-1.18.2-40.1.51.jar
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file allthemodium-1.9.6-1.18.2-40.1.51.jar with {allthemodium} mods - versions {1.9.6-1.18.2-40.1.51}
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\allthemodium-1.9.6-1.18.2-40.1.51.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2crops-1.18.2-1.0.5.jar
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pamhc2crops-1.18.2-1.0.5.jar with {pamhc2crops} mods - versions {0.0NONE}
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2crops-1.18.2-1.0.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CreateTweaker-1.18.2-2.0.0.17.jar
[07Feb2023 09:48:04.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CreateTweaker-1.18.2-2.0.0.17.jar with {createtweaker} mods - versions {2.0.0.17}
[07Feb2023 09:48:04.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CreateTweaker-1.18.2-2.0.0.17.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\domum_ornamentum-1.18.2-1.0.50-ALPHA-universal.jar
[07Feb2023 09:48:04.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file domum_ornamentum-1.18.2-1.0.50-ALPHA-universal.jar with {domum_ornamentum} mods - versions {1.18.2-1.0.50-ALPHA}
[07Feb2023 09:48:04.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\domum_ornamentum-1.18.2-1.0.50-ALPHA-universal.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pipez-1.18.2-1.1.5.jar
[07Feb2023 09:48:04.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pipez-1.18.2-1.1.5.jar with {pipez} mods - versions {1.18.2-1.1.5}
[07Feb2023 09:48:04.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pipez-1.18.2-1.1.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\flywheel-forge-1.18.2-0.6.8.a.jar
[07Feb2023 09:48:04.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file flywheel-forge-1.18.2-0.6.8.a.jar with {flywheel} mods - versions {0.6.8.a}
[07Feb2023 09:48:04.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\flywheel-forge-1.18.2-0.6.8.a.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ecologics-forge-1.18.2-1.7.11.jar
[07Feb2023 09:48:04.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ecologics-forge-1.18.2-1.7.11.jar with {ecologics} mods - versions {1.7.11}
[07Feb2023 09:48:04.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ecologics-forge-1.18.2-1.7.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Mantle-1.18.2-1.9.43.jar
[07Feb2023 09:48:04.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Mantle-1.18.2-1.9.43.jar with {mantle} mods - versions {1.9.43}
[07Feb2023 09:48:04.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Mantle-1.18.2-1.9.43.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39.0,)]]
[07Feb2023 09:48:04.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Xaeros_Minimap_22.17.1_Forge_1.18.2.jar
[07Feb2023 09:48:04.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Xaeros_Minimap_22.17.1_Forge_1.18.2.jar with {xaerominimap} mods - versions {22.17.1}
[07Feb2023 09:48:04.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Xaeros_Minimap_22.17.1_Forge_1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod xaerominimap_core with Javascript path META-INF/xaerominimap_core.js
[07Feb2023 09:48:04.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/xaerominimap_core.js
[07Feb2023 09:48:04.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Croptopia-1.18.2-FORGE-2.1.0.jar
[07Feb2023 09:48:04.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Croptopia-1.18.2-FORGE-2.1.0.jar with {croptopia} mods - versions {2.1.0}
[07Feb2023 09:48:04.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Croptopia-1.18.2-FORGE-2.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[37,)]]
[07Feb2023 09:48:04.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\itemcollectors-1.1.6-forge-mc1.18.jar
[07Feb2023 09:48:04.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file itemcollectors-1.1.6-forge-mc1.18.jar with {itemcollectors} mods - versions {1.1.6}
[07Feb2023 09:48:04.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\itemcollectors-1.1.6-forge-mc1.18.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MEGACells-1.4.2-1.18.2.jar
[07Feb2023 09:48:04.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MEGACells-1.4.2-1.18.2.jar with {megacells} mods - versions {1.4.2-1.18.2}
[07Feb2023 09:48:04.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MEGACells-1.4.2-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2foodcore-1.18.2-1.0.3.jar
[07Feb2023 09:48:04.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pamhc2foodcore-1.18.2-1.0.3.jar with {pamhc2foodcore} mods - versions {1.0.1}
[07Feb2023 09:48:04.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2foodcore-1.18.2-1.0.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rubidium-extra-0.4.16+mc1.18.2-build.57.jar
[07Feb2023 09:48:04.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rubidium-extra-0.4.16+mc1.18.2-build.57.jar with {sodiumextra} mods - versions {0.4.16+mc1.18.2-build.57}
[07Feb2023 09:48:04.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rubidium-extra-0.4.16+mc1.18.2-build.57.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AutoRegLib-1.7-53.jar
[07Feb2023 09:48:04.642] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AutoRegLib-1.7-53.jar with {autoreglib} mods - versions {1.7-53}
[07Feb2023 09:48:04.642] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AutoRegLib-1.7-53.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.642] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\polymorph-forge-1.18.2-0.46.jar
[07Feb2023 09:48:04.642] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file polymorph-forge-1.18.2-0.46.jar with {polymorph} mods - versions {1.18.2-0.46}
[07Feb2023 09:48:04.642] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\polymorph-forge-1.18.2-0.46.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.642] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\structurize-1.18.2-1.0.424-ALPHA.jar
[07Feb2023 09:48:04.642] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file structurize-1.18.2-1.0.424-ALPHA.jar with {structurize} mods - versions {1.18.2-1.0.424-ALPHA}
[07Feb2023 09:48:04.642] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\structurize-1.18.2-1.0.424-ALPHA.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.642] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PickleTweaks-1.18.2-6.1.2.jar
[07Feb2023 09:48:04.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PickleTweaks-1.18.2-6.1.2.jar with {pickletweaks} mods - versions {6.1.2}
[07Feb2023 09:48:04.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PickleTweaks-1.18.2-6.1.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FastFurnace-1.18.2-6.0.3.jar
[07Feb2023 09:48:04.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastFurnace-1.18.2-6.0.3.jar with {fastfurnace} mods - versions {6.0.3}
[07Feb2023 09:48:04.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FastFurnace-1.18.2-6.0.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[07Feb2023 09:48:04.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\enercell-1.18.2-1.0.2.jar
[07Feb2023 09:48:04.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file enercell-1.18.2-1.0.2.jar with {enercell} mods - versions {0.0NONE}
[07Feb2023 09:48:04.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\enercell-1.18.2-1.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\neoncraft2-2.2.jar
[07Feb2023 09:48:04.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoncraft2-2.2.jar with {neoncraft2} mods - versions {2.2}
[07Feb2023 09:48:04.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\neoncraft2-2.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\appleskin-forge-mc1.18.2-2.4.1.jar
[07Feb2023 09:48:04.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file appleskin-forge-mc1.18.2-2.4.1.jar with {appleskin} mods - versions {2.4.1+mc1.18.2}
[07Feb2023 09:48:04.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\appleskin-forge-mc1.18.2-2.4.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\connectedglass-1.1.6-forge-mc1.18.jar
[07Feb2023 09:48:04.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file connectedglass-1.1.6-forge-mc1.18.jar with {connectedglass} mods - versions {1.1.6}
[07Feb2023 09:48:04.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\connectedglass-1.1.6-forge-mc1.18.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lootr-1.18.2-0.2.23.60.jar
[07Feb2023 09:48:04.645] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lootr-1.18.2-0.2.23.60.jar with {lootr} mods - versions {0.2.21.58}
[07Feb2023 09:48:04.645] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lootr-1.18.2-0.2.23.60.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.645] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradednetherite_ultimate-1.18.2-3.2.0.1-release.jar
[07Feb2023 09:48:04.645] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file upgradednetherite_ultimate-1.18.2-3.2.0.1-release.jar with {upgradednetherite_ultimate} mods - versions {1.18.2-3.2.0.1-release}
[07Feb2023 09:48:04.645] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradednetherite_ultimate-1.18.2-3.2.0.1-release.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.645] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PuzzlesLib-v3.3.5-1.18.2-Forge.jar
[07Feb2023 09:48:04.645] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PuzzlesLib-v3.3.5-1.18.2-Forge.jar with {puzzleslib} mods - versions {3.3.5}
[07Feb2023 09:48:04.645] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PuzzlesLib-v3.3.5-1.18.2-Forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.645] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\extremesoundmuffler-3.30_forge-1.18.2.jar
[07Feb2023 09:48:04.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file extremesoundmuffler-3.30_forge-1.18.2.jar with {extremesoundmuffler} mods - versions {3.31_forge-1.18.2}
[07Feb2023 09:48:04.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\extremesoundmuffler-3.30_forge-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[34,)]]
[07Feb2023 09:48:04.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CosmeticArmorReworked-1.18.2-v2a.jar
[07Feb2023 09:48:04.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CosmeticArmorReworked-1.18.2-v2a.jar with {cosmeticarmorreworked} mods - versions {1.18.2-v2a}
[07Feb2023 09:48:04.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CosmeticArmorReworked-1.18.2-v2a.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[25,)]]
[07Feb2023 09:48:04.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\the_vault-1.18.2-2.0.14.1424.jar
[07Feb2023 09:48:04.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file the_vault-1.18.2-2.0.14.1424.jar with {the_vault} mods - versions {1.18.2-2.0.14.1424}
[07Feb2023 09:48:04.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\the_vault-1.18.2-2.0.14.1424.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rsrequestify-2.2.0.jar
[07Feb2023 09:48:04.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rsrequestify-2.2.0.jar with {rsrequestify} mods - versions {2.2.0}
[07Feb2023 09:48:04.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rsrequestify-2.2.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CyclopsCore-1.18.2-1.16.2.jar
[07Feb2023 09:48:04.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CyclopsCore-1.18.2-1.16.2.jar with {cyclopscore} mods - versions {1.16.2}
[07Feb2023 09:48:04.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CyclopsCore-1.18.2-1.16.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\auxiliaryblocks-1.18.2-0.4.1.jar
[07Feb2023 09:48:04.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file auxiliaryblocks-1.18.2-0.4.1.jar with {auxiliaryblocks} mods - versions {1.18.2-0.4.1}
[07Feb2023 09:48:04.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\auxiliaryblocks-1.18.2-0.4.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AIOTBotania-1.18.2-2.1.2.jar
[07Feb2023 09:48:04.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AIOTBotania-1.18.2-2.1.2.jar with {aiotbotania} mods - versions {1.18.2-2.1.2}
[07Feb2023 09:48:04.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AIOTBotania-1.18.2-2.1.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.648] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Architects-Palette-1.18.2-1.2.0.jar
[07Feb2023 09:48:04.648] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Architects-Palette-1.18.2-1.2.0.jar with {architects_palette} mods - versions {1.1.2}
[07Feb2023 09:48:04.648] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Architects-Palette-1.18.2-1.2.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.648] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\HealthOverlay-1.18.2-6.3.4.jar
[07Feb2023 09:48:04.648] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file HealthOverlay-1.18.2-6.3.4.jar with {healthoverlay} mods - versions {6.3.4}
[07Feb2023 09:48:04.648] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\HealthOverlay-1.18.2-6.3.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.648] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\connectivity-1.18.2-3.2.jar
[07Feb2023 09:48:04.648] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file connectivity-1.18.2-3.2.jar with {connectivity} mods - versions {1.18.2-3.2}
[07Feb2023 09:48:04.648] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\connectivity-1.18.2-3.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.648] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sophisticatedcore-1.18.2-0.5.37.202.jar
[07Feb2023 09:48:04.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sophisticatedcore-1.18.2-0.5.37.202.jar with {sophisticatedcore} mods - versions {1.18.2-0.5.37.202}
[07Feb2023 09:48:04.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sophisticatedcore-1.18.2-0.5.37.202.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[18,)]]
[07Feb2023 09:48:04.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rsgauges-1.18.2-1.2.16.jar
[07Feb2023 09:48:04.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rsgauges-1.18.2-1.2.16.jar with {rsgauges} mods - versions {1.2.16}
[07Feb2023 09:48:04.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rsgauges-1.18.2-1.2.16.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\InitialInventory-forge-1.18.2-6.0.8.jar
[07Feb2023 09:48:04.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file InitialInventory-forge-1.18.2-6.0.8.jar with {initialinventory} mods - versions {6.0.8}
[07Feb2023 09:48:04.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\InitialInventory-forge-1.18.2-6.0.8.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcwfurnituresbop-1.18.2-1.1.jar
[07Feb2023 09:48:04.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcwfurnituresbop-1.18.2-1.1.jar with {mcwfurnituresbop} mods - versions {1.18.2-1.1}
[07Feb2023 09:48:04.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcwfurnituresbop-1.18.2-1.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\realisticbees-1.18.2-3.1.jar
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file realisticbees-1.18.2-3.1.jar with {realisticbees} mods - versions {3.1}
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\realisticbees-1.18.2-3.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Controlling-forge-1.18.2-9.0+22.jar
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Controlling-forge-1.18.2-9.0+22.jar with {controlling} mods - versions {9.0+22}
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Controlling-forge-1.18.2-9.0+22.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cookingforblockheads-forge-1.18.2-12.2.0.jar
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cookingforblockheads-forge-1.18.2-12.2.0.jar with {cookingforblockheads} mods - versions {12.2.0}
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\cookingforblockheads-forge-1.18.2-12.2.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\XaerosWorldMap_1.28.8_Forge_1.18.2.jar
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file XaerosWorldMap_1.28.8_Forge_1.18.2.jar with {xaeroworldmap} mods - versions {1.28.8}
[07Feb2023 09:48:04.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\XaerosWorldMap_1.28.8_Forge_1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod xaeroworldmap_core with Javascript path META-INF/xaeroworldmap_core.js
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/xaeroworldmap_core.js
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\citadel-1.11.3-1.18.2.jar
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file citadel-1.11.3-1.18.2.jar with {citadel} mods - versions {1.11.3}
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\citadel-1.11.3-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Placebo-1.18.2-6.6.6.jar
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Placebo-1.18.2-6.6.6.jar with {placebo} mods - versions {6.6.6}
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Placebo-1.18.2-6.6.6.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Prism-1.18.2-1.0.1.jar
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Prism-1.18.2-1.0.1.jar with {prism} mods - versions {1.0.1}
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Prism-1.18.2-1.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lootintegrations-1.18.2-1.5.jar
[07Feb2023 09:48:04.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lootintegrations-1.18.2-1.5.jar with {lootintegrations} mods - versions {1.18.2-1.5}
[07Feb2023 09:48:04.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lootintegrations-1.18.2-1.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[36,)]]
[07Feb2023 09:48:04.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar
[07Feb2023 09:48:04.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar with {feature_nbt_deadlock_be_gone} mods - versions {2.0.0+1.18.2}
[07Feb2023 09:48:04.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\nomadictents-18.2.4.jar
[07Feb2023 09:48:04.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file nomadictents-18.2.4.jar with {nomadictents} mods - versions {18.2.4}
[07Feb2023 09:48:04.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\nomadictents-18.2.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Bookshelf-Forge-1.18.2-13.2.51.jar
[07Feb2023 09:48:04.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Bookshelf-Forge-1.18.2-13.2.51.jar with {bookshelf} mods - versions {13.2.51}
[07Feb2023 09:48:04.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Bookshelf-Forge-1.18.2-13.2.51.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sophisticatedbackpacks-1.18.2-3.18.40.777.jar
[07Feb2023 09:48:04.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sophisticatedbackpacks-1.18.2-3.18.40.777.jar with {sophisticatedbackpacks} mods - versions {1.18.2-3.18.40.777}
[07Feb2023 09:48:04.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sophisticatedbackpacks-1.18.2-3.18.40.777.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[18,)]]
[07Feb2023 09:48:04.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\twigs-1.1.4-patch4+1.18.2-forge.jar
[07Feb2023 09:48:04.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file twigs-1.1.4-patch4+1.18.2-forge.jar with {twigs} mods - versions {1.1.4-patch4+1.18.2}
[07Feb2023 09:48:04.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\twigs-1.1.4-patch4+1.18.2-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\buildinggadgets-3.13.1-build.18+mc1.18.2.jar
[07Feb2023 09:48:04.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file buildinggadgets-3.13.1-build.18+mc1.18.2.jar with {buildinggadgets} mods - versions {3.13.1-build.18+mc1.18.2}
[07Feb2023 09:48:04.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\buildinggadgets-3.13.1-build.18+mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-doors-1.0.8forge-mc1.18.2.jar
[07Feb2023 09:48:04.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-doors-1.0.8forge-mc1.18.2.jar with {mcwdoors} mods - versions {1.0.8}
[07Feb2023 09:48:04.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-doors-1.0.8forge-mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Waddles-1.18.2-0.8.19.jar
[07Feb2023 09:48:04.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Waddles-1.18.2-0.8.19.jar with {waddles} mods - versions {1.18.2-0.8.19}
[07Feb2023 09:48:04.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Waddles-1.18.2-0.8.19.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MekanismGenerators-1.18.2-10.2.5.465.jar
[07Feb2023 09:48:04.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MekanismGenerators-1.18.2-10.2.5.465.jar with {mekanismgenerators} mods - versions {10.2.5}
[07Feb2023 09:48:04.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MekanismGenerators-1.18.2-10.2.5.465.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-teams-forge-1802.2.10-build.96.jar
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-teams-forge-1802.2.10-build.96.jar with {ftbteams} mods - versions {1802.2.10-build.96}
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-teams-forge-1802.2.10-build.96.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mineralchance-1.18.2-3.0.jar
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mineralchance-1.18.2-3.0.jar with {mineralchance} mods - versions {3.0}
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mineralchance-1.18.2-3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MmmMmmMmmMmm-1.18.2-1.5.2.jar
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MmmMmmMmmMmm-1.18.2-1.5.2.jar with {dummmmmmy} mods - versions {1.18-1.5.2}
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MmmMmmMmmMmm-1.18.2-1.5.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[31,)]]
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\konkrete_forge_1.6.0_MC_1.18-1.18.2.jar
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file konkrete_forge_1.6.0_MC_1.18-1.18.2.jar with {konkrete} mods - versions {1.6.0}
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\konkrete_forge_1.6.0_MC_1.18-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CroptopiaAdditions-1.18.2-FORGE-1.0-fix.jar
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CroptopiaAdditions-1.18.2-FORGE-1.0-fix.jar with {croptopia_additions} mods - versions {1.0.0}
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CroptopiaAdditions-1.18.2-FORGE-1.0-fix.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-bridges-2.0.6-mc1.18.2forge.jar
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-bridges-2.0.6-mc1.18.2forge.jar with {mcwbridges} mods - versions {2.0.6}
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-bridges-2.0.6-mc1.18.2forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Compressium-1.4.2-build.9+mc1.18.2.jar
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Compressium-1.4.2-build.9+mc1.18.2.jar with {compressium} mods - versions {1.4.2-build.9+mc1.18.2}
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Compressium-1.4.2-build.9+mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Ping-1.18-1.8.0.jar
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Ping-1.18-1.8.0.jar with {ping} mods - versions {1.18-1.8.0}
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Ping-1.18-1.8.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-fences-1.0.7-mc1.18.2forge.jar
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-fences-1.0.7-mc1.18.2forge.jar with {mcwfences} mods - versions {1.0.7}
[07Feb2023 09:48:04.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcw-fences-1.0.7-mc1.18.2forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.657] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\simplylight-1.18.2-1.4.5-build.43.jar
[07Feb2023 09:48:04.657] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file simplylight-1.18.2-1.4.5-build.43.jar with {simplylight} mods - versions {1.18.2-1.4.5-build.43}
[07Feb2023 09:48:04.657] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\simplylight-1.18.2-1.4.5-build.43.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.657] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lostsouls-1.18-2.0.1.jar
[07Feb2023 09:48:04.657] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lostsouls-1.18-2.0.1.jar with {lostsouls} mods - versions {1.18-2.0.1}
[07Feb2023 09:48:04.657] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lostsouls-1.18-2.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.657] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2foodextended-1.18.2-1.0.5.jar
[07Feb2023 09:48:04.663] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pamhc2foodextended-1.18.2-1.0.5.jar with {pamhc2foodextended} mods - versions {1.0}
[07Feb2023 09:48:04.663] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2foodextended-1.18.2-1.0.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.663] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\blockui-1.18.2-0.0.62-ALPHA.jar
[07Feb2023 09:48:04.663] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file blockui-1.18.2-0.0.62-ALPHA.jar with {blockui} mods - versions {1.18.2-0.0.62-ALPHA}
[07Feb2023 09:48:04.663] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\blockui-1.18.2-0.0.62-ALPHA.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.663] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Patchouli-1.18.2-71.1.jar
[07Feb2023 09:48:04.664] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Patchouli-1.18.2-71.1.jar with {patchouli} mods - versions {1.18.2-71.1}
[07Feb2023 09:48:04.664] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Patchouli-1.18.2-71.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.664] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\collective-1.18.2-6.43.jar
[07Feb2023 09:48:04.664] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file collective-1.18.2-6.43.jar with {collective} mods - versions {6.43}
[07Feb2023 09:48:04.664] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\collective-1.18.2-6.43.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.664] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolsstorage-1.18-3.0.12.jar
[07Feb2023 09:48:04.664] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolsstorage-1.18-3.0.12.jar with {rftoolsstorage} mods - versions {1.18-3.0.12}
[07Feb2023 09:48:04.664] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolsstorage-1.18-3.0.12.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\camera-1.18.2-1.0.5.jar
[07Feb2023 09:48:04.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file camera-1.18.2-1.0.5.jar with {camera} mods - versions {1.18.2-1.0.5}
[07Feb2023 09:48:04.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\camera-1.18.2-1.0.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DramaticDoors-Forge-1.18.2-2.1.9.jar
[07Feb2023 09:48:04.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DramaticDoors-Forge-1.18.2-2.1.9.jar with {dramaticdoors} mods - versions {1.18.2-2.1.9}
[07Feb2023 09:48:04.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DramaticDoors-Forge-1.18.2-2.1.9.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\blockcarpentry-1.18-0.3.0.jar
[07Feb2023 09:48:04.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file blockcarpentry-1.18-0.3.0.jar with {blockcarpentry} mods - versions {1.18-0.3.0}
[07Feb2023 09:48:04.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\blockcarpentry-1.18-0.3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\firespreadtweaks-1.18.2-2.0.jar
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file firespreadtweaks-1.18.2-2.0.jar with {firespreadtweaks} mods - versions {2.0}
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\firespreadtweaks-1.18.2-2.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\thermal_expansion-1.18.2-9.2.0.20.jar
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file thermal_expansion-1.18.2-9.2.0.20.jar with {thermal_expansion} mods - versions {9.2.0.20}
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\thermal_expansion-1.18.2-9.2.0.20.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[34,)]]
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\elevatorid-1.18.2-1.8.4.jar
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file elevatorid-1.18.2-1.8.4.jar with {elevatorid} mods - versions {1.18.2-1.8.4}
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\elevatorid-1.18.2-1.8.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\libnonymous-2.1.0.jar
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file libnonymous-2.1.0.jar with {libnonymous} mods - versions {2.1.0}
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\libnonymous-2.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lostcities-1.18-5.3.14.jar
[07Feb2023 09:48:04.667] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lostcities-1.18-5.3.14.jar with {lostcities} mods - versions {1.18-5.3.14}
[07Feb2023 09:48:04.667] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\lostcities-1.18-5.3.14.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.667] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\perpetual_durability-1.18.2-1.3.0.jar
[07Feb2023 09:48:04.667] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file perpetual_durability-1.18.2-1.3.0.jar with {perpetual_durability} mods - versions {1.18.2-1.3.0}
[07Feb2023 09:48:04.667] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\perpetual_durability-1.18.2-1.3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.667] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Runelic-Forge-1.18.2-11.0.1.jar
[07Feb2023 09:48:04.667] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Runelic-Forge-1.18.2-11.0.1.jar with {runelic} mods - versions {11.0.1}
[07Feb2023 09:48:04.668] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Runelic-Forge-1.18.2-11.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.668] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\architectury-4.10.88-forge.jar
[07Feb2023 09:48:04.668] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file architectury-4.10.88-forge.jar with {architectury} mods - versions {4.10.88}
[07Feb2023 09:48:04.668] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\architectury-4.10.88-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.668] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ExtremeReactors2-1.18.2-2.0.60.jar
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ExtremeReactors2-1.18.2-2.0.60.jar with {bigreactors} mods - versions {1.18.2-2.0.60}
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ExtremeReactors2-1.18.2-2.0.60.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,41)]]
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\chunkloaders-1.2.3-forge-mc1.18.jar
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file chunkloaders-1.2.3-forge-mc1.18.jar with {chunkloaders} mods - versions {1.2.3}
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\chunkloaders-1.2.3-forge-mc1.18.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\trashcans-1.0.16-forge-mc1.18.jar
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file trashcans-1.0.16-forge-mc1.18.jar with {trashcans} mods - versions {1.0.16}
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\trashcans-1.0.16-forge-mc1.18.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\TrampleStopper-3.1.0-build.27+mc1.18.2.jar
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TrampleStopper-3.1.0-build.27+mc1.18.2.jar with {tramplestopper} mods - versions {3.1.0-build.27+mc1.18.2}
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\TrampleStopper-3.1.0-build.27+mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[30,)]]
[07Feb2023 09:48:04.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\framework-0.4.2-1.18.2.jar
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file framework-0.4.2-1.18.2.jar with {framework} mods - versions {0.4.2}
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\framework-0.4.2-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_items_1.18.2-3.18.0.jar
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file adaptive_performance_tweaks_items_1.18.2-3.18.0.jar with {adaptive_performance_tweaks_items} mods - versions {3.18.0}
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_items_1.18.2-3.18.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AndyCat's Flowers 1.2 - 1.18.2.jar
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AndyCat's Flowers 1.2 - 1.18.2.jar with {andycats_flowers} mods - versions {1.0.0}
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AndyCat's Flowers 1.2 - 1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AE2WTLib-11.6.3.jar
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AE2WTLib-11.6.3.jar with {ae2wtlib} mods - versions {11.6.3}
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AE2WTLib-11.6.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Cucumber-1.18.2-5.1.3.jar
[07Feb2023 09:48:04.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cucumber-1.18.2-5.1.3.jar with {cucumber} mods - versions {5.1.3}
[07Feb2023 09:48:04.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Cucumber-1.18.2-5.1.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\floralis-1.18.2-3.6.0.jar
[07Feb2023 09:48:04.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file floralis-1.18.2-3.6.0.jar with {floralis} mods - versions {1.18.2-3.6.0}
[07Feb2023 09:48:04.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\floralis-1.18.2-3.6.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[${forge},)]]
[07Feb2023 09:48:04.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2trees-1.18.2-1.0.4.jar
[07Feb2023 09:48:04.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pamhc2trees-1.18.2-1.0.4.jar with {pamhc2trees} mods - versions {1.0.1}
[07Feb2023 09:48:04.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\pamhc2trees-1.18.2-1.0.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\biggerspongeabsorptionradius-1.18.2-3.0.jar
[07Feb2023 09:48:04.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file biggerspongeabsorptionradius-1.18.2-3.0.jar with {biggerspongeabsorptionradius} mods - versions {3.0}
[07Feb2023 09:48:04.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\biggerspongeabsorptionradius-1.18.2-3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\limitedchunks-1.18.2-2.3.jar
[07Feb2023 09:48:04.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file limitedchunks-1.18.2-2.3.jar with {limitedchunks} mods - versions {1.8}
[07Feb2023 09:48:04.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\limitedchunks-1.18.2-2.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Snad-1.18.2-1.22.04.15a.jar
[07Feb2023 09:48:04.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Snad-1.18.2-1.22.04.15a.jar with {snad} mods - versions {1.18.2-1.22.04.15a}
[07Feb2023 09:48:04.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Snad-1.18.2-1.22.04.15a.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\additionallanterns-1.0.3-forge-mc1.18.jar
[07Feb2023 09:48:04.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file additionallanterns-1.0.3-forge-mc1.18.jar with {additionallanterns} mods - versions {1.0.3}
[07Feb2023 09:48:04.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\additionallanterns-1.0.3-forge-mc1.18.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\metalbarrels-1.18.2-4.3.jar
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file metalbarrels-1.18.2-4.3.jar with {metalbarrels} mods - versions {1.18.2-4.3}
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\metalbarrels-1.18.2-4.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[25,)]]
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MoGuns-1.9.2-1.18.2.jar
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MoGuns-1.9.2-1.18.2.jar with {moguns} mods - versions {1.9.2}
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MoGuns-1.9.2-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\create-1.18.2-0.5.0.i.jar
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file create-1.18.2-0.5.0.i.jar with {create} mods - versions {0.5.0.i}
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\create-1.18.2-0.5.0.i.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\waystones-forge-1.18.2-10.1.0.jar
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file waystones-forge-1.18.2-10.1.0.jar with {waystones} mods - versions {10.1.0}
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\waystones-forge-1.18.2-10.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Clumps-forge-1.18.2-8.0.0+17.jar
[07Feb2023 09:48:04.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Clumps-forge-1.18.2-8.0.0+17.jar with {clumps} mods - versions {8.0.0+17}
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Clumps-forge-1.18.2-8.0.0+17.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FastSuite-1.18.2-3.0.2.jar
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastSuite-1.18.2-3.0.2.jar with {fastsuite} mods - versions {3.0.2}
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FastSuite-1.18.2-3.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\comforts-forge-1.18.2-5.0.0.5.jar
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file comforts-forge-1.18.2-5.0.0.5.jar with {comforts} mods - versions {1.18.2-5.0.0.5}
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\comforts-forge-1.18.2-5.0.0.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcwifipnp-1.6.2-1.18.2-forge.jar
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcwifipnp-1.6.2-1.18.2-forge.jar with {mcwifipnp} mods - versions {1.6.2}
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcwifipnp-1.6.2-1.18.2-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\framedcompactdrawers-1.18-4.1.0.jar
[07Feb2023 09:48:04.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file framedcompactdrawers-1.18-4.1.0.jar with {framedcompactdrawers} mods - versions {1.18-4.1.0}
[07Feb2023 09:48:04.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\framedcompactdrawers-1.18-4.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\SimpleStorageNetwork-1.18.2-1.6.2.jar
[07Feb2023 09:48:04.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file SimpleStorageNetwork-1.18.2-1.6.2.jar with {storagenetwork} mods - versions {1.18.2-1.6.2}
[07Feb2023 09:48:04.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\SimpleStorageNetwork-1.18.2-1.6.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\gardentools-1.18.2-1.1.3.jar
[07Feb2023 09:48:04.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file gardentools-1.18.2-1.1.3.jar with {gardentools} mods - versions {1.18.2-1.1.3}
[07Feb2023 09:48:04.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\gardentools-1.18.2-1.1.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[26,)]]
[07Feb2023 09:48:04.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Decorative Blocks-forge-1.18.2-2.1.2.jar
[07Feb2023 09:48:04.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Decorative Blocks-forge-1.18.2-2.1.2.jar with {decorative_blocks} mods - versions {2.1.2}
[07Feb2023 09:48:04.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Decorative Blocks-forge-1.18.2-2.1.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.676] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftbbackups2-forge-1.18.2-1.0.17.jar
[07Feb2023 09:48:04.676] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftbbackups2-forge-1.18.2-1.0.17.jar with {ftbbackups2} mods - versions {1.0.17}
[07Feb2023 09:48:04.676] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftbbackups2-forge-1.18.2-1.0.17.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.676] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\everycomp-1.18.2-1.5.15.jar
[07Feb2023 09:48:04.676] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file everycomp-1.18.2-1.5.15.jar with {everycomp} mods - versions {1.18.2-1.5.15}
[07Feb2023 09:48:04.676] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\everycomp-1.18.2-1.5.15.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.676] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ispawner-1.0.9-forge.jar
[07Feb2023 09:48:04.676] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ispawner-1.0.9-forge.jar with {ispawner} mods - versions {1.0}
[07Feb2023 09:48:04.676] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ispawner-1.0.9-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[33,)]]
[07Feb2023 09:48:04.676] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcjtylib-1.18-6.0.20.jar
[07Feb2023 09:48:04.677] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcjtylib-1.18-6.0.20.jar with {mcjtylib} mods - versions {1.18-6.0.20}
[07Feb2023 09:48:04.677] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mcjtylib-1.18-6.0.20.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.677] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Terralith_v2.2.3.jar
[07Feb2023 09:48:04.677] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Terralith_v2.2.3.jar with {terralith} mods - versions {0.0NONE}
[07Feb2023 09:48:04.677] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Terralith_v2.2.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.677] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mininggadgets-1.11.1.jar
[07Feb2023 09:48:04.677] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mininggadgets-1.11.1.jar with {mininggadgets} mods - versions {1.11.1}
[07Feb2023 09:48:04.677] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\mininggadgets-1.11.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AkashicTome-1.5-20.jar
[07Feb2023 09:48:04.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AkashicTome-1.5-20.jar with {akashictome} mods - versions {1.5-20}
[07Feb2023 09:48:04.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\AkashicTome-1.5-20.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\nfm-2022.10.27-1.18.2.jar
[07Feb2023 09:48:04.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file nfm-2022.10.27-1.18.2.jar with {nfm} mods - versions {2022.10.27}
[07Feb2023 09:48:04.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\nfm-2022.10.27-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-chunks-forge-1802.3.13-build.234.jar
[07Feb2023 09:48:04.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-chunks-forge-1802.3.13-build.234.jar with {ftbchunks} mods - versions {1802.3.13-build.234}
[07Feb2023 09:48:04.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ftb-chunks-forge-1802.3.13-build.234.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_player_1.18.2-3.18.0.jar
[07Feb2023 09:48:04.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file adaptive_performance_tweaks_player_1.18.2-3.18.0.jar with {adaptive_performance_tweaks_player} mods - versions {3.18.0}
[07Feb2023 09:48:04.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\adaptive_performance_tweaks_player_1.18.2-3.18.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ColossalChests-1.18.2-1.8.3.jar
[07Feb2023 09:48:04.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ColossalChests-1.18.2-1.8.3.jar with {colossalchests} mods - versions {1.8.3}
[07Feb2023 09:48:04.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ColossalChests-1.18.2-1.8.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MysticalAgriculture-1.18.2-5.1.3.jar
[07Feb2023 09:48:04.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MysticalAgriculture-1.18.2-5.1.3.jar with {mysticalagriculture} mods - versions {5.1.3}
[07Feb2023 09:48:04.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MysticalAgriculture-1.18.2-5.1.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\selene-1.18.2-1.17.9.jar
[07Feb2023 09:48:04.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file selene-1.18.2-1.17.9.jar with {selene} mods - versions {1.18.2-1.17.9}
[07Feb2023 09:48:04.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\selene-1.18.2-1.17.9.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.680] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\craftingtweaks-forge-1.18.2-14.0.3.jar
[07Feb2023 09:48:04.680] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file craftingtweaks-forge-1.18.2-14.0.3.jar with {craftingtweaks} mods - versions {14.0.3}
[07Feb2023 09:48:04.680] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\craftingtweaks-forge-1.18.2-14.0.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.680] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolsutility-1.18-4.0.23.jar
[07Feb2023 09:48:04.680] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolsutility-1.18-4.0.23.jar with {rftoolsutility} mods - versions {1.18-4.0.23}
[07Feb2023 09:48:04.680] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\rftoolsutility-1.18-4.0.23.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.680] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\weakerspiderwebs-1.18.2-3.0.jar
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file weakerspiderwebs-1.18.2-3.0.jar with {weakerspiderwebs} mods - versions {3.0}
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\weakerspiderwebs-1.18.2-3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sebastrnlib-1.0.1.jar
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sebastrnlib-1.0.1.jar with {sebastrnlib} mods - versions {1.0.1}
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\sebastrnlib-1.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\titanium-1.18.2-3.5.8-40.jar
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file titanium-1.18.2-3.5.8-40.jar with {titanium} mods - versions {3.5.8}
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\titanium-1.18.2-3.5.8-40.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[37,)]]
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\silent-lib-1.18.2-6.2.0.jar
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file silent-lib-1.18.2-6.2.0.jar with {silentlib} mods - versions {6.2.0}
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\silent-lib-1.18.2-6.2.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Jade-1.18.2-forge-5.2.6.jar
[07Feb2023 09:48:04.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Jade-1.18.2-forge-5.2.6.jar with {jade,waila} mods - versions {5.2.6,5.2.6}
[07Feb2023 09:48:04.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Jade-1.18.2-forge-5.2.6.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CreativeCore_FORGE_v2.6.15_mc1.18.2.jar
[07Feb2023 09:48:04.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CreativeCore_FORGE_v2.6.15_mc1.18.2.jar with {creativecore} mods - versions {0.0NONE}
[07Feb2023 09:48:04.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\CreativeCore_FORGE_v2.6.15_mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[24,)]]
[07Feb2023 09:48:04.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spidersproducewebs-1.18.2-3.0.jar
[07Feb2023 09:48:04.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file spidersproducewebs-1.18.2-3.0.jar with {spidersproducewebs} mods - versions {3.0}
[07Feb2023 09:48:04.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\spidersproducewebs-1.18.2-3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\easy_villagers-1.18.2-1.0.11.jar
[07Feb2023 09:48:04.683] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file easy_villagers-1.18.2-1.0.11.jar with {easy_villagers} mods - versions {1.18.2-1.0.11}
[07Feb2023 09:48:04.683] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\easy_villagers-1.18.2-1.0.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.683] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\extragolems-18.2.3.jar
[07Feb2023 09:48:04.683] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file extragolems-18.2.3.jar with {golems} mods - versions {18.2.3}
[07Feb2023 09:48:04.683] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\extragolems-18.2.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.683] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\automaticdoors-1.18.2-4.0.jar
[07Feb2023 09:48:04.683] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file automaticdoors-1.18.2-4.0.jar with {automaticdoors} mods - versions {4.0}
[07Feb2023 09:48:04.683] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\automaticdoors-1.18.2-4.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.683] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Iceberg-1.18.2-forge-1.0.49.jar
[07Feb2023 09:48:04.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Iceberg-1.18.2-forge-1.0.49.jar with {iceberg} mods - versions {1.0.49}
[07Feb2023 09:48:04.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Iceberg-1.18.2-forge-1.0.49.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\LegendaryTooltips-1.18.2-1.3.1.jar
[07Feb2023 09:48:04.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file LegendaryTooltips-1.18.2-1.3.1.jar with {legendarytooltips} mods - versions {1.3.1}
[07Feb2023 09:48:04.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\LegendaryTooltips-1.18.2-1.3.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Quark-3.2-358.jar
[07Feb2023 09:48:04.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Quark-3.2-358.jar with {quark} mods - versions {3.2-358}
[07Feb2023 09:48:04.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Quark-3.2-358.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\randomsheepcolours-1.18.2-3.1.jar
[07Feb2023 09:48:04.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file randomsheepcolours-1.18.2-3.1.jar with {randomsheepcolours} mods - versions {3.1}
[07Feb2023 09:48:04.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\randomsheepcolours-1.18.2-3.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\hmag-mc1.18.2-5.1.7.jar
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file hmag-mc1.18.2-5.1.7.jar with {hmag} mods - versions {5.1.7}
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\hmag-mc1.18.2-5.1.7.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FastWorkbench-1.18.2-6.1.1.jar
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastWorkbench-1.18.2-6.1.1.jar with {fastbench} mods - versions {6.1.1}
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FastWorkbench-1.18.2-6.1.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PigPen-Forge-1.18.2-8.0.1.jar
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PigPen-Forge-1.18.2-8.0.1.jar with {pigpen} mods - versions {8.0.1}
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\PigPen-Forge-1.18.2-8.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FluxNetworks-1.18.2-7.0.8.12.jar
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FluxNetworks-1.18.2-7.0.8.12.jar with {fluxnetworks} mods - versions {7.0.8.12}
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\FluxNetworks-1.18.2-7.0.8.12.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\StorageDrawers-1.18.2-10.2.1.jar
[07Feb2023 09:48:04.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file StorageDrawers-1.18.2-10.2.1.jar with {storagedrawers} mods - versions {10.2.1}
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\StorageDrawers-1.18.2-10.2.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DiagonalFences-v3.1.0-1.18.2.jar
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DiagonalFences-v3.1.0-1.18.2.jar with {diagonalfences} mods - versions {3.1.0}
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\DiagonalFences-v3.1.0-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Applied-Botanics-1.0.1.jar
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Applied-Botanics-1.0.1.jar with {appbot} mods - versions {1.0.1}
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Applied-Botanics-1.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\fancymenu_forge_2.13.3_MC_1.18.2.jar
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fancymenu_forge_2.13.3_MC_1.18.2.jar with {fancymenu} mods - versions {2.13.3}
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\fancymenu_forge_2.13.3_MC_1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradedcore-1.18.2-3.2.0.0-release.jar
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file upgradedcore-1.18.2-3.2.0.0-release.jar with {upgradedcore} mods - versions {1.18.2-3.2.0.0-release}
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\upgradedcore-1.18.2-3.2.0.0-release.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\minecolonies-1.18.2-1.0.1228-ALPHA.jar
[07Feb2023 09:48:04.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file minecolonies-1.18.2-1.0.1228-ALPHA.jar with {minecolonies} mods - versions {1.18.2-1.0.1228-ALPHA}
[07Feb2023 09:48:04.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\minecolonies-1.18.2-1.0.1228-ALPHA.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[07Feb2023 09:48:04.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ferritecore-4.2.2-forge.jar
[07Feb2023 09:48:04.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ferritecore-4.2.2-forge.jar with {ferritecore} mods - versions {4.2.2}
[07Feb2023 09:48:04.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\ferritecore-4.2.2-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[07Feb2023 09:48:04.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MonstersGirls_1.2.9.jar
[07Feb2023 09:48:04.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MonstersGirls_1.2.9.jar with {monsters_and_girls} mods - versions {1.2.9}
[07Feb2023 09:48:04.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\MonstersGirls_1.2.9.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\SoL-Carrot-1.18.1-1.12.0.jar
[07Feb2023 09:48:04.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file SoL-Carrot-1.18.1-1.12.0.jar with {solcarrot} mods - versions {1.18.1-1.12.0}
[07Feb2023 09:48:04.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\SoL-Carrot-1.18.1-1.12.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[36,)]]
[07Feb2023 09:48:04.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\modular-routers-1.18.2-9.1.1-93.jar
[07Feb2023 09:48:04.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file modular-routers-1.18.2-9.1.1-93.jar with {modularrouters} mods - versions {9.1.1-93}
[07Feb2023 09:48:04.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\modular-routers-1.18.2-9.1.1-93.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\refinedstorageaddons-0.8.2.jar
[07Feb2023 09:48:04.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file refinedstorageaddons-0.8.2.jar with {refinedstorageaddons} mods - versions {0.8.2}
[07Feb2023 09:48:04.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\refinedstorageaddons-0.8.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Applied-Mekanistics-1.2.2.jar
[07Feb2023 09:48:04.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Applied-Mekanistics-1.2.2.jar with {appmek} mods - versions {1.2.2}
[07Feb2023 09:48:04.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\Applied-Mekanistics-1.2.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[07Feb2023 09:48:04.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\SolarGeneration-1.18.2-4.1.1.jar
[07Feb2023 09:48:04.689] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file SolarGeneration-1.18.2-4.1.1.jar with {solargeneration} mods - versions {4.1.1}
[07Feb2023 09:48:04.689] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\SolarGeneration-1.18.2-4.1.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.689] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\OpenLoader-Forge-1.18.2-12.0.1.jar
[07Feb2023 09:48:04.689] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file OpenLoader-Forge-1.18.2-12.0.1.jar with {openloader} mods - versions {12.0.1}
[07Feb2023 09:48:04.689] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file M:\Minecraft\Curseforge\Instances\Vault Hunters 3rd Edition Alt By Zer0\mods\OpenLoader-Forge-1.18.2-12.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[07Feb2023 09:48:04.689] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /META-INF/jars/velocity-native-3.1.2-SNAPSHOT.jar with languages []
[07Feb2023 09:48:04.689] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /META-INF/jarjar/Registrate-MC1.18.2-1.1.3.jar with languages []
[07Feb2023 09:48:04.691] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml
[07Feb2023 09:48:04.708] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 4 language providers
[07Feb2023 09:48:04.709] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1.0
[07Feb2023 09:48:04.710] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider lowcodefml, version 40
[07Feb2023 09:48:04.710] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider kotori_scala, version 2.13.10-build-12
[07Feb2023 09:48:04.710] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 40
[07Feb2023 09:48:04.717] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Configured system mods: [minecraft, forge]
[07Feb2023 09:48:04.717] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Found system mod: minecraft
[07Feb2023 09:48:04.717] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Found system mod: forge
[07Feb2023 09:48:04.723] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 635 mod requirements (549 mandatory, 86 optional)
[07Feb2023 09:48:04.725] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional)
[07Feb2023 09:48:05.219] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers
[07Feb2023 09:48:05.220] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin
[07Feb2023 09:48:05.220] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin
[07Feb2023 09:48:05.221] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml
[07Feb2023 09:48:05.221] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading coremod transformers
[07Feb2023 09:48:05.221] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/Bee.js
[07Feb2023 09:48:05.497] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.497] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/BeehiveEntity.js
[07Feb2023 09:48:05.517] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.517] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/BeeRenderer.js
[07Feb2023 09:48:05.536] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.536] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/Level.js
[07Feb2023 09:48:05.553] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.553] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/NavigationFix.js
[07Feb2023 09:48:05.569] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.569] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/RandomPos.js
[07Feb2023 09:48:05.585] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.585] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/TurtleEgg.js
[07Feb2023 09:48:05.600] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.600] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/xaerominimap_core.js
[07Feb2023 09:48:05.661] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.661] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/xaeroworldmap_core.js
[07Feb2023 09:48:05.697] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.698] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_method.js
[07Feb2023 09:48:05.711] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.711] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_instanceof.js
[07Feb2023 09:48:05.790] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.790] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/add_bouncer_method.js
[07Feb2023 09:48:05.827] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.827] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/registry_object_binary_compat.js
[07Feb2023 09:48:05.860] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[07Feb2023 09:48:05.883] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@40016ce1 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_6773_} {(Lnet/minecraft/network/protocol/game/ClientboundBlockUpdatePacket;)V}
[07Feb2023 09:48:05.889] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1d6713dd to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_5771_} {(Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;)V}
[07Feb2023 09:48:05.889] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3b39e79b to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_194198_} {(IILnet/minecraft/network/protocol/game/ClientboundLevelChunkPacketData;)V}
[07Feb2023 09:48:05.889] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3ee6dc82 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_194202_} {(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;)V}
[07Feb2023 09:48:05.889] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2f86f9cf to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_6571_} {(Lnet/minecraft/network/protocol/game/ClientboundSetDefaultSpawnPositionPacket;)V}
[07Feb2023 09:48:05.889] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@adafe19 to Target : METHOD {Lnet/minecraft/client/player/AbstractClientPlayer;} {m_108561_} {()Lnet/minecraft/resources/ResourceLocation;}
[07Feb2023 09:48:05.889] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7e2bd5e6 to Target : METHOD {Lnet/minecraft/world/entity/player/Player;} {m_36170_} {(Lnet/minecraft/world/entity/player/PlayerModelPart;)Z}
[07Feb2023 09:48:05.889] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@76a1146d to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_5998_} {(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;)V}
[07Feb2023 09:48:05.889] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6ef1c3f7 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_105140_} {()V}
[07Feb2023 09:48:05.889] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3386c206 to Target : METHOD {Lnet/minecraft/client/player/LocalPlayer;} {m_7583_} {()V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1322b575 to Target : METHOD {Lnet/minecraft/server/players/PlayerList;} {m_11229_} {(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/server/level/ServerLevel;)V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6dded900 to Target : METHOD {Lnet/minecraftforge/client/gui/ForgeIngameGui;} {m_93030_} {(Lcom/mojang/blaze3d/vertex/PoseStack;F)V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@d504137 to Target : METHOD {Lnet/minecraft/client/gui/components/BossHealthOverlay;} {m_93704_} {(Lcom/mojang/blaze3d/vertex/PoseStack;)V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@8432469 to Target : METHOD {Lnet/minecraft/client/model/ListModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@e4ca109 to Target : METHOD {Lnet/minecraft/client/model/AgeableListModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@15c16f19 to Target : METHOD {Lnet/minecraft/client/model/LlamaModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1a17dd6f to Target : METHOD {Lnet/minecraft/client/model/RabbitModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@be6d228 to Target : METHOD {Lnet/minecraft/client/renderer/entity/EnderDragonRenderer$DragonModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@60c96eb4 to Target : METHOD {Lnet/minecraft/client/model/HierarchicalModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7eee6c13 to Target : METHOD {Lnet/minecraft/client/model/geom/ModelPart;} {m_104290_} {(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@5ab63a04 to Target : METHOD {Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;} {m_78311_} {()V}
[07Feb2023 09:48:05.890] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@677cc4e8 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_6773_} {(Lnet/minecraft/network/protocol/game/ClientboundBlockUpdatePacket;)V}
[07Feb2023 09:48:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@4c6bba7d to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_5771_} {(Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;)V}
[07Feb2023 09:48:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@41e8d917 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_194198_} {(IILnet/minecraft/network/protocol/game/ClientboundLevelChunkPacketData;)V}
[07Feb2023 09:48:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2ae5bd34 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_194202_} {(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;)V}
[07Feb2023 09:48:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2b3f7704 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_6571_} {(Lnet/minecraft/network/protocol/game/ClientboundSetDefaultSpawnPositionPacket;)V}
[07Feb2023 09:48:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3a16984c to Target : METHOD {Lnet/minecraft/client/player/AbstractClientPlayer;} {m_108561_} {()Lnet/minecraft/resources/ResourceLocation;}
[07Feb2023 09:48:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3db1ce78 to Target : METHOD {Lnet/minecraft/world/entity/player/Player;} {m_36170_} {(Lnet/minecraft/world/entity/player/PlayerModelPart;)Z}
[07Feb2023 09:48:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3a3ad8e7 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_5998_} {(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;)V}
[07Feb2023 09:48:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6a6d1ff3 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_105140_} {()V}
[07Feb2023 09:48:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@64b73e0a to Target : METHOD {Lnet/minecraft/server/players/PlayerList;} {m_11229_} {(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/server/level/ServerLevel;)V}
[07Feb2023 09:48:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@57c6feea to Target : METHOD {Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;} {m_78311_} {()V}
[07Feb2023 09:48:05.891] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@39c7fb0b to Target : CLASS {Lnet/minecraft/world/entity/animal/Bee;} {} {V}
[07Feb2023 09:48:05.892] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@645dc557 to Target : CLASS {Lnet/minecraft/world/level/block/entity/BeehiveBlockEntity;} {} {V}
[07Feb2023 09:48:05.892] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@48c5698 to Target : CLASS {Lnet/minecraft/client/renderer/entity/BeeRenderer;} {} {V}
[07Feb2023 09:48:05.892] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@17884d to Target : CLASS {Lnet/minecraft/world/level/Level;} {} {V}
[07Feb2023 09:48:05.892] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@68e24e7 to Target : CLASS {Lnet/minecraft/world/entity/ai/navigation/PathNavigation;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@c732e1c to Target : CLASS {Lnet/minecraft/world/entity/ai/util/RandomPos;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6aad919c to Target : CLASS {Lnet/minecraft/world/level/block/TurtleEggBlock;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@56c42964 to Target : CLASS {Lnet/minecraft/world/level/chunk/LevelChunk;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@211a9647 to Target : CLASS {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@340c5fb6 to Target : CLASS {Lnet/minecraft/client/multiplayer/ClientLevel;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@322b09da to Target : CLASS {Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@45d389f2 to Target : CLASS {Lnet/minecraft/client/gui/components/CycleButton;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@308e87a1 to Target : CLASS {Lnet/minecraft/world/level/chunk/LevelChunk;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@66298fe9 to Target : CLASS {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@c262f2f to Target : CLASS {Lnet/minecraft/client/multiplayer/ClientLevel;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@5563bb40 to Target : CLASS {Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@11148dc2 to Target : CLASS {Lnet/minecraft/client/gui/components/CycleButton;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3be80ece to Target : CLASS {Lnet/minecraft/world/effect/MobEffectInstance;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@60a01cb to Target : CLASS {Lnet/minecraft/world/level/block/LiquidBlock;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4efb13f1 to Target : CLASS {Lnet/minecraft/world/item/BucketItem;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@7bb4ed71 to Target : CLASS {Lnet/minecraft/world/level/block/StairBlock;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@5112b7 to Target : CLASS {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@56835f2f to Target : CLASS {Lnet/minecraft/world/item/ItemStack;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@40f1aa95 to Target : CLASS {Lnet/minecraft/network/play/client/CClientSettingsPacket;} {} {V}
[07Feb2023 09:48:05.893] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@1c72189f to Target : CLASS {Lnet/minecraftforge/registries/RegistryObject;} {} {V}
[07Feb2023 09:48:05.894] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml
[07Feb2023 09:48:09.381] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
[07Feb2023 09:48:09.381] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
[07Feb2023 09:48:09.382] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(saturn)
[07Feb2023 09:48:09.382] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(saturn)
[07Feb2023 09:48:09.382] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(saturn)
[07Feb2023 09:48:09.382] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(saturn)
[07Feb2023 09:48:09.382] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(saturn)
[07Feb2023 09:48:09.382] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(saturn)]
[07Feb2023 09:48:09.382] [main/DEBUG] [mixin/]: Registering mixin config: saturn.mixins.json
[07Feb2023 09:48:09.395] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by saturn.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[07Feb2023 09:48:09.397] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
[07Feb2023 09:48:09.397] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(adaptive_performance_tweaks_core)
[07Feb2023 09:48:09.397] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(adaptive_performance_tweaks_core)
[07Feb2023 09:48:09.397] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(adaptive_performance_tweaks_core)
[07Feb2023 09:48:09.397] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(adaptive_performance_tweaks_core)
[07Feb2023 09:48:09.397] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(adaptive_performance_tweaks_core)
[07Feb2023 09:48:09.397] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(adaptive_performance_tweaks_core)]
[07Feb2023 09:48:09.397] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(auudio)
[07Feb2023 09:48:09.397] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(auudio)
[07Feb2023 09:48:09.397] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(auudio)
[07Feb2023 09:48:09.397] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(auudio)
[07Feb2023 09:48:09.397] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(auudio)
[07Feb2023 09:48:09.398] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(auudio)]
[07Feb2023 09:48:09.398] [main/DEBUG] [mixin/]: Registering mixin config: auudio.mixin.json
[07Feb2023 09:48:09.403] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ftbessentials)
[07Feb2023 09:48:09.403] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ftbessentials)
[07Feb2023 09:48:09.403] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ftbessentials)
[07Feb2023 09:48:09.404] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ftbessentials)
[07Feb2023 09:48:09.404] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ftbessentials)
[07Feb2023 09:48:09.404] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ftbessentials)]
[07Feb2023 09:48:09.404] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(climbladdersfast)
[07Feb2023 09:48:09.404] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(climbladdersfast)
[07Feb2023 09:48:09.404] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(climbladdersfast)
[07Feb2023 09:48:09.404] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(climbladdersfast)
[07Feb2023 09:48:09.404] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(climbladdersfast)
[07Feb2023 09:48:09.404] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(climbladdersfast)]
[07Feb2023 09:48:09.404] [main/DEBUG] [mixin/]: Registering mixin config: climbladdersfast-common.mixins.json
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by climbladdersfast-common.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(supermartijn642configlib)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(supermartijn642configlib)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(supermartijn642configlib)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(supermartijn642configlib)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(supermartijn642configlib)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(supermartijn642configlib)]
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(alexsmobs)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(alexsmobs)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(alexsmobs)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(alexsmobs)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(alexsmobs)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(alexsmobs)]
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(spoornarmorattributes)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(spoornarmorattributes)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(spoornarmorattributes)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(spoornarmorattributes)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(spoornarmorattributes)
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(spoornarmorattributes)]
[07Feb2023 09:48:09.410] [main/DEBUG] [mixin/]: Registering mixin config: spoornarmorattributes-common.mixins.json
[07Feb2023 09:48:09.416] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(createdeco)
[07Feb2023 09:48:09.416] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(createdeco)
[07Feb2023 09:48:09.416] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(createdeco)
[07Feb2023 09:48:09.416] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(createdeco)
[07Feb2023 09:48:09.416] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(createdeco)
[07Feb2023 09:48:09.416] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(createdeco)]
[07Feb2023 09:48:09.416] [main/DEBUG] [mixin/]: Registering mixin config: createdeco.mixins.json
[07Feb2023 09:48:09.421] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by createdeco.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.421] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fallen_doors)
[07Feb2023 09:48:09.421] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fallen_doors)
[07Feb2023 09:48:09.421] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fallen_doors)
[07Feb2023 09:48:09.421] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fallen_doors)
[07Feb2023 09:48:09.421] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fallen_doors)
[07Feb2023 09:48:09.421] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fallen_doors)]
[07Feb2023 09:48:09.421] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(deathcounter)
[07Feb2023 09:48:09.421] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(deathcounter)
[07Feb2023 09:48:09.422] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(deathcounter)
[07Feb2023 09:48:09.422] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(deathcounter)
[07Feb2023 09:48:09.422] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(deathcounter)
[07Feb2023 09:48:09.422] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(deathcounter)]
[07Feb2023 09:48:09.422] [main/DEBUG] [mixin/]: Registering mixin config: deathcounter.mixins.json
[07Feb2023 09:48:09.427] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(prefab)
[07Feb2023 09:48:09.427] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(prefab)
[07Feb2023 09:48:09.427] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(prefab)
[07Feb2023 09:48:09.427] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(prefab)
[07Feb2023 09:48:09.427] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(prefab)
[07Feb2023 09:48:09.427] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(prefab)]
[07Feb2023 09:48:09.427] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cagerium)
[07Feb2023 09:48:09.427] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cagerium)
[07Feb2023 09:48:09.427] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cagerium)
[07Feb2023 09:48:09.427] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cagerium)
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cagerium)
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cagerium)]
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mcwwindows)
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mcwwindows)
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mcwwindows)
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mcwwindows)
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mcwwindows)
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mcwwindows)]
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(torohealth)
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(torohealth)
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(torohealth)
[07Feb2023 09:48:09.428] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(torohealth)
[07Feb2023 09:48:09.429] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(torohealth)
[07Feb2023 09:48:09.429] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(torohealth)]
[07Feb2023 09:48:09.429] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(rubidium)
[07Feb2023 09:48:09.429] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(rubidium)
[07Feb2023 09:48:09.429] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(rubidium)
[07Feb2023 09:48:09.429] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(rubidium)
[07Feb2023 09:48:09.429] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(rubidium)
[07Feb2023 09:48:09.429] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rubidium)]
[07Feb2023 09:48:09.429] [main/DEBUG] [mixin/]: Registering mixin config: rubidium.mixins.json
[07Feb2023 09:48:09.435] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(appliedcooking)
[07Feb2023 09:48:09.435] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(appliedcooking)
[07Feb2023 09:48:09.435] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(appliedcooking)
[07Feb2023 09:48:09.435] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(appliedcooking)
[07Feb2023 09:48:09.435] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(appliedcooking)
[07Feb2023 09:48:09.435] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(appliedcooking)]
[07Feb2023 09:48:09.435] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(thermal)
[07Feb2023 09:48:09.435] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(thermal)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(thermal)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(thermal)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(thermal)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(thermal)]
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(rftoolsbase)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(rftoolsbase)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(rftoolsbase)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(rftoolsbase)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(rftoolsbase)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rftoolsbase)]
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(irongenerators)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(irongenerators)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(irongenerators)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(irongenerators)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(irongenerators)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(irongenerators)]
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(xnet)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(xnet)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(xnet)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(xnet)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(xnet)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(xnet)]
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(powah)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(powah)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(powah)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(powah)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(powah)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(powah)]
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(maxhealthfix)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(maxhealthfix)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(maxhealthfix)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(maxhealthfix)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(maxhealthfix)
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(maxhealthfix)]
[07Feb2023 09:48:09.436] [main/DEBUG] [mixin/]: Registering mixin config: maxhealthfix.common.mixins.json
[07Feb2023 09:48:09.442] [main/DEBUG] [mixin/]: Registering mixin config: maxhealthfix.forge.mixins.json
[07Feb2023 09:48:09.447] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(morebuckets)
[07Feb2023 09:48:09.447] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(morebuckets)
[07Feb2023 09:48:09.447] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(morebuckets)
[07Feb2023 09:48:09.447] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(morebuckets)
[07Feb2023 09:48:09.447] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(morebuckets)
[07Feb2023 09:48:09.447] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(morebuckets)]
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(softerhaybales)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(softerhaybales)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(softerhaybales)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(softerhaybales)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(softerhaybales)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(softerhaybales)]
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(botanypotstiers)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(botanypotstiers)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(botanypotstiers)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(botanypotstiers)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(botanypotstiers)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(botanypotstiers)]
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(jobsplus)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(jobsplus)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(jobsplus)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(jobsplus)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(jobsplus)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(jobsplus)]
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(upgradednetherite_items)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(upgradednetherite_items)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(upgradednetherite_items)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(upgradednetherite_items)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(upgradednetherite_items)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(upgradednetherite_items)]
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(lootbeams)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(lootbeams)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(lootbeams)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(lootbeams)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(lootbeams)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(lootbeams)]
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(darkutils)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(darkutils)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(darkutils)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(darkutils)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(darkutils)
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(darkutils)]
[07Feb2023 09:48:09.448] [main/DEBUG] [mixin/]: Registering mixin config: darkutils.mixins.json
[07Feb2023 09:48:09.453] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(balm)
[07Feb2023 09:48:09.454] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(balm)
[07Feb2023 09:48:09.454] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(balm)
[07Feb2023 09:48:09.454] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(balm)
[07Feb2023 09:48:09.454] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(balm)
[07Feb2023 09:48:09.454] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(balm)]
[07Feb2023 09:48:09.454] [main/DEBUG] [mixin/]: Registering mixin config: balm.mixins.json
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(kelpfertilizer)
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(kelpfertilizer)
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(kelpfertilizer)
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(kelpfertilizer)
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(kelpfertilizer)
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(kelpfertilizer)]
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(biggerstacks)
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(biggerstacks)
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(biggerstacks)
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(biggerstacks)
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(biggerstacks)
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(biggerstacks)]
[07Feb2023 09:48:09.459] [main/DEBUG] [mixin/]: Registering mixin config: biggerstacks.mixins.json
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by biggerstacks.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(stonechest)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(stonechest)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(stonechest)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(stonechest)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(stonechest)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(stonechest)]
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(jeresources)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(jeresources)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(jeresources)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(jeresources)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(jeresources)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(jeresources)]
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cloth_config)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cloth_config)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cloth_config)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cloth_config)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cloth_config)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cloth_config)]
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mysticalagradditions)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mysticalagradditions)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mysticalagradditions)
[07Feb2023 09:48:09.465] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mysticalagradditions)
[07Feb2023 09:48:09.466] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mysticalagradditions)
[07Feb2023 09:48:09.466] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mysticalagradditions)]
[07Feb2023 09:48:09.466] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(shetiphiancore)
[07Feb2023 09:48:09.466] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(shetiphiancore)
[07Feb2023 09:48:09.466] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(shetiphiancore)
[07Feb2023 09:48:09.466] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(shetiphiancore)
[07Feb2023 09:48:09.466] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(shetiphiancore)
[07Feb2023 09:48:09.466] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(shetiphiancore)]
[07Feb2023 09:48:09.466] [main/DEBUG] [mixin/]: Registering mixin config: mixins.shetiphiancore.json
[07Feb2023 09:48:09.471] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.shetiphiancore.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.471] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(supplementaries)
[07Feb2023 09:48:09.471] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(supplementaries)
[07Feb2023 09:48:09.471] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(supplementaries)
[07Feb2023 09:48:09.471] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(supplementaries)
[07Feb2023 09:48:09.471] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(supplementaries)
[07Feb2023 09:48:09.471] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(supplementaries)]
[07Feb2023 09:48:09.471] [main/DEBUG] [mixin/]: Registering mixin config: supplementaries.mixins.json
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(refinedstorage)
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(refinedstorage)
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(refinedstorage)
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(refinedstorage)
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(refinedstorage)
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(refinedstorage)]
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(configurablecane)
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(configurablecane)
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(configurablecane)
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(configurablecane)
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(configurablecane)
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(configurablecane)]
[07Feb2023 09:48:09.477] [main/DEBUG] [mixin/]: Registering mixin config: configurablecane.mixins.json
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by configurablecane.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(easy_piglins)
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(easy_piglins)
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(easy_piglins)
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(easy_piglins)
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(easy_piglins)
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(easy_piglins)]
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(upgradednetherite)
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(upgradednetherite)
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(upgradednetherite)
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(upgradednetherite)
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(upgradednetherite)
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(upgradednetherite)]
[07Feb2023 09:48:09.482] [main/DEBUG] [mixin/]: Registering mixin config: upgradednetherite.mixins.json
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(corpse)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(corpse)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(corpse)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(corpse)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(corpse)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(corpse)]
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(alltheores)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(alltheores)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(alltheores)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(alltheores)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(alltheores)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(alltheores)]
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(packmenu)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(packmenu)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(packmenu)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(packmenu)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(packmenu)
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(packmenu)]
[07Feb2023 09:48:09.488] [main/DEBUG] [mixin/]: Registering mixin config: packmenu.mixins.json
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by packmenu.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(torchmaster)
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(torchmaster)
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(torchmaster)
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(torchmaster)
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(torchmaster)
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(torchmaster)]
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(biomesoplenty)
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(biomesoplenty)
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(biomesoplenty)
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(biomesoplenty)
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(biomesoplenty)
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(biomesoplenty)]
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(botanytrees)
[07Feb2023 09:48:09.493] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(botanytrees)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(botanytrees)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(botanytrees)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(botanytrees)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(botanytrees)]
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(caffeineconfig)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(caffeineconfig)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(caffeineconfig)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(caffeineconfig)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(caffeineconfig)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(caffeineconfig)]
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ironfurnaces)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ironfurnaces)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ironfurnaces)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ironfurnaces)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ironfurnaces)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ironfurnaces)]
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mcwtrpdoors)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mcwtrpdoors)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mcwtrpdoors)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mcwtrpdoors)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mcwtrpdoors)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mcwtrpdoors)]
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(silentgear)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(silentgear)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(silentgear)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(silentgear)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(silentgear)
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(silentgear)]
[07Feb2023 09:48:09.494] [main/DEBUG] [mixin/]: Registering mixin config: silentgear.mixins.json
[07Feb2023 09:48:09.502] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by silentgear.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[07Feb2023 09:48:09.502] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(supermartijn642corelib)
[07Feb2023 09:48:09.502] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(supermartijn642corelib)
[07Feb2023 09:48:09.502] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(supermartijn642corelib)
[07Feb2023 09:48:09.502] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(supermartijn642corelib)
[07Feb2023 09:48:09.502] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(supermartijn642corelib)
[07Feb2023 09:48:09.502] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(supermartijn642corelib)]
[07Feb2023 09:48:09.502] [main/DEBUG] [mixin/]: Registering mixin config: supermartijn642corelib.mixins.json
[07Feb2023 09:48:09.507] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(botania)
[07Feb2023 09:48:09.507] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(botania)
[07Feb2023 09:48:09.508] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(botania)
[07Feb2023 09:48:09.508] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(botania)
[07Feb2023 09:48:09.508] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(botania)
[07Feb2023 09:48:09.508] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(botania)]
[07Feb2023 09:48:09.508] [main/DEBUG] [mixin/]: Registering mixin config: botania_xplat.mixins.json
[07Feb2023 09:48:09.513] [main/DEBUG] [mixin/]: Registering mixin config: botania_forge.mixins.json
[07Feb2023 09:48:09.518] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fairylights)
[07Feb2023 09:48:09.518] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fairylights)
[07Feb2023 09:48:09.518] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fairylights)
[07Feb2023 09:48:09.518] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fairylights)
[07Feb2023 09:48:09.518] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fairylights)
[07Feb2023 09:48:09.518] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fairylights)]
[07Feb2023 09:48:09.518] [main/DEBUG] [mixin/]: Registering mixin config: fairylights.mixins.json
[07Feb2023 09:48:09.523] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(highlighter)
[07Feb2023 09:48:09.523] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(highlighter)
[07Feb2023 09:48:09.523] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(highlighter)
[07Feb2023 09:48:09.523] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(highlighter)
[07Feb2023 09:48:09.523] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(highlighter)
[07Feb2023 09:48:09.523] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(highlighter)]
[07Feb2023 09:48:09.523] [main/DEBUG] [mixin/]: Registering mixin config: highlighter.mixins.json
[07Feb2023 09:48:09.528] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by highlighter.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[07Feb2023 09:48:09.528] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(philipsruins)
[07Feb2023 09:48:09.528] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(philipsruins)
[07Feb2023 09:48:09.528] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(philipsruins)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(philipsruins)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(philipsruins)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(philipsruins)]
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(spark)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(spark)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(spark)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(spark)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(spark)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(spark)]
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(reeses_sodium_options)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(reeses_sodium_options)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(reeses_sodium_options)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(reeses_sodium_options)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(reeses_sodium_options)
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(reeses_sodium_options)]
[07Feb2023 09:48:09.529] [main/DEBUG] [mixin/]: Registering mixin config: reeses_sodium_options.mixins.json
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mysticaladaptations)
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mysticaladaptations)
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mysticaladaptations)
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mysticaladaptations)
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mysticaladaptations)
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mysticaladaptations)]
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(curios)
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(curios)
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(curios)
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(curios)
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(curios)
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(curios)]
[07Feb2023 09:48:09.534] [main/DEBUG] [mixin/]: Registering mixin config: curios.mixins.json
[07Feb2023 09:48:09.540] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(spoornweaponattributes)
[07Feb2023 09:48:09.540] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(spoornweaponattributes)
[07Feb2023 09:48:09.540] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(spoornweaponattributes)
[07Feb2023 09:48:09.540] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(spoornweaponattributes)
[07Feb2023 09:48:09.540] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(spoornweaponattributes)
[07Feb2023 09:48:09.540] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(spoornweaponattributes)]
[07Feb2023 09:48:09.540] [main/DEBUG] [mixin/]: Registering mixin config: spoornweaponattributes-common.mixins.json
[07Feb2023 09:48:09.545] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(framedblocks)
[07Feb2023 09:48:09.545] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(framedblocks)
[07Feb2023 09:48:09.545] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(framedblocks)
[07Feb2023 09:48:09.545] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(framedblocks)
[07Feb2023 09:48:09.545] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(framedblocks)
[07Feb2023 09:48:09.545] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(framedblocks)]
[07Feb2023 09:48:09.545] [main/DEBUG] [mixin/]: Registering mixin config: framedblocks.mixin.json
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(extrastorage)
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(extrastorage)
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(extrastorage)
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(extrastorage)
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(extrastorage)
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(extrastorage)]
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(pluto)
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(pluto)
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(pluto)
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(pluto)
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(pluto)
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(pluto)]
[07Feb2023 09:48:09.550] [main/DEBUG] [mixin/]: Registering mixin config: pluto.mixins.json
[07Feb2023 09:48:09.555] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cfm)
[07Feb2023 09:48:09.555] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cfm)
[07Feb2023 09:48:09.555] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cfm)
[07Feb2023 09:48:09.555] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cfm)
[07Feb2023 09:48:09.555] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cfm)
[07Feb2023 09:48:09.555] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cfm)]
[07Feb2023 09:48:09.555] [main/DEBUG] [mixin/]: Registering mixin config: cfm.mixins.json
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by cfm.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(nametagtweaks)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(nametagtweaks)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(nametagtweaks)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(nametagtweaks)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(nametagtweaks)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(nametagtweaks)]
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(refinedcooking)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(refinedcooking)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(refinedcooking)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(refinedcooking)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(refinedcooking)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(refinedcooking)]
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mcwfurnitures)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mcwfurnitures)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mcwfurnitures)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mcwfurnitures)
[07Feb2023 09:48:09.560] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mcwfurnitures)
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mcwfurnitures)]
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(weirdinggadget)
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(weirdinggadget)
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(weirdinggadget)
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(weirdinggadget)
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(weirdinggadget)
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(weirdinggadget)]
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(the_bumblezone)
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(the_bumblezone)
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(the_bumblezone)
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(the_bumblezone)
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(the_bumblezone)
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(the_bumblezone)]
[07Feb2023 09:48:09.561] [main/DEBUG] [mixin/]: Registering mixin config: the_bumblezone.mixins.json
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(jadeaddons)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(jadeaddons)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(jadeaddons)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(jadeaddons)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(jadeaddons)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(jadeaddons)]
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(smallernetherportals)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(smallernetherportals)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(smallernetherportals)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(smallernetherportals)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(smallernetherportals)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(smallernetherportals)]
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(rainbegoneritual)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(rainbegoneritual)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(rainbegoneritual)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(rainbegoneritual)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(rainbegoneritual)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rainbegoneritual)]
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(geckolib3)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(geckolib3)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(geckolib3)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(geckolib3)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(geckolib3)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(geckolib3)]
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(playerrevive)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(playerrevive)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(playerrevive)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(playerrevive)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(playerrevive)
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(playerrevive)]
[07Feb2023 09:48:09.566] [main/DEBUG] [mixin/]: Registering mixin config: playerrevive.mixins.json
[07Feb2023 09:48:09.573] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(randombonemealflowers)
[07Feb2023 09:48:09.573] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(randombonemealflowers)
[07Feb2023 09:48:09.573] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(randombonemealflowers)
[07Feb2023 09:48:09.573] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(randombonemealflowers)
[07Feb2023 09:48:09.573] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(randombonemealflowers)
[07Feb2023 09:48:09.573] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(randombonemealflowers)]
[07Feb2023 09:48:09.573] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mcwlights)
[07Feb2023 09:48:09.573] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mcwlights)
[07Feb2023 09:48:09.573] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mcwlights)
[07Feb2023 09:48:09.573] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mcwlights)
[07Feb2023 09:48:09.573] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mcwlights)
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mcwlights)]
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(adaptive_performance_tweaks_spawn)
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(adaptive_performance_tweaks_spawn)
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(adaptive_performance_tweaks_spawn)
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(adaptive_performance_tweaks_spawn)
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(adaptive_performance_tweaks_spawn)
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(adaptive_performance_tweaks_spawn)]
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ftblibrary)
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ftblibrary)
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ftblibrary)
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ftblibrary)
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ftblibrary)
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ftblibrary)]
[07Feb2023 09:48:09.574] [main/DEBUG] [mixin/]: Registering mixin config: ftblibrary-common.mixins.json
[07Feb2023 09:48:09.581] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by ftblibrary-common.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.582] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cgm)
[07Feb2023 09:48:09.582] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cgm)
[07Feb2023 09:48:09.582] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cgm)
[07Feb2023 09:48:09.582] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cgm)
[07Feb2023 09:48:09.582] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cgm)
[07Feb2023 09:48:09.582] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cgm)]
[07Feb2023 09:48:09.582] [main/DEBUG] [mixin/]: Registering mixin config: cgm.mixins.json
[07Feb2023 09:48:09.587] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by cgm.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.587] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(biomesinjars)
[07Feb2023 09:48:09.587] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(biomesinjars)
[07Feb2023 09:48:09.587] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(biomesinjars)
[07Feb2023 09:48:09.587] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(biomesinjars)
[07Feb2023 09:48:09.587] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(biomesinjars)
[07Feb2023 09:48:09.587] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(biomesinjars)]
[07Feb2023 09:48:09.587] [main/DEBUG] [mixin/]: Registering mixin config: biomesinjars.mixin.json
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(rechiseled)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(rechiseled)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(rechiseled)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(rechiseled)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(rechiseled)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rechiseled)]
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(treeharvester)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(treeharvester)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(treeharvester)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(treeharvester)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(treeharvester)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(treeharvester)]
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ae2)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ae2)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ae2)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ae2)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ae2)
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ae2)]
[07Feb2023 09:48:09.592] [main/DEBUG] [mixin/]: Registering mixin config: ae2.mixins.json
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Compatibility level JAVA_11 specified by ae2.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(jei)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(jei)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(jei)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(jei)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(jei)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(jei)]
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(multipiston)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(multipiston)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(multipiston)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(multipiston)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(multipiston)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(multipiston)]
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(attributefix)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(attributefix)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(attributefix)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(attributefix)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(attributefix)
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(attributefix)]
[07Feb2023 09:48:09.598] [main/DEBUG] [mixin/]: Registering mixin config: attributefix.mixins.json
[07Feb2023 09:48:09.604] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(visualworkbench)
[07Feb2023 09:48:09.604] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(visualworkbench)
[07Feb2023 09:48:09.604] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(visualworkbench)
[07Feb2023 09:48:09.604] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(visualworkbench)
[07Feb2023 09:48:09.604] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(visualworkbench)
[07Feb2023 09:48:09.604] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(visualworkbench)]
[07Feb2023 09:48:09.604] [main/DEBUG] [mixin/]: Registering mixin config: META-INF/visualworkbench.mixins.json
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by META-INF/visualworkbench.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mekanism)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mekanism)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mekanism)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mekanism)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mekanism)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mekanism)]
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(bdlib)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(bdlib)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(bdlib)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(bdlib)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(bdlib)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(bdlib)]
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(dufxcsc)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(dufxcsc)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(dufxcsc)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(dufxcsc)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(dufxcsc)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(dufxcsc)]
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(shutupexperimentalsettings)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(shutupexperimentalsettings)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(shutupexperimentalsettings)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(shutupexperimentalsettings)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(shutupexperimentalsettings)
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(shutupexperimentalsettings)]
[07Feb2023 09:48:09.609] [main/DEBUG] [mixin/]: Registering mixin config: shutupexperimentalsettings.mixins.json
[07Feb2023 09:48:09.614] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(integrated_api)
[07Feb2023 09:48:09.614] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(integrated_api)
[07Feb2023 09:48:09.614] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(integrated_api)
[07Feb2023 09:48:09.614] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(integrated_api)
[07Feb2023 09:48:09.614] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(integrated_api)
[07Feb2023 09:48:09.614] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(integrated_api)]
[07Feb2023 09:48:09.614] [main/DEBUG] [mixin/]: Registering mixin config: integrated_api.mixins.json
[07Feb2023 09:48:09.619] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(naturescompass)
[07Feb2023 09:48:09.619] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(naturescompass)
[07Feb2023 09:48:09.619] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(naturescompass)
[07Feb2023 09:48:09.619] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(naturescompass)
[07Feb2023 09:48:09.619] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(naturescompass)
[07Feb2023 09:48:09.619] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(naturescompass)]
[07Feb2023 09:48:09.619] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(compactmachines)
[07Feb2023 09:48:09.619] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(compactmachines)
[07Feb2023 09:48:09.619] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(compactmachines)
[07Feb2023 09:48:09.619] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(compactmachines)
[07Feb2023 09:48:09.619] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(compactmachines)
[07Feb2023 09:48:09.620] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(compactmachines)]
[07Feb2023 09:48:09.620] [main/DEBUG] [mixin/]: Registering mixin config: compactmachines.mixin.json
[07Feb2023 09:48:09.624] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by compactmachines.mixin.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(humblingbundle)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(humblingbundle)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(humblingbundle)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(humblingbundle)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(humblingbundle)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(humblingbundle)]
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(botanypots)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(botanypots)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(botanypots)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(botanypots)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(botanypots)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(botanypots)]
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(champions)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(champions)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(champions)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(champions)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(champions)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(champions)]
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(farmingforblockheads)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(farmingforblockheads)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(farmingforblockheads)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(farmingforblockheads)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(farmingforblockheads)
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(farmingforblockheads)]
[07Feb2023 09:48:09.625] [main/DEBUG] [mixin/]: Registering mixin config: farmingforblockheads.mixins.json
[07Feb2023 09:48:09.632] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cofh_core)
[07Feb2023 09:48:09.632] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cofh_core)
[07Feb2023 09:48:09.632] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cofh_core)
[07Feb2023 09:48:09.632] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cofh_core)
[07Feb2023 09:48:09.632] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cofh_core)
[07Feb2023 09:48:09.632] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cofh_core)]
[07Feb2023 09:48:09.632] [main/DEBUG] [mixin/]: Registering mixin config: mixins.cofhcore.json
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(beefix)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(beefix)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(beefix)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(beefix)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(beefix)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(beefix)]
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(additional_lights)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(additional_lights)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(additional_lights)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(additional_lights)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(additional_lights)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(additional_lights)]
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(compacthelpcommand)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(compacthelpcommand)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(compacthelpcommand)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(compacthelpcommand)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(compacthelpcommand)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(compacthelpcommand)]
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(jeitweaker)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(jeitweaker)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(jeitweaker)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(jeitweaker)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(jeitweaker)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(jeitweaker)]
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(dismountentity)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(dismountentity)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(dismountentity)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(dismountentity)
[07Feb2023 09:48:09.638] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(dismountentity)
[07Feb2023 09:48:09.639] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(dismountentity)]
[07Feb2023 09:48:09.639] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(crafttweaker)
[07Feb2023 09:48:09.639] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(crafttweaker)
[07Feb2023 09:48:09.639] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(crafttweaker)
[07Feb2023 09:48:09.639] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(crafttweaker)
[07Feb2023 09:48:09.639] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(crafttweaker)
[07Feb2023 09:48:09.639] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(crafttweaker)]
[07Feb2023 09:48:09.639] [main/DEBUG] [mixin/]: Registering mixin config: crafttweaker.mixins.json
[07Feb2023 09:48:09.644] [main/DEBUG] [mixin/]: Registering mixin config: crafttweaker.forge.mixins.json
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(extradisks)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(extradisks)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(extradisks)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(extradisks)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(extradisks)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(extradisks)]
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(rftoolspower)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(rftoolspower)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(rftoolspower)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(rftoolspower)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(rftoolspower)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rftoolspower)]
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(forge)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(forge)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(forge)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(forge)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(forge)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(forge)]
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ae2ao)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ae2ao)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ae2ao)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ae2ao)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ae2ao)
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ae2ao)]
[07Feb2023 09:48:09.649] [main/DEBUG] [mixin/]: Registering mixin config: ae2ao.mixins.json
[07Feb2023 09:48:09.654] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by ae2ao.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.654] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(idas)
[07Feb2023 09:48:09.654] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(idas)
[07Feb2023 09:48:09.654] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(idas)
[07Feb2023 09:48:09.654] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(idas)
[07Feb2023 09:48:09.654] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(idas)
[07Feb2023 09:48:09.654] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(idas)]
[07Feb2023 09:48:09.654] [main/DEBUG] [mixin/]: Registering mixin config: idas.mixins.json
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mcwpaths)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mcwpaths)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mcwpaths)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mcwpaths)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mcwpaths)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mcwpaths)]
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ironchest)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ironchest)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ironchest)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ironchest)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ironchest)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ironchest)]
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(wooltweaks)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(wooltweaks)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(wooltweaks)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(wooltweaks)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(wooltweaks)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(wooltweaks)]
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(drippyloadingscreen)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(drippyloadingscreen)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(drippyloadingscreen)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(drippyloadingscreen)
[07Feb2023 09:48:09.659] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(drippyloadingscreen)
[07Feb2023 09:48:09.660] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(drippyloadingscreen)]
[07Feb2023 09:48:09.660] [main/DEBUG] [mixin/]: Registering mixin config: drippyloadingscreen.mixin.json
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by drippyloadingscreen.mixin.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(zerocore)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(zerocore)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(zerocore)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(zerocore)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(zerocore)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(zerocore)]
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)]
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(sophisticatedbackpacksvh)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(sophisticatedbackpacksvh)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(sophisticatedbackpacksvh)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(sophisticatedbackpacksvh)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(sophisticatedbackpacksvh)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sophisticatedbackpacksvh)]
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(terrablender)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(terrablender)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(terrablender)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(terrablender)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(terrablender)
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(terrablender)]
[07Feb2023 09:48:09.665] [main/DEBUG] [mixin/]: Registering mixin config: terrablender.mixins.json
[07Feb2023 09:48:09.671] [main/DEBUG] [mixin/]: Registering mixin config: terrablender_forge.mixins.json
[07Feb2023 09:48:09.675] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mousetweaks)
[07Feb2023 09:48:09.676] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mousetweaks)
[07Feb2023 09:48:09.676] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mousetweaks)
[07Feb2023 09:48:09.676] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mousetweaks)
[07Feb2023 09:48:09.676] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mousetweaks)
[07Feb2023 09:48:09.676] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mousetweaks)]
[07Feb2023 09:48:09.676] [main/DEBUG] [mixin/]: Registering mixin config: mousetweaks.mixins.json
[07Feb2023 09:48:09.680] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(allthemodium)
[07Feb2023 09:48:09.680] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(allthemodium)
[07Feb2023 09:48:09.680] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(allthemodium)
[07Feb2023 09:48:09.680] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(allthemodium)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(allthemodium)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(allthemodium)]
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(pamhc2crops)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(pamhc2crops)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(pamhc2crops)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(pamhc2crops)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(pamhc2crops)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(pamhc2crops)]
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(createtweaker)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(createtweaker)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(createtweaker)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(createtweaker)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(createtweaker)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(createtweaker)]
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(domum_ornamentum)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(domum_ornamentum)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(domum_ornamentum)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(domum_ornamentum)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(domum_ornamentum)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(domum_ornamentum)]
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(pipez)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(pipez)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(pipez)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(pipez)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(pipez)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(pipez)]
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(flywheel)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(flywheel)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(flywheel)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(flywheel)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(flywheel)
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(flywheel)]
[07Feb2023 09:48:09.681] [main/DEBUG] [mixin/]: Registering mixin config: flywheel.mixins.json
[07Feb2023 09:48:09.686] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ecologics)
[07Feb2023 09:48:09.686] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ecologics)
[07Feb2023 09:48:09.686] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ecologics)
[07Feb2023 09:48:09.686] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ecologics)
[07Feb2023 09:48:09.686] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ecologics)
[07Feb2023 09:48:09.686] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ecologics)]
[07Feb2023 09:48:09.686] [main/DEBUG] [mixin/]: Registering mixin config: ecologics-common.mixins.json
[07Feb2023 09:48:09.691] [main/DEBUG] [mixin/]: Registering mixin config: ecologics.mixins.json
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mantle)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mantle)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mantle)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mantle)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mantle)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mantle)]
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(xaerominimap)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(xaerominimap)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(xaerominimap)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(xaerominimap)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(xaerominimap)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(xaerominimap)]
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(croptopia)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(croptopia)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(croptopia)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(croptopia)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(croptopia)
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(croptopia)]
[07Feb2023 09:48:09.696] [main/DEBUG] [mixin/]: Registering mixin config: croptopia.mixins.json
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by croptopia.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(itemcollectors)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(itemcollectors)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(itemcollectors)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(itemcollectors)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(itemcollectors)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(itemcollectors)]
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(megacells)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(megacells)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(megacells)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(megacells)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(megacells)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(megacells)]
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(pamhc2foodcore)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(pamhc2foodcore)
[07Feb2023 09:48:09.701] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(pamhc2foodcore)
[07Feb2023 09:48:09.702] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(pamhc2foodcore)
[07Feb2023 09:48:09.702] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(pamhc2foodcore)
[07Feb2023 09:48:09.702] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(pamhc2foodcore)]
[07Feb2023 09:48:09.702] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(sodiumextra)
[07Feb2023 09:48:09.702] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(sodiumextra)
[07Feb2023 09:48:09.702] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(sodiumextra)
[07Feb2023 09:48:09.702] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(sodiumextra)
[07Feb2023 09:48:09.702] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(sodiumextra)
[07Feb2023 09:48:09.702] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sodiumextra)]
[07Feb2023 09:48:09.702] [main/DEBUG] [mixin/]: Registering mixin config: sodium-extra.mixins.json
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(autoreglib)
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(autoreglib)
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(autoreglib)
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(autoreglib)
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(autoreglib)
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(autoreglib)]
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(polymorph)
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(polymorph)
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(polymorph)
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(polymorph)
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(polymorph)
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(polymorph)]
[07Feb2023 09:48:09.707] [main/DEBUG] [mixin/]: Registering mixin config: polymorph.mixins.json
[07Feb2023 09:48:09.712] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by polymorph.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[07Feb2023 09:48:09.712] [main/DEBUG] [mixin/]: Registering mixin config: polymorph_integrations.mixins.json
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by polymorph_integrations.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(structurize)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(structurize)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(structurize)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(structurize)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(structurize)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(structurize)]
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(pickletweaks)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(pickletweaks)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(pickletweaks)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(pickletweaks)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(pickletweaks)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(pickletweaks)]
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fastfurnace)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fastfurnace)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fastfurnace)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fastfurnace)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fastfurnace)
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fastfurnace)]
[07Feb2023 09:48:09.718] [main/DEBUG] [mixin/]: Registering mixin config: fastfurnace.mixins.json
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by fastfurnace.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(enercell)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(enercell)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(enercell)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(enercell)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(enercell)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(enercell)]
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(neoncraft2)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(neoncraft2)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(neoncraft2)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(neoncraft2)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(neoncraft2)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(neoncraft2)]
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(appleskin)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(appleskin)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(appleskin)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(appleskin)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(appleskin)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(appleskin)]
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(connectedglass)
[07Feb2023 09:48:09.723] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(connectedglass)
[07Feb2023 09:48:09.724] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(connectedglass)
[07Feb2023 09:48:09.724] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(connectedglass)
[07Feb2023 09:48:09.724] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(connectedglass)
[07Feb2023 09:48:09.724] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(connectedglass)]
[07Feb2023 09:48:09.724] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(lootr)
[07Feb2023 09:48:09.724] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(lootr)
[07Feb2023 09:48:09.724] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(lootr)
[07Feb2023 09:48:09.724] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(lootr)
[07Feb2023 09:48:09.724] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(lootr)
[07Feb2023 09:48:09.724] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(lootr)]
[07Feb2023 09:48:09.724] [main/DEBUG] [mixin/]: Registering mixin config: lootr.mixins.json
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(upgradednetherite_ultimate)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(upgradednetherite_ultimate)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(upgradednetherite_ultimate)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(upgradednetherite_ultimate)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(upgradednetherite_ultimate)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(upgradednetherite_ultimate)]
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(puzzleslib)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(puzzleslib)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(puzzleslib)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(puzzleslib)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(puzzleslib)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(puzzleslib)]
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(extremesoundmuffler)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(extremesoundmuffler)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(extremesoundmuffler)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(extremesoundmuffler)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(extremesoundmuffler)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(extremesoundmuffler)]
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cosmeticarmorreworked)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cosmeticarmorreworked)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cosmeticarmorreworked)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cosmeticarmorreworked)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cosmeticarmorreworked)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cosmeticarmorreworked)]
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(the_vault)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(the_vault)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(the_vault)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(the_vault)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(the_vault)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(the_vault)]
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(rsrequestify)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(rsrequestify)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(rsrequestify)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(rsrequestify)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(rsrequestify)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rsrequestify)]
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cyclopscore)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cyclopscore)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cyclopscore)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cyclopscore)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cyclopscore)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cyclopscore)]
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(auxiliaryblocks)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(auxiliaryblocks)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(auxiliaryblocks)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(auxiliaryblocks)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(auxiliaryblocks)
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(auxiliaryblocks)]
[07Feb2023 09:48:09.729] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(aiotbotania)
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(aiotbotania)
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(aiotbotania)
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(aiotbotania)
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(aiotbotania)
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(aiotbotania)]
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(architects_palette)
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(architects_palette)
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(architects_palette)
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(architects_palette)
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(architects_palette)
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(architects_palette)]
[07Feb2023 09:48:09.730] [main/DEBUG] [mixin/]: Registering mixin config: architects_palette.mixins.json
[07Feb2023 09:48:09.735] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by architects_palette.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[07Feb2023 09:48:09.735] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(healthoverlay)
[07Feb2023 09:48:09.735] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(healthoverlay)
[07Feb2023 09:48:09.735] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(healthoverlay)
[07Feb2023 09:48:09.735] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(healthoverlay)
[07Feb2023 09:48:09.735] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(healthoverlay)
[07Feb2023 09:48:09.735] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(healthoverlay)]
[07Feb2023 09:48:09.735] [main/DEBUG] [mixin/]: Registering mixin config: healthoverlay_common.mixins.json
[07Feb2023 09:48:09.740] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(connectivity)
[07Feb2023 09:48:09.740] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(connectivity)
[07Feb2023 09:48:09.740] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(connectivity)
[07Feb2023 09:48:09.740] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(connectivity)
[07Feb2023 09:48:09.740] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(connectivity)
[07Feb2023 09:48:09.740] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResour
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment