
julesmaster7
Members-
Posts
17 -
Joined
-
Last visited
Everything posted by julesmaster7
-
Hi there, I am making a block that has the BlockStates PropertyDirection and a PropertyEnum. I now have these errors and it has no texture in game: Error: [14:51:56] [Client thread/ERROR] [FML]: Exception loading model for variant pm:chair#facing=west,type=clean for blockstate "pm:chair[facing=west,type=clean]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model pm:chair#facing=west,type=clean with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] 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:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 21 more [14:51:56] [Client thread/ERROR] [FML]: Exception loading model for variant pm:chair#facing=east,type=dirty for blockstate "pm:chair[facing=east,type=dirty]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model pm:chair#facing=east,type=dirty with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] 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:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 21 more [14:51:56] [Client thread/ERROR] [FML]: Exception loading model for variant pm:chair#facing=west,type=dirty for blockstate "pm:chair[facing=west,type=dirty]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model pm:chair#facing=west,type=dirty with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] 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:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 21 more [14:51:56] [Client thread/ERROR] [FML]: Exception loading model for variant pm:chair#facing=north,type=dirty for blockstate "pm:chair[facing=north,type=dirty]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model pm:chair#facing=north,type=dirty with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] 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:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 21 more [14:51:56] [Client thread/ERROR] [FML]: Suppressed additional 4 model loading errors for domain pm [14:51:57] [Client thread/INFO] [sTDOUT]: [com.julesmaster7.pishmod.PishMod:init:43]: Init [14:51:57] [Client thread/INFO] [FML]: Injecting itemstacks [14:51:57] [Client thread/INFO] [FML]: Itemstack injection complete [14:51:57] [Client thread/INFO] [sTDOUT]: [com.julesmaster7.pishmod.PishMod:postInit:49]: Post Init [14:51:57] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [14:51:57] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Pish Mod [14:52:02] [Client thread/INFO]: SoundSystem shutting down... [14:52:02] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [14:52:02] [sound Library Loader/INFO]: Starting up SoundSystem... [14:52:02] [Thread-10/INFO]: Initializing LWJGL OpenAL [14:52:02] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [14:52:02] [Thread-10/INFO]: OpenAL initialized. [14:52:03] [sound Library Loader/INFO]: Sound engine started [14:52:09] [Client thread/INFO] [FML]: Max texture size: 16384 [14:52:09] [Client thread/INFO]: Created: 1024x512 textures-atlas [14:52:11] [Client thread/ERROR] [FML]: Exception loading model for variant pm:chair#facing=west,type=clean for blockstate "pm:chair[facing=west,type=clean]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model pm:chair#facing=west,type=clean with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] 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:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 24 more [14:52:11] [Client thread/ERROR] [FML]: Exception loading model for variant pm:chair#facing=east,type=dirty for blockstate "pm:chair[facing=east,type=dirty]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model pm:chair#facing=east,type=dirty with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] 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:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 24 more [14:52:11] [Client thread/ERROR] [FML]: Exception loading model for variant pm:chair#facing=west,type=dirty for blockstate "pm:chair[facing=west,type=dirty]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model pm:chair#facing=west,type=dirty with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] 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:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 24 more [14:52:11] [Client thread/ERROR] [FML]: Exception loading model for variant pm:chair#facing=north,type=dirty for blockstate "pm:chair[facing=north,type=dirty]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model pm:chair#facing=north,type=dirty with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] 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:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 24 more Block file: package com.julesmaster7.pishmod.block; import java.util.List; import org.lwjgl.input.Keyboard; import com.julesmaster7.pishmod.PishMod; import com.julesmaster7.pishmod.Reference; import com.julesmaster7.pishmod.Reference.ChairTypes; import com.julesmaster7.pishmod.block.item.IMetaBlockName; import com.julesmaster7.pishmod.init.PishBlocks; import net.minecraft.block.Block; import net.minecraft.block.BlockPistonBase; import net.minecraft.block.material.Material; import net.minecraft.block.properties.IProperty; import net.minecraft.block.properties.PropertyDirection; import net.minecraft.block.properties.PropertyEnum; import net.minecraft.block.state.BlockStateContainer; import net.minecraft.block.state.IBlockState; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Item; import net.minecraft.item.ItemBlock; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumFacing; import net.minecraft.util.EnumHand; import net.minecraft.util.IStringSerializable; import net.minecraft.util.math.AxisAlignedBB; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.RayTraceResult; import net.minecraft.world.IBlockAccess; import net.minecraft.world.World; public class BlockChair extends Block implements IMetaBlockName { public static final PropertyEnum TYPE = PropertyEnum.create("type", ChairTypes.class); public static final PropertyDirection FACING = PropertyDirection.create("facing", EnumFacing.Plane.HORIZONTAL); public static final AxisAlignedBB BOUNDING_BOX = new AxisAlignedBB(0.0, 0.0, 0.0, 1.0, 2.0, 1.0); public static final AxisAlignedBB COLLISION_BOX = new AxisAlignedBB(0.0, 0.0, 0.0, 1.0, 2.0, 1.0); public BlockChair() { super(Material.WOOD); this.setUnlocalizedName(Reference.PishBlocks.CHAIR.getUnlocalizedName()); this.setRegistryName(Reference.PishBlocks.CHAIR.getRegistryName()); this.setCreativeTab(PishMod.tabPish); this.setDefaultState(this.blockState.getBaseState().withProperty(TYPE, ChairTypes.CLEAN).withProperty(FACING, EnumFacing.NORTH)); this.setHardness(1.0F); } @Override public IBlockState onBlockPlaced(World worldIn, BlockPos pos, EnumFacing facing, float hitX, float hitY, float hitZ, int meta, EntityLivingBase placer) { return super.onBlockPlaced(worldIn, pos, BlockPistonBase.getFacingFromEntity(pos, placer), hitX, hitY, hitZ, meta, placer); } @Override public void onBlockPlacedBy(World worldIn, BlockPos pos, IBlockState state, EntityLivingBase placer, ItemStack stack) { worldIn.setBlockState(pos, state.withProperty(FACING, BlockPistonBase.getFacingFromEntity(pos, placer)), 2); } @Override public boolean onBlockActivated(World world, BlockPos pos, IBlockState state, EntityPlayer player, EnumHand hand, ItemStack heldItem, EnumFacing side, float hitX, float hitY, float hitZ) { if (Keyboard.isKeyDown(Keyboard.KEY_RSHIFT) || Keyboard.isKeyDown(Keyboard.KEY_LSHIFT)) { if (!world.isRemote) { this.breakBlock(world, pos, state); world.setBlockState(pos, this.getStateFromMeta(1)); return true; } return false; } return false; } @Override public boolean isFullCube(IBlockState state) { return false; } @Override public boolean isOpaqueCube(IBlockState state) { return false; } @Override public AxisAlignedBB getBoundingBox(IBlockState state, IBlockAccess source, BlockPos pos) { return BOUNDING_BOX; } @Override protected BlockStateContainer createBlockState() { return new BlockStateContainer(this, new IProperty[] {TYPE, FACING}); } @Override public IBlockState getStateFromMeta(int meta) { return getDefaultState().withProperty(TYPE, ChairTypes.values()[meta]); } @Override public int getMetaFromState(IBlockState state) { ChairTypes type = (ChairTypes) state.getValue(TYPE); return type.getID(); } @Override public int damageDropped(IBlockState state) { return getMetaFromState(state); } @Override public void getSubBlocks(Item item, CreativeTabs tab, List<ItemStack> list) { for (int i = 0; i < ChairTypes.values().length; i++) { list.add(new ItemStack(item, 1, i)); } } @Override public String getSpecialName(ItemStack stack) { return ChairTypes.values()[stack.getItemDamage()].getName(); } @Override public ItemStack getPickBlock(IBlockState state, RayTraceResult target, World world, BlockPos pos, EntityPlayer player) { return new ItemStack(Item.getItemFromBlock(this), 1, this.getMetaFromState(world.getBlockState(pos))); } } Block init file: package com.julesmaster7.pishmod.init; import com.julesmaster7.pishmod.Reference; import com.julesmaster7.pishmod.Reference.ChairTypes; import com.julesmaster7.pishmod.block.BlockChair; import com.julesmaster7.pishmod.block.BlockPoo; import com.julesmaster7.pishmod.block.item.ItemBlockEnumProperty; import net.minecraft.block.Block; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.block.model.ModelResourceLocation; import net.minecraft.item.Item; import net.minecraft.item.ItemBlock; import net.minecraft.util.ResourceLocation; import net.minecraftforge.client.model.ModelLoader; import net.minecraftforge.fml.common.registry.GameRegistry; public class PishBlocks { public static Block poo; public static Block chair; public static void init() { poo = new BlockPoo(); chair = new BlockChair(); } public static void register() { registerBlock(poo); registerBlock(chair, new ItemBlockEnumProperty(chair)); } public static void registerRenders() { registerRender(poo); for (int i = 0; i < ChairTypes.values().length; i++) { registerRender(chair, i, "chair_" + ChairTypes.values()[i].getName()); } } private static void registerBlock(Block block) { GameRegistry.register(block); ItemBlock item = new ItemBlock(block); item.setRegistryName(block.getRegistryName()); GameRegistry.register(item); } private static void registerBlock(Block block, ItemBlock itemBlock) { GameRegistry.register(block); itemBlock.setRegistryName(block.getRegistryName()); GameRegistry.register(itemBlock); } private static void registerRender(Block block) { //Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(Item.getItemFromBlock(block), 0, new ModelResourceLocation(block.getRegistryName(), "inventory")); ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(block), 0, new ModelResourceLocation(block.getRegistryName(), "inventory")); } private static void registerRender(Block block, int meta, String fileName) { //Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(Item.getItemFromBlock(block), 0, new ModelResourceLocation(block.getRegistryName(), "inventory")); ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(block), meta, new ModelResourceLocation(new ResourceLocation(Reference.MOD_ID, fileName), "inventory")); } } Blockstate file: { "variants": { "facing=north, type=clean": {"model": "pm:chair_clean", "y": 180}, "facing=south, type=clean": {"model": "pm:chair_clean"}, "facing=east, type=clean": {"model": "pm:chair_clean", "y": 270}, "facing=west, type=clean": {"model": "pm:chair_clean", "y": 90}, "facing=north, type=dirty": {"model": "pm:chair_dirty", "y": 180}, "facing=south, type=dirty": {"model": "pm:chair_dirty"}, "facing=east, type=dirty": {"model": "pm:chair_dirty", "y": 270}, "facing=west, type=dirty": {"model": "pm:chair_dirty", "y": 90} } } Model file for type=clean: { "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", "textures": { "particle": "blocks/planks_oak", "0": "blocks/planks_oak", "1": "blocks/log_oak_top", "2": "blocks/cake_top" }, "elements": [ { "name": "leg1", "from": [ 4.0, 0.0, 4.0 ], "to": [ 5.0, 5.0, 5.0 ], "faces": { "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 5.0 ] }, "east": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 5.0 ] }, "south": { "texture": "#0", "uv": [ 2.0, 0.0, 3.0, 5.0 ] }, "west": { "texture": "#0", "uv": [ 3.0, 0.0, 4.0, 5.0 ] }, "up": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] }, "down": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] } } }, { "name": "leg2", "from": [ 4.0, 0.0, 11.0 ], "to": [ 5.0, 5.0, 12.0 ], "faces": { "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 5.0 ] }, "east": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 5.0 ] }, "south": { "texture": "#0", "uv": [ 2.0, 0.0, 3.0, 5.0 ] }, "west": { "texture": "#0", "uv": [ 3.0, 0.0, 4.0, 5.0 ] }, "up": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] }, "down": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] } } }, { "name": "leg3", "from": [ 11.0, 0.0, 11.0 ], "to": [ 12.0, 5.0, 12.0 ], "faces": { "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 5.0 ] }, "east": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 5.0 ] }, "south": { "texture": "#0", "uv": [ 2.0, 0.0, 3.0, 5.0 ] }, "west": { "texture": "#0", "uv": [ 3.0, 0.0, 4.0, 5.0 ] }, "up": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] }, "down": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] } } }, { "name": "leg4", "from": [ 11.0, 0.0, 4.0 ], "to": [ 12.0, 5.0, 5.0 ], "faces": { "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 5.0 ] }, "east": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 5.0 ] }, "south": { "texture": "#0", "uv": [ 2.0, 0.0, 3.0, 5.0 ] }, "west": { "texture": "#0", "uv": [ 3.0, 0.0, 4.0, 5.0 ] }, "up": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] }, "down": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] } } }, { "name": "seat", "from": [ 4.0, 5.0, 4.0 ], "to": [ 12.0, 7.0, 12.0 ], "faces": { "north": { "texture": "#1", "uv": [ 1.0, 1.0, 9.0, 3.0 ] }, "east": { "texture": "#1", "uv": [ 1.0, 3.0, 9.0, 5.0 ] }, "south": { "texture": "#1", "uv": [ 1.0, 5.0, 9.0, 7.0 ] }, "west": { "texture": "#1", "uv": [ 1.0, 7.0, 9.0, 9.0 ] }, "up": { "texture": "#1", "uv": [ 4.0, 4.0, 12.0, 12.0 ] }, "down": { "texture": "#1", "uv": [ 4.0, 4.0, 12.0, 12.0 ] } } }, { "name": "back", "from": [ 4.0, 7.0, 4.0 ], "to": [ 12.0, 16.0, 5.0 ], "faces": { "north": { "texture": "#0", "uv": [ 3.0, 4.0, 11.0, 13.0 ] }, "east": { "texture": "#0", "uv": [ 0.0, 4.0, 1.0, 13.0 ] }, "south": { "texture": "#0", "uv": [ 3.0, 4.0, 11.0, 13.0 ] }, "west": { "texture": "#0", "uv": [ 0.0, 4.0, 1.0, 13.0 ] }, "up": { "texture": "#0", "uv": [ 3.0, 3.0, 11.0, 4.0 ] }, "down": { "texture": "#0", "uv": [ 3.0, 3.0, 11.0, 4.0 ] } } }, { "name": "cushion", "from": [ 5.0, 7.0, 5.0 ], "to": [ 11.0, 8.0, 11.0 ], "faces": { "north": { "texture": "#2", "uv": [ 0.0, 0.0, 6.0, 1.0 ] }, "east": { "texture": "#2", "uv": [ 0.0, 0.0, 6.0, 1.0 ] }, "south": { "texture": "#2", "uv": [ 0.0, 0.0, 6.0, 1.0 ] }, "west": { "texture": "#2", "uv": [ 0.0, 0.0, 6.0, 1.0 ] }, "up": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, "down": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } } } ] } Model for dirty: { "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", "textures": { "particle": "blocks/planks_big_oak", "0": "blocks/planks_big_oak", "1": "blocks/log_big_oak_top" }, "elements": [ { "name": "leg1", "from": [ 4.0, 0.0, 4.0 ], "to": [ 5.0, 5.0, 5.0 ], "faces": { "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 5.0 ] }, "east": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 5.0 ] }, "south": { "texture": "#0", "uv": [ 2.0, 0.0, 3.0, 5.0 ] }, "west": { "texture": "#0", "uv": [ 3.0, 0.0, 4.0, 5.0 ] }, "up": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] }, "down": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] } } }, { "name": "leg2", "from": [ 4.0, 0.0, 11.0 ], "to": [ 5.0, 5.0, 12.0 ], "faces": { "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 5.0 ] }, "east": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 5.0 ] }, "south": { "texture": "#0", "uv": [ 2.0, 0.0, 3.0, 5.0 ] }, "west": { "texture": "#0", "uv": [ 3.0, 0.0, 4.0, 5.0 ] }, "up": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] }, "down": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] } } }, { "name": "leg3", "from": [ 11.0, 0.0, 11.0 ], "to": [ 12.0, 5.0, 12.0 ], "faces": { "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 5.0 ] }, "east": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 5.0 ] }, "south": { "texture": "#0", "uv": [ 2.0, 0.0, 3.0, 5.0 ] }, "west": { "texture": "#0", "uv": [ 3.0, 0.0, 4.0, 5.0 ] }, "up": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] }, "down": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] } } }, { "name": "leg4", "from": [ 11.0, 0.0, 4.0 ], "to": [ 12.0, 5.0, 5.0 ], "faces": { "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 5.0 ] }, "east": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 5.0 ] }, "south": { "texture": "#0", "uv": [ 2.0, 0.0, 3.0, 5.0 ] }, "west": { "texture": "#0", "uv": [ 3.0, 0.0, -14.0, 4.0 ] }, "up": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] }, "down": { "texture": "#0", "uv": [ 0.0, 3.0, 1.0, 4.0 ] } } }, { "name": "seat", "from": [ 4.0, 5.0, 4.0 ], "to": [ 12.0, 7.0, 12.0 ], "faces": { "north": { "texture": "#1", "uv": [ 1.0, 1.0, 9.0, 3.0 ] }, "east": { "texture": "#1", "uv": [ 1.0, 7.0, 9.0, 9.0 ] }, "south": { "texture": "#1", "uv": [ 1.0, 1.0, 9.0, 3.0 ] }, "west": { "texture": "#1", "uv": [ 1.0, 7.0, 9.0, 9.0 ] }, "up": { "texture": "#1", "uv": [ 4.0, 4.0, 12.0, 12.0 ] }, "down": { "texture": "#1", "uv": [ 4.0, 4.0, 12.0, 12.0 ] } } }, { "name": "back", "from": [ 4.0, 7.0, 4.0 ], "to": [ 12.0, 16.0, 5.0 ], "faces": { "north": { "texture": "#0", "uv": [ 3.0, 4.0, 11.0, 13.0 ] }, "east": { "texture": "#0", "uv": [ 0.0, 4.0, 1.0, 13.0 ] }, "south": { "texture": "#0", "uv": [ 3.0, 4.0, 11.0, 13.0 ] }, "west": { "texture": "#0", "uv": [ 0.0, 4.0, 1.0, 13.0 ] }, "up": { "texture": "#0", "uv": [ 3.0, 3.0, 11.0, 4.0 ] }, "down": { "texture": "#0", "uv": [ 3.0, 3.0, 11.0, 4.0 ] } } } ] } Thanks!
-
Instead of having the code for the effect in onItemRightClicked have it in onPlayerStoppedUsing (i believe it was that name may have changed). For an example of this look at ItemBow. That method gets called after you release the right button. in the case of the bow it releases the arrow. I want to know how to set a cooldown for onItemRightClick.
-
Thank you guys! One extra thing: how do I set a cooldown for my onItemRightClick.
-
Hi there, I was trying to make my item get all the entitys within a 10 block radius and take away 2 health + if it is a player play a sound. All on right click. Here is my right click method: @Override public ActionResult<ItemStack> onItemRightClick(ItemStack itemStackIn, World worldIn, EntityPlayer playerIn, EnumHand hand) { AxisAlignedBB bb = new AxisAlignedBB(10, 10, 10, 10, 10, 10); worldIn.getEntitiesWithinAABB(EntityLiving.class, bb); return super.onItemRightClick(itemStackIn, worldIn, playerIn, hand); } I can't figure out how to hurt the entitys that it finds.
-
Hello, Is anyone replying
-
Hi there, I am adding a mob to the game in forge 1.8 and my model is all gliched up in the game. There is transparent bits, bits in the wrong spot and more! I used Techne to create my model and this is the model file: package com.julesmaster7.awesomemod.entity.passive; import net.minecraft.client.model.ModelBase; import net.minecraft.client.model.ModelRenderer; import net.minecraft.client.renderer.GlStateManager; import net.minecraft.entity.Entity; import net.minecraft.util.MathHelper; public class ModelAwesomeMob extends ModelBase { ModelRenderer leg1; ModelRenderer leg2; ModelRenderer body; ModelRenderer arm1; ModelRenderer arm2; ModelRenderer head; ModelRenderer hair1; ModelRenderer hair2; ModelRenderer hair3; ModelRenderer ear1; ModelRenderer ear2; ModelRenderer eye1; ModelRenderer eye2; ModelRenderer nose; ModelRenderer mouth; public ModelAwesomeMob() { int textureWidth = 64; int textureHeight = 64; leg1 = new ModelRenderer(this, 24, 25); leg1.addBox(0F, 0F, 0F, 2, 8, 2); leg1.setRotationPoint(-1F, 16F, -4F); leg1.setTextureSize(64, 64); leg1.mirror = true; setRotation(leg1, 0F, 0F, 0F); leg2 = new ModelRenderer(this, 33, 25); leg2.addBox(0F, 0F, 0F, 2, 8, 2); leg2.setRotationPoint(-1F, 16F, 2F); leg2.setTextureSize(64, 64); leg2.mirror = true; setRotation(leg2, 0F, 0F, 0F); body = new ModelRenderer(this, 0, 0); body.addBox(0F, 0F, 0F, 8, 15, 10); body.setRotationPoint(-4F, 2F, -5F); body.setTextureSize(64, 64); body.mirror = true; setRotation(body, 0F, 0F, 0F); arm1 = new ModelRenderer(this, 36, 12); arm1.addBox(0F, 0F, 0F, 2, 10, 2); arm1.setRotationPoint(0F, 5F, 4F); arm1.setTextureSize(64, 64); arm1.mirror = true; setRotation(arm1, 0.2602503F, 0F, 0F); arm2 = new ModelRenderer(this, 36, 0); arm2.addBox(0F, 0F, 0F, 2, 10, 2); arm2.setRotationPoint(0F, 4F, -6F); arm2.setTextureSize(64, 64); arm2.mirror = true; setRotation(arm2, -0.2602503F, 0F, 0F); head = new ModelRenderer(this, 0, 25); head.addBox(0F, 0F, 0F, 6, 7, 6); head.setRotationPoint(-3F, -4F, -3F); head.setTextureSize(64, 64); head.mirror = true; setRotation(head, 0F, 0F, 0F); hair1 = new ModelRenderer(this, 0, 38); hair1.addBox(0F, 0F, 0F, 7, 1, 4); hair1.setRotationPoint(-3.5F, -4.5F, -1F); hair1.setTextureSize(64, 64); hair1.mirror = true; setRotation(hair1, 0F, 0F, 0F); hair2 = new ModelRenderer(this, 24, 39); hair2.addBox(0F, 0F, 0F, 7, 1, 2); hair2.setRotationPoint(-3.5F, -3.5F, -4.5F); hair2.setTextureSize(64, 64); hair2.mirror = true; setRotation(hair2, 0.5948578F, 0F, 0F); hair3 = new ModelRenderer(this, 24, 35); hair3.addBox(0F, 0F, 0F, 7, 1, 2); hair3.setRotationPoint(-3.5F, -4.5F, 2.5F); hair3.setTextureSize(64, 64); hair3.mirror = true; setRotation(hair3, -0.5948606F, 0F, 0F); ear1 = new ModelRenderer(this, 26, 0); ear1.addBox(0F, 0F, 0F, 2, 2, 1); ear1.setRotationPoint(-1F, -2F, 2.5F); ear1.setTextureSize(64, 64); ear1.mirror = true; setRotation(ear1, 0F, 0F, 0F); ear2 = new ModelRenderer(this, 26, 4); ear2.addBox(0F, 0F, 0F, 2, 2, 1); ear2.setRotationPoint(-1F, -2F, -3.5F); ear2.setTextureSize(64, 64); ear2.mirror = true; setRotation(ear2, 0F, 0F, 0F); eye1 = new ModelRenderer(this, 0, 25); eye1.addBox(0F, 0F, 0F, 1, 1, 1); eye1.setRotationPoint(2.5F, -2F, 1F); eye1.setTextureSize(64, 64); eye1.mirror = true; setRotation(eye1, 0F, 0F, 0F); eye2 = new ModelRenderer(this, 0, 27); eye2.addBox(0F, 0F, 0F, 1, 1, 1); eye2.setRotationPoint(2.5F, -2F, -2F); eye2.setTextureSize(64, 64); eye2.mirror = true; setRotation(eye2, 0F, 0F, 0F); nose = new ModelRenderer(this, 18, 25); nose.addBox(0F, 0F, 0F, 1, 1, 1); nose.setRotationPoint(2.5F, -1F, -0.5F); nose.setTextureSize(64, 64); nose.mirror = true; setRotation(nose, 0F, 0F, 0F); mouth = new ModelRenderer(this, 0, 0); mouth.addBox(0F, 0F, 0F, 1, 1, 4); mouth.setRotationPoint(2.5F, 0.5F, -2F); mouth.setTextureSize(64, 64); mouth.mirror = true; setRotation(mouth, 0F, 0F, 0F); } public void render(Entity entity, float time, float limbSwingDistance, float f2, float headYRotation, float headXRotation, float Ytranslation) { super.render(entity, time, limbSwingDistance, f2, headYRotation, headXRotation, Ytranslation); setRotationAngles(time, limbSwingDistance, f2, headYRotation, headXRotation, Ytranslation, entity); if (this.isChild) { float div = 2.0F; GlStateManager.pushMatrix(); GlStateManager.scale(1.0F / div, 1.0F / div, 1.0F / div); GlStateManager.translate(0.0F, 24.0F * Ytranslation, 0.0F); leg1.render(Ytranslation); leg2.render(Ytranslation); body.render(Ytranslation); arm1.render(Ytranslation); arm2.render(Ytranslation); head.render(Ytranslation); hair1.render(Ytranslation); hair2.render(Ytranslation); hair3.render(Ytranslation); ear1.render(Ytranslation); ear2.render(Ytranslation); eye1.render(Ytranslation); eye2.render(Ytranslation); nose.render(Ytranslation); mouth.render(Ytranslation); GlStateManager.popMatrix(); } else { leg1.render(Ytranslation); leg2.render(Ytranslation); body.render(Ytranslation); arm1.render(Ytranslation); arm2.render(Ytranslation); head.render(Ytranslation); hair1.render(Ytranslation); hair2.render(Ytranslation); hair3.render(Ytranslation); ear1.render(Ytranslation); ear2.render(Ytranslation); eye1.render(Ytranslation); eye2.render(Ytranslation); nose.render(Ytranslation); mouth.render(Ytranslation); } } private void setRotation(ModelRenderer model, float x, float y, float z) { model.rotateAngleX = x; model.rotateAngleY = y; model.rotateAngleZ = z; } public void setRotationAngles(float time, float limbSwingDistance, float f2, float headYRotation, float headXRotation, float f5, Entity entity) { super.setRotationAngles(time, limbSwingDistance, f2, headYRotation, headXRotation, f5, entity); this.head.rotateAngleX = headXRotation / (180F / (float)Math.PI); this.head.rotateAngleY = headYRotation / (180F / (float)Math.PI); this.body.rotateAngleX = ((float)Math.PI / 2F); this.leg1.rotateAngleX = MathHelper.cos(time * 0.6662F) * 1.4F * limbSwingDistance; //this.leg2.rotateAngleX = Math this.arm1.rotateAngleX = MathHelper.cos(time * 0.6662F) * 1.4F * limbSwingDistance; this.arm2.rotateAngleX = MathHelper.cos(time * 0.6662F + (float)Math.PI) * 1.4F * limbSwingDistance; this.arm1.rotateAngleZ = 0.0F; this.arm2.rotateAngleZ = 0.0F; this.leg1.rotateAngleX = MathHelper.cos(time * 0.6662F) * 1.4F * limbSwingDistance; this.leg2.rotateAngleX = MathHelper.cos(time * 0.6662F + (float)Math.PI) * 1.4F * limbSwingDistance; this.leg1.rotateAngleY = 0.0F; this.leg2.rotateAngleY = 0.0F; } } Here is the Entity class: package com.julesmaster7.awesomemod.entity.passive; import com.julesmaster7.awesomemod.init.AwesomeItems; import net.minecraft.entity.EntityAgeable; import net.minecraft.entity.SharedMonsterAttributes; import net.minecraft.entity.ai.EntityAIFollowParent; import net.minecraft.entity.ai.EntityAILookIdle; import net.minecraft.entity.ai.EntityAIMate; import net.minecraft.entity.ai.EntityAIPanic; import net.minecraft.entity.ai.EntityAISwimming; import net.minecraft.entity.ai.EntityAITempt; import net.minecraft.entity.ai.EntityAIWander; import net.minecraft.entity.ai.EntityAIWatchClosest; import net.minecraft.entity.monster.EntityMob; import net.minecraft.entity.passive.EntityAnimal; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import net.minecraft.pathfinding.PathNavigateGround; import net.minecraft.world.World; public class EntityAwesomeMob extends EntityAnimal { public EntityAwesomeMob(World worldIn) { super(worldIn); this.setSize(0.7F, 2.0F); ((PathNavigateGround)this.getNavigator()).setAvoidsWater(true); this.tasks.addTask(0, new EntityAISwimming(this)); this.tasks.addTask(1, new EntityAIPanic(this, 1.5D)); this.tasks.addTask(2, new EntityAIMate(this, 1.0D)); this.tasks.addTask(3, new EntityAITempt(this, 1.5D, AwesomeItems.itemCandy, false)); this.tasks.addTask(3, new EntityAITempt(this, 1.5D, AwesomeItems.itemChewyCandy, false)); this.tasks.addTask(4, new EntityAIFollowParent(this, 1.5D)); this.tasks.addTask(5, new EntityAIWander(this, 1.0D)); this.tasks.addTask(6, new EntityAIWatchClosest(this, EntityPlayer.class, 6.0F)); this.tasks.addTask(7, new EntityAILookIdle(this)); } public boolean isAIEnabled() { return true; } protected void applyEntityAttributes() { super.applyEntityAttributes(); this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(10.0D); this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.20000000298023224D); } public boolean isBreedingItem(ItemStack itemstack) { return itemstack == null ? false :itemstack.getItem() == AwesomeItems.itemCandy || itemstack.getItem() == AwesomeItems.itemChewyCandy; } public EntityAwesomeMob createChild(EntityAgeable ageable) { return new EntityAwesomeMob(worldObj); } } Here is the Render Class that I made: package com.julesmaster7.awesomemod.entity.passive; import com.julesmaster7.awesomemod.Reference; import net.minecraft.client.Minecraft; import net.minecraft.client.model.ModelBase; import net.minecraft.client.model.ModelBiped; import net.minecraft.client.renderer.entity.RenderBiped; import net.minecraft.client.renderer.entity.RenderLiving; import net.minecraft.client.renderer.entity.RenderManager; import net.minecraft.entity.Entity; import net.minecraft.util.ResourceLocation; public class RenderBipedAwesome extends RenderLiving { private String mobTextures; public RenderBipedAwesome(ModelBase modelBipedIn, float shadowSizeIn, String mobTextures) { super(Minecraft.getMinecraft().getRenderManager(), modelBipedIn, shadowSizeIn); this.mobTextures = mobTextures; } protected ResourceLocation getEntityTexture(Entity entity) { return new ResourceLocation(Reference.MOD_ID, mobTextures); } /*protected ResourceLocation getEntityTexture(Entity entity) { return this.getEntityTexture((EntityAwesomeMob)entity); }*/ } And lastly here is my client proxy class: package com.julesmaster7.awesomemod.proxy; import com.julesmaster7.awesomemod.entity.passive.ModelAwesomeMob; import com.julesmaster7.awesomemod.entity.EntityAwesome; import com.julesmaster7.awesomemod.entity.passive.EntityAwesomeMob; import com.julesmaster7.awesomemod.entity.passive.RenderBipedAwesome; import com.julesmaster7.awesomemod.init.AwesomeBlocks; import com.julesmaster7.awesomemod.init.AwesomeItems; import com.julesmaster7.awesomemod.tileentity.TileEntityAwesomeJar; import com.julesmaster7.awesomemod.tileentity.render.RendererAwesomeJar; import net.minecraft.client.Minecraft; import net.minecraftforge.fml.client.registry.ClientRegistry; import net.minecraftforge.fml.client.registry.RenderingRegistry; public class ClientProxy extends CommonProxy { @Override public void init() { AwesomeBlocks.registerRenders(); AwesomeItems.registerRenders(); EntityAwesome.mainRegistry(); ClientRegistry.bindTileEntitySpecialRenderer(TileEntityAwesomeJar.class, new RendererAwesomeJar()); RenderingRegistry.registerEntityRenderingHandler(EntityAwesomeMob.class, new RenderBipedAwesome(new ModelAwesomeMob(), 0.4F, "textures/entity/awesome_mob.png")); } @Override public void preInit() { } } This is what it is supposed to look like: This is what it looks like in game: Thanks, JulesMaster7
-
Thanks again!
-
Thanks, Just one last thing - in the World class in 1.9.4 there is a method called notifyBlockUpdate() . What is the equivelent in 1.8.9?
-
Hi there, I am wondering what the 1.8 equivelent of 1.9 and up's getUpdateTag() Thanks
-
I don't really know how to null cast.
-
Ok, thank you
-
So what would the code be?
-
No, I don't think that I am. Is this right GameRegistry.registerBlock(candyPlant, null); because it is telling me that: The method registerBlock(Block, String) is ambiguous for the type GameRegistry
-
Hi there, I am making a minecraft mod for 1.8.9 and I'm getting these two wierd errors when I start up the game. Error 1 happens on start up: [17:46:23] [Client thread/WARN] [FML]: ============================================================= [17:46:23] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! [17:46:23] [Client thread/WARN] [FML]: Offendor: com/sun/jna/Native.main([Ljava/lang/String;)V [17:46:23] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead [17:46:23] [Client thread/WARN] [FML]: ============================================================= [17:46:24] [Client thread/INFO] [sTDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:246]: ---- Minecraft Crash Report ---- Error 2 happens when i load up the world: [17:51:08] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@634605ca[id=4de10e95-2f24-3513-b65d-4a73193172f6,name=Player802,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?] at net.minecraft.client.Minecraft.func_181037_M(Minecraft.java:2915) [Minecraft.class:?] at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:130) [skinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_74] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_74] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_74] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_74] at java.lang.Thread.run(Unknown Source) [?:1.8.0_74] Also one quick question about crops: How can I make my crop plant not show up in the give command - just like wheat does it? Thanks, JulesMaster7
-
Thank you. It worked!
-
Hi there I am having trouble with Adding a crop to my minecraft mod. Crop Class: package com.julesmaster7.awesomemod.block.crop; import com.julesmaster7.awesomemod.init.AwesomeItems; import net.minecraft.block.Block; import net.minecraft.block.BlockBush; import net.minecraft.block.BlockCrops; import net.minecraft.item.Item; public class CandyPlant extends BlockCrops { public CandyPlant() { this.setUnlocalizedName("CandyPlant"); } @Override protected Item getSeed() { return AwesomeItems.seedsCandy; } @Override protected Item getCrop() { return AwesomeItems.itemCandy; } } Blocks Class: package com.julesmaster7.awesomemod.init; import com.julesmaster7.awesomemod.AwesomeMod; import com.julesmaster7.awesomemod.Reference; import com.julesmaster7.awesomemod.block.BlockJar; import com.julesmaster7.awesomemod.block.BlockOfAwesome; import com.julesmaster7.awesomemod.block.crop.CandyPlant; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.client.Minecraft; import net.minecraft.client.resources.model.ModelResourceLocation; import net.minecraft.item.Item; import net.minecraftforge.fml.common.registry.GameRegistry; public class AwesomeBlocks { public static Block blockOfAwesome; public static Block awesomeJar; public static Block candyPlant; public static void init() { blockOfAwesome = new BlockOfAwesome(); awesomeJar = new BlockJar(); candyPlant = new CandyPlant(); } public static void register() { GameRegistry.registerBlock(blockOfAwesome, blockOfAwesome.getUnlocalizedName().substring(5)); GameRegistry.registerBlock(awesomeJar, awesomeJar.getUnlocalizedName().substring(5)); GameRegistry.registerBlock(candyPlant, candyPlant.getUnlocalizedName().substring(5)); } public static void registerRenders() { registerRender(blockOfAwesome); registerRender(awesomeJar); registerRender(candyPlant); } public static void registerRender(Block block) { Item item = Item.getItemFromBlock(block); Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(item, 0, new ModelResourceLocation(Reference.MOD_ID + ":" + item.getUnlocalizedName().substring(5), "inventory")); } } Item Class with seed inside: package com.julesmaster7.awesomemod.init; import com.julesmaster7.awesomemod.AwesomeMod; import com.julesmaster7.awesomemod.Reference; import com.julesmaster7.awesomemod.item.ItemAwesome; import com.julesmaster7.awesomemod.item.ItemAwesomeAxe; import com.julesmaster7.awesomemod.item.ItemAwesomeHoe; import com.julesmaster7.awesomemod.item.ItemAwesomePickaxe; import com.julesmaster7.awesomemod.item.ItemAwesomeShovel; import com.julesmaster7.awesomemod.item.ItemAwesomeSword; import com.julesmaster7.awesomemod.item.ItemCandy; import com.julesmaster7.awesomemod.item.ItemChewyCandy; import com.julesmaster7.awesomemod.item.SeedsCandy; import net.minecraft.client.Minecraft; import net.minecraft.client.resources.model.ModelResourceLocation; import net.minecraft.item.Item; import net.minecraft.item.ItemFood; import net.minecraftforge.fml.common.registry.GameRegistry; public class AwesomeItems { public static Item itemAwesome; public static Item itemAwesomeAxe; public static Item itemAwesomeHoe; public static Item itemAwesomePickaxe; public static Item itemAwesomeShovel; public static Item itemAwesomeSword; public static Item itemCandy; public static Item itemChewyCandy; public static Item seedsCandy; public static void init() { itemAwesomeAxe = new ItemAwesomeAxe(AwesomeMod.awesomeToolMaterial); itemAwesomeHoe = new ItemAwesomeHoe(AwesomeMod.awesomeToolMaterial); itemAwesomePickaxe = new ItemAwesomePickaxe(AwesomeMod.awesomeToolMaterial); itemAwesomeShovel = new ItemAwesomeShovel(AwesomeMod.awesomeToolMaterial); itemAwesomeSword = new ItemAwesomeSword(AwesomeMod.awesomeToolMaterial); itemAwesome = new ItemAwesome(); itemCandy = new ItemCandy(); itemChewyCandy = new ItemChewyCandy(); seedsCandy = new SeedsCandy(); } public static void register() { GameRegistry.registerItem(itemAwesome, itemAwesome.getUnlocalizedName().substring(5)); GameRegistry.registerItem(itemAwesomeAxe, itemAwesomeAxe.getUnlocalizedName().substring(5)); GameRegistry.registerItem(itemAwesomeHoe, itemAwesomeHoe.getUnlocalizedName().substring(5)); GameRegistry.registerItem(itemAwesomePickaxe, itemAwesomePickaxe.getUnlocalizedName().substring(5)); GameRegistry.registerItem(itemAwesomeShovel, itemAwesomeShovel.getUnlocalizedName().substring(5)); GameRegistry.registerItem(itemAwesomeSword, itemAwesomeSword.getUnlocalizedName().substring(5)); GameRegistry.registerItem(itemCandy, itemCandy.getUnlocalizedName().substring(5)); GameRegistry.registerItem(itemChewyCandy, itemChewyCandy.getUnlocalizedName().substring(5)); GameRegistry.registerItem(seedsCandy, seedsCandy.getUnlocalizedName().substring(5)); } public static void registerRenders() { registerRender(itemAwesome); registerRender(itemAwesomeAxe); registerRender(itemAwesomeHoe); registerRender(itemAwesomePickaxe); registerRender(itemAwesomeShovel); registerRender(itemAwesomeSword); registerRender(itemCandy); registerRender(itemChewyCandy); registerRender(seedsCandy); } public static void registerRender(Item item) { Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(item, 0, new ModelResourceLocation(Reference.MOD_ID + ":" + item.getUnlocalizedName().substring(5), "inventory")); } } Seed Class: package com.julesmaster7.awesomemod.item; import com.julesmaster7.awesomemod.AwesomeMod; import com.julesmaster7.awesomemod.block.crop.CandyPlant; import com.julesmaster7.awesomemod.init.AwesomeBlocks; import net.minecraft.block.Block; import net.minecraft.init.Blocks; import net.minecraft.item.Item; import net.minecraft.item.ItemSeeds; public class SeedsCandy extends ItemSeeds { public SeedsCandy() { super(AwesomeBlocks.candyPlant, Blocks.farmland); this.setUnlocalizedName("SeedsCandy"); this.setCreativeTab(AwesomeMod.tabAwesome); } } Error Happens when I place the seed on Farmland: [16:57:07] [Client thread/INFO] [FML]: MinecraftForge v11.15.1.1722 Initialized [16:57:07] [Client thread/INFO] [FML]: Replaced 204 ore recipies [16:57:07] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [16:57:07] [Client thread/INFO] [FML]: Searching D:\Users\Julian Grieco\My Projects\Coding\Minecraft\Awesome Mod\Awesome Mod 1.8\run\mods for mods [16:57:09] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [16:57:10] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, am] at CLIENT [16:57:10] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, am] at SERVER [16:57:11] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:JulesMaster7's Awesome Mod [16:57:11] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [16:57:11] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations [16:57:11] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [16:57:11] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [16:57:11] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [16:57:11] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [16:57:11] [Client thread/INFO] [FML]: Applying holder lookups [16:57:11] [Client thread/INFO] [FML]: Holder lookups applied [16:57:11] [Client thread/INFO] [FML]: Injecting itemstacks [16:57:11] [Client thread/INFO] [FML]: Itemstack injection complete [16:57:11] [sound Library Loader/INFO]: Starting up SoundSystem... [16:57:12] [Thread-9/INFO]: Initializing LWJGL OpenAL [16:57:12] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [16:57:12] [Thread-9/INFO]: OpenAL initialized. [16:57:12] [sound Library Loader/INFO]: Sound engine started [16:57:14] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: UP_TO_DATE Target: null [16:57:32] [Client thread/INFO] [FML]: Max texture size: 16384 [16:57:32] [Client thread/INFO]: Created: 16x16 textures-atlas [16:57:32] [Client thread/ERROR] [FML]: Model definition for location am:CandyPlant#inventory not found [16:57:33] [Client thread/INFO] [FML]: Injecting itemstacks [16:57:33] [Client thread/INFO] [FML]: Itemstack injection complete [16:57:34] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [16:57:34] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:JulesMaster7's Awesome Mod [16:57:34] [Client thread/INFO]: SoundSystem shutting down... [16:57:34] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [16:57:34] [sound Library Loader/INFO]: Starting up SoundSystem... [16:57:34] [Thread-11/INFO]: Initializing LWJGL OpenAL [16:57:34] [Thread-11/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [16:57:34] [Thread-11/INFO]: OpenAL initialized. [16:57:35] [sound Library Loader/INFO]: Sound engine started [16:57:46] [Client thread/INFO] [FML]: Max texture size: 16384 [16:57:48] [Client thread/INFO]: Created: 512x512 textures-atlas [16:57:48] [Client thread/ERROR] [FML]: Model definition for location am:CandyPlant#inventory not found [16:57:49] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [16:57:54] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [16:57:54] [server thread/INFO]: Starting integrated minecraft server version 1.8.9 [16:57:54] [server thread/INFO]: Generating keypair [16:57:55] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance [16:57:55] [server thread/INFO] [FML]: Applying holder lookups [16:57:55] [server thread/INFO] [FML]: Holder lookups applied [16:57:55] [server thread/INFO] [FML]: Loading dimension 0 (Test) (net.minecraft.server.integrated.IntegratedServer@7510d674) [16:57:55] [server thread/INFO] [FML]: Loading dimension 1 (Test) (net.minecraft.server.integrated.IntegratedServer@7510d674) [16:57:55] [server thread/INFO] [FML]: Loading dimension -1 (Test) (net.minecraft.server.integrated.IntegratedServer@7510d674) [16:57:55] [server thread/INFO]: Preparing start region for level 0 [16:57:56] [server thread/INFO]: Preparing spawn area: 24% [16:57:57] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [16:57:57] [server thread/INFO]: Changing view distance to 12, from 10 [16:57:58] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [16:57:58] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [16:57:58] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : FML@8.0.99.99,Forge@11.15.1.1722,mcp@9.19,am@1.0 [16:57:58] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [16:57:58] [server thread/INFO] [FML]: [server thread] Server side modded connection established [16:57:58] [server thread/INFO]: Player36[local:E:5f4e8e06] logged in with entity id 295 at (106.28475550819297, 66.0, 255.23700732754142) [16:57:58] [server thread/INFO]: Player36 joined the game [16:58:00] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@31187243[id=ffc47c7c-81a1-3d8c-86bb-c720fcbf7d8f,name=Player36,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?] at net.minecraft.client.Minecraft.func_181037_M(Minecraft.java:2915) [Minecraft.class:?] at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:130) [skinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_74] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_74] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_74] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_74] at java.lang.Thread.run(Unknown Source) [?:1.8.0_74] [16:58:04] [server thread/INFO]: Saving and pausing game... [16:58:04] [server thread/INFO]: Saving chunks for level 'Test'/Overworld [16:58:04] [server thread/INFO]: Saving chunks for level 'Test'/Nether [16:58:04] [server thread/INFO]: Saving chunks for level 'Test'/The End [16:58:36] [server thread/FATAL]: Error executing task java.util.concurrent.ExecutionException: java.lang.NullPointerException at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_74] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_74] at net.minecraft.util.Util.runTask(Util.java:23) [util.class:?] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:736) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:681) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:159) [integratedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:548) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_74] Caused by: java.lang.NullPointerException at net.minecraft.item.ItemSeeds.getPlant(ItemSeeds.java:57) ~[itemSeeds.class:?] at net.minecraft.block.Block.canSustainPlant(Block.java:1993) ~[block.class:?] at net.minecraft.item.ItemSeeds.onItemUse(ItemSeeds.java:36) ~[itemSeeds.class:?] at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:722) ~[ForgeHooks.class:?] at net.minecraft.item.ItemStack.onItemUse(ItemStack.java:148) ~[itemStack.class:?] at net.minecraft.server.management.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:471) ~[itemInWorldManager.class:?] at net.minecraft.network.NetHandlerPlayServer.processPlayerBlockPlacement(NetHandlerPlayServer.java:617) ~[NetHandlerPlayServer.class:?] at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:70) ~[C08PacketPlayerBlockPlacement.class:?] at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:10) ~[C08PacketPlayerBlockPlacement.class:?] at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_74] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_74] at net.minecraft.util.Util.runTask(Util.java:22) ~[util.class:?] ... 5 more [16:58:36] [server thread/INFO]: Stopping server [16:58:36] [server thread/INFO]: Saving players [16:58:36] [server thread/INFO]: Saving worlds [16:58:36] [server thread/INFO]: Saving chunks for level 'Test'/Overworld [16:58:36] [server thread/INFO]: Saving chunks for level 'Test'/Nether [16:58:36] [server thread/INFO]: Saving chunks for level 'Test'/The End [16:58:37] [server thread/INFO] [FML]: Unloading dimension 0 [16:58:37] [server thread/INFO] [FML]: Unloading dimension -1 [16:58:37] [server thread/INFO] [FML]: Unloading dimension 1 [16:58:39] [Client thread/FATAL]: Unreported exception thrown! java.lang.NullPointerException at net.minecraft.item.ItemSeeds.getPlant(ItemSeeds.java:57) ~[itemSeeds.class:?] at net.minecraft.block.Block.canSustainPlant(Block.java:1993) ~[block.class:?] at net.minecraft.item.ItemSeeds.onItemUse(ItemSeeds.java:36) ~[itemSeeds.class:?] at net.minecraft.item.ItemStack.onItemUse(ItemStack.java:149) ~[itemStack.class:?] at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:438) ~[PlayerControllerMP.class:?] at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1569) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runTick(Minecraft.java:2123) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1080) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:380) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_74] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_74] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_74] 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:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_74] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_74] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_74] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] [16:58:39] [server thread/INFO] [FML]: Applying holder lookups [16:58:39] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: ---- Minecraft Crash Report ---- // I let you down. Sorry Time: 04/10/16 4:58 PM Description: Unexpected error java.lang.NullPointerException: Unexpected error at net.minecraft.item.ItemSeeds.getPlant(ItemSeeds.java:57) at net.minecraft.block.Block.canSustainPlant(Block.java:1993) at net.minecraft.item.ItemSeeds.onItemUse(ItemSeeds.java:36) at net.minecraft.item.ItemStack.onItemUse(ItemStack.java:149) at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:438) at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1569) at net.minecraft.client.Minecraft.runTick(Minecraft.java:2123) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1080) at net.minecraft.client.Minecraft.run(Minecraft.java:380) at net.minecraft.client.main.Main.main(Main.java:116) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:26) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.item.ItemSeeds.getPlant(ItemSeeds.java:57) at net.minecraft.block.Block.canSustainPlant(Block.java:1993) at net.minecraft.item.ItemSeeds.onItemUse(ItemSeeds.java:36) at net.minecraft.item.ItemStack.onItemUse(ItemStack.java:149) at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:438) at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1569) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['Player36'/295, l='MpServer', x=155.21, y=63.00, z=261.01]] Chunk stats: MultiplayerChunkCache: 582, 582 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: 111.00,64.00,260.00 - World: (111,64,260), Chunk: (at 15,4,4 in 6,16; contains blocks 96,0,256 to 111,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 127887 game time, 6000 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 68 total; [EntitySheep['Sheep'/129, l='MpServer', x=125.50, y=66.00, z=234.50], EntitySheep['Sheep'/130, l='MpServer', x=125.50, y=66.00, z=236.50], EntityBat['Bat'/131, l='MpServer', x=120.56, y=54.10, z=245.75], EntityBat['Bat'/132, l='MpServer', x=119.34, y=55.10, z=253.75], EntityItem['item.item.egg'/133, l='MpServer', x=112.19, y=69.00, z=297.66], EntityChicken['Chicken'/134, l='MpServer', x=117.38, y=69.00, z=311.28], EntityBat['Bat'/8710, l='MpServer', x=182.25, y=16.10, z=255.69], EntityChicken['Chicken'/135, l='MpServer', x=114.31, y=65.00, z=302.56], EntityChicken['Chicken'/136, l='MpServer', x=107.50, y=72.00, z=329.50], EntitySheep['Sheep'/146, l='MpServer', x=137.88, y=63.00, z=272.91], EntitySheep['Sheep'/147, l='MpServer', x=138.75, y=63.00, z=260.69], EntityBat['Bat'/148, l='MpServer', x=137.06, y=23.10, z=282.59], EntityChicken['Chicken'/149, l='MpServer', x=130.25, y=64.00, z=290.97], EntityItem['item.item.egg'/150, l='MpServer', x=130.72, y=64.00, z=290.78], EntityChicken['Chicken'/151, l='MpServer', x=143.75, y=75.66, z=315.78], EntityItem['item.item.egg'/152, l='MpServer', x=143.94, y=76.00, z=315.13], EntityChicken['Chicken'/153, l='MpServer', x=133.38, y=76.66, z=335.25], EntityChicken['Chicken'/161, l='MpServer', x=143.13, y=63.00, z=235.22], EntityItem['item.item.egg'/162, l='MpServer', x=155.59, y=64.00, z=242.06], EntityBat['Bat'/167, l='MpServer', x=174.81, y=14.19, z=179.78], EntityBat['Bat'/168, l='MpServer', x=165.75, y=26.28, z=233.25], EntitySheep['Sheep'/169, l='MpServer', x=173.63, y=64.00, z=299.53], EntityPig['Pig'/180, l='MpServer', x=183.22, y=63.00, z=253.78], EntityChicken['Chicken'/181, l='MpServer', x=178.97, y=62.63, z=275.59], EntityItem['item.item.egg'/182, l='MpServer', x=177.69, y=62.00, z=276.59], EntitySheep['Sheep'/183, l='MpServer', x=184.88, y=65.00, z=302.69], EntitySheep['Sheep'/184, l='MpServer', x=182.75, y=68.00, z=297.50], EntitySheep['Sheep'/185, l='MpServer', x=180.66, y=70.00, z=315.44], EntityCow['Cow'/186, l='MpServer', x=191.31, y=73.00, z=307.72], EntityCow['Cow'/187, l='MpServer', x=181.31, y=79.00, z=332.75], EntityPlayerSP['Player36'/295, l='MpServer', x=155.21, y=63.00, z=261.01], EntityItem['item.item.egg'/203, l='MpServer', x=194.44, y=72.00, z=200.16], EntityBat['Bat'/204, l='MpServer', x=205.25, y=42.10, z=214.75], EntityBat['Bat'/205, l='MpServer', x=200.34, y=41.03, z=207.59], EntityChicken['Chicken'/206, l='MpServer', x=192.69, y=71.00, z=222.38], EntityBat['Bat'/7886, l='MpServer', x=112.81, y=22.03, z=294.69], EntityChicken['Chicken'/207, l='MpServer', x=205.63, y=63.00, z=290.47], EntitySheep['Sheep'/88, l='MpServer', x=74.53, y=68.00, z=213.75], EntityChicken['Chicken'/217, l='MpServer', x=216.66, y=71.00, z=200.50], EntityChicken['Chicken'/218, l='MpServer', x=221.63, y=74.00, z=261.47], EntityChicken['Chicken'/219, l='MpServer', x=221.50, y=73.00, z=265.34], EntityChicken['Chicken'/221, l='MpServer', x=212.25, y=62.69, z=278.56], EntityChicken['Chicken'/222, l='MpServer', x=209.50, y=62.50, z=281.75], EntityCow['Cow'/224, l='MpServer', x=214.53, y=84.00, z=327.28], EntityChicken['Chicken'/99, l='MpServer', x=87.41, y=62.47, z=182.75], EntitySquid['Squid'/8163, l='MpServer', x=157.50, y=56.00, z=310.19], EntityChicken['Chicken'/102, l='MpServer', x=86.09, y=66.00, z=199.47], EntityPig['Pig'/104, l='MpServer', x=90.41, y=65.00, z=210.50], EntityChicken['Chicken'/105, l='MpServer', x=80.75, y=62.69, z=269.38], EntityChicken['Chicken'/106, l='MpServer', x=83.47, y=62.63, z=313.97], EntitySquid['Squid'/8554, l='MpServer', x=156.06, y=56.00, z=305.69], EntityBat['Bat'/107, l='MpServer', x=88.06, y=24.10, z=328.56], EntityChicken['Chicken'/239, l='MpServer', x=228.97, y=72.56, z=245.66], EntityPig['Pig'/112, l='MpServer', x=104.91, y=63.00, z=206.78], EntityBat['Bat'/113, l='MpServer', x=109.59, y=19.81, z=277.41], EntityChicken['Chicken'/114, l='MpServer', x=103.59, y=69.00, z=289.41], EntityChicken['Chicken'/115, l='MpServer', x=99.63, y=64.00, z=301.38], EntityChicken['Chicken'/116, l='MpServer', x=98.50, y=64.00, z=293.63], EntityItem['item.item.egg'/117, l='MpServer', x=98.69, y=64.00, z=300.88], EntityItem['item.item.egg'/118, l='MpServer', x=96.13, y=64.00, z=298.50], EntityChicken['Chicken'/119, l='MpServer', x=96.34, y=64.00, z=319.31], EntityItem['item.item.egg'/120, l='MpServer', x=111.09, y=64.00, z=310.81], EntityItem['item.item.egg'/121, l='MpServer', x=96.16, y=64.00, z=320.22], EntityChicken['Chicken'/122, l='MpServer', x=102.34, y=76.00, z=341.47], EntityBat['Bat'/7291, l='MpServer', x=130.42, y=19.49, z=253.30], EntityChicken['Chicken'/123, l='MpServer', x=91.66, y=74.00, z=339.50], EntityChicken['Chicken'/125, l='MpServer', x=118.38, y=62.63, z=189.28], EntityChicken['Chicken'/127, l='MpServer', x=124.72, y=62.56, z=192.97]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:383) at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2645) at net.minecraft.client.Minecraft.run(Minecraft.java:409) at net.minecraft.client.main.Main.main(Main.java:116) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:26) -- System Details -- Details: Minecraft Version: 1.8.9 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_74, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 721064520 bytes (687 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94 FML: MCP 9.19 Powered by Forge 11.15.1.1722 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1722.jar) UCHIJAAAA Forge{11.15.1.1722} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1722.jar) UCHIJAAAA am{1.0} [JulesMaster7's Awesome Mod] (bin) Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.0' Renderer: 'AMD Radeon HD 7660D' Launched Version: 1.8.9 LWJGL: 2.9.4 OpenGL: AMD Radeon HD 7660D GL version 4.5.13399 Compatibility Profile Context 15.201.1151.0, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: No Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 4x AMD A10-5800K APU with Radeon(tm) HD Graphics [16:58:39] [server thread/INFO] [FML]: Holder lookups applied [16:58:39] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: #@!@# Game crashed! Crash report saved to: #@!@# D:\Users\Julian Grieco\My Projects\Coding\Minecraft\Awesome Mod\Awesome Mod 1.8\run\.\crash-reports\crash-2016-10-04_16.58.39-client.txt AL lib: (EE) alc_cleanup: 1 device not closed Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release Thank you in advance.