[TUTORIAL] How to make a GUI with slots, without the inventory.

Started by vOlive on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[TUTORIAL] How to make a GUI with slots, without the inventory.

So, a while ago, I was trying to make a GUI where a player could see items but not take them. This is made easy by disabling item stack placement and pickup. But the player can still see their inventory. This can be fixed by just making the inventory offset 200; this way, they will never see it.