CraftBook 3

CraftBook 3

139k Downloads

NullPointerException caused by furnace in cauldron-recipe.

Mmoorroollaann opened this issue ยท 2 comments

commented

When you have a recipe including a furnace (I guess it'll hapen with workbenches/dispensers/chests too), and all the necessary blocks are placed, and you then rightclick the cauldron to "activate" the recipe you will get disconnected with a NullPointerException. If you, however, rightclick any other block, it will work.
In both cases the cauldron will get emptied and you will get the result of the recipe.

The cauldron recipe I used to test it:

3_planks+3_fire+1_furnace=1_burning furnace

bFurnace:5_3,51_3,61_1:62_1

The error I get: http://pastebin.com/7YAbmgyt

commented

edit: I read this wrong, I'll look into it
Seems to be caused by the furnace disappearing and the TileEntity being null.

commented

New cauldrons used now, so this is irrelevant.