I'm trying my hand at adding mods for the first time using Forge. It goes pretty quickly through the first 6 of 7 steps, then slows way down during step 7, and then stops responding midway through.
I attached a screenshot of my mods list to this post.
Here's the log that comes up in the client after I X out of the (Not Responding) Minecraft:
[23:42:49] [Client thread/INFO] [JEI]: Registered plugin: mcjty.lib.compat.JeiCompatibility in 1 ms
[23:42:49] [Client thread/INFO] [JEI]: Registering plugin: mezz.jei.plugins.jei.JEIInternalPlugin ...
[23:42:49] [Client thread/INFO] [JEI]: Registered plugin: mezz.jei.plugins.jei.JEIInternalPlugin in 2 ms
[23:42:49] [Client thread/INFO] [JEI]: Building recipe registry...
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:43:00] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:43:00] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:43:00] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:43:00] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:43:19] [Client thread/INFO] [JEI]: Built recipe registry in 29819 ms
[23:43:19] [Client thread/INFO] [JEI]: Building item filter...
[23:43:48] [Client thread/INFO] [JEI]: Built item filter in 29043 ms
[23:43:48] [Client thread/INFO] [JEI]: Building runtime...
[23:43:50] [Client thread/INFO] [JEI]: Built runtime in 1943 ms
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mezz.jei.plugins.vanilla.VanillaPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.food.compat.FoodJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: WayofTime.bloodmagic.compat.jei.BloodMagicPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: slimeknights.tconstruct.plugin.jei.JEIPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.arboriculture.compat.ArboricultureJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.rftoolscontrol.jei.RFToolsControlJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: ic2.jeiIntegration.SubModule ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.rftools.jei.RFToolsJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: chocohead.AdvMachines.JEICompat ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.deepresonance.jei.DeepResonanceJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.storage.compat.StorageJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.apiculture.compat.ApicultureJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: xreliquary.compat.jei.ReliquaryPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: net.blay09.mods.cookingforblockheads.compat.jei.JEIAddon ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mods.railcraft.common.plugins.jei.RailcraftJEIPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mod.flatcoloredblocks.integration.PluginJEI ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.plugins.compat.ForestryJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.mail.compat.MailJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: vazkii.botania.client.integration.jei.JEIBotaniaPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mod.chiselsandbits.integration.mods.JustEnoughItems ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: com.jaquadro.minecraft.storagedrawers.integration.JustEnoughItems ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.factory.recipes.jei.FactoryJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: slimeknights.mantle.util.JeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.lib.compat.JeiCompatibility ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mezz.jei.plugins.jei.JEIInternalPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Finished Starting JEI in 73792 ms
[23:43:50] [Client thread/INFO] [ElecCore]: ElecCore has Available in 1 ms
[23:43:50] [Client thread/INFO] [Waila]: [Agriculture] Agriculture mod not found.
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect mcjty.lib.compat.waila.WailaCompatibility load
[23:43:50] [Client thread/INFO] [STDOUT]: [mcjty.lib.compat.waila.WailaCompatibility:load:33]: WailaCompatibility.load
[23:43:50] [Client thread/INFO] [Waila]: Success in registering deepresonance
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect com.pam.harvestcraft.addons.WailaPamHandler callbackRegister
[23:43:50] [Client thread/INFO] [Waila]: Success in registering harvestcraft
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect com.pam.harvestcraft.addons.WailaVanillaHandler callbackRegister
[23:43:50] [Client thread/INFO] [Waila]: Success in registering harvestcraft
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect slimeknights.tconstruct.plugin.waila.WailaRegistrar wailaCallback
[23:43:50] [Client thread/INFO] [Waila]: Success in registering tconstruct
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect WayofTime.bloodmagic.compat.waila.WailaCallbackHandler callbackRegister
[23:43:50] [Client thread/INFO] [Waila]: Success in registering BloodMagic
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect net.blay09.mods.cookingforblockheads.compat.WailaProvider register
[23:43:50] [Client thread/INFO] [Waila]: Success in registering cookingforblockheads
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect elec332.core.compat.waila.WailaCompatHandler register
[23:43:50] [Client thread/INFO] [Waila]: Success in registering eleccore
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect xreliquary.compat.waila.WailaCallbackHandler callbackRegister
[23:43:53] [Client thread/INFO] [Waila]: Success in registering xreliquary
[23:43:53] [Client thread/INFO] [Waila]: Trying to reflect com.jaquadro.minecraft.storagedrawers.integration.Waila registerProvider
[23:43:53] [Client thread/INFO] [Waila]: Success in registering StorageDrawers
[23:43:53] [Client thread/INFO] [Waila]: Trying to reflect squeek.wailaharvestability.WailaHandler callbackRegister
[23:43:53] [Client thread/INFO] [Waila]: Success in registering WailaHarvestability
[23:43:53] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 34 mods
[23:43:53] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Advanced Machines, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Cooking for Blockheads, FMLFileResourcePack:DeepResonance, FMLFileResourcePack:ElecCore, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:Forestry, FMLFileResourcePack:Gravitation Suite, FMLFileResourcePack:Guide-API, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Mantle, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Reliquary, FMLFileResourcePack:RFTools, FMLFileResourcePack:RFTools Control, FMLFileResourcePack:RFTools Dimensions, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Minecraft Forge
[23:43:57] [Client thread/INFO] [ElecCore]: Prehandling Block Models
[23:43:57] [Client thread/INFO] [ElecCore]: Prehandling Item Models
[23:43:57] [Client thread/INFO] [Mantle]: Started loading books...
[23:43:57] [Client thread/INFO] [Mantle]: Book loading completed in 0.025229432 seconds.
[23:44:01] [Client thread/INFO] [forestry]: Created: 256x256 textures-atlas
[23:44:12] [Client thread/WARN]: File minecraft:sounds/deep_rumble.ogg does not exist, cannot add it to event rftoolsdim:deep_rumble
[23:44:12] [Client thread/WARN]: File minecraft:sounds/teleport_whoosh.ogg does not exist, cannot add it to event rftoolsdim:teleport_whoosh
[23:44:12] [Client thread/WARN]: File minecraft:sounds/teleport_error.ogg does not exist, cannot add it to event rftoolsdim:teleport_error
[23:44:12] [Client thread/WARN]: File minecraft:sounds/wolfhowl.ogg does not exist, cannot add it to event rftoolsdim:wolfhowl
[23:44:12] [Client thread/INFO]: SoundSystem shutting down...
[23:44:13] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[23:44:13] [Sound Library Loader/INFO]: Starting up SoundSystem...
[23:44:14] [Thread-14/INFO]: Initializing LWJGL OpenAL
[23:44:14] [Thread-14/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[23:44:14] [Thread-14/INFO]: OpenAL initialized.
[23:44:17] [Sound Library Loader/INFO]: Sound engine started
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None' in 'deepresonance:models/block/crystalizer.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_machineBottom.png' in 'deepresonance:models/block/crystalizer.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_machineSide.png' in 'deepresonance:models/block/crystalizer.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_machineTop.png' in 'deepresonance:models/block/crystalizer.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None' in 'deepresonance:models/block/collector.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None' in 'deepresonance:models/block/lens.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'Cube1_auv' in 'deepresonance:models/block/crystal_generated.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'Cube1_auv' in 'deepresonance:models/block/crystal.mtl'. The color defined by key 'Ks' will not be applied!
Exception in thread "Client thread" [23:52:06] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.OutOfMemoryError: Java heap space
[23:52:06] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.Arrays.copyOf(Arrays.java:3236)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.misc.IOUtils.readFully(IOUtils.java:60)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.jar.JarFile.getBytes(JarFile.java:425)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.jar.JarFile.getManifestFromReference(JarFile.java:193)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.jar.JarFile.getManifest(JarFile.java:180)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:780)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:422)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.security.AccessController.doPrivileged(Native Method)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.loadClass(ThrowableProxy.java:459)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.resolvePackageData(ThrowableProxy.java:395)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:115)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:116)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:116)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:116)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:98)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.Log4jLogEvent.<init>(Log4jLogEvent.java:114)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.Log4jLogEvent.<init>(Log4jLogEvent.java:90)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.DefaultLogEventFactory.createEvent(DefaultLogEventFactory.java:49)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:365)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.Logger.log(Logger.java:110)
[23:52:16] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.spi.AbstractLogger.log(AbstractLogger.java:1448)
[23:52:16] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.LogWrapper.log(LogWrapper.java:42)
[23:52:16] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:137)
[23:52:16] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
This if my first time posting, so I'm not sure if the above is the correct log file. I've seen reference to a log file from the .minecraft\logs folder, and I've been trying to post it, too, but it's many, many, many times the 120,000 character limit, and it's 2:30am, so I've been having trouble.
If someone knows an easier way I can make that available, if necessary, please let me know.
So, it seemed to always stop on "ModelLoader: blocks - harvestcraft:pamDate" (see 1st attached screenshot), so I removed my Pam's Harvestcraft mod just to see what would happen, and re-ran it. It then gave an out of memory error "Minecraft could not continue as it has run out of memory" (see 2nd attached screenshot).
Seems an appropriate time to give my computer's specs:
Processor: Intel i7-4770 @ 3.40 GHz
RAM: 8 GB
Graphics: NVIDIA GeForce GTX 780 Ti
Windows 8.1 64-bit
Ultimately, I want to have Pam's Harvestcraft working anyway, and I've seen people with much longer mod lists, so what's going on?
Edit:
Alright, so I looked up how to allocate more memory for Minecraft through Edit Profile on the client, and that seems to have worked.
Now, I can't get the EnderIO mod (v3.0.1.137) to work because it's "missing mods it depends on". Minecraft says it's missing "Forge 12.18.2.2122 or above", but, as you can see above, I'm using Forge 12.18.2.2151.
Log file for that:
[10:12:26] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[10:12:26] [main/INFO] [FML/]: Forge Mod Loader version 12.18.2.2099 for Minecraft 1.10.2 loading
[10:12:26] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 8.1:amd64:6.3, installed at C:\Users\Inifus\Desktop\Games\Minecraft\runtime\jre-x64\1.8.0_25
[10:12:26] [main/DEBUG] [FML/]: Java classpath at launch is C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.10.2-12.18.2.2099\forge-1.10.2-12.18.2.2099.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\jline\jline\2.13\jline-2.13.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.8\realms-1.9.8.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar
[10:12:26] [main/DEBUG] [FML/]: Java library path at launch is C:\Users\Inifus\AppData\Roaming\.minecraft\versions\1.10.2-forge1.10.2-12.18.2.2099\1.10.2-forge1.10.2-12.18.2.2099-natives-134824365891061
[10:12:26] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[10:12:26] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[10:12:26] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[10:12:26] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[10:12:26] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
[10:12:26] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin
[10:12:26] [main/DEBUG] [FML/]: All fundamental core mods are successfully located
[10:12:26] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to C:\Users\Inifus\AppData\Roaming\.minecraft
[10:12:26] [main/DEBUG] [FML/]: Discovering coremods
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Advanced Machines-60.0.0.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Advanced Machines-60.0.0.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Baubles-1.10.2-1.3.5.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Baubles-1.10.2-1.3.5.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy bdlib-1.12.2.17-mc1.10.2.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in bdlib-1.12.2.17-mc1.10.2.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy BloodMagic-1.9.4-2.1.0-66.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in BloodMagic-1.9.4-2.1.0-66.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Botania r1.9-339.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Botania r1.9-339.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Chameleon-1.10-2.1.9.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Chameleon-1.10-2.1.9.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy chiselsandbits-12.7.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in chiselsandbits-12.7.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy CookingForBlockheads_1.10.2-4.2.26.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in CookingForBlockheads_1.10.2-4.2.26.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy deepresonance-1.10-1.3.1.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in deepresonance-1.10-1.3.1.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy ElecCore-1.10.2-1.6.345.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in ElecCore-1.10.2-1.6.345.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy EnderCore-1.10.2-0.4.1.60-beta.jar
[10:12:26] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in EnderCore-1.10.2-0.4.1.60-beta.jar, it will be examined later for regular @Mod instances
[10:12:26] [main/DEBUG] [FML/]: Instantiating coremod class EnderCorePlugin
[10:12:26] [main/DEBUG] [FML/]: The coremod com.enderio.core.common.transform.EnderCorePlugin requested minecraft version 1.10.2 and minecraft is 1.10.2. It will be loaded.
[10:12:26] [main/DEBUG] [FML/]: Enqueued coremod EnderCorePlugin
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy EnderIO-1.10.2-3.0.1.137_beta.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in EnderIO-1.10.2-3.0.1.137_beta.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy flatcoloredblocks-mc1.10-v4.4.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in flatcoloredblocks-mc1.10-v4.4.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy forestry_1.10.2-5.2.16.328.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in forestry_1.10.2-5.2.16.328.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Gravitation Suite-3.0.1.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Gravitation Suite-3.0.1.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Guide-API-1.10.2-2.0.2-45.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Guide-API-1.10.2-2.0.2-45.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy industrialcraft-2-2.6.105-ex110.jar
[10:12:26] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in industrialcraft-2-2.6.105-ex110.jar, it will be examined later for regular @Mod instances
[10:12:26] [main/DEBUG] [FML/]: Instantiating coremod class IC2core
[10:12:26] [main/WARN] [FML/]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:12:26] [main/DEBUG] [FML/]: Enqueued coremod IC2core
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy InventoryTweaks-1.61-58.jar
[10:12:26] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.61-58.jar, it will be examined later for regular @Mod instances
[10:12:26] [main/DEBUG] [FML/]: Instantiating coremod class FMLPlugin
[10:12:26] [main/WARN] [FML/]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:12:26] [main/DEBUG] [FML/]: Added access transformer class invtweaks.forge.asm.ITAccessTransformer to enqueued access transformers
[10:12:26] [main/DEBUG] [FML/]: Enqueued coremod FMLPlugin
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy jei_1.10.2-3.13.4.384.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in jei_1.10.2-3.13.4.384.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy journeymap-1.10.2-5.3.0.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in journeymap-1.10.2-5.3.0.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Mantle-1.10.2-1.1.1.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Mantle-1.10.2-1.1.1.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy mcjtylib-1.10-2.2.0.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in mcjtylib-1.10-2.2.0.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Pam's HarvestCraft 1.9.4-1.10.2h.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Pam's HarvestCraft 1.9.4-1.10.2h.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Railcraft_1.10.2-10.0.0.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Railcraft_1.10.2-10.0.0.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Reliquary-1.10.2-1.3.3.585.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Reliquary-1.10.2-1.3.3.585.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy rftools-1.10-5.62.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in rftools-1.10-5.62.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy rftoolsctrl-1.10-1.5.2.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in rftoolsctrl-1.10-1.5.2.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy rftoolsdim-1.10-4.45.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in rftoolsdim-1.10-4.45.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy StorageDrawers-1.10.2-3.5.1.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in StorageDrawers-1.10.2-3.5.1.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy TConstruct-1.10.2-2.5.6b.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in TConstruct-1.10.2-2.5.6b.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Waila-1.7.0-B3_1.9.4.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Waila-1.7.0-B3_1.9.4.jar
[10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy WailaHarvestability-mc1.10.2-1.1.9.jar
[10:12:26] [main/DEBUG] [FML/]: Not found coremod data in WailaHarvestability-mc1.10.2-1.1.9.jar
[10:12:26] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:12:26] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[10:12:26] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:12:26] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:12:26] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:12:26] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers
[10:12:26] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[10:12:26] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[10:12:26] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[10:12:26] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[10:12:26] [main/DEBUG] [FML/]: Injection complete
[10:12:26] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}
[10:12:26] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin
[10:12:27] [main/DEBUG] [FML/]: Read 894 binary patches
[10:12:27] [main/DEBUG] [FML/]: Loading deobfuscation resource /deobfuscation_data-1.10.2.lzma with 32371 records
[10:12:27] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[10:12:27] [main/INFO] [FML/]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[10:12:27] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully
[10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:12:27] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
[10:12:27] [main/DEBUG] [FML/]: Injection complete
[10:12:27] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
[10:12:27] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin
[10:12:27] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully
[10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:12:27] [main/DEBUG] [FML/]: Injecting coremod IC2core {ic2.core.coremod.IC2core} class transformers
[10:12:27] [main/DEBUG] [FML/]: Injection complete
[10:12:27] [main/DEBUG] [FML/]: Running coremod plugin for IC2core {ic2.core.coremod.IC2core}
[10:12:27] [main/DEBUG] [FML/]: Running coremod plugin IC2core
[10:12:27] [main/INFO] [IC2-core/]: Loaded library EJML-core-0.26.jar.
[10:12:27] [main/DEBUG] [FML/]: Coremod plugin class IC2core run successfully
[10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:12:27] [main/DEBUG] [FML/]: Injecting coremod FMLPlugin {invtweaks.forge.asm.FMLPlugin} class transformers
[10:12:27] [main/TRACE] [FML/]: Registering transformer invtweaks.forge.asm.ContainerTransformer
[10:12:27] [main/DEBUG] [FML/]: Injection complete
[10:12:27] [main/DEBUG] [FML/]: Running coremod plugin for FMLPlugin {invtweaks.forge.asm.FMLPlugin}
[10:12:27] [main/DEBUG] [FML/]: Running coremod plugin FMLPlugin
[10:12:27] [main/DEBUG] [FML/]: Coremod plugin class FMLPlugin run successfully
[10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[10:12:27] [main/DEBUG] [FML/]: Loaded 195 rules from AccessTransformer config file forge_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 10 rules from AccessTransformer config file invtweaks_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\Baubles-1.10.2-1.3.5.jar!META-INF/baubles_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 2 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\CookingForBlockheads_1.10.2-4.2.26.jar!META-INF/cookingforblockheads_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 1 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\deepresonance-1.10-1.3.1.jar!META-INF/deepresonance_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 6 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\forestry_1.10.2-5.2.16.328.jar!META-INF/forestry_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 7 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\jei_1.10.2-3.13.4.384.jar!META-INF/jei_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 8 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\Mantle-1.10.2-1.1.1.jar!META-INF/mantle_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 5 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\chiselsandbits-12.7.jar!META-INF/chiselsandbits_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 9 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar!META-INF/biomesoplenty_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 33 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\TConstruct-1.10.2-2.5.6b.jar!META-INF/tconstruct_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 30 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\ElecCore-1.10.2-1.6.345.jar!META-INF/eleccore_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\rftoolsdim-1.10-4.45.jar!META-INF/rftoolsdim_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Loaded 8 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\rftools-1.10-5.62.jar!META-INF/rftools_at.cfg
[10:12:27] [main/DEBUG] [FML/]: Validating minecraft
[10:12:27] [main/DEBUG] [FML/]: Minecraft validated, launching...
[10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:12:27] [main/DEBUG] [FML/]: Injecting coremod EnderCorePlugin {com.enderio.core.common.transform.EnderCorePlugin} class transformers
[10:12:27] [main/TRACE] [FML/]: Registering transformer com.enderio.core.common.transform.EnderCoreTransformer
[10:12:27] [main/DEBUG] [FML/]: Injection complete
[10:12:27] [main/DEBUG] [FML/]: Running coremod plugin for EnderCorePlugin {com.enderio.core.common.transform.EnderCorePlugin}
[10:12:27] [main/DEBUG] [FML/]: Running coremod plugin EnderCorePlugin
[10:12:27] [main/DEBUG] [FML/]: Coremod plugin class EnderCorePlugin run successfully
[10:12:27] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[10:12:28] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[10:12:28] [main/INFO] [EnderCore/]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase
[10:12:28] [main/INFO] [STDOUT/]: [net.minecraft.client.main.Main:main:56]: Completely ignored arguments: [--nativeLauncherVersion, 307]
[10:12:30] [Client thread/DEBUG] [FML/]: Creating vanilla freeze snapshot
[10:12:30] [Client thread/DEBUG] [FML/]: Vanilla freeze snapshot created
[10:12:30] [Client thread/INFO] [EnderCore/]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d]
[10:12:30] [Client thread/INFO] [EnderCore/]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished.
[10:12:30] [Client thread/INFO] [EnderCore/]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
[10:12:30] [Client thread/INFO] [EnderCore/]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
[10:12:31] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - LanguageManager took 0.001s
[10:12:31] [Client thread/INFO] [STDOUT/]: [net.minecraftforge.fml.client.SplashProgress:start:219]: ---- Minecraft Crash Report ----
WARNING: coremods are present:
EnderCorePlugin (EnderCore-1.10.2-0.4.1.60-beta.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
IC2core (industrialcraft-2-2.6.105-ex110.jar)
Contact their authors BEFORE contacting forge
// Don't be sad. I'll do better next time, I promise!
Time: 11/26/16 10:12 AM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 204910648 bytes (195 MB) / 598736896 bytes (571 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
EnderCorePlugin (EnderCore-1.10.2-0.4.1.60-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
IC2core (industrialcraft-2-2.6.105-ex110.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.90' Renderer: 'GeForce GTX 780 Ti/PCIe/SSE2'
[10:12:31] [Client thread/INFO] [FML/]: MinecraftForge v12.18.2.2099 Initialized
[10:12:31] [Client thread/INFO] [FML/]: Replaced 232 ore recipes
[10:12:31] [Client thread/DEBUG] [FML/]: File C:\Users\Inifus\AppData\Roaming\.minecraft\config\injectedDependencies.json not found. No dependencies injected
[10:12:31] [Client thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]
[10:12:31] [Client thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes
[10:12:31] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.10.2-12.18.2.2099\forge-1.10.2-12.18.2.2099.jar, examining for mod candidates
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\jline\jline\2.13\jline-2.13.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.8\realms-1.9.8.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Inifus\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar, examining for mod candidates
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\EnderCore-1.10.2-0.4.1.60-beta.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\industrialcraft-2-2.6.105-ex110.jar
[10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\InventoryTweaks-1.61-58.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Inifus\AppData\Roaming\.minecraft\mods\ic2\EJML-core-0.26.jar, examining for mod candidates
[10:12:31] [Client thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully
[10:12:31] [Client thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer
[10:12:31] [Client thread/INFO] [FML/]: Searching C:\Users\Inifus\AppData\Roaming\.minecraft\mods for mods
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file 1 - THESE MODS ARE FOR MINECRAFT VERSION 1.10.2.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Advanced Machines-60.0.0.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Baubles-1.10.2-1.3.5.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Baubles.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file bdlib-1.12.2.17-mc1.10.2.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file BdLib.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file BiomesOPlenty.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Blood Magic.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file BloodMagic-1.9.4-2.1.0-66.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Botania r1.9-339.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Botania.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Chameleon-1.10-2.1.9.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Chameleon.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Chisels & Bits.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file chiselsandbits-12.7.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Cooking For Blockheads.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file CookingForBlockheads_1.10.2-4.2.26.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Deep Resonance.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file deepresonance-1.10-1.3.1.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file ElecCore-1.10.2-1.6.345.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Eleccore.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file EnderCore-1.10.2-0.4.1.60-beta.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Endercore.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file EnderIO-1.10.2-3.0.1.137_beta.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file EnderIO.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Flat Colored Blocks.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file flatcoloredblocks-mc1.10-v4.4.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Forestry.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file forestry_1.10.2-5.2.16.328.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Gravitation Suite-3.0.1.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Guide API.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Guide-API-1.10.2-2.0.2-45.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Harvest Craft.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate mod directory ic2
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file IC2 - Advanced Machines.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file IC2 - Gravitation Suite.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Industrial Craft 2.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file industrialcraft-2-2.6.105-ex110.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Inventory Tweaks.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file InventoryTweaks-1.61-58.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file jei_1.10.2-3.13.4.384.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Journey Map.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file journeymap-1.10.2-5.3.0.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Just Enough Items.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Mantle-1.10.2-1.1.1.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Mantle.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file mcjtylib-1.10-2.2.0.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file McJtyLib.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Pam's HarvestCraft 1.9.4-1.10.2h.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Railcraft.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Railcraft_1.10.2-10.0.0.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Reliquary-1.10.2-1.3.3.585.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Reliquary.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file RFTools Control.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file RFTools Dimensions.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file rftools-1.10-5.62.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file RFTools.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file rftoolsctrl-1.10-1.5.2.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file rftoolsdim-1.10-4.45.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Storage Drawers.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file StorageDrawers-1.10.2-3.5.1.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file TConstruct-1.10.2-2.5.6b.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Tinker's Construct.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file WAILA Harvestability.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Waila-1.7.0-B3_1.9.4.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file WAILA.txt in mods directory
[10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file WailaHarvestability-mc1.10.2-1.1.9.jar
[10:12:31] [Client thread/DEBUG] [FML/]: Examining file forge-1.10.2-12.18.2.2099.jar for potential mods
[10:12:31] [Client thread/DEBUG] [FML/]: The mod container forge-1.10.2-12.18.2.2099.jar appears to be missing an mcmod.info file
[10:12:31] [Client thread/DEBUG] [FML/]: Examining file 1.10.2.jar for potential mods
[10:12:31] [Client thread/DEBUG] [FML/]: The mod container 1.10.2.jar appears to be missing an mcmod.info file
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file EJML-core-0.26.jar for potential mods
[10:12:32] [Client thread/DEBUG] [FML/]: The mod container EJML-core-0.26.jar appears to be missing an mcmod.info file
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file Advanced Machines-60.0.0.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Advanced Machines-60.0.0.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (chocohead.AdvMachines.AdvancedMachines) - loading
[10:12:32] [Client thread/TRACE] [advanced_machines/]: Using mcmod dependency info : [IC2] [IC2] []
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file Baubles-1.10.2-1.3.5.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Baubles-1.10.2-1.3.5.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (baubles.common.Baubles) - loading
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/WARN] [FML/]: * The modid Baubles is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139)
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)...
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/TRACE] [Baubles/]: Parsed dependency info : [[email protected][12.18.1,)] [[email protected][12.18.1,)] []
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file bdlib-1.12.2.17-mc1.10.2.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file bdlib-1.12.2.17-mc1.10.2.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.lib.BdLib) - loading
[10:12:32] [Client thread/TRACE] [bdlib/]: Parsed dependency info : [] [] []
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (biomesoplenty.core.BiomesOPlenty) - loading
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/WARN] [FML/]: * The modid BiomesOPlenty is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139)
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)...
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/TRACE] [BiomesOPlenty/]: Parsed dependency info : [[email protected][12.18.1.2039,)] [[email protected][12.18.1.2039,)] []
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file BloodMagic-1.9.4-2.1.0-66.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file BloodMagic-1.9.4-2.1.0-66.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (WayofTime.bloodmagic.BloodMagic) - loading
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/WARN] [FML/]: * The modid BloodMagic is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139)
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)...
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/TRACE] [BloodMagic/]: Parsed dependency info : [guideapi, [email protected][12.16.0.1840,)] [[email protected][12.16.0.1840,), [email protected][2.23.0,), guideapi] []
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file Botania r1.9-339.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Botania r1.9-339.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.botania.common.Botania) - loading
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/WARN] [FML/]: * The modid Botania is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139)
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)...
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/TRACE] [Botania/]: Parsed dependency info : [[email protected][12.18.1.2053,], [email protected][1.3.BETA8,]] [[email protected][12.18.1.2053,], [email protected][1.3.BETA8,], Thaumcraft] []
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file Chameleon-1.10-2.1.9.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Chameleon-1.10-2.1.9.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.chameleon.Chameleon) - loading
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/WARN] [FML/]: * The modid Chameleon is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139)
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)...
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/TRACE] [Chameleon/]: Using mcmod dependency info : [Forge] [] []
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file chiselsandbits-12.7.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file chiselsandbits-12.7.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mod.chiselsandbits.core.ChiselsAndBits) - loading
[10:12:32] [Client thread/TRACE] [chiselsandbits/]: Parsed dependency info : [[email protected][12.17.0.1909,)] [[email protected][12.17.0.1909,), mcmultipart, [email protected][3.7.8.234,)] []
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file CookingForBlockheads_1.10.2-4.2.26.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file CookingForBlockheads_1.10.2-4.2.26.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.cookingforblockheads.CookingForBlockheads) - loading
[10:12:32] [Client thread/TRACE] [cookingforblockheads/]: Parsed dependency info : [] [] []
[10:12:32] [Client thread/DEBUG] [cookingforblockheads/]: Attempting to load the file version.properties from CookingForBlockheads_1.10.2-4.2.26.jar to locate a version number for cookingforblockheads
[10:12:32] [Client thread/WARN] [cookingforblockheads/]: Mod cookingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.2.26
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file deepresonance-1.10-1.3.1.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file deepresonance-1.10-1.3.1.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.deepresonance.DeepResonance) - loading
[10:12:32] [Client thread/TRACE] [deepresonance/]: Parsed dependency info : [[email protected][12.16.0.1835,), [email protected][1.10-2.1.0,), [email protected][1.6.345,)] [[email protected][12.16.0.1835,), [email protected][1.10-2.1.0,), [email protected][1.6.345,), [email protected][1.6.0,)] []
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file ElecCore-1.10.2-1.6.345.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file ElecCore-1.10.2-1.6.345.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (elec332.core.main.ElecCore) - loading
[10:12:32] [Client thread/TRACE] [eleccore/]: Parsed dependency info : [[email protected][12.18.1.2073,)] [[email protected][12.18.1.2073,), forestry] []
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file EnderCore-1.10.2-0.4.1.60-beta.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file EnderCore-1.10.2-0.4.1.60-beta.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.enderio.core.EnderCore) - loading
[10:12:32] [Client thread/TRACE] [endercore/]: Parsed dependency info : [] [ttCore] []
[10:12:32] [Client thread/DEBUG] [FML/]: Examining file EnderIO-1.10.2-3.0.1.137_beta.jar for potential mods
[10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file EnderIO-1.10.2-3.0.1.137_beta.jar
[10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.EnderIO) - loading
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/WARN] [FML/]: * The modid EnderIO is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139)
[10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)...
[10:12:32] [Client thread/WARN] [FML/]: ****************************************
[10:12:32] [Client thread/TRACE] [EnderIO/]: Parsed dependency info : [[email protected][12.18.2.2122,), [email protected][1.10.2-0.4.1.59-beta,)] [[email protected][12.18.2.2122,), [email protected][1.10.2-0.4.1.59-beta,), [email protected][1.7.0-B3_1.9.4,), [email protected][3.13.4.384,)] []
[10:12:33] [Client thread/DEBUG] [FML/]: Examining file flatcoloredblocks-mc1.10-v4.4.jar for potential mods
[10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file flatcoloredblocks-mc1.10-v4.4.jar
[10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mod.flatcoloredblocks.FlatColoredBlocks) - loading
[10:12:33] [Client thread/TRACE] [flatcoloredblocks/]: Parsed dependency info : [[email protected][12.18.0.1983,)] [[email protected][12.18.0.1983,)] []
[10:12:33] [Client thread/DEBUG] [FML/]: Examining file forestry_1.10.2-5.2.16.328.jar for potential mods
[10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file forestry_1.10.2-5.2.16.328.jar
[10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (forestry.Forestry) - loading
[10:12:33] [Client thread/TRACE] [forestry/]: Parsed dependency info : [[email protected][12.18.1.2080,)] [[email protected][12.18.1.2080,), [email protected][3.11.2.278,), IC2] []
[10:12:33] [Client thread/DEBUG] [FML/]: Examining file Gravitation Suite-3.0.1.jar for potential mods
[10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Gravitation Suite-3.0.1.jar
[10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.chocohead.gravisuite.Gravisuite) - loading
[10:12:33] [Client thread/TRACE] [gravisuite/]: Parsed dependency info : [[email protected][2.6.99-ex10,)] [[email protected][2.6.99-ex10,)] []
[10:12:33] [Client thread/DEBUG] [FML/]: Examining file Guide-API-1.10.2-2.0.2-45.jar for potential mods
[10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Guide-API-1.10.2-2.0.2-45.jar
[10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (amerifrance.guideapi.GuideMod) - loading
[10:12:33] [Client thread/TRACE] [guideapi/]: Parsed dependency info : [] [] []
[10:12:33] [Client thread/DEBUG] [FML/]: Examining directory ic2 for potential mods
[10:12:33] [Client thread/DEBUG] [FML/]: No mcmod.info file found in directory ic2
[10:12:33] [Client thread/DEBUG] [FML/]: Examining file industrialcraft-2-2.6.105-ex110.jar for potential mods
[10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file industrialcraft-2-2.6.105-ex110.jar
[10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ic2.core.IC2) - loading
[10:12:33] [Client thread/WARN] [FML/]: ****************************************
[10:12:33] [Client thread/WARN] [FML/]: * The modid IC2 is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139)
[10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124)
[10:12:33] [Client thread/WARN] [FML/]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
[10:12:33] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:12:33] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[10:12:33] [Client thread/WARN] [FML/]: ****************************************
[10:12:33] [Client thread/TRACE] [IC2/]: Parsed dependency info : [[email protected][12.17.0.1940,)] [[email protected][12.17.0.1940,)] []
[10:12:33] [Client thread/DEBUG] [FML/]: Examining file InventoryTweaks-1.61-58.jar for potential mods
[10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file InventoryTweaks-1.61-58.jar
[10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (invtweaks.forge.InvTweaksMod) - loading
[10:12:33] [Client thread/TRACE] [inventorytweaks/]: Parsed dependency info : [[email protected][12.17.0,)] [[email protected][12.17.0,)] []
[10:12:33] [Client thread/DEBUG] [inventorytweaks/]: Attempting to load the file version.properties from InventoryTweaks-1.61-58.jar to locate a version number for inventorytweaks
[10:12:33] [Client thread/DEBUG] [inventorytweaks/]: Found version 1.61-58-a1fd884 for mod inventorytweaks in version.properties, using
[10:12:33] [Client thread/DEBUG] [FML/]: Examining file jei_1.10.2-3.13.4.384.jar for potential mods
[10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file jei_1.10.2-3.13.4.384.jar
[10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.jei.JustEnoughItems) - loading
[10:12:33] [Client thread/WARN] [FML/]: ****************************************
[10:12:33] [Client thread/WARN] [FML/]: * The modid JEI is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139)
[10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124)
[10:12:33] [Client thread/WARN] [FML/]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
[10:12:33] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:12:33] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[10:12:33] [Client thread/WARN] [FML/]: ****************************************
[10:12:33] [Client thread/TRACE] [JEI/]: Parsed dependency info : [[email protected][12.18.1.2053,)] [[email protected][12.18.1.2053,)] []
[10:12:33] [Client thread/DEBUG] [FML/]: Examining file journeymap-1.10.2-5.3.0.jar for potential mods
[10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file journeymap-1.10.2-5.3.0.jar
[10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (journeymap.common.Journeymap) - loading
[10:12:33] [Client thread/TRACE] [journeymap/]: Using mcmod dependency info : [[email protected][12.18.2.2099,)] [[email protected][12.18.2.2099,)] []
[10:12:33] [Client thread/DEBUG] [FML/]: Examining file Mantle-1.10.2-1.1.1.jar for potential mods
[10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Mantle-1.10.2-1.1.1.jar
[10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.mantle.Mantle) - loading
[10:12:33] [Client thread/TRACE] [mantle/]: Parsed dependency info : [[email protected][12.18.1.2011,)] [[email protected][12.18.1.2011,)] []
[10:12:33] [Client thread/DEBUG] [FML/]: Examining file mcjtylib-1.10-2.2.0.jar for potential mods
[10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file mcjtylib-1.10-2.2.0.jar
[10:12:34] [Client thread/DEBUG] [FML/]: Examining file Pam's HarvestCraft 1.9.4-1.10.2h.jar for potential mods
[10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Pam's HarvestCraft 1.9.4-1.10.2h.jar
[10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.pam.harvestcraft.HarvestCraft) - loading
[10:12:34] [Client thread/TRACE] [harvestcraft/]: Parsed dependency info : [[email protected][12.16.1.1900,)] [[email protected][12.16.1.1900,)] []
[10:12:34] [Client thread/DEBUG] [FML/]: Examining file Railcraft_1.10.2-10.0.0.jar for potential mods
[10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Railcraft_1.10.2-10.0.0.jar
[10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mods.railcraft.common.core.Railcraft) - loading
[10:12:34] [Client thread/TRACE] [railcraft/]: Using mcmod dependency info : [Forge] [] []
[10:12:34] [Client thread/DEBUG] [FML/]: Examining file Reliquary-1.10.2-1.3.3.585.jar for potential mods
[10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Reliquary-1.10.2-1.3.3.585.jar
[10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xreliquary.Reliquary) - loading
[10:12:34] [Client thread/TRACE] [xreliquary/]: Parsed dependency info : [] [[email protected][1.3.BETA8,)] []
[10:12:34] [Client thread/DEBUG] [FML/]: Examining file rftools-1.10-5.62.jar for potential mods
[10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file rftools-1.10-5.62.jar
[10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftools.RFTools) - loading
[10:12:34] [Client thread/TRACE] [rftools/]: Parsed dependency info : [[email protected][12.18.1.2082,), [email protected][1.10-2.1.4,)] [[email protected][12.18.1.2082,), [email protected][1.10-2.1.4,)] []
[10:12:34] [Client thread/DEBUG] [FML/]: Examining file rftoolsctrl-1.10-1.5.2.jar for potential mods
[10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file rftoolsctrl-1.10-1.5.2.jar
[10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftoolscontrol.RFToolsControl) - loading
[10:12:34] [Client thread/TRACE] [rftoolscontrol/]: Parsed dependency info : [[email protected][12.16.1.1896,), [email protected][1.10-5.22,), [email protected][1.10-2.2.0,)] [[email protected][12.16.1.1896,), [email protected][1.10-5.22,), [email protected][1.10-2.2.0,)] []
[10:12:34] [Client thread/DEBUG] [FML/]: Examining file rftoolsdim-1.10-4.45.jar for potential mods
[10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file rftoolsdim-1.10-4.45.jar
[10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftoolsdim.RFToolsDim) - loading
[10:12:34] [Client thread/TRACE] [rftoolsdim/]: Parsed dependency info : [[email protected][1.10-1.9.9,), [email protected][12.16.1.1898,), [email protected][1.10.2-5.20,)] [[email protected][12.16.1.1898,), [email protected][1.10.2-5.20,), [email protected][1.10-1.9.9,)] []
[10:12:34] [Client thread/DEBUG] [FML/]: Examining file StorageDrawers-1.10.2-3.5.1.jar for potential mods
[10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file StorageDrawers-1.10.2-3.5.1.jar
[10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.storagedrawers.StorageDrawers) - loading
[10:12:34] [Client thread/WARN] [FML/]: ****************************************
[10:12:34] [Client thread/WARN] [FML/]: * The modid StorageDrawers is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139)
[10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124)
[10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
[10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:12:34] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[10:12:34] [Client thread/WARN] [FML/]: ****************************************
[10:12:34] [Client thread/TRACE] [StorageDrawers/]: Using mcmod dependency info : [Forge, Chameleon] [Chameleon] []
[10:12:34] [Client thread/DEBUG] [FML/]: Examining file TConstruct-1.10.2-2.5.6b.jar for potential mods
[10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file TConstruct-1.10.2-2.5.6b.jar
[10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.tconstruct.TConstruct) - loading
[10:12:34] [Client thread/TRACE] [tconstruct/]: Parsed dependency info : [[email protected][1.10.2-1.0.0,), [email protected][12.18.1.2073,)] [[email protected][12.18.1.2073,), [email protected][1.10.2-1.0.0,)] []
[10:12:34] [Client thread/DEBUG] [FML/]: Examining file Waila-1.7.0-B3_1.9.4.jar for potential mods
[10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Waila-1.7.0-B3_1.9.4.jar
[10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcp.mobius.waila.Waila) - loading
[10:12:34] [Client thread/WARN] [FML/]: ****************************************
[10:12:34] [Client thread/WARN] [FML/]: * The modid Waila is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139)
[10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124)
[10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
[10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:12:34] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[10:12:34] [Client thread/WARN] [FML/]: ****************************************
[10:12:34] [Client thread/TRACE] [Waila/]: Parsed dependency info : [[email protected][12.16.0.1809,)] [[email protected][12.16.0.1809,)] []
[10:12:34] [Client thread/DEBUG] [FML/]: Examining file WailaHarvestability-mc1.10.2-1.1.9.jar for potential mods
[10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file WailaHarvestability-mc1.10.2-1.1.9.jar
[10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (squeek.wailaharvestability.ModWailaHarvestability) - loading
[10:12:34] [Client thread/WARN] [FML/]: ****************************************
[10:12:34] [Client thread/WARN] [FML/]: * The modid WailaHarvestability is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139)
[10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124)
[10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
[10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:12:34] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[10:12:34] [Client thread/WARN] [FML/]: ****************************************
[10:12:34] [Client thread/TRACE] [WailaHarvestability/]: Parsed dependency info : [] [TConstruct, ExtraTiC, TSteelworks, Mariculture] []
[10:12:34] [Client thread/INFO] [FML/]: Forge Mod Loader has identified 35 mods to load
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.carts.locomotive (owned by RailcraftAPI|carts providing RailcraftAPI|locomotive) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API elec332.core.effects.api.ability (owned by ElecCore providing ElecCore|Abilities) embedded in eleccore
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.core (owned by railcraft providing railcraft:API|core) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.genetics (owned by ForestryAPI|core providing ForestryAPI|genetics) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.storage (owned by StorageDrawersAPI providing StorageDrawersAPI|storage) embedded in StorageDrawers
[10:12:34] [Client thread/DEBUG] [FML/]: Found API crazypants.enderio.api (owned by EnderIO providing EnderIOAPI) embedded in EnderIO
[10:12:34] [Client thread/DEBUG] [FML/]: Found API elec332.core.api (owned by ElecCore providing ElecCoreAPI) embedded in eleccore
[10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.render (owned by StorageDrawersAPI providing StorageDrawersAPI|render) embedded in StorageDrawers
[10:12:34] [Client thread/DEBUG] [FML/]: Found API amerifrance.guideapi.api (owned by guideapi providing Guide-API|API) embedded in guideapi
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.carts (owned by RailcraftAPI|core providing RailcraftAPI|carts) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.tracks (owned by RailcraftAPI|core providing RailcraftAPI|tracks) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.charge (owned by RailcraftAPI|core providing RailcraftAPI|charge) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.fuel (owned by RailcraftAPI|core providing RailcraftAPI|fuel) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.fuels (owned by ForestryAPI|core providing ForestryAPI|fuels) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.inventory (owned by StorageDrawersAPI providing StorageDrawersAPI|inventory) embedded in StorageDrawers
[10:12:34] [Client thread/DEBUG] [FML/]: Found API crazypants.enderio.api.tool (owned by EnderIO providing EnderIOAPI|Tools) embedded in EnderIO
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.lepidopterology (owned by ForestryAPI|core providing ForestryAPI|lepidopterology) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.events (owned by RailcraftAPI|core providing RailcraftAPI|events) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api (owned by StorageDrawers providing StorageDrawersAPI) embedded in StorageDrawers
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.greenhouse (owned by ForestryAPI|core providing ForestryAPI|greenhouse) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.farming (owned by ForestryAPI|core providing ForestryAPI|farming) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.climate (owned by Forestry providing ForestryAPI|climate) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.world (owned by ForestryAPI|core providing ForestryAPI|world) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API baubles.api (owned by Baubles providing Baubles|API) embedded in Baubles
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.mail (owned by ForestryAPI|core providing ForestryAPI|mail) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.core (owned by Forestry providing ForestryAPI|core) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API journeymap.client.api.event (owned by journeymap providing journeymap|client-api-event) embedded in journeymap
[10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.pack (owned by StorageDrawersAPI providing StorageDrawersAPI|pack) embedded in StorageDrawers
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.circuits (owned by ForestryAPI|core providing ForestryAPI|circuits) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API WayofTime.bloodmagic.api (owned by BloodMagic providing BloodMagic|API) embedded in BloodMagic
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.multiblock (owned by ForestryAPI|core providing ForestryAPI|multiblock) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.arboriculture (owned by ForestryAPI|core providing ForestryAPI|arboriculture) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mcp.mobius.waila.api (owned by Waila providing WailaAPI) embedded in Waila
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.storage (owned by ForestryAPI|core providing ForestryAPI|storage) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API journeymap.client.api.util (owned by journeymap providing journeymap|client-api-util) embedded in journeymap
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.carts.bore (owned by RailcraftAPI|carts providing RailcraftAPI|bore) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API vazkii.botania.api (owned by Botania providing BotaniaAPI) embedded in Botania
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mezz.jei.api (owned by JEI providing JustEnoughItemsAPI) embedded in JEI
[10:12:34] [Client thread/DEBUG] [FML/]: Found API crazypants.enderio.api.redstone (owned by EnderIO providing EnderIOAPI|Redstone) embedded in EnderIO
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.signals (owned by RailcraftAPI|core providing RailcraftAPI|signals) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.registry (owned by StorageDrawersAPI providing StorageDrawersAPI|registry) embedded in StorageDrawers
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mcjty.deepresonance.api.fluid (owned by eee providing DR-API) embedded in deepresonance
[10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.storage.attribute (owned by StorageDrawersAPI providing StorageDrawersAPI|storage-attribute) embedded in StorageDrawers
[10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.event (owned by StorageDrawersAPI providing StorageDrawersAPI|event) embedded in StorageDrawers
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.food (owned by ForestryAPI|core providing ForestryAPI|food) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API journeymap.client.api (owned by journeymap providing journeymap|client-api) embedded in journeymap
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.recipes (owned by ForestryAPI|core providing ForestryAPI|recipes) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.core.items (owned by RailcraftAPI|core providing RailcraftAPI|items) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.config (owned by StorageDrawersAPI providing StorageDrawersAPI|config) embedded in StorageDrawers
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.apiculture (owned by ForestryAPI|core providing ForestryAPI|apiculture) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.crafting (owned by RailcraftAPI|core providing RailcraftAPI|crafting) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API crazypants.enderio.api.teleport (owned by EnderIO providing EnderIOAPI|Teleport) embedded in EnderIO
[10:12:34] [Client thread/DEBUG] [FML/]: Found API journeymap.client.api.model (owned by journeymap providing journeymap|client-api-model) embedded in journeymap
[10:12:34] [Client thread/DEBUG] [FML/]: Found API journeymap.client.api.display (owned by journeymap providing journeymap|client-api-display) embedded in journeymap
[10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.apiculture.hives (owned by ForestryAPI|apiculture providing ForestryAPI|hives) embedded in forestry
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.helpers (owned by RailcraftAPI|core providing RailcraftAPI|helpers) embedded in railcraft
[10:12:34] [Client thread/DEBUG] [FML/]: Found API mod.chiselsandbits.api (owned by chiselsandbits providing ChiselsAndBitsAPI) embedded in chiselsandbits
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|fuel: owner: RailcraftAPI|core, dependents: [railcraft]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|registry:1.7.10-1.2.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|registry: owner: StorageDrawersAPI, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent RailcraftAPI|core from APIContainer{RailcraftAPI|locomotive:2.0.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|locomotive: owner: RailcraftAPI|carts, dependents: [railcraft]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage:1.7.10-1.2.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|storage: owner: StorageDrawersAPI, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|energy:1.8.9R1.2.0B1}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|energy: owner: CoFHAPI, dependents: [railcraft]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent ForestryAPI|core from APIContainer{ForestryAPI|hives:4.1.0}
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|hives:4.1.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|hives: owner: ForestryAPI|apiculture, dependents: [forestry]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|inventory:1.7.10-1.2.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|inventory: owner: StorageDrawersAPI, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|storage:5.0.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|storage: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API WailaAPI: owner: Waila, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|signals: owner: RailcraftAPI|core, dependents: [railcraft]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|carts: owner: RailcraftAPI|core, dependents: [railcraft]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|climate: owner: Forestry, dependents: [forestry]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|core: owner: Forestry, dependents: [forestry]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API EnderIOAPI|Teleport: owner: EnderIO, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|events: owner: RailcraftAPI|core, dependents: [railcraft]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API EnderIOAPI|Tools: owner: EnderIO, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|mail:3.1.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|mail: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API EnderIOAPI|Redstone: owner: EnderIO, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|item:1.8.9R1.2.0B1}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|item: owner: CoFHAPI, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|genetics:4.7.1}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|genetics: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent RailcraftAPI|core from APIContainer{RailcraftAPI|bore:2.0.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|bore: owner: RailcraftAPI|carts, dependents: [railcraft]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|fuels:3.0.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|fuels: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|farming:2.1.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|farming: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API DR-API: owner: eee, dependents: [deepresonance]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|items: owner: RailcraftAPI|core, dependents: [railcraft]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|tracks: owner: RailcraftAPI|core, dependents: [railcraft]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API Baubles|API: owner: Baubles, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API JustEnoughItemsAPI: owner: JEI, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|pack:1.7.10-1.2.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|pack: owner: StorageDrawersAPI, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|circuits:3.1.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|circuits: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API journeymap|client-api: owner: journeymap, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|render:1.7.10-1.2.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|render: owner: StorageDrawersAPI, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|lepidopterology:1.3.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|lepidopterology: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API journeymap|client-api-util: owner: journeymap, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ChiselsAndBitsAPI: owner: chiselsandbits, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ElecCoreAPI: owner: ElecCore, dependents: [eleccore]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|world:2.1.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|world: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BloodMagic|API: owner: BloodMagic, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI: owner: StorageDrawers, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BotaniaAPI: owner: Botania, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API McJtyLib: owner: McJty, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI: owner: CoFHLib, dependents: [railcraft]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API railcraft:API|core: owner: railcraft, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|food:1.1.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|food: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|crafting: owner: RailcraftAPI|core, dependents: [railcraft]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|multiblock:3.0.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|multiblock: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|config:1.7.10-1.2.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|config: owner: StorageDrawersAPI, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API Guide-API|API: owner: guideapi, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|recipes:5.4.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|recipes: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|apiculture:5.0.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|apiculture: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API EnderIOAPI: owner: EnderIO, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|greenhouse:5.2.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|greenhouse: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|event:1.7.10-1.2.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|event: owner: StorageDrawersAPI, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ElecCore|Abilities: owner: ElecCore, dependents: [eleccore]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API journeymap|client-api-display: owner: journeymap, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|charge: owner: RailcraftAPI|core, dependents: [railcraft]
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|arboriculture:4.2.1}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|arboriculture: owner: ForestryAPI|core, dependents: [forestry]
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API journeymap|client-api-model: owner: journeymap, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API journeymap|client-api-event: owner: journeymap, dependents: []
[10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage-attribute:1.7.10-1.2.0}
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|storage-attribute: owner: StorageDrawersAPI, dependents: []
[10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|helpers: owner: RailcraftAPI|core, dependents: [railcraft]
[10:12:34] [Client thread/TRACE] [FML/]: Received a system property request ''
[10:12:34] [Client thread/TRACE] [FML/]: System property request managing the state of 0 mods
[10:12:34] [Client thread/DEBUG] [FML/]: After merging, found state information for 0 mods
[10:12:34] [Client thread/DEBUG] [advanced_machines/]: Enabling mod advanced_machines
[10:12:34] [Client thread/DEBUG] [Baubles/]: Enabling mod Baubles
[10:12:34] [Client thread/DEBUG] [bdlib/]: Enabling mod bdlib
[10:12:34] [Client thread/DEBUG] [BiomesOPlenty/]: Enabling mod BiomesOPlenty
[10:12:34] [Client thread/DEBUG] [BloodMagic/]: Enabling mod BloodMagic
[10:12:34] [Client thread/DEBUG] [Botania/]: Enabling mod Botania
[10:12:34] [Client thread/DEBUG] [Chameleon/]: Enabling mod Chameleon
[10:12:34] [Client thread/DEBUG] [chiselsandbits/]: Enabling mod chiselsandbits
[10:12:34] [Client thread/DEBUG] [cookingforblockheads/]: Enabling mod cookingforblockheads
[10:12:34] [Client thread/DEBUG] [deepresonance/]: Enabling mod deepresonance
[10:12:34] [Client thread/DEBUG] [eleccore/]: Enabling mod eleccore
[10:12:34] [Client thread/DEBUG] [endercore/]: Enabling mod endercore
[10:12:34] [Client thread/DEBUG] [EnderIO/]: Enabling mod EnderIO
[10:12:34] [Client thread/DEBUG] [flatcoloredblocks/]: Enabling mod flatcoloredblocks
[10:12:34] [Client thread/DEBUG] [forestry/]: Enabling mod forestry
[10:12:34] [Client thread/DEBUG] [gravisuite/]: Enabling mod gravisuite
[10:12:34] [Client thread/DEBUG] [guideapi/]: Enabling mod guideapi
[10:12:34] [Client thread/DEBUG] [IC2/]: Enabling mod IC2
[10:12:34] [Client thread/DEBUG] [inventorytweaks/]: Enabling mod inventorytweaks
[10:12:34] [Client thread/DEBUG] [JEI/]: Enabling mod JEI
[10:12:34] [Client thread/DEBUG] [journeymap/]: Enabling mod journeymap
[10:12:34] [Client thread/DEBUG] [mantle/]: Enabling mod mantle
[10:12:34] [Client thread/DEBUG] [harvestcraft/]: Enabling mod harvestcraft
[10:12:34] [Client thread/DEBUG] [railcraft/]: Enabling mod railcraft
[10:12:34] [Client thread/DEBUG] [xreliquary/]: Enabling mod xreliquary
[10:12:34] [Client thread/DEBUG] [rftools/]: Enabling mod rftools
[10:12:34] [Client thread/DEBUG] [rftoolscontrol/]: Enabling mod rftoolscontrol
[10:12:34] [Client thread/DEBUG] [rftoolsdim/]: Enabling mod rftoolsdim
[10:12:34] [Client thread/DEBUG] [StorageDrawers/]: Enabling mod StorageDrawers
[10:12:34] [Client thread/DEBUG] [tconstruct/]: Enabling mod tconstruct
[10:12:34] [Client thread/DEBUG] [Waila/]: Enabling mod Waila
[10:12:34] [Client thread/DEBUG] [WailaHarvestability/]: Enabling mod WailaHarvestability
[10:12:34] [Client thread/TRACE] [FML/]: Verifying mod requirements are satisfied
[10:12:34] [Client thread/ERROR] [FML/]: The mod EnderIO (Ender IO) requires mod versions [[email protected][12.18.2.2122,)] to be available
[10:12:34] [Client thread/ERROR] [FML/]: net.minecraftforge.fml.common.MissingModsException: Mod EnderIO (Ender IO) requires [[email protected][12.18.2.2122,)]
[10:12:34] [Client thread/DEBUG] [FML/]: Mod sorting data
[10:12:34] [Client thread/DEBUG] [FML/]: advanced_machines(Advanced Machines:60.0.0): Advanced Machines-60.0.0.jar ()
[10:12:34] [Client thread/DEBUG] [FML/]: Baubles(Baubles:1.3.5): Baubles-1.10.2-1.3.5.jar (required-after:[email protected][12.18.1,);)
[10:12:34] [Client thread/DEBUG] [FML/]: bdlib(BD Lib:1.12.2.17): bdlib-1.12.2.17-mc1.10.2.jar ()
[10:12:34] [Client thread/DEBUG] [FML/]: BiomesOPlenty(Biomes O' Plenty:5.0.0.2109): BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar (required-after:[email protected][12.18.1.2039,))
[10:12:34] [Client thread/DEBUG] [FML/]: BloodMagic(Blood Magic: Alchemical Wizardry:1.9.4-2.1.0-66): BloodMagic-1.9.4-2.1.0-66.jar (required-after:[email protected][12.16.0.1840,);after:[email protected][2.23.0,);required-after:guideapi;)
[10:12:34] [Client thread/DEBUG] [FML/]: Botania(Botania:r1.9-339): Botania r1.9-339.jar (required-after:[email protected][12.18.1.2053,];required-after:[email protected][1.3.BETA8,];after:Thaumcraft)
[10:12:34] [Client thread/DEBUG] [FML/]: Chameleon(Chameleon:1.10-2.1.9): Chameleon-1.10-2.1.9.jar ()
[10:12:34] [Client thread/DEBUG] [FML/]: chiselsandbits(Chisels & Bits:12.7): chiselsandbits-12.7.jar (required-after:[email protected][12.17.0.1909,);after:mcmultipart;after:[email protected][3.7.8.234,))
[10:12:34] [Client thread/DEBUG] [FML/]: cookingforblockheads(Cooking for Blockheads:4.2.26): CookingForBlockheads_1.10.2-4.2.26.jar ()
[10:12:34] [Client thread/DEBUG] [FML/]: deepresonance(DeepResonance:1.3.1): deepresonance-1.10-1.3.1.jar (required-after:[email protected][12.16.0.1835,);required-after:[email protected][1.10-2.1.0,);required-after:[email protected][1.6.345,);after:[email protected][1.6.0,))
[10:12:34] [Client thread/DEBUG] [FML/]: eleccore(ElecCore:1.6.345): ElecCore-1.10.2-1.6.345.jar (required-after:[email protected][12.18.1.2073,);after:forestry;)
[10:12:34] [Client thread/DEBUG] [FML/]: endercore(EnderCore:1.10.2-0.4.1.60-beta): EnderCore-1.10.2-0.4.1.60-beta.jar (after:ttCore)
[10:12:34] [Client thread/DEBUG] [FML/]: EnderIO(Ender IO:1.10.2-3.0.1.137_beta): EnderIO-1.10.2-3.0.1.137_beta.jar (required-after:[email protected][12.18.2.2122,);required-after:[email protected][1.10.2-0.4.1.59-beta,);after:[email protected][1.7.0-B3_1.9.4,);after:[email protected][3.13.4.384,))
[10:12:34] [Client thread/DEBUG] [FML/]: flatcoloredblocks(Flat Colored Blocks:mc1.10-v4.4): flatcoloredblocks-mc1.10-v4.4.jar (required-after:[email protected][12.18.0.1983,))
[10:12:34] [Client thread/DEBUG] [FML/]: forestry(Forestry:5.2.16.328): forestry_1.10.2-5.2.16.328.jar (required-after:[email protected][12.18.1.2080,);after:[email protected][3.11.2.278,);after:IC2;)
[10:12:34] [Client thread/DEBUG] [FML/]: gravisuite(Gravitation Suite:3.0.1): Gravitation Suite-3.0.1.jar (required-after:[email protected][2.6.99-ex10,);)
[10:12:34] [Client thread/DEBUG] [FML/]: guideapi(Guide-API:@[email protected]): Guide-API-1.10.2-2.0.2-45.jar ()
[10:12:34] [Client thread/DEBUG] [FML/]: IC2(IndustrialCraft 2:2.6.105-ex110): industrialcraft-2-2.6.105-ex110.jar (required-after:[email protected][12.17.0.1940,))
[10:12:34] [Client thread/DEBUG] [FML/]: inventorytweaks(Inventory Tweaks:1.61-58-a1fd884): InventoryTweaks-1.61-58.jar (required-after:[email protected][12.17.0,))
[10:12:34] [Client thread/DEBUG] [FML/]: JEI(Just Enough Items:3.13.4.384): jei_1.10.2-3.13.4.384.jar (required-after:[email protected][12.18.1.2053,);)
[10:12:34] [Client thread/DEBUG] [FML/]: journeymap(JourneyMap:1.10.2-5.3.0): journeymap-1.10.2-5.3.0.jar ()
[10:12:34] [Client thread/DEBUG] [FML/]: mantle(Mantle:1.10.2-1.1.1.194): Mantle-1.10.2-1.1.1.jar (required-after:[email protected][12.18.1.2011,))
[10:12:34] [Client thread/DEBUG] [FML/]: harvestcraft(Pam's HarvestCraft:1.9.4-1.10.2g): Pam's HarvestCraft 1.9.4-1.10.2h.jar (required-after:[email protected][12.16.1.1900,))
[10:12:34] [Client thread/DEBUG] [FML/]: railcraft(Railcraft:10.0.0): Railcraft_1.10.2-10.0.0.jar ()
[10:12:34] [Client thread/DEBUG] [FML/]: xreliquary(Reliquary:1.10.2-1.3.3.585): Reliquary-1.10.2-1.3.3.585.jar (after:[email protected][1.3.BETA8,))
[10:12:34] [Client thread/DEBUG] [FML/]: rftools(RFTools:5.62): rftools-1.10-5.62.jar (required-after:[email protected][12.18.1.2082,);required-after:[email protected][1.10-2.1.4,))
[10:12:34] [Client thread/DEBUG] [FML/]: rftoolscontrol(RFTools Control:1.5.2): rftoolsctrl-1.10-1.5.2.jar (required-after:[email protected][12.16.1.1896,);required-after:[email protected][1.10-5.22,);required-after:[email protected][1.10-2.2.0,))
[10:12:34] [Client thread/DEBUG] [FML/]: rftoolsdim(RFTools Dimensions:4.45): rftoolsdim-1.10-4.45.jar (required-after:[email protected][12.16.1.1898,);required-after:[email protected][1.10.2-5.20,);required-after:[email protected][1.10-1.9.9,))
[10:12:34] [Client thread/DEBUG] [FML/]: StorageDrawers(Storage Drawers:1.10.2-3.5.1): StorageDrawers-1.10.2-3.5.1.jar ()
[10:12:34] [Client thread/DEBUG] [FML/]: tconstruct(Tinkers' Construct:1.10.2-2.5.6b.jenkins424): TConstruct-1.10.2-2.5.6b.jar (required-after:[email protected][12.18.1.2073,);required-after:[email protected][1.10.2-1.0.0,))
[10:12:34] [Client thread/DEBUG] [FML/]: Waila(Waila:1.7.0): Waila-1.7.0-B3_1.9.4.jar (required-after:[email protected][12.16.0.1809,);)
[10:12:34] [Client thread/DEBUG] [FML/]: WailaHarvestability(Waila Harvestability:1.1.9): WailaHarvestability-mc1.10.2-1.1.9.jar (after:TConstruct;after:ExtraTiC;after:TSteelworks;after:Mariculture)
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.003s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.002s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.002s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Advanced Machines took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Baubles took 0.000s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:BD Lib took 0.002s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Biomes O' Plenty took 0.004s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Blood Magic: Alchemical Wizardry took 0.003s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Botania took 0.005s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Chameleon took 0.000s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Chisels & Bits took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Cooking for Blockheads took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:DeepResonance took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:ElecCore took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:EnderCore took 0.000s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Ender IO took 0.003s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Flat Colored Blocks took 0.000s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forestry took 0.004s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Gravitation Suite took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Guide-API took 0.000s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:IndustrialCraft 2 took 0.005s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Inventory Tweaks took 0.000s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Just Enough Items took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:JourneyMap took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Mantle took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Pam's HarvestCraft took 0.005s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Railcraft took 0.003s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Reliquary took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:RFTools took 0.002s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:RFTools Control took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:RFTools Dimensions took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Storage Drawers took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Tinkers' Construct took 0.003s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Waila took 0.001s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Waila Harvestability took 0.000s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading - LanguageManager took 0.045s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 0.045s
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 0.104s
[10:12:34] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Advanced Machines/]: Mod Advanced Machines is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [BD Lib/]: Mod BD Lib is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Blood Magic: Alchemical Wizardry/]: Mod Blood Magic: Alchemical Wizardry is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Chameleon/]: Mod Chameleon is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Cooking for Blockheads/]: Mod Cooking for Blockheads is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [ElecCore/]: Mod ElecCore is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Forestry/]: Mod Forestry is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Gravitation Suite/]: Mod Gravitation Suite is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Guide-API/]: Mod Guide-API is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Just Enough Items/]: Mod Just Enough Items is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [JourneyMap/]: Mod JourneyMap is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Mantle/]: Mod Mantle is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Pam's HarvestCraft/]: Mod Pam's HarvestCraft is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Railcraft/]: Mod Railcraft is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Reliquary/]: Mod Reliquary is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Storage Drawers/]: Mod Storage Drawers is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Waila/]: Mod Waila is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/DEBUG] [Waila Harvestability/]: Mod Waila Harvestability is missing a pack.mcmeta file, substituting a dummy one
[10:12:34] [Client thread/WARN] [FML/]: There were errors previously. Not beginning mod initialization phase
[10:12:34] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - TextureManager took 0.000s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - SoundHandler took 0.301s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.004s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.003s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.006s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.006s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - GL Setup took 0.001s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Texture Map took 0.005s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - B3DLoader took 0.000s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - OBJLoader took 0.000s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelFluid$FluidLoader took 0.000s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ItemLayerModel$Loader took 0.000s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - MultiLayerModel$Loader took 0.000s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelDynBucket$LoaderDynBucket took 0.000s
[10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: blocks took 0.614s
[10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: items took 0.202s
[10:12:36] [Client thread/INFO] [FML/]: Max texture size: 16384
[10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching - missingno took 0.001s
[10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.001s
[10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Texture mipmap and upload - missingno took 0.000s
[10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: baking took 0.533s
[10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelManager took 1.513s
[10:12:36] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Model Manager took 1.614s
[10:12:36] [Client thread/INFO] [EnderCore/]: Transforming Class [net.minecraft.client.renderer.RenderItem], Method [func_180453_a]
[10:12:36] [Client thread/INFO] [EnderCore/]: Transforming net.minecraft.client.renderer.RenderItem Finished.
[10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - RenderItem took 0.003s
[10:12:36] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Item Renderer took 0.208s
[10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - EntityRenderer took 0.000s
[10:12:37] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - BlockRendererDispatcher took 0.000s
[10:12:37] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - RenderGlobal took 0.000s
[10:12:37] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Entity Renderer took 0.094s
[10:12:37] [Client thread/DEBUG] [FML/]: Bar Finished: Rendering Setup took 1.922s
Minecraft version: 1.10.2
Forge version: 12.18.2.2151
Java version: 1.8.0_111
I'm trying my hand at adding mods for the first time using Forge. It goes pretty quickly through the first 6 of 7 steps, then slows way down during step 7, and then stops responding midway through.
I attached a screenshot of my mods list to this post.
Here's the log that comes up in the client after I X out of the (Not Responding) Minecraft:
[23:42:49] [Client thread/INFO] [JEI]: Registered plugin: mcjty.lib.compat.JeiCompatibility in 1 ms
[23:42:49] [Client thread/INFO] [JEI]: Registering plugin: mezz.jei.plugins.jei.JEIInternalPlugin ...
[23:42:49] [Client thread/INFO] [JEI]: Registered plugin: mezz.jei.plugins.jei.JEIInternalPlugin in 2 ms
[23:42:49] [Client thread/INFO] [JEI]: Building recipe registry...
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:42:49] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:43:00] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:43:00] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:43:00] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:43:00] [Client thread/ERROR] [JEI]: Found a broken recipe: [email protected]
Failed to create recipe wrapper
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper.<init>(Lnet/minecraftforge/oredict/ShapedOreRecipe;)V
at slimeknights.tconstruct.plugin.jei.TableRecipeWrapper.<init>(TableRecipeWrapper.java:22) ~[TableRecipeWrapper.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:33) ~[TableRecipeHandler.class:?]
at slimeknights.tconstruct.plugin.jei.TableRecipeHandler.getRecipeWrapper(TableRecipeHandler.java:10) ~[TableRecipeHandler.class:?]
at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:261) ~[RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:236) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:195) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:178) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:95) [RecipeRegistry.class:?]
at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) [ModRegistry.class:?]
at mezz.jei.JeiStarter.start(JeiStarter.java:52) [JeiStarter.class:?]
at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:798) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[23:43:19] [Client thread/INFO] [JEI]: Built recipe registry in 29819 ms
[23:43:19] [Client thread/INFO] [JEI]: Building item filter...
[23:43:48] [Client thread/INFO] [JEI]: Built item filter in 29043 ms
[23:43:48] [Client thread/INFO] [JEI]: Building runtime...
[23:43:50] [Client thread/INFO] [JEI]: Built runtime in 1943 ms
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mezz.jei.plugins.vanilla.VanillaPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.food.compat.FoodJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: WayofTime.bloodmagic.compat.jei.BloodMagicPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: slimeknights.tconstruct.plugin.jei.JEIPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.arboriculture.compat.ArboricultureJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.rftoolscontrol.jei.RFToolsControlJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: ic2.jeiIntegration.SubModule ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.rftools.jei.RFToolsJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: chocohead.AdvMachines.JEICompat ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.deepresonance.jei.DeepResonanceJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.storage.compat.StorageJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.apiculture.compat.ApicultureJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: xreliquary.compat.jei.ReliquaryPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: net.blay09.mods.cookingforblockheads.compat.jei.JEIAddon ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mods.railcraft.common.plugins.jei.RailcraftJEIPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mod.flatcoloredblocks.integration.PluginJEI ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.plugins.compat.ForestryJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.mail.compat.MailJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: vazkii.botania.client.integration.jei.JEIBotaniaPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mod.chiselsandbits.integration.mods.JustEnoughItems ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: com.jaquadro.minecraft.storagedrawers.integration.JustEnoughItems ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: forestry.factory.recipes.jei.FactoryJeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: slimeknights.mantle.util.JeiPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.lib.compat.JeiCompatibility ...
[23:43:50] [Client thread/INFO] [JEI]: Sending runtime to plugin: mezz.jei.plugins.jei.JEIInternalPlugin ...
[23:43:50] [Client thread/INFO] [JEI]: Finished Starting JEI in 73792 ms
[23:43:50] [Client thread/INFO] [ElecCore]: ElecCore has Available in 1 ms
[23:43:50] [Client thread/INFO] [Waila]: [Agriculture] Agriculture mod not found.
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect mcjty.lib.compat.waila.WailaCompatibility load
[23:43:50] [Client thread/INFO] [STDOUT]: [mcjty.lib.compat.waila.WailaCompatibility:load:33]: WailaCompatibility.load
[23:43:50] [Client thread/INFO] [Waila]: Success in registering deepresonance
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect com.pam.harvestcraft.addons.WailaPamHandler callbackRegister
[23:43:50] [Client thread/INFO] [Waila]: Success in registering harvestcraft
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect com.pam.harvestcraft.addons.WailaVanillaHandler callbackRegister
[23:43:50] [Client thread/INFO] [Waila]: Success in registering harvestcraft
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect slimeknights.tconstruct.plugin.waila.WailaRegistrar wailaCallback
[23:43:50] [Client thread/INFO] [Waila]: Success in registering tconstruct
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect WayofTime.bloodmagic.compat.waila.WailaCallbackHandler callbackRegister
[23:43:50] [Client thread/INFO] [Waila]: Success in registering BloodMagic
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect net.blay09.mods.cookingforblockheads.compat.WailaProvider register
[23:43:50] [Client thread/INFO] [Waila]: Success in registering cookingforblockheads
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect elec332.core.compat.waila.WailaCompatHandler register
[23:43:50] [Client thread/INFO] [Waila]: Success in registering eleccore
[23:43:50] [Client thread/INFO] [Waila]: Trying to reflect xreliquary.compat.waila.WailaCallbackHandler callbackRegister
[23:43:53] [Client thread/INFO] [Waila]: Success in registering xreliquary
[23:43:53] [Client thread/INFO] [Waila]: Trying to reflect com.jaquadro.minecraft.storagedrawers.integration.Waila registerProvider
[23:43:53] [Client thread/INFO] [Waila]: Success in registering StorageDrawers
[23:43:53] [Client thread/INFO] [Waila]: Trying to reflect squeek.wailaharvestability.WailaHandler callbackRegister
[23:43:53] [Client thread/INFO] [Waila]: Success in registering WailaHarvestability
[23:43:53] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 34 mods
[23:43:53] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Advanced Machines, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Cooking for Blockheads, FMLFileResourcePack:DeepResonance, FMLFileResourcePack:ElecCore, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:Forestry, FMLFileResourcePack:Gravitation Suite, FMLFileResourcePack:Guide-API, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Mantle, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Reliquary, FMLFileResourcePack:RFTools, FMLFileResourcePack:RFTools Control, FMLFileResourcePack:RFTools Dimensions, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Minecraft Forge
[23:43:57] [Client thread/INFO] [ElecCore]: Prehandling Block Models
[23:43:57] [Client thread/INFO] [ElecCore]: Prehandling Item Models
[23:43:57] [Client thread/INFO] [Mantle]: Started loading books...
[23:43:57] [Client thread/INFO] [Mantle]: Book loading completed in 0.025229432 seconds.
[23:44:01] [Client thread/INFO] [forestry]: Created: 256x256 textures-atlas
[23:44:12] [Client thread/WARN]: File minecraft:sounds/deep_rumble.ogg does not exist, cannot add it to event rftoolsdim:deep_rumble
[23:44:12] [Client thread/WARN]: File minecraft:sounds/teleport_whoosh.ogg does not exist, cannot add it to event rftoolsdim:teleport_whoosh
[23:44:12] [Client thread/WARN]: File minecraft:sounds/teleport_error.ogg does not exist, cannot add it to event rftoolsdim:teleport_error
[23:44:12] [Client thread/WARN]: File minecraft:sounds/wolfhowl.ogg does not exist, cannot add it to event rftoolsdim:wolfhowl
[23:44:12] [Client thread/INFO]: SoundSystem shutting down...
[23:44:13] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[23:44:13] [Sound Library Loader/INFO]: Starting up SoundSystem...
[23:44:14] [Thread-14/INFO]: Initializing LWJGL OpenAL
[23:44:14] [Thread-14/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[23:44:14] [Thread-14/INFO]: OpenAL initialized.
[23:44:17] [Sound Library Loader/INFO]: Sound engine started
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None' in 'deepresonance:models/block/crystalizer.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_machineBottom.png' in 'deepresonance:models/block/crystalizer.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_machineSide.png' in 'deepresonance:models/block/crystalizer.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_machineTop.png' in 'deepresonance:models/block/crystalizer.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None' in 'deepresonance:models/block/collector.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None' in 'deepresonance:models/block/lens.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'Cube1_auv' in 'deepresonance:models/block/crystal_generated.mtl'. The color defined by key 'Ks' will not be applied!
[23:44:42] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'Cube1_auv' in 'deepresonance:models/block/crystal.mtl'. The color defined by key 'Ks' will not be applied!
Exception in thread "Client thread" [23:52:06] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.OutOfMemoryError: Java heap space
[23:52:06] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.Arrays.copyOf(Arrays.java:3236)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.misc.IOUtils.readFully(IOUtils.java:60)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.jar.JarFile.getBytes(JarFile.java:425)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.jar.JarFile.getManifestFromReference(JarFile.java:193)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.jar.JarFile.getManifest(JarFile.java:180)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:780)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:422)
[23:52:08] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.security.AccessController.doPrivileged(Native Method)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
[23:52:10] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.loadClass(ThrowableProxy.java:459)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.resolvePackageData(ThrowableProxy.java:395)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:115)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:116)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:116)
[23:52:12] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:116)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:98)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.Log4jLogEvent.<init>(Log4jLogEvent.java:114)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.Log4jLogEvent.<init>(Log4jLogEvent.java:90)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.impl.DefaultLogEventFactory.createEvent(DefaultLogEventFactory.java:49)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:365)
[23:52:14] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.core.Logger.log(Logger.java:110)
[23:52:16] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.apache.logging.log4j.spi.AbstractLogger.log(AbstractLogger.java:1448)
[23:52:16] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.LogWrapper.log(LogWrapper.java:42)
[23:52:16] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:137)
[23:52:16] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
This if my first time posting, so I'm not sure if the above is the correct log file. I've seen reference to a log file from the .minecraft\logs folder, and I've been trying to post it, too, but it's many, many, many times the 120,000 character limit, and it's 2:30am, so I've been having trouble.
If someone knows an easier way I can make that available, if necessary, please let me know.
Edit:
Found pastebin.com.
Part 1 of the .minecraft\logs log:
http://pastebin.com/ghxQh3Gg
Part 2:
http://pastebin.com/Z8Hbg9KL
Part 3:
http://pastebin.com/isw3SPfh
Let me know if this still isn't the right one...
Edit:
So, it seemed to always stop on "ModelLoader: blocks - harvestcraft:pamDate" (see 1st attached screenshot), so I removed my Pam's Harvestcraft mod just to see what would happen, and re-ran it. It then gave an out of memory error "Minecraft could not continue as it has run out of memory" (see 2nd attached screenshot).
Seems an appropriate time to give my computer's specs:
Processor: Intel i7-4770 @ 3.40 GHz
RAM: 8 GB
Graphics: NVIDIA GeForce GTX 780 Ti
Windows 8.1 64-bit
Ultimately, I want to have Pam's Harvestcraft working anyway, and I've seen people with much longer mod lists, so what's going on?
Edit:
Alright, so I looked up how to allocate more memory for Minecraft through Edit Profile on the client, and that seems to have worked.
Now, I can't get the EnderIO mod (v3.0.1.137) to work because it's "missing mods it depends on". Minecraft says it's missing "Forge 12.18.2.2122 or above", but, as you can see above, I'm using Forge 12.18.2.2151.
Log file for that:
[10:12:26] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR. [10:12:26] [main/INFO] [FML/]: Forge Mod Loader version 12.18.2.2099 for Minecraft 1.10.2 loading [10:12:26] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 8.1:amd64:6.3, installed at C:\Users\Inifus\Desktop\Games\Minecraft\runtime\jre-x64\1.8.0_25 [10:12:26] [main/DEBUG] [FML/]: Java classpath at launch is C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.10.2-12.18.2.2099\forge-1.10.2-12.18.2.2099.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\jline\jline\2.13\jline-2.13.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.8\realms-1.9.8.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\Inifus\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar [10:12:26] [main/DEBUG] [FML/]: Java library path at launch is C:\Users\Inifus\AppData\Roaming\.minecraft\versions\1.10.2-forge1.10.2-12.18.2.2099\1.10.2-forge1.10.2-12.18.2.2099-natives-134824365891061 [10:12:26] [main/DEBUG] [FML/]: Enabling runtime deobfuscation [10:12:26] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin [10:12:26] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers [10:12:26] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin [10:12:26] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin [10:12:26] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin [10:12:26] [main/DEBUG] [FML/]: All fundamental core mods are successfully located [10:12:26] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to C:\Users\Inifus\AppData\Roaming\.minecraft [10:12:26] [main/DEBUG] [FML/]: Discovering coremods [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Advanced Machines-60.0.0.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Advanced Machines-60.0.0.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Baubles-1.10.2-1.3.5.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Baubles-1.10.2-1.3.5.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy bdlib-1.12.2.17-mc1.10.2.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in bdlib-1.12.2.17-mc1.10.2.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy BloodMagic-1.9.4-2.1.0-66.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in BloodMagic-1.9.4-2.1.0-66.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Botania r1.9-339.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Botania r1.9-339.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Chameleon-1.10-2.1.9.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Chameleon-1.10-2.1.9.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy chiselsandbits-12.7.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in chiselsandbits-12.7.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy CookingForBlockheads_1.10.2-4.2.26.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in CookingForBlockheads_1.10.2-4.2.26.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy deepresonance-1.10-1.3.1.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in deepresonance-1.10-1.3.1.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy ElecCore-1.10.2-1.6.345.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in ElecCore-1.10.2-1.6.345.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy EnderCore-1.10.2-0.4.1.60-beta.jar [10:12:26] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in EnderCore-1.10.2-0.4.1.60-beta.jar, it will be examined later for regular @Mod instances [10:12:26] [main/DEBUG] [FML/]: Instantiating coremod class EnderCorePlugin [10:12:26] [main/DEBUG] [FML/]: The coremod com.enderio.core.common.transform.EnderCorePlugin requested minecraft version 1.10.2 and minecraft is 1.10.2. It will be loaded. [10:12:26] [main/DEBUG] [FML/]: Enqueued coremod EnderCorePlugin [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy EnderIO-1.10.2-3.0.1.137_beta.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in EnderIO-1.10.2-3.0.1.137_beta.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy flatcoloredblocks-mc1.10-v4.4.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in flatcoloredblocks-mc1.10-v4.4.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy forestry_1.10.2-5.2.16.328.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in forestry_1.10.2-5.2.16.328.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Gravitation Suite-3.0.1.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Gravitation Suite-3.0.1.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Guide-API-1.10.2-2.0.2-45.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Guide-API-1.10.2-2.0.2-45.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy industrialcraft-2-2.6.105-ex110.jar [10:12:26] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in industrialcraft-2-2.6.105-ex110.jar, it will be examined later for regular @Mod instances [10:12:26] [main/DEBUG] [FML/]: Instantiating coremod class IC2core [10:12:26] [main/WARN] [FML/]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft [10:12:26] [main/DEBUG] [FML/]: Enqueued coremod IC2core [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy InventoryTweaks-1.61-58.jar [10:12:26] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.61-58.jar, it will be examined later for regular @Mod instances [10:12:26] [main/DEBUG] [FML/]: Instantiating coremod class FMLPlugin [10:12:26] [main/WARN] [FML/]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [10:12:26] [main/DEBUG] [FML/]: Added access transformer class invtweaks.forge.asm.ITAccessTransformer to enqueued access transformers [10:12:26] [main/DEBUG] [FML/]: Enqueued coremod FMLPlugin [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy jei_1.10.2-3.13.4.384.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in jei_1.10.2-3.13.4.384.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy journeymap-1.10.2-5.3.0.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in journeymap-1.10.2-5.3.0.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Mantle-1.10.2-1.1.1.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Mantle-1.10.2-1.1.1.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy mcjtylib-1.10-2.2.0.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in mcjtylib-1.10-2.2.0.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Pam's HarvestCraft 1.9.4-1.10.2h.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Pam's HarvestCraft 1.9.4-1.10.2h.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Railcraft_1.10.2-10.0.0.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Railcraft_1.10.2-10.0.0.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Reliquary-1.10.2-1.3.3.585.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Reliquary-1.10.2-1.3.3.585.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy rftools-1.10-5.62.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in rftools-1.10-5.62.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy rftoolsctrl-1.10-1.5.2.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in rftoolsctrl-1.10-1.5.2.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy rftoolsdim-1.10-4.45.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in rftoolsdim-1.10-4.45.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy StorageDrawers-1.10.2-3.5.1.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in StorageDrawers-1.10.2-3.5.1.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy TConstruct-1.10.2-2.5.6b.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in TConstruct-1.10.2-2.5.6b.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy Waila-1.7.0-B3_1.9.4.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in Waila-1.7.0-B3_1.9.4.jar [10:12:26] [main/DEBUG] [FML/]: Examining for coremod candidacy WailaHarvestability-mc1.10.2-1.1.9.jar [10:12:26] [main/DEBUG] [FML/]: Not found coremod data in WailaHarvestability-mc1.10.2-1.1.9.jar [10:12:26] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [10:12:26] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [10:12:26] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [10:12:26] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [10:12:26] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [10:12:26] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers [10:12:26] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer [10:12:26] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer [10:12:26] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer [10:12:26] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer [10:12:26] [main/DEBUG] [FML/]: Injection complete [10:12:26] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} [10:12:26] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin [10:12:27] [main/DEBUG] [FML/]: Read 894 binary patches [10:12:27] [main/DEBUG] [FML/]: Loading deobfuscation resource /deobfuscation_data-1.10.2.lzma with 32371 records [10:12:27] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [10:12:27] [main/INFO] [FML/]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [10:12:27] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully [10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [10:12:27] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers [10:12:27] [main/DEBUG] [FML/]: Injection complete [10:12:27] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} [10:12:27] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin [10:12:27] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully [10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [10:12:27] [main/DEBUG] [FML/]: Injecting coremod IC2core {ic2.core.coremod.IC2core} class transformers [10:12:27] [main/DEBUG] [FML/]: Injection complete [10:12:27] [main/DEBUG] [FML/]: Running coremod plugin for IC2core {ic2.core.coremod.IC2core} [10:12:27] [main/DEBUG] [FML/]: Running coremod plugin IC2core [10:12:27] [main/INFO] [IC2-core/]: Loaded library EJML-core-0.26.jar. [10:12:27] [main/DEBUG] [FML/]: Coremod plugin class IC2core run successfully [10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [10:12:27] [main/DEBUG] [FML/]: Injecting coremod FMLPlugin {invtweaks.forge.asm.FMLPlugin} class transformers [10:12:27] [main/TRACE] [FML/]: Registering transformer invtweaks.forge.asm.ContainerTransformer [10:12:27] [main/DEBUG] [FML/]: Injection complete [10:12:27] [main/DEBUG] [FML/]: Running coremod plugin for FMLPlugin {invtweaks.forge.asm.FMLPlugin} [10:12:27] [main/DEBUG] [FML/]: Running coremod plugin FMLPlugin [10:12:27] [main/DEBUG] [FML/]: Coremod plugin class FMLPlugin run successfully [10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [10:12:27] [main/DEBUG] [FML/]: Loaded 195 rules from AccessTransformer config file forge_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 10 rules from AccessTransformer config file invtweaks_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\Baubles-1.10.2-1.3.5.jar!META-INF/baubles_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 2 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\CookingForBlockheads_1.10.2-4.2.26.jar!META-INF/cookingforblockheads_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 1 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\deepresonance-1.10-1.3.1.jar!META-INF/deepresonance_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 6 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\forestry_1.10.2-5.2.16.328.jar!META-INF/forestry_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 7 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\jei_1.10.2-3.13.4.384.jar!META-INF/jei_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 8 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\Mantle-1.10.2-1.1.1.jar!META-INF/mantle_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 5 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\chiselsandbits-12.7.jar!META-INF/chiselsandbits_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 9 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar!META-INF/biomesoplenty_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 33 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\TConstruct-1.10.2-2.5.6b.jar!META-INF/tconstruct_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 30 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\ElecCore-1.10.2-1.6.345.jar!META-INF/eleccore_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\rftoolsdim-1.10-4.45.jar!META-INF/rftoolsdim_at.cfg [10:12:27] [main/DEBUG] [FML/]: Loaded 8 rules from AccessTransformer mod jar file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\rftools-1.10-5.62.jar!META-INF/rftools_at.cfg [10:12:27] [main/DEBUG] [FML/]: Validating minecraft [10:12:27] [main/DEBUG] [FML/]: Minecraft validated, launching... [10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [10:12:27] [main/DEBUG] [FML/]: Injecting coremod EnderCorePlugin {com.enderio.core.common.transform.EnderCorePlugin} class transformers [10:12:27] [main/TRACE] [FML/]: Registering transformer com.enderio.core.common.transform.EnderCoreTransformer [10:12:27] [main/DEBUG] [FML/]: Injection complete [10:12:27] [main/DEBUG] [FML/]: Running coremod plugin for EnderCorePlugin {com.enderio.core.common.transform.EnderCorePlugin} [10:12:27] [main/DEBUG] [FML/]: Running coremod plugin EnderCorePlugin [10:12:27] [main/DEBUG] [FML/]: Coremod plugin class EnderCorePlugin run successfully [10:12:27] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [10:12:27] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [10:12:28] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.client.main.Main} [10:12:28] [main/INFO] [EnderCore/]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase [10:12:28] [main/INFO] [STDOUT/]: [net.minecraft.client.main.Main:main:56]: Completely ignored arguments: [--nativeLauncherVersion, 307] [10:12:30] [Client thread/DEBUG] [FML/]: Creating vanilla freeze snapshot [10:12:30] [Client thread/DEBUG] [FML/]: Vanilla freeze snapshot created [10:12:30] [Client thread/INFO] [EnderCore/]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d] [10:12:30] [Client thread/INFO] [EnderCore/]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished. [10:12:30] [Client thread/INFO] [EnderCore/]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b] [10:12:30] [Client thread/INFO] [EnderCore/]: Transforming net.minecraft.inventory.ContainerFurnace Finished. [10:12:31] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - LanguageManager took 0.001s [10:12:31] [Client thread/INFO] [STDOUT/]: [net.minecraftforge.fml.client.SplashProgress:start:219]: ---- Minecraft Crash Report ---- WARNING: coremods are present: EnderCorePlugin (EnderCore-1.10.2-0.4.1.60-beta.jar) FMLPlugin (InventoryTweaks-1.61-58.jar) IC2core (industrialcraft-2-2.6.105-ex110.jar) Contact their authors BEFORE contacting forge // Don't be sad. I'll do better next time, I promise! Time: 11/26/16 10:12 AM Description: Loading screen debug info This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.10.2 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 204910648 bytes (195 MB) / 598736896 bytes (571 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): EnderCorePlugin (EnderCore-1.10.2-0.4.1.60-beta.jar) com.enderio.core.common.transform.EnderCoreTransformer FMLPlugin (InventoryTweaks-1.61-58.jar) invtweaks.forge.asm.ContainerTransformer IC2core (industrialcraft-2-2.6.105-ex110.jar) GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.90' Renderer: 'GeForce GTX 780 Ti/PCIe/SSE2' [10:12:31] [Client thread/INFO] [FML/]: MinecraftForge v12.18.2.2099 Initialized [10:12:31] [Client thread/INFO] [FML/]: Replaced 232 ore recipes [10:12:31] [Client thread/DEBUG] [FML/]: File C:\Users\Inifus\AppData\Roaming\.minecraft\config\injectedDependencies.json not found. No dependencies injected [10:12:31] [Client thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer] [10:12:31] [Client thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes [10:12:31] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.10.2-12.18.2.2099\forge-1.10.2-12.18.2.2099.jar, examining for mod candidates [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\jline\jline\2.13\jline-2.13.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.8\realms-1.9.8.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar [10:12:31] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Inifus\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar, examining for mod candidates [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\EnderCore-1.10.2-0.4.1.60-beta.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\industrialcraft-2-2.6.105-ex110.jar [10:12:31] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Inifus\AppData\Roaming\.minecraft\mods\InventoryTweaks-1.61-58.jar [10:12:31] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Inifus\AppData\Roaming\.minecraft\mods\ic2\EJML-core-0.26.jar, examining for mod candidates [10:12:31] [Client thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully [10:12:31] [Client thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer [10:12:31] [Client thread/INFO] [FML/]: Searching C:\Users\Inifus\AppData\Roaming\.minecraft\mods for mods [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file 1 - THESE MODS ARE FOR MINECRAFT VERSION 1.10.2.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Advanced Machines-60.0.0.jar [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Baubles-1.10.2-1.3.5.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Baubles.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file bdlib-1.12.2.17-mc1.10.2.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file BdLib.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file BiomesOPlenty.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Blood Magic.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file BloodMagic-1.9.4-2.1.0-66.jar [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Botania r1.9-339.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Botania.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Chameleon-1.10-2.1.9.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Chameleon.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Chisels & Bits.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file chiselsandbits-12.7.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Cooking For Blockheads.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file CookingForBlockheads_1.10.2-4.2.26.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Deep Resonance.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file deepresonance-1.10-1.3.1.jar [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file ElecCore-1.10.2-1.6.345.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Eleccore.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file EnderCore-1.10.2-0.4.1.60-beta.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Endercore.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file EnderIO-1.10.2-3.0.1.137_beta.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file EnderIO.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Flat Colored Blocks.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file flatcoloredblocks-mc1.10-v4.4.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Forestry.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file forestry_1.10.2-5.2.16.328.jar [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Gravitation Suite-3.0.1.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Guide API.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Guide-API-1.10.2-2.0.2-45.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Harvest Craft.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate mod directory ic2 [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file IC2 - Advanced Machines.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file IC2 - Gravitation Suite.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Industrial Craft 2.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file industrialcraft-2-2.6.105-ex110.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Inventory Tweaks.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file InventoryTweaks-1.61-58.jar [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file jei_1.10.2-3.13.4.384.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Journey Map.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file journeymap-1.10.2-5.3.0.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Just Enough Items.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Mantle-1.10.2-1.1.1.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Mantle.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file mcjtylib-1.10-2.2.0.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file McJtyLib.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Pam's HarvestCraft 1.9.4-1.10.2h.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Railcraft.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Railcraft_1.10.2-10.0.0.jar [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Reliquary-1.10.2-1.3.3.585.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Reliquary.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file RFTools Control.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file RFTools Dimensions.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file rftools-1.10-5.62.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file RFTools.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file rftoolsctrl-1.10-1.5.2.jar [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file rftoolsdim-1.10-4.45.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Storage Drawers.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file StorageDrawers-1.10.2-3.5.1.jar [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file TConstruct-1.10.2-2.5.6b.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file Tinker's Construct.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file WAILA Harvestability.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Waila-1.7.0-B3_1.9.4.jar [10:12:31] [Client thread/DEBUG] [FML/]: Ignoring unknown file WAILA.txt in mods directory [10:12:31] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file WailaHarvestability-mc1.10.2-1.1.9.jar [10:12:31] [Client thread/DEBUG] [FML/]: Examining file forge-1.10.2-12.18.2.2099.jar for potential mods [10:12:31] [Client thread/DEBUG] [FML/]: The mod container forge-1.10.2-12.18.2.2099.jar appears to be missing an mcmod.info file [10:12:31] [Client thread/DEBUG] [FML/]: Examining file 1.10.2.jar for potential mods [10:12:31] [Client thread/DEBUG] [FML/]: The mod container 1.10.2.jar appears to be missing an mcmod.info file [10:12:32] [Client thread/DEBUG] [FML/]: Examining file EJML-core-0.26.jar for potential mods [10:12:32] [Client thread/DEBUG] [FML/]: The mod container EJML-core-0.26.jar appears to be missing an mcmod.info file [10:12:32] [Client thread/DEBUG] [FML/]: Examining file Advanced Machines-60.0.0.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Advanced Machines-60.0.0.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (chocohead.AdvMachines.AdvancedMachines) - loading [10:12:32] [Client thread/TRACE] [advanced_machines/]: Using mcmod dependency info : [IC2] [IC2] [] [10:12:32] [Client thread/DEBUG] [FML/]: Examining file Baubles-1.10.2-1.3.5.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Baubles-1.10.2-1.3.5.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (baubles.common.Baubles) - loading [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/WARN] [FML/]: * The modid Baubles is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139) [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)... [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/TRACE] [Baubles/]: Parsed dependency info : [[email protected][12.18.1,)] [[email protected][12.18.1,)] [] [10:12:32] [Client thread/DEBUG] [FML/]: Examining file bdlib-1.12.2.17-mc1.10.2.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file bdlib-1.12.2.17-mc1.10.2.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.lib.BdLib) - loading [10:12:32] [Client thread/TRACE] [bdlib/]: Parsed dependency info : [] [] [] [10:12:32] [Client thread/DEBUG] [FML/]: Examining file BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (biomesoplenty.core.BiomesOPlenty) - loading [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/WARN] [FML/]: * The modid BiomesOPlenty is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139) [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)... [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/TRACE] [BiomesOPlenty/]: Parsed dependency info : [[email protected][12.18.1.2039,)] [[email protected][12.18.1.2039,)] [] [10:12:32] [Client thread/DEBUG] [FML/]: Examining file BloodMagic-1.9.4-2.1.0-66.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file BloodMagic-1.9.4-2.1.0-66.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (WayofTime.bloodmagic.BloodMagic) - loading [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/WARN] [FML/]: * The modid BloodMagic is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139) [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)... [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/TRACE] [BloodMagic/]: Parsed dependency info : [guideapi, [email protected][12.16.0.1840,)] [[email protected][12.16.0.1840,), [email protected][2.23.0,), guideapi] [] [10:12:32] [Client thread/DEBUG] [FML/]: Examining file Botania r1.9-339.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Botania r1.9-339.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.botania.common.Botania) - loading [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/WARN] [FML/]: * The modid Botania is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139) [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)... [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/TRACE] [Botania/]: Parsed dependency info : [[email protected][12.18.1.2053,], [email protected][1.3.BETA8,]] [[email protected][12.18.1.2053,], [email protected][1.3.BETA8,], Thaumcraft] [] [10:12:32] [Client thread/DEBUG] [FML/]: Examining file Chameleon-1.10-2.1.9.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Chameleon-1.10-2.1.9.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.chameleon.Chameleon) - loading [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/WARN] [FML/]: * The modid Chameleon is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139) [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)... [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/TRACE] [Chameleon/]: Using mcmod dependency info : [Forge] [] [] [10:12:32] [Client thread/DEBUG] [FML/]: Examining file chiselsandbits-12.7.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file chiselsandbits-12.7.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mod.chiselsandbits.core.ChiselsAndBits) - loading [10:12:32] [Client thread/TRACE] [chiselsandbits/]: Parsed dependency info : [[email protected][12.17.0.1909,)] [[email protected][12.17.0.1909,), mcmultipart, [email protected][3.7.8.234,)] [] [10:12:32] [Client thread/DEBUG] [FML/]: Examining file CookingForBlockheads_1.10.2-4.2.26.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file CookingForBlockheads_1.10.2-4.2.26.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.cookingforblockheads.CookingForBlockheads) - loading [10:12:32] [Client thread/TRACE] [cookingforblockheads/]: Parsed dependency info : [] [] [] [10:12:32] [Client thread/DEBUG] [cookingforblockheads/]: Attempting to load the file version.properties from CookingForBlockheads_1.10.2-4.2.26.jar to locate a version number for cookingforblockheads [10:12:32] [Client thread/WARN] [cookingforblockheads/]: Mod cookingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.2.26 [10:12:32] [Client thread/DEBUG] [FML/]: Examining file deepresonance-1.10-1.3.1.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file deepresonance-1.10-1.3.1.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.deepresonance.DeepResonance) - loading [10:12:32] [Client thread/TRACE] [deepresonance/]: Parsed dependency info : [[email protected][12.16.0.1835,), [email protected][1.10-2.1.0,), [email protected][1.6.345,)] [[email protected][12.16.0.1835,), [email protected][1.10-2.1.0,), [email protected][1.6.345,), [email protected][1.6.0,)] [] [10:12:32] [Client thread/DEBUG] [FML/]: Examining file ElecCore-1.10.2-1.6.345.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file ElecCore-1.10.2-1.6.345.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (elec332.core.main.ElecCore) - loading [10:12:32] [Client thread/TRACE] [eleccore/]: Parsed dependency info : [[email protected][12.18.1.2073,)] [[email protected][12.18.1.2073,), forestry] [] [10:12:32] [Client thread/DEBUG] [FML/]: Examining file EnderCore-1.10.2-0.4.1.60-beta.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file EnderCore-1.10.2-0.4.1.60-beta.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.enderio.core.EnderCore) - loading [10:12:32] [Client thread/TRACE] [endercore/]: Parsed dependency info : [] [ttCore] [] [10:12:32] [Client thread/DEBUG] [FML/]: Examining file EnderIO-1.10.2-3.0.1.137_beta.jar for potential mods [10:12:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file EnderIO-1.10.2-3.0.1.137_beta.jar [10:12:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.EnderIO) - loading [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/WARN] [FML/]: * The modid EnderIO is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139) [10:12:32] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [10:12:32] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [10:12:32] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)... [10:12:32] [Client thread/WARN] [FML/]: **************************************** [10:12:32] [Client thread/TRACE] [EnderIO/]: Parsed dependency info : [[email protected][12.18.2.2122,), [email protected][1.10.2-0.4.1.59-beta,)] [[email protected][12.18.2.2122,), [email protected][1.10.2-0.4.1.59-beta,), [email protected][1.7.0-B3_1.9.4,), [email protected][3.13.4.384,)] [] [10:12:33] [Client thread/DEBUG] [FML/]: Examining file flatcoloredblocks-mc1.10-v4.4.jar for potential mods [10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file flatcoloredblocks-mc1.10-v4.4.jar [10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mod.flatcoloredblocks.FlatColoredBlocks) - loading [10:12:33] [Client thread/TRACE] [flatcoloredblocks/]: Parsed dependency info : [[email protected][12.18.0.1983,)] [[email protected][12.18.0.1983,)] [] [10:12:33] [Client thread/DEBUG] [FML/]: Examining file forestry_1.10.2-5.2.16.328.jar for potential mods [10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file forestry_1.10.2-5.2.16.328.jar [10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (forestry.Forestry) - loading [10:12:33] [Client thread/TRACE] [forestry/]: Parsed dependency info : [[email protected][12.18.1.2080,)] [[email protected][12.18.1.2080,), [email protected][3.11.2.278,), IC2] [] [10:12:33] [Client thread/DEBUG] [FML/]: Examining file Gravitation Suite-3.0.1.jar for potential mods [10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Gravitation Suite-3.0.1.jar [10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.chocohead.gravisuite.Gravisuite) - loading [10:12:33] [Client thread/TRACE] [gravisuite/]: Parsed dependency info : [[email protected][2.6.99-ex10,)] [[email protected][2.6.99-ex10,)] [] [10:12:33] [Client thread/DEBUG] [FML/]: Examining file Guide-API-1.10.2-2.0.2-45.jar for potential mods [10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Guide-API-1.10.2-2.0.2-45.jar [10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (amerifrance.guideapi.GuideMod) - loading [10:12:33] [Client thread/TRACE] [guideapi/]: Parsed dependency info : [] [] [] [10:12:33] [Client thread/DEBUG] [FML/]: Examining directory ic2 for potential mods [10:12:33] [Client thread/DEBUG] [FML/]: No mcmod.info file found in directory ic2 [10:12:33] [Client thread/DEBUG] [FML/]: Examining file industrialcraft-2-2.6.105-ex110.jar for potential mods [10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file industrialcraft-2-2.6.105-ex110.jar [10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ic2.core.IC2) - loading [10:12:33] [Client thread/WARN] [FML/]: **************************************** [10:12:33] [Client thread/WARN] [FML/]: * The modid IC2 is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139) [10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124) [10:12:33] [Client thread/WARN] [FML/]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source) [10:12:33] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [10:12:33] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408) [10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)... [10:12:33] [Client thread/WARN] [FML/]: **************************************** [10:12:33] [Client thread/TRACE] [IC2/]: Parsed dependency info : [[email protected][12.17.0.1940,)] [[email protected][12.17.0.1940,)] [] [10:12:33] [Client thread/DEBUG] [FML/]: Examining file InventoryTweaks-1.61-58.jar for potential mods [10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file InventoryTweaks-1.61-58.jar [10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (invtweaks.forge.InvTweaksMod) - loading [10:12:33] [Client thread/TRACE] [inventorytweaks/]: Parsed dependency info : [[email protected][12.17.0,)] [[email protected][12.17.0,)] [] [10:12:33] [Client thread/DEBUG] [inventorytweaks/]: Attempting to load the file version.properties from InventoryTweaks-1.61-58.jar to locate a version number for inventorytweaks [10:12:33] [Client thread/DEBUG] [inventorytweaks/]: Found version 1.61-58-a1fd884 for mod inventorytweaks in version.properties, using [10:12:33] [Client thread/DEBUG] [FML/]: Examining file jei_1.10.2-3.13.4.384.jar for potential mods [10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file jei_1.10.2-3.13.4.384.jar [10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.jei.JustEnoughItems) - loading [10:12:33] [Client thread/WARN] [FML/]: **************************************** [10:12:33] [Client thread/WARN] [FML/]: * The modid JEI is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139) [10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124) [10:12:33] [Client thread/WARN] [FML/]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source) [10:12:33] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [10:12:33] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408) [10:12:33] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)... [10:12:33] [Client thread/WARN] [FML/]: **************************************** [10:12:33] [Client thread/TRACE] [JEI/]: Parsed dependency info : [[email protected][12.18.1.2053,)] [[email protected][12.18.1.2053,)] [] [10:12:33] [Client thread/DEBUG] [FML/]: Examining file journeymap-1.10.2-5.3.0.jar for potential mods [10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file journeymap-1.10.2-5.3.0.jar [10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (journeymap.common.Journeymap) - loading [10:12:33] [Client thread/TRACE] [journeymap/]: Using mcmod dependency info : [[email protected][12.18.2.2099,)] [[email protected][12.18.2.2099,)] [] [10:12:33] [Client thread/DEBUG] [FML/]: Examining file Mantle-1.10.2-1.1.1.jar for potential mods [10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Mantle-1.10.2-1.1.1.jar [10:12:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.mantle.Mantle) - loading [10:12:33] [Client thread/TRACE] [mantle/]: Parsed dependency info : [[email protected][12.18.1.2011,)] [[email protected][12.18.1.2011,)] [] [10:12:33] [Client thread/DEBUG] [FML/]: Examining file mcjtylib-1.10-2.2.0.jar for potential mods [10:12:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file mcjtylib-1.10-2.2.0.jar [10:12:34] [Client thread/DEBUG] [FML/]: Examining file Pam's HarvestCraft 1.9.4-1.10.2h.jar for potential mods [10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Pam's HarvestCraft 1.9.4-1.10.2h.jar [10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.pam.harvestcraft.HarvestCraft) - loading [10:12:34] [Client thread/TRACE] [harvestcraft/]: Parsed dependency info : [[email protected][12.16.1.1900,)] [[email protected][12.16.1.1900,)] [] [10:12:34] [Client thread/DEBUG] [FML/]: Examining file Railcraft_1.10.2-10.0.0.jar for potential mods [10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Railcraft_1.10.2-10.0.0.jar [10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mods.railcraft.common.core.Railcraft) - loading [10:12:34] [Client thread/TRACE] [railcraft/]: Using mcmod dependency info : [Forge] [] [] [10:12:34] [Client thread/DEBUG] [FML/]: Examining file Reliquary-1.10.2-1.3.3.585.jar for potential mods [10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Reliquary-1.10.2-1.3.3.585.jar [10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xreliquary.Reliquary) - loading [10:12:34] [Client thread/TRACE] [xreliquary/]: Parsed dependency info : [] [[email protected][1.3.BETA8,)] [] [10:12:34] [Client thread/DEBUG] [FML/]: Examining file rftools-1.10-5.62.jar for potential mods [10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file rftools-1.10-5.62.jar [10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftools.RFTools) - loading [10:12:34] [Client thread/TRACE] [rftools/]: Parsed dependency info : [[email protected][12.18.1.2082,), [email protected][1.10-2.1.4,)] [[email protected][12.18.1.2082,), [email protected][1.10-2.1.4,)] [] [10:12:34] [Client thread/DEBUG] [FML/]: Examining file rftoolsctrl-1.10-1.5.2.jar for potential mods [10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file rftoolsctrl-1.10-1.5.2.jar [10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftoolscontrol.RFToolsControl) - loading [10:12:34] [Client thread/TRACE] [rftoolscontrol/]: Parsed dependency info : [[email protected][12.16.1.1896,), [email protected][1.10-5.22,), [email protected][1.10-2.2.0,)] [[email protected][12.16.1.1896,), [email protected][1.10-5.22,), [email protected][1.10-2.2.0,)] [] [10:12:34] [Client thread/DEBUG] [FML/]: Examining file rftoolsdim-1.10-4.45.jar for potential mods [10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file rftoolsdim-1.10-4.45.jar [10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftoolsdim.RFToolsDim) - loading [10:12:34] [Client thread/TRACE] [rftoolsdim/]: Parsed dependency info : [[email protected][1.10-1.9.9,), [email protected][12.16.1.1898,), [email protected][1.10.2-5.20,)] [[email protected][12.16.1.1898,), [email protected][1.10.2-5.20,), [email protected][1.10-1.9.9,)] [] [10:12:34] [Client thread/DEBUG] [FML/]: Examining file StorageDrawers-1.10.2-3.5.1.jar for potential mods [10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file StorageDrawers-1.10.2-3.5.1.jar [10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.storagedrawers.StorageDrawers) - loading [10:12:34] [Client thread/WARN] [FML/]: **************************************** [10:12:34] [Client thread/WARN] [FML/]: * The modid StorageDrawers is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139) [10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124) [10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source) [10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [10:12:34] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408) [10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)... [10:12:34] [Client thread/WARN] [FML/]: **************************************** [10:12:34] [Client thread/TRACE] [StorageDrawers/]: Using mcmod dependency info : [Forge, Chameleon] [Chameleon] [] [10:12:34] [Client thread/DEBUG] [FML/]: Examining file TConstruct-1.10.2-2.5.6b.jar for potential mods [10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file TConstruct-1.10.2-2.5.6b.jar [10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.tconstruct.TConstruct) - loading [10:12:34] [Client thread/TRACE] [tconstruct/]: Parsed dependency info : [[email protected][1.10.2-1.0.0,), [email protected][12.18.1.2073,)] [[email protected][12.18.1.2073,), [email protected][1.10.2-1.0.0,)] [] [10:12:34] [Client thread/DEBUG] [FML/]: Examining file Waila-1.7.0-B3_1.9.4.jar for potential mods [10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Waila-1.7.0-B3_1.9.4.jar [10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcp.mobius.waila.Waila) - loading [10:12:34] [Client thread/WARN] [FML/]: **************************************** [10:12:34] [Client thread/WARN] [FML/]: * The modid Waila is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139) [10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124) [10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source) [10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [10:12:34] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408) [10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)... [10:12:34] [Client thread/WARN] [FML/]: **************************************** [10:12:34] [Client thread/TRACE] [Waila/]: Parsed dependency info : [[email protected][12.16.0.1809,)] [[email protected][12.16.0.1809,)] [] [10:12:34] [Client thread/DEBUG] [FML/]: Examining file WailaHarvestability-mc1.10.2-1.1.9.jar for potential mods [10:12:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file WailaHarvestability-mc1.10.2-1.1.9.jar [10:12:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (squeek.wailaharvestability.ModWailaHarvestability) - loading [10:12:34] [Client thread/WARN] [FML/]: **************************************** [10:12:34] [Client thread/WARN] [FML/]: * The modid WailaHarvestability is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:139) [10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:124) [10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source) [10:12:34] [Client thread/WARN] [FML/]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [10:12:34] [Client thread/WARN] [FML/]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408) [10:12:34] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)... [10:12:34] [Client thread/WARN] [FML/]: **************************************** [10:12:34] [Client thread/TRACE] [WailaHarvestability/]: Parsed dependency info : [] [TConstruct, ExtraTiC, TSteelworks, Mariculture] [] [10:12:34] [Client thread/INFO] [FML/]: Forge Mod Loader has identified 35 mods to load [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.carts.locomotive (owned by RailcraftAPI|carts providing RailcraftAPI|locomotive) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API elec332.core.effects.api.ability (owned by ElecCore providing ElecCore|Abilities) embedded in eleccore [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.core (owned by railcraft providing railcraft:API|core) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.genetics (owned by ForestryAPI|core providing ForestryAPI|genetics) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.storage (owned by StorageDrawersAPI providing StorageDrawersAPI|storage) embedded in StorageDrawers [10:12:34] [Client thread/DEBUG] [FML/]: Found API crazypants.enderio.api (owned by EnderIO providing EnderIOAPI) embedded in EnderIO [10:12:34] [Client thread/DEBUG] [FML/]: Found API elec332.core.api (owned by ElecCore providing ElecCoreAPI) embedded in eleccore [10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.render (owned by StorageDrawersAPI providing StorageDrawersAPI|render) embedded in StorageDrawers [10:12:34] [Client thread/DEBUG] [FML/]: Found API amerifrance.guideapi.api (owned by guideapi providing Guide-API|API) embedded in guideapi [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.carts (owned by RailcraftAPI|core providing RailcraftAPI|carts) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.tracks (owned by RailcraftAPI|core providing RailcraftAPI|tracks) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.charge (owned by RailcraftAPI|core providing RailcraftAPI|charge) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.fuel (owned by RailcraftAPI|core providing RailcraftAPI|fuel) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.fuels (owned by ForestryAPI|core providing ForestryAPI|fuels) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.inventory (owned by StorageDrawersAPI providing StorageDrawersAPI|inventory) embedded in StorageDrawers [10:12:34] [Client thread/DEBUG] [FML/]: Found API crazypants.enderio.api.tool (owned by EnderIO providing EnderIOAPI|Tools) embedded in EnderIO [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.lepidopterology (owned by ForestryAPI|core providing ForestryAPI|lepidopterology) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.events (owned by RailcraftAPI|core providing RailcraftAPI|events) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api (owned by StorageDrawers providing StorageDrawersAPI) embedded in StorageDrawers [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.greenhouse (owned by ForestryAPI|core providing ForestryAPI|greenhouse) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.farming (owned by ForestryAPI|core providing ForestryAPI|farming) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.climate (owned by Forestry providing ForestryAPI|climate) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.world (owned by ForestryAPI|core providing ForestryAPI|world) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API baubles.api (owned by Baubles providing Baubles|API) embedded in Baubles [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.mail (owned by ForestryAPI|core providing ForestryAPI|mail) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.core (owned by Forestry providing ForestryAPI|core) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API journeymap.client.api.event (owned by journeymap providing journeymap|client-api-event) embedded in journeymap [10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.pack (owned by StorageDrawersAPI providing StorageDrawersAPI|pack) embedded in StorageDrawers [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.circuits (owned by ForestryAPI|core providing ForestryAPI|circuits) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API WayofTime.bloodmagic.api (owned by BloodMagic providing BloodMagic|API) embedded in BloodMagic [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.multiblock (owned by ForestryAPI|core providing ForestryAPI|multiblock) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.arboriculture (owned by ForestryAPI|core providing ForestryAPI|arboriculture) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API mcp.mobius.waila.api (owned by Waila providing WailaAPI) embedded in Waila [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.storage (owned by ForestryAPI|core providing ForestryAPI|storage) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API journeymap.client.api.util (owned by journeymap providing journeymap|client-api-util) embedded in journeymap [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.carts.bore (owned by RailcraftAPI|carts providing RailcraftAPI|bore) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API vazkii.botania.api (owned by Botania providing BotaniaAPI) embedded in Botania [10:12:34] [Client thread/DEBUG] [FML/]: Found API mezz.jei.api (owned by JEI providing JustEnoughItemsAPI) embedded in JEI [10:12:34] [Client thread/DEBUG] [FML/]: Found API crazypants.enderio.api.redstone (owned by EnderIO providing EnderIOAPI|Redstone) embedded in EnderIO [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.signals (owned by RailcraftAPI|core providing RailcraftAPI|signals) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.registry (owned by StorageDrawersAPI providing StorageDrawersAPI|registry) embedded in StorageDrawers [10:12:34] [Client thread/DEBUG] [FML/]: Found API mcjty.deepresonance.api.fluid (owned by eee providing DR-API) embedded in deepresonance [10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.storage.attribute (owned by StorageDrawersAPI providing StorageDrawersAPI|storage-attribute) embedded in StorageDrawers [10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.event (owned by StorageDrawersAPI providing StorageDrawersAPI|event) embedded in StorageDrawers [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.food (owned by ForestryAPI|core providing ForestryAPI|food) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API journeymap.client.api (owned by journeymap providing journeymap|client-api) embedded in journeymap [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.recipes (owned by ForestryAPI|core providing ForestryAPI|recipes) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.core.items (owned by RailcraftAPI|core providing RailcraftAPI|items) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.config (owned by StorageDrawersAPI providing StorageDrawersAPI|config) embedded in StorageDrawers [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.apiculture (owned by ForestryAPI|core providing ForestryAPI|apiculture) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.crafting (owned by RailcraftAPI|core providing RailcraftAPI|crafting) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API crazypants.enderio.api.teleport (owned by EnderIO providing EnderIOAPI|Teleport) embedded in EnderIO [10:12:34] [Client thread/DEBUG] [FML/]: Found API journeymap.client.api.model (owned by journeymap providing journeymap|client-api-model) embedded in journeymap [10:12:34] [Client thread/DEBUG] [FML/]: Found API journeymap.client.api.display (owned by journeymap providing journeymap|client-api-display) embedded in journeymap [10:12:34] [Client thread/DEBUG] [FML/]: Found API forestry.api.apiculture.hives (owned by ForestryAPI|apiculture providing ForestryAPI|hives) embedded in forestry [10:12:34] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.helpers (owned by RailcraftAPI|core providing RailcraftAPI|helpers) embedded in railcraft [10:12:34] [Client thread/DEBUG] [FML/]: Found API mod.chiselsandbits.api (owned by chiselsandbits providing ChiselsAndBitsAPI) embedded in chiselsandbits [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|fuel: owner: RailcraftAPI|core, dependents: [railcraft] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|registry:1.7.10-1.2.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|registry: owner: StorageDrawersAPI, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent RailcraftAPI|core from APIContainer{RailcraftAPI|locomotive:2.0.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|locomotive: owner: RailcraftAPI|carts, dependents: [railcraft] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage:1.7.10-1.2.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|storage: owner: StorageDrawersAPI, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|energy:1.8.9R1.2.0B1} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|energy: owner: CoFHAPI, dependents: [railcraft] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent ForestryAPI|core from APIContainer{ForestryAPI|hives:4.1.0} [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|hives:4.1.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|hives: owner: ForestryAPI|apiculture, dependents: [forestry] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|inventory:1.7.10-1.2.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|inventory: owner: StorageDrawersAPI, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|storage:5.0.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|storage: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API WailaAPI: owner: Waila, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|signals: owner: RailcraftAPI|core, dependents: [railcraft] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|carts: owner: RailcraftAPI|core, dependents: [railcraft] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|climate: owner: Forestry, dependents: [forestry] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|core: owner: Forestry, dependents: [forestry] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API EnderIOAPI|Teleport: owner: EnderIO, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|events: owner: RailcraftAPI|core, dependents: [railcraft] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API EnderIOAPI|Tools: owner: EnderIO, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|mail:3.1.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|mail: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API EnderIOAPI|Redstone: owner: EnderIO, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|item:1.8.9R1.2.0B1} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|item: owner: CoFHAPI, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|genetics:4.7.1} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|genetics: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent RailcraftAPI|core from APIContainer{RailcraftAPI|bore:2.0.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|bore: owner: RailcraftAPI|carts, dependents: [railcraft] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|fuels:3.0.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|fuels: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|farming:2.1.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|farming: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API DR-API: owner: eee, dependents: [deepresonance] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|items: owner: RailcraftAPI|core, dependents: [railcraft] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|tracks: owner: RailcraftAPI|core, dependents: [railcraft] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API Baubles|API: owner: Baubles, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API JustEnoughItemsAPI: owner: JEI, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|pack:1.7.10-1.2.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|pack: owner: StorageDrawersAPI, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|circuits:3.1.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|circuits: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API journeymap|client-api: owner: journeymap, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|render:1.7.10-1.2.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|render: owner: StorageDrawersAPI, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|lepidopterology:1.3.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|lepidopterology: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API journeymap|client-api-util: owner: journeymap, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ChiselsAndBitsAPI: owner: chiselsandbits, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ElecCoreAPI: owner: ElecCore, dependents: [eleccore] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|world:2.1.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|world: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BloodMagic|API: owner: BloodMagic, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI: owner: StorageDrawers, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BotaniaAPI: owner: Botania, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API McJtyLib: owner: McJty, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI: owner: CoFHLib, dependents: [railcraft] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API railcraft:API|core: owner: railcraft, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|food:1.1.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|food: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|crafting: owner: RailcraftAPI|core, dependents: [railcraft] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|multiblock:3.0.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|multiblock: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|config:1.7.10-1.2.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|config: owner: StorageDrawersAPI, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API Guide-API|API: owner: guideapi, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|recipes:5.4.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|recipes: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|apiculture:5.0.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|apiculture: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API EnderIOAPI: owner: EnderIO, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|greenhouse:5.2.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|greenhouse: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|event:1.7.10-1.2.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|event: owner: StorageDrawersAPI, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ElecCore|Abilities: owner: ElecCore, dependents: [eleccore] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API journeymap|client-api-display: owner: journeymap, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|charge: owner: RailcraftAPI|core, dependents: [railcraft] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|arboriculture:4.2.1} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|arboriculture: owner: ForestryAPI|core, dependents: [forestry] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API journeymap|client-api-model: owner: journeymap, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API journeymap|client-api-event: owner: journeymap, dependents: [] [10:12:34] [Client thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage-attribute:1.7.10-1.2.0} [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|storage-attribute: owner: StorageDrawersAPI, dependents: [] [10:12:34] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|helpers: owner: RailcraftAPI|core, dependents: [railcraft] [10:12:34] [Client thread/TRACE] [FML/]: Received a system property request '' [10:12:34] [Client thread/TRACE] [FML/]: System property request managing the state of 0 mods [10:12:34] [Client thread/DEBUG] [FML/]: After merging, found state information for 0 mods [10:12:34] [Client thread/DEBUG] [advanced_machines/]: Enabling mod advanced_machines [10:12:34] [Client thread/DEBUG] [Baubles/]: Enabling mod Baubles [10:12:34] [Client thread/DEBUG] [bdlib/]: Enabling mod bdlib [10:12:34] [Client thread/DEBUG] [BiomesOPlenty/]: Enabling mod BiomesOPlenty [10:12:34] [Client thread/DEBUG] [BloodMagic/]: Enabling mod BloodMagic [10:12:34] [Client thread/DEBUG] [Botania/]: Enabling mod Botania [10:12:34] [Client thread/DEBUG] [Chameleon/]: Enabling mod Chameleon [10:12:34] [Client thread/DEBUG] [chiselsandbits/]: Enabling mod chiselsandbits [10:12:34] [Client thread/DEBUG] [cookingforblockheads/]: Enabling mod cookingforblockheads [10:12:34] [Client thread/DEBUG] [deepresonance/]: Enabling mod deepresonance [10:12:34] [Client thread/DEBUG] [eleccore/]: Enabling mod eleccore [10:12:34] [Client thread/DEBUG] [endercore/]: Enabling mod endercore [10:12:34] [Client thread/DEBUG] [EnderIO/]: Enabling mod EnderIO [10:12:34] [Client thread/DEBUG] [flatcoloredblocks/]: Enabling mod flatcoloredblocks [10:12:34] [Client thread/DEBUG] [forestry/]: Enabling mod forestry [10:12:34] [Client thread/DEBUG] [gravisuite/]: Enabling mod gravisuite [10:12:34] [Client thread/DEBUG] [guideapi/]: Enabling mod guideapi [10:12:34] [Client thread/DEBUG] [IC2/]: Enabling mod IC2 [10:12:34] [Client thread/DEBUG] [inventorytweaks/]: Enabling mod inventorytweaks [10:12:34] [Client thread/DEBUG] [JEI/]: Enabling mod JEI [10:12:34] [Client thread/DEBUG] [journeymap/]: Enabling mod journeymap [10:12:34] [Client thread/DEBUG] [mantle/]: Enabling mod mantle [10:12:34] [Client thread/DEBUG] [harvestcraft/]: Enabling mod harvestcraft [10:12:34] [Client thread/DEBUG] [railcraft/]: Enabling mod railcraft [10:12:34] [Client thread/DEBUG] [xreliquary/]: Enabling mod xreliquary [10:12:34] [Client thread/DEBUG] [rftools/]: Enabling mod rftools [10:12:34] [Client thread/DEBUG] [rftoolscontrol/]: Enabling mod rftoolscontrol [10:12:34] [Client thread/DEBUG] [rftoolsdim/]: Enabling mod rftoolsdim [10:12:34] [Client thread/DEBUG] [StorageDrawers/]: Enabling mod StorageDrawers [10:12:34] [Client thread/DEBUG] [tconstruct/]: Enabling mod tconstruct [10:12:34] [Client thread/DEBUG] [Waila/]: Enabling mod Waila [10:12:34] [Client thread/DEBUG] [WailaHarvestability/]: Enabling mod WailaHarvestability [10:12:34] [Client thread/TRACE] [FML/]: Verifying mod requirements are satisfied [10:12:34] [Client thread/ERROR] [FML/]: The mod EnderIO (Ender IO) requires mod versions [[email protected][12.18.2.2122,)] to be available [10:12:34] [Client thread/ERROR] [FML/]: net.minecraftforge.fml.common.MissingModsException: Mod EnderIO (Ender IO) requires [[email protected][12.18.2.2122,)] [10:12:34] [Client thread/DEBUG] [FML/]: Mod sorting data [10:12:34] [Client thread/DEBUG] [FML/]: advanced_machines(Advanced Machines:60.0.0): Advanced Machines-60.0.0.jar () [10:12:34] [Client thread/DEBUG] [FML/]: Baubles(Baubles:1.3.5): Baubles-1.10.2-1.3.5.jar (required-after:[email protected][12.18.1,);) [10:12:34] [Client thread/DEBUG] [FML/]: bdlib(BD Lib:1.12.2.17): bdlib-1.12.2.17-mc1.10.2.jar () [10:12:34] [Client thread/DEBUG] [FML/]: BiomesOPlenty(Biomes O' Plenty:5.0.0.2109): BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar (required-after:[email protected][12.18.1.2039,)) [10:12:34] [Client thread/DEBUG] [FML/]: BloodMagic(Blood Magic: Alchemical Wizardry:1.9.4-2.1.0-66): BloodMagic-1.9.4-2.1.0-66.jar (required-after:[email protected][12.16.0.1840,);after:[email protected][2.23.0,);required-after:guideapi;) [10:12:34] [Client thread/DEBUG] [FML/]: Botania(Botania:r1.9-339): Botania r1.9-339.jar (required-after:[email protected][12.18.1.2053,];required-after:[email protected][1.3.BETA8,];after:Thaumcraft) [10:12:34] [Client thread/DEBUG] [FML/]: Chameleon(Chameleon:1.10-2.1.9): Chameleon-1.10-2.1.9.jar () [10:12:34] [Client thread/DEBUG] [FML/]: chiselsandbits(Chisels & Bits:12.7): chiselsandbits-12.7.jar (required-after:[email protected][12.17.0.1909,);after:mcmultipart;after:[email protected][3.7.8.234,)) [10:12:34] [Client thread/DEBUG] [FML/]: cookingforblockheads(Cooking for Blockheads:4.2.26): CookingForBlockheads_1.10.2-4.2.26.jar () [10:12:34] [Client thread/DEBUG] [FML/]: deepresonance(DeepResonance:1.3.1): deepresonance-1.10-1.3.1.jar (required-after:[email protected][12.16.0.1835,);required-after:[email protected][1.10-2.1.0,);required-after:[email protected][1.6.345,);after:[email protected][1.6.0,)) [10:12:34] [Client thread/DEBUG] [FML/]: eleccore(ElecCore:1.6.345): ElecCore-1.10.2-1.6.345.jar (required-after:[email protected][12.18.1.2073,);after:forestry;) [10:12:34] [Client thread/DEBUG] [FML/]: endercore(EnderCore:1.10.2-0.4.1.60-beta): EnderCore-1.10.2-0.4.1.60-beta.jar (after:ttCore) [10:12:34] [Client thread/DEBUG] [FML/]: EnderIO(Ender IO:1.10.2-3.0.1.137_beta): EnderIO-1.10.2-3.0.1.137_beta.jar (required-after:[email protected][12.18.2.2122,);required-after:[email protected][1.10.2-0.4.1.59-beta,);after:[email protected][1.7.0-B3_1.9.4,);after:[email protected][3.13.4.384,)) [10:12:34] [Client thread/DEBUG] [FML/]: flatcoloredblocks(Flat Colored Blocks:mc1.10-v4.4): flatcoloredblocks-mc1.10-v4.4.jar (required-after:[email protected][12.18.0.1983,)) [10:12:34] [Client thread/DEBUG] [FML/]: forestry(Forestry:5.2.16.328): forestry_1.10.2-5.2.16.328.jar (required-after:[email protected][12.18.1.2080,);after:[email protected][3.11.2.278,);after:IC2;) [10:12:34] [Client thread/DEBUG] [FML/]: gravisuite(Gravitation Suite:3.0.1): Gravitation Suite-3.0.1.jar (required-after:[email protected][2.6.99-ex10,);) [10:12:34] [Client thread/DEBUG] [FML/]: guideapi(Guide-API:@[email protected]): Guide-API-1.10.2-2.0.2-45.jar () [10:12:34] [Client thread/DEBUG] [FML/]: IC2(IndustrialCraft 2:2.6.105-ex110): industrialcraft-2-2.6.105-ex110.jar (required-after:[email protected][12.17.0.1940,)) [10:12:34] [Client thread/DEBUG] [FML/]: inventorytweaks(Inventory Tweaks:1.61-58-a1fd884): InventoryTweaks-1.61-58.jar (required-after:[email protected][12.17.0,)) [10:12:34] [Client thread/DEBUG] [FML/]: JEI(Just Enough Items:3.13.4.384): jei_1.10.2-3.13.4.384.jar (required-after:[email protected][12.18.1.2053,);) [10:12:34] [Client thread/DEBUG] [FML/]: journeymap(JourneyMap:1.10.2-5.3.0): journeymap-1.10.2-5.3.0.jar () [10:12:34] [Client thread/DEBUG] [FML/]: mantle(Mantle:1.10.2-1.1.1.194): Mantle-1.10.2-1.1.1.jar (required-after:[email protected][12.18.1.2011,)) [10:12:34] [Client thread/DEBUG] [FML/]: harvestcraft(Pam's HarvestCraft:1.9.4-1.10.2g): Pam's HarvestCraft 1.9.4-1.10.2h.jar (required-after:[email protected][12.16.1.1900,)) [10:12:34] [Client thread/DEBUG] [FML/]: railcraft(Railcraft:10.0.0): Railcraft_1.10.2-10.0.0.jar () [10:12:34] [Client thread/DEBUG] [FML/]: xreliquary(Reliquary:1.10.2-1.3.3.585): Reliquary-1.10.2-1.3.3.585.jar (after:[email protected][1.3.BETA8,)) [10:12:34] [Client thread/DEBUG] [FML/]: rftools(RFTools:5.62): rftools-1.10-5.62.jar (required-after:[email protected][12.18.1.2082,);required-after:[email protected][1.10-2.1.4,)) [10:12:34] [Client thread/DEBUG] [FML/]: rftoolscontrol(RFTools Control:1.5.2): rftoolsctrl-1.10-1.5.2.jar (required-after:[email protected][12.16.1.1896,);required-after:[email protected][1.10-5.22,);required-after:[email protected][1.10-2.2.0,)) [10:12:34] [Client thread/DEBUG] [FML/]: rftoolsdim(RFTools Dimensions:4.45): rftoolsdim-1.10-4.45.jar (required-after:[email protected][12.16.1.1898,);required-after:[email protected][1.10.2-5.20,);required-after:[email protected][1.10-1.9.9,)) [10:12:34] [Client thread/DEBUG] [FML/]: StorageDrawers(Storage Drawers:1.10.2-3.5.1): StorageDrawers-1.10.2-3.5.1.jar () [10:12:34] [Client thread/DEBUG] [FML/]: tconstruct(Tinkers' Construct:1.10.2-2.5.6b.jenkins424): TConstruct-1.10.2-2.5.6b.jar (required-after:[email protected][12.18.1.2073,);required-after:[email protected][1.10.2-1.0.0,)) [10:12:34] [Client thread/DEBUG] [FML/]: Waila(Waila:1.7.0): Waila-1.7.0-B3_1.9.4.jar (required-after:[email protected][12.16.0.1809,);) [10:12:34] [Client thread/DEBUG] [FML/]: WailaHarvestability(Waila Harvestability:1.1.9): WailaHarvestability-mc1.10.2-1.1.9.jar (after:TConstruct;after:ExtraTiC;after:TSteelworks;after:Mariculture) [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.003s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.002s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.002s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Advanced Machines took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Baubles took 0.000s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:BD Lib took 0.002s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Biomes O' Plenty took 0.004s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Blood Magic: Alchemical Wizardry took 0.003s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Botania took 0.005s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Chameleon took 0.000s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Chisels & Bits took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Cooking for Blockheads took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:DeepResonance took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:ElecCore took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:EnderCore took 0.000s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Ender IO took 0.003s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Flat Colored Blocks took 0.000s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forestry took 0.004s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Gravitation Suite took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Guide-API took 0.000s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:IndustrialCraft 2 took 0.005s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Inventory Tweaks took 0.000s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Just Enough Items took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:JourneyMap took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Mantle took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Pam's HarvestCraft took 0.005s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Railcraft took 0.003s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Reliquary took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:RFTools took 0.002s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:RFTools Control took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:RFTools Dimensions took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Storage Drawers took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Tinkers' Construct took 0.003s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Waila took 0.001s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Waila Harvestability took 0.000s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading - LanguageManager took 0.045s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 0.045s [10:12:34] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 0.104s [10:12:34] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Advanced Machines/]: Mod Advanced Machines is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [BD Lib/]: Mod BD Lib is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Blood Magic: Alchemical Wizardry/]: Mod Blood Magic: Alchemical Wizardry is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Chameleon/]: Mod Chameleon is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Cooking for Blockheads/]: Mod Cooking for Blockheads is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [ElecCore/]: Mod ElecCore is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Forestry/]: Mod Forestry is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Gravitation Suite/]: Mod Gravitation Suite is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Guide-API/]: Mod Guide-API is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Just Enough Items/]: Mod Just Enough Items is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [JourneyMap/]: Mod JourneyMap is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Mantle/]: Mod Mantle is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Pam's HarvestCraft/]: Mod Pam's HarvestCraft is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Railcraft/]: Mod Railcraft is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Reliquary/]: Mod Reliquary is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Storage Drawers/]: Mod Storage Drawers is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Waila/]: Mod Waila is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/DEBUG] [Waila Harvestability/]: Mod Waila Harvestability is missing a pack.mcmeta file, substituting a dummy one [10:12:34] [Client thread/WARN] [FML/]: There were errors previously. Not beginning mod initialization phase [10:12:34] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - TextureManager took 0.000s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - SoundHandler took 0.301s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.004s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.003s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.006s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.006s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - GL Setup took 0.001s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Texture Map took 0.005s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - B3DLoader took 0.000s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - OBJLoader took 0.000s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelFluid$FluidLoader took 0.000s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ItemLayerModel$Loader took 0.000s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - MultiLayerModel$Loader took 0.000s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelDynBucket$LoaderDynBucket took 0.000s [10:12:35] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: blocks took 0.614s [10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: items took 0.202s [10:12:36] [Client thread/INFO] [FML/]: Max texture size: 16384 [10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching - missingno took 0.001s [10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.001s [10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Texture mipmap and upload - missingno took 0.000s [10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: baking took 0.533s [10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelManager took 1.513s [10:12:36] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Model Manager took 1.614s [10:12:36] [Client thread/INFO] [EnderCore/]: Transforming Class [net.minecraft.client.renderer.RenderItem], Method [func_180453_a] [10:12:36] [Client thread/INFO] [EnderCore/]: Transforming net.minecraft.client.renderer.RenderItem Finished. [10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - RenderItem took 0.003s [10:12:36] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Item Renderer took 0.208s [10:12:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - EntityRenderer took 0.000s [10:12:37] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - BlockRendererDispatcher took 0.000s [10:12:37] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - RenderGlobal took 0.000s [10:12:37] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Entity Renderer took 0.094s [10:12:37] [Client thread/DEBUG] [FML/]: Bar Finished: Rendering Setup took 1.922s