Jump to content

Garan105

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Garan105's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. How necessary is it to have the writeToNBT and readFromNBT in an interfaceable Tile Entity? I've been looking at the code for TileEntityFurnace and noticed that it has those functions. It looks like it's using them to store the information when the game is closed, is this true?
  2. I'm trying to create a new block that has an interface when rightclicked, and this will bring up a GUI similar to the Furnace (allowing you to place things inside). I haven't found any tutorial that explains what to do. My current thoughts: It would somehow extend the GuiContaner class, but other than that I cannot make heads or tails of the code inside of it. Any help with that would be greatly appreciated.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.