Quark Oddities

Quark Oddities

22M Downloads

crashes at the loading of Minecraft with the last 1.9 version of Quark and ElementsOfPowers

0Navis0 opened this issue ยท 2 comments

commented

I post this issue here because it seems that the cause of the crash is Quark, again because of this story of broken recipes and Ores Dictionnary. Here is the details of the error : http://pastebin.com/2uUVUn7h
I posted the same issue in the PowerOfElements github gigaherz/ElementsOfPower#11

commented

I talked to gigaherz about this, it's because Quark is registering a recipe with null output or input.
JEI spits out an error on world load containing this recipe

commented

Just to clarify: the cause of the crash is a non-null ItemStack, with a null item in it. getItemDamage and similar methods will then NPE, even though the ItemStack would appear valid at first. I did implement a workaround on my side, to at least fail gracefully, but a workaround isn't a fix.