Posted July 31, 201411 yr Hello! I am getting a NullPointerException when trying to craft a TESR block I have, I have had (almost) the exact same crash from a previous, still unsolved, part of my mod when trying to render these TESR's in hand (link to that topic below) Crash Report: http://pastebin.com/k37aenHa Crafting class: http://pastebin.com/7NkDBJPg Previous Topic http://www.minecraftforge.net/forum/index.php?topic=21862.new;topicseen#new It appears to be crashing when rendering the item. As mentioned in the other topic, I am maintaining two mods and the other mod does the same things (code wise) and works perfectly fine. I am having a seething hunch that it is caused from my other mod being created fresh in 1.7.10 and the one giving me (a lot it turns out) of problems being updated from a non-gradle 1.6.4 version.
July 31, 201411 yr Author Fixed it... I was registering the blocks after I was registry the crafting recipes...stupid mistake I should have seen. Thanks anyways!
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.