How do I make a backpack that saves whatever is in it?

Started by Pickleaxe257 on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Jul 2017
Points:
724

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
How do I make a backpack that saves whatever is in it?

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.

Active 1 year ago
Joined Sep 2018
Points:
845

User statistics:

  • Modifications: 1
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 79
In the GUI make an inventory…
Wed, 09/25/2019 - 00:42

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