Sigil of Consumption crashes when used on Railcraft Abyssal Stone
PISTOLCUPCAKES opened this issue ยท 2 comments
Client crashes to desktop when attempting to use sigil of consumption on Railcraft Abyssal Stone.
crashlog:
crash-2016-12-20_22.02.13-client.txt
if (worldIn.getTileEntity(pos) != null || worldIn.getBlockState(pos).getBlock().getBlockHardness(null,null,null)==-1.0F)
railcraft returns null on getBlockState for abyssal stone .-.
Will add fix later