Project Red - Exploration

Project Red - Exploration

27M Downloads

ticking screen

Corvorosso opened this issue ยท 3 comments

commented

i have a crash when placing blueprint on "ic printer"

java.lang.NullPointerException: Ticking screen
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
at mrtjp.core.item.ItemKey$.get(itemident.scala:19)
......
...

full crash log : http://pastebin.com/znMNHLLN

commented

You should probably explain when you got the error

commented

Caused because some mod is being stupid and adding a recipe with a null ingredient. Technically not my fault, but I can add a check to prevent this...

commented

Fixed via 57cded5