Posted July 20, 20169 yr Hi, I was trying to update my small mod. Doesn't seem to be working. I followed some tutorials online, and I did everything they said in terms of the new way textures work as of 1.8.. eclipse shows no errors, but when I click run, Minecraft crashes at preinitialization, with this report: http://pastebin.com/qXj6wzTP Here is my source code: https://github.com/daPoseidonGuy/GlowStoneMod/tree/master/1.8/src/main Seems to be related to both of my class files that handle the item models/textures. Any help would be appreciated.
July 20, 20169 yr 1. RenderItem is null during the pre-initialization phase 2. You should be using ModelLoader.setCustomModelResourceLocation during the pre-initialization phase instead of using ItemModelMesher#register Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
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.