Posted March 2, 20169 yr As the title says I Cant get the Inventory model to render of my blocks. The block version i working. I got this http://pastebin.com/s9CXZk68 and i have registerd it in my client proxy
March 2, 20169 yr Author After ModelLoader.setCustomModelResourceLocation and it was moved to preInit it worked. Thank you
March 2, 20169 yr Use ModelLoader.setCustomModelResourceLocation instead of the ItemModelMesher stuff, do it in preInit. Aha, I've been seeing (frequently) the advice to use custom location, but not always the admonition "instead of mesher stuff". It's finally dawning on me that this choice is not just a personal preference. Is there an explanation somewhere of why the former is superior to the latter? (I searched, but the haystack of code excerpts swamped any hope of finding a comparison). Having finally learned the mesher well enough to make it work in all of my mods, I'm feeling reluctant to dig them up and change them, but a good reason could persuade me to do so during my port to 1.9. BTW, For grins, I just Googled Minecraft Forge 1.8 item model tutorial again. The top four tutorials all teach the deprecated mesher technique, so the parade of meshed up modders will continue If there's a tut that teaches the model loader, I can't find it. I looked at Forge's docs, but the "Models & Rendering" section only mentions blocks, not items. The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
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.