Posted May 3, 20169 yr This is my first time working in a 1.8 or 1.9 forge environment. I'm trying to make a block. I've created the block and the .json files that it requires. The block and it's texture load in game, but the inventory model won't load. The only thing that shows is a black and pink square. I want to keep the blocks in a separate class in order to prevent my main file from becoming crowded, which I have done. What exactly am I missing that the model isn't loading? Any help would be appreciated. I would be happy to provide the code I'm using if requested.
May 4, 20169 yr Author I managed to get this fixed on my own. Is there a way I can have this topic closed?
May 6, 20169 yr It may be useful to others searching for similar issues if you posted your solution. http://minecraft.curseforge.com/members/sblectric/projects
May 6, 20169 yr There's also no reason to close the topic. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 7, 20169 yr Author It may be useful to others searching for similar issues if you posted your solution. My solution will probably not help anyone since it was my own error. I was loading blocks and models from a different package. In my main file I called my block creator method, but forgot to call the model loader from the model loader class in my blocks package.
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.