Crash on Crafting Holy Hand Grenades
SilentChaos512 opened this issue ยท 1 comments
Getting a crash when crafting Holy Hand Grenades. It seems that there is some ItemStack that is returning null from getItem(). A user of one of my mods posted the issue on my GitHub (link to issue below) because one of my recipe handlers was in the stack trace. After adding some null checks to my mod, the game still crashes, just in a different place.
Here's my latest crash report: http://pastebin.com/iifp3k0z
Original issue (includes link to crash report I was given): SilentChaos512/SilentGems#12