Posted February 21, 201510 yr I am a new modder and I am developing on minecraft verison 1.8. I am trying to setup a gui for a custom tile entity, however putting the items in the tileentity just makes the items come out of my character when I close the gui and if the item actually shows in the gui, the items disappear when I click on them. Here is my Container code http://pastebin.com/CELp3WHy Here is what my Tile Entity inherits from to implement IInventory. http://pastebin.com/1pCKBWL6
February 21, 201510 yr Author ..., when you said to get the GUI code, I thought I show my GUIHandler code too just in case. That is when I saw I forgot return the container for the serverside gui. It was previously returning null. (facepalm) I fixed that and it worked now.
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.