Posted January 21, 201510 yr Hey everybody, I've made a own furnace which should only "smelt" food items. Unfortunately I have no idea how to realize that. I think it could be the method canSmelt() in my TileEntity class, but no idea what to do Would be awesome if anyone can help me
January 24, 201510 yr Author Another question: How can i do it, that my furnace now accept only one block to smelt (eg. iron_ore) but no other Blocks. I can't use furnaceItemStacks[0].getItem() instanceof BlockXYZ because I can't compare items with blocks. Any ideas?
January 24, 201510 yr you can use furnaceItemStacks[0].getItem() instanceof BlockXYZ.getItem() Here could be your advertisement!
January 24, 201510 yr ah, damn. Forget what i just posted. Use what diesieben07 suggested instead. Here could be your advertisement!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.