Posted October 6, 20205 yr I am having an issue when creating a new block in my mod. The blocks blockItem texture renders correctly, but the game does not texture the block. It displays in game with the default texture. I have double and triple checked all relating JSON files and the Java file that creates the block, but the game still does not render the texture correctly. Here is the log: https://pastebin.com/cuDWrckB, and here is my code: https://github.com/ThatGuyDavid09/glasses_mod/tree/master/glasses_mod. The items are registered in the util/RegistryHandler.java file. Any help would be immensely appreciated.
October 6, 20205 yr Makes sense as the blockstates folder is one directory too high. Should be in your modid folder.
October 6, 20205 yr Author 19 minutes ago, ChampionAsh5357 said: Makes sense as the blockstates folder is one directory too high. Should be in your modid folder. That worked. Thank you!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.