Started by
Pickleaxe257
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a backpack with a GUI of 9 slots. How do I make it so that the backpack saves whatever is in it? The backpack is an item, not a block.
Topic category: Help with Minecraft modding (Java Edition)
I'm making a backpack with a GUI of 9 slots. How do I make it so that the backpack saves whatever is in it? The backpack is an item, not a block.
In the GUI make an inventory rather than linking it to a block. Then each slot must be linked to that new inventory and not the one named inherited