Botania

Botania

133M Downloads

Crash with black hole talisman and redstone ore

jamesbirtles opened this issue ยท 1 comments

commented

When right clicking redstone ore with a black hole talisman the client crashes, does not effect the server. It seems to me that somehow something in getDisplayName for the itemstack is null.
From there every time I load up the game it crashes.

Log: https://gist.github.com/622377db1e25a5b542bc

Tested with just botania, baubles, nei, and waila installed.
Using Botania 217 (found in 210 and updated to test), and forge 10.13.4.1492

commented

Just viewed the nbt of the item using NBTExplorer and it is storing minecraft:lit_redstone_ore. I changed it to just minecraft:redstone_ore and it doesn't crash with that.