Started by
Beldrox
on
Tue, 05/22/2018 - 16:20
Topic category: Help with modding (Java Edition)
I'm sorry, can somebody explain me how can i create a backpack item in MCreator?
I made an Item with the backpack's texture and i linked its right click event to a procedure which opens a GUI: the GUI consists of many slots.
The inventory linked to the slots it's checked so it won't delete items on closed GUI, but everytime i put the items in the backpack and then i close it, when i try to reopen it all items disappeared...
Can somebody help me, please?
Thank you <3
If you are using MCreator 1.7.9, after making your block, skip to the page (do the other pages first, of course) with the checkable box, saying, " Enable Inventory on this block." Then fill the rest of the blanks, then your done!
hold up nvm I thought you needed help making the backback block.
You can't make items store blocks /items in MCreator :( You can only make new storage blocks, not items
You can use NBTTagCompounds to save and write the ItemStacks to the NBT data of the backpack ItemStack, or you could use the "new" capability system to do the same thing.
Can you explain more ? Or you can make a video.