How do I make my custom GUI act like storage?

Started by TheGavman22 on

Topic category: Help with modding (Java Edition)

Last seen on 16:43, 8. Aug 2021
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make my custom GUI act like storage?

Is there any way to make a GUI act like storage?

Last seen on 19:59, 3. Oct 2023
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you just put a bunch of…
Fri, 10/23/2020 - 17:29

If you just put a bunch of regular slots on it and bind it to a block/entity it should work fine.

Last seen on 13:50, 6. Apr 2024
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Indeed, you need to set…
Fri, 10/23/2020 - 17:38

Indeed, you need to set slots inside, and link it to a block or an item or an entity. It can't store things when you close your GUI if you don't link it.