Posted September 21, 201312 yr Hello, how can I delete an Item from a solt? I tried this.setInventorySlotContents(3, null); but it will leave a ghost Item which will be removed when I click it. Thanks for any help. Busti PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
September 22, 201312 yr Author @GotoLink Yes I am just deleting the item on the server but i've no Idea how I would do this on the client as the processing happens only on the server. @TreeBek I'm just deleting the Item from the Slot with this.setInventorySlotContents(3, null); in the TileEntity on update. PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
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.