gilfort / CurseOfGaia

Report Repository for the Modpack CurseOfGaia
0 stars 0 forks source link

Curse of Gaia completely frozen #6

Open Doolda opened 7 years ago

Doolda commented 7 years ago
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?]
at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?]

[10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@8 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@8 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@9 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@9 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@9 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@9 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@10 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@10 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@10 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@10 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@11 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@11 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@11 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:15] [Client thread/ERROR] [JEI]: Failed to get unique identifier for stack. java.lang.NullPointerException: Item has no registry name: 1xitem.null@11 com.brandon3055.draconicevolution.items.ToolUpgrade at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:375) ~[StackHelper.class:?] at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:356) ~[StackHelper.class:?] at mezz.jei.util.UniqueItemStackListBuilder.add(UniqueItemStackListBuilder.java:21) [UniqueItemStackListBuilder.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:339) [StackHelper.class:?] at mezz.jei.util.StackHelper.toItemStackList(StackHelper.java:326) [StackHelper.class:?] at mezz.jei.util.StackHelper.expandRecipeItemStackInputs(StackHelper.java:313) [StackHelper.class:?] at com.brandon3055.draconicevolution.integration.jei.FusionRecipeWrapper.getIngredients(FusionRecipeWrapper.java:58) [FusionRecipeWrapper.class:?] at mezz.jei.RecipeRegistry.addRecipeUnchecked(RecipeRegistry.java:247) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:218) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:185) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:168) [RecipeRegistry.class:?] at mezz.jei.RecipeRegistry.(RecipeRegistry.java:94) [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:600) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) [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:?] [10:11:16] [Client thread/INFO] [JEI]: Built recipe registry in 8037 ms [10:11:16] [Client thread/INFO] [JEI]: Building item filter... [10:11:25] [Client thread/INFO] [malisiscore]: Found hooks for net.minecraft.network.NetHandlerPlayServer (me) [10:11:37] [Client thread/INFO] [JEI]: Built item filter in 20867 ms [10:11:37] [Client thread/INFO] [JEI]: Building runtime... [10:11:37] [Client thread/INFO] [JEI]: Built runtime in 183 ms [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: mezz.jei.plugins.vanilla.VanillaPlugin ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: WayofTime.bloodmagic.compat.jei.BloodMagicPlugin ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.rftools.jei.RFToolsJeiPlugin ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: jeresources.jei.JEIConfig ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: moze_intel.projecte.integration.jei.PEJeiPlugin ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: com.m4thg33k.tombmanygraves.JEIIntegration.TombManyGravesPlugin ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: betterwithmods.integration.jei.BWMJEIPlugin ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: mekanism.generators.client.jei.GeneratorsJEI ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: chocohead.AdvMachines.JEICompat ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: mod.flatcoloredblocks.integration.PluginJEI ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: de.ellpeck.actuallyadditions.mod.jei.JEIActuallyAdditionsPlugin ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: tv.vanhal.jacb.compat.JeiHandler ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: vazkii.botania.client.integration.jei.JEIBotaniaPlugin ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: net.blay09.mods.cookingforblockheads.compat.jei.JEIAddon ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.deepresonance.jei.DeepResonanceJeiPlugin ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: xreliquary.compat.jei.ReliquaryPlugin ... [10:11:37] [Client thread/INFO] [JEI]: Sending runtime to plugin: li.cil.oc.integration.jei.ModPluginOpenComputers ... [10:11:38] [Client thread/WARN] [JEI]: Sending runtime to plugin: li.cil.oc.integration.jei.ModPluginOpenComputers took 768 ms [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: com.brightspark.sparkshammers.integration.jei.SparksHammersPlugin ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: team.chisel.common.integration.jei.ChiselJEIPlugin ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: mekanism.client.jei.MekanismJEI ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: minetweaker.mods.jei.JEIAddonPlugin ... [10:11:38] [Client thread/WARN] [JEI]: Sending runtime to plugin: minetweaker.mods.jei.JEIAddonPlugin took 167 ms [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: com.raoulvdberge.refinedstorage.integration.jei.RSJEIPlugin ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: joshie.enchiridion.jei.LibraryPlugin ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: flaxbeard.cyberware.client.integration.jei.JEICyberwarePlugin ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: aroma1997.core.integration.jei.SubModule ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: crazypants.enderio.integration.jei.JeiPlugin ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: the_fireplace.overlord.compat.jei.OverlordJEIPlugin ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: pl.asie.charset.audio.recipe.JEIPluginCharsetAudio ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: mod.chiselsandbits.integration.mods.JustEnoughItems ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: com.tomevoll.routerreborn.plugin.JEI ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: com.jaquadro.minecraft.storagedrawers.integration.JustEnoughItems ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: com.brandon3055.draconicevolution.integration.jei.DEJEIPlugin ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: mods.railcraft.common.plugins.jei.RailcraftJEIPlugin ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.rftoolscontrol.jei.RFToolsControlJeiPlugin ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: blusunrize.immersiveengineering.common.util.compat.jei.JEIHelper ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: pl.asie.charset.lib.recipe.JEIPluginCharsetLib ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: ic2.jeiIntegration.SubModule ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: mcjty.lib.compat.JeiCompatibility ... [10:11:38] [Client thread/INFO] [JEI]: Sending runtime to plugin: mezz.jei.plugins.jei.JEIInternalPlugin ... [10:11:38] [Client thread/INFO] [JEI]: Finished Starting JEI in 48279 ms [10:11:38] [Client thread/INFO] [ElecCore]: ElecCore has Available in 34 ms [10:11:39] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 140 mods [10:11:39] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Backpacks!, FMLFileResourcePack:Fence Overhaul, FMLFileResourcePack:Actually Additions, FMLFileResourcePack:Additional Loot Tables, FMLFileResourcePack:Advanced Machines, FMLFileResourcePack:AppleCore, FMLFileResourcePack:AppleSkin, FMLFileResourcePack:Aquaculture, FMLFileResourcePack:ArchitectureCraft, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:AromaBackup, FMLFileResourcePack:AromaBackup Recovery, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Baubles, FMLFileResourcePack:Better With Mods, FMLFileResourcePack:Better Achievements, FMLFileResourcePack:Better Builder's Wands, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Bloodmoon, FMLFileResourcePack:Botania, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:Chameleon, FMLFileResourcePack:♫, FMLFileResourcePack:U, FMLFileResourcePack:�, FMLFileResourcePack:!, FMLFileResourcePack:;, FMLFileResourcePack:&, FMLFileResourcePack:‽, FMLFileResourcePack:|, FMLFileResourcePack:#, FMLFileResourcePack:*, FMLFileResourcePack:+, FMLFileResourcePack:/, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Chisels & Bytes, FMLFileResourcePack:CodeChicken Core, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:ccl-entityhook, FMLFileResourcePack:Compact Solar Arrays, FMLFileResourcePack:Cooking for Blockheads, FMLFileResourcePack:CosmeticArmorReworked, FMLFileResourcePack:Crafting Tweaks, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:Currency Mod, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:Cyberware, FMLFileResourcePack:D3Commands, FMLFileResourcePack:D³Core, FMLFileResourcePack:Bailey's Dailies, FMLFileResourcePack:DeathCounter, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:DeepResonance, FMLFileResourcePack:Default Options, FMLFileResourcePack:Ding, FMLFileResourcePack:DoubleJump, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:Drawers & Bits, FMLFileResourcePack:ElecCore, FMLFileResourcePack:Enchiridion, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:Extra Bit Manipulation, FMLFileResourcePack:Extreme Reactors, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:Floocraft, FMLFileResourcePack:FTBLib, FMLFileResourcePack:FTBUtilities, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Hardcore Darkness, FMLFileResourcePack:Harvest Festival, FMLFileResourcePack:Hopper Ducts, FMLFileResourcePack:Hardcore Questing Mode, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:JACB, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:KleeSlabs, FMLFileResourcePack:Level Up!, FMLFileResourcePack:Lumberjack, FMLFileResourcePack:LunatriusCore, FMLFileResourcePack:Malisis Blocks, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:Mekanism, FMLFileResourcePack:MekanismGenerators, FMLFileResourcePack:Mob Totems, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:Morph-o-Tool, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:MTLib, FMLFileResourcePack:Neat, FMLFileResourcePack:Nether Portal Fix, FMLFileResourcePack:No Mob Spawning on Trees, FMLFileResourcePack:OpenComputers, FMLFileResourcePack:Overlord, FMLFileResourcePack:Packing Tape, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pillar, FMLFileResourcePack:Primordial Crops, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Psi, FMLFileResourcePack:Quark, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Refined Storage, FMLFileResourcePack:Reliquary, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:RFTools, FMLFileResourcePack:RFTools Control, FMLFileResourcePack:Rice, FMLFileResourcePack:Roguelike Dungeons, FMLFileResourcePack:Roots, FMLFileResourcePack:Rough Mobs, FMLFileResourcePack:Router Reborn, FMLFileResourcePack:SeedDrop, FMLFileResourcePack:Spark's Hammers, FMLFileResourcePack:Stackie, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tails, FMLFileResourcePack:TESLA, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Third Person Elytra, FMLFileResourcePack:Tomb Many Graves, FMLFileResourcePack:TrashSlot, FMLFileResourcePack:Underp Hangables, FMLFileResourcePack:Zero CORE, FMLFileResourcePack:MCMultiPart, enchiridion, FenceOverhaul_DynamicResourcePack, CustomResources, CustomOverridingResources [10:11:40] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Commands in C:\Users\Aidian\Documents\Curse\Minecraft\Instances\Curse of Gaia\mods\D3Commands-1.9.4-1.3.0.36.jar [10:11:40] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Commands in C:\Users\Aidian\Documents\Curse\Minecraft\Instances\Curse of Gaia\mods\D3Commands-1.9.4-1.3.0.36.jar [10:11:40] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Aidian\Documents\Curse\Minecraft\Instances\Curse of Gaia\mods\D3Core-1.9.4-1.3.0.59.jar [10:11:40] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\Users\Aidian\Documents\Curse\Minecraft\Instances\Curse of Gaia\mods\D3Core-1.9.4-1.3.0.59.jar [10:14:38] [Client thread/INFO] [PTRModelLib]: Total mipmap : 10187 ms [10:14:38] [Client thread/INFO] [ElecCore]: Prehandling MultiPart Models [10:14:38] [Client thread/INFO] [ElecCore]: Prehandling Item Models [10:14:39] [Client thread/INFO] [ElecCore]: Prehandling Block Models [10:17:24] [Client thread/WARN]: Invalid sounds.json java.lang.NullPointerException at net.minecraft.client.audio.SoundHandler.func_110549_a(SourceFile:82) [bzw.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132) [bxi.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113) [bxi.class:?] at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755) [bcx.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [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:?] [10:17:24] [Client thread/INFO]: SoundSystem shutting down... [10:17:26] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [10:17:26] [Sound Library Loader/INFO]: Starting up SoundSystem... [10:17:26] [Thread-27/INFO]: Initializing LWJGL OpenAL [10:17:26] [Thread-27/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [10:17:27] [Thread-27/INFO]: OpenAL initialized. [10:17:27] [Sound Library Loader/INFO]: Sound engine started [10:17:50] [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! [10:17:50] [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! [10:17:50] [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! [10:17:50] [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! [10:17:50] [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! [10:17:50] [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! [10:17:50] [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! [10:17:50] [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! [10:18:31] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None' in 'rftools:models/block/environmental.mtl'. The color defined by key 'Ks' will not be applied! [10:18:31] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_machineEnvironmentalController.png' in 'rftools:models/block/environmental.mtl'. The color defined by key 'Ks' will not be applied! [10:18:31] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_machineTop.png.001' in 'rftools:models/block/environmental.mtl'. The color defined by key 'Ks' will not be applied! [10:18:32] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied! [10:18:32] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_powercellD.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied! [10:18:32] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_powercellE.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied! [10:18:32] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_powercellN.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied! [10:18:32] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_powercellS.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied! [10:18:32] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_powercellU.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied! [10:18:32] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_powercellW.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied! [10:18:32] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'rftoolscontrol:models/block/tank.mtl') is not currently supported, skipping [10:18:32] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None' in 'rftoolscontrol:models/block/tank.mtl'. The color defined by key 'Ks' will not be applied! [10:18:32] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'rftoolscontrol:models/block/tank.mtl') is not currently supported, skipping [10:18:32] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_machineTankInside.png' in 'rftoolscontrol:models/block/tank.mtl'. The color defined by key 'Ks' will not be applied! [10:18:32] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'None_machineTankTop.png' in 'rftoolscontrol:models/block/tank.mtl'. The color defined by key 'Ks' will not be applied! [10:18:45] [Client thread/ERROR] [FML]: Could not load vanilla model parent 'psi:block/conjured' for 'net.minecraft.client.renderer.block.model.ModelBlock@1b2fea2 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model psi:block/conjured with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModelOrLogError(ModelLoaderRegistry.java:203) [ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.getTextures(ModelLoader.java:478) [ModelLoader$VanillaModelWrapper.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:163) [ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:317) [ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:170) [byo.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:147) [ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [byp.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132) [bxi.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113) [bxi.class:?] at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755) [bcx.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [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:?] Caused by: java.io.FileNotFoundException: psi:models/block/conjured.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:68) ~[bww.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[bxi.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:311) ~[byo.class:?] at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:brick_abyssal 6x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:brick_bleachedbone 6x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:brick_bloodstained 6x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:brick_frostbound 6x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:brick_infernal 6x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:brick_nether 6x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:brick_quarried 6x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:brick_sandy 6x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:charge_feeder_ic2 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:charge_feeder_admin 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_item 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_any 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_empty 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_mob 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_player 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_animal 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_tank 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_advanced 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_age 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_train 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_sheep 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_villager 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_locomotive 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:detector_routing 2x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:glass 1x5 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:manipulator_loader_item 3x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:manipulator_unloader_item 3x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:manipulator_loader_item_advanced 3x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:manipulator_unloader_item_advanced 3x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:manipulator_loader_ic2 3x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:manipulator_unloader_ic2 3x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:manipulator_dispenser_cart 3x1 [10:18:54] [Client thread/INFO] [railcraft]: Unstitching texture sheet: railcraft:manipulator_dispenser_train 3x1 [10:18:55] [Client thread/INFO] [immersiveengineering]: Stitching Revolver Textures! [10:19:01] [Client thread/INFO] [TombManyGraves]: [TombManyGraves]: Stitching OBJ textures [10:19:01] [Client thread/INFO] [FML]: Max texture size: 16384 [10:19:11] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/UniversalCableVerticalUltimate.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:13] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/wasteManual_off.png with size 18x18 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:13] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/On_on.png with size 18x18 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:13] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/UniversalCableVerticalBasic.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:14] [Client thread/WARN]: Texture immersiveengineering:textures/blocks/metalMultiblock_silo.png with size 88x88 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:15] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/hotFluidIn.png with size 17x17 will have visual artifacts at mip level 4, it can only support level 0. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:16] [Client thread/WARN]: Texture bigreactors:textures/items/turbine/legacy/housingCoreTop.png with size 9x9 will have visual artifacts at mip level 4, it can only support level 0. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:16] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/ThermodynamicConductorVerticalUltimate.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:19] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/coolantOut.png with size 17x17 will have visual artifacts at mip level 4, it can only support level 0. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:21] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/ThermodynamicConductorVerticalElite.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:22] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/UniversalCableVerticalAdvanced.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:25] [Client thread/WARN]: Texture ftfloocraft:textures/particle/torchflame.png with size 8x8 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:25] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/Off_off.png with size 18x18 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:25] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/PressurizedTubeVerticalAdvanced.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:26] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/ThermodynamicConductorVerticalAdvanced.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:26] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/Off_on.png with size 18x18 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:26] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/wasteEject_on.png with size 18x18 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:31] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/wasteEject_off.png with size 18x18 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:34] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/On_off.png with size 18x18 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:46] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/hotFluidOut.png with size 17x17 will have visual artifacts at mip level 4, it can only support level 0. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:47] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/UniversalCableVerticalElite.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:47] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/PressurizedTubeVerticalElite.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:47] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/wasteManual_on.png with size 18x18 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:48] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/PressurizedTubeVerticalUltimate.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:50] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/PressurizedTubeVerticalBasic.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:50] [Client thread/WARN]: Texture bigreactors:textures/guiIcons/coolantIn.png with size 17x17 will have visual artifacts at mip level 4, it can only support level 0. Please report to the mod author that the texture should be some multiple of 16x16. [10:19:50] [Client thread/WARN]: Texture mekanism:textures/blocks/models/multipart/opaque/ThermodynamicConductorVerticalBasic.png with size 24x24 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16. [10:20:03] [Client thread/INFO]: Created: 4096x4096 textures-atlas

gilfort commented 7 years ago

Hey, sorry for the late reaction. Can you tell me what you did before it crashed? It looks like a problem with some item from draconic evolution. i'll take a look into it