![CraftBook 3](https://media.forgecdn.net/avatars/thumbnails/351/155/256/256/637505188131724116.png)
NullPointerException caused by furnace in cauldron-recipe.
Mmoorroollaann opened this issue ยท 2 comments
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
edit: I read this wrong, I'll look into it
Seems to be caused by the furnace disappearing and the TileEntity being null.