Started by
veljko53
on
Topic category: Advanced modding
hey guys do you know how to make gui like furnace (fuel,not smelting instantly etc) using mcreator if it's possible to make it only using custom code tell me and please say me how to get that code or write it because i am very unexperienced with custom code
You need:
1st - Block that extends BlockContainer
2nd - TileEntity that extends TileEntityLockable and implements ITickable, ISidedInventory
3rd - Container class , GUI class , GUIHandler
4th - Custome slot classes (if you need)
it's confusing please more detailed
please more detailed how to make that?
how to make those tile entity things?
@#4 You need class that extends TileEntity , or in this case TileEntityLockable.
Something like this: http://pastebin.com/SRN4rZxL
well ok i want to make inverting furnace so how to make it invert all smelting recipes?