Posted March 22, 201510 yr Hello, I'm trying to do a custom furnace in minecraft 1.8 but my furnace doesn't cook items Furnace Container https://github.com/Harystolho/Hmod/blob/master/src/main/java/com/Hmod/container/ContainerFurnace.java FurnaceTilyEntity https://github.com/Harystolho/Hmod/blob/master/src/main/java/com/Hmod/tile_entity/TileEntityFurnace.java FurnaceGui https://github.com/Harystolho/Hmod/blob/master/src/main/java/com/Hmod/gui/GuiHFurnace.java if you can help me thank you
March 23, 201510 yr Hi This tutorial project has an example specifically about a furnace (MBE31), it might help you... https://github.com/TheGreyGhost/MinecraftByExample https://github.com/TheGreyGhost/MinecraftByExample/blob/master/src/main/java/minecraftbyexample/mbe31_inventory_furnace/Notes.txt -TGG
March 23, 201510 yr Author Hello, I tried copying his code to mine and doing some changes but now i'm getting an error and i don't know what is it, the error is here http://pastebin.com/AWnCAvrW and the source code https://github.com/Harystolho/Hmod please help me, it's not a big thing but i can't solve
March 24, 201510 yr Hello, I tried copying his code to mine and doing some changes but now i'm getting an error and i don't know what is it, the error is here http://pastebin.com/AWnCAvrW and the source code https://github.com/Harystolho/Hmod please help me, it's not a big thing but i can't solve If its such a small thing to solve then why dont you? The crash report tells you exactly whats wrong. There was a object somewhere in your class that was null and wasn't supposed to be. Try putting in null checks in there and/or System.out.println to see whats wrong. I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!
March 24, 201510 yr Author I found my problem and now i solved it, my furnace is working well, thank you for the help
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.