how do i make a chest gui that can only be opened wih an item i have made

Started by MrJellyfish on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Sep 2021
Points:
616

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 42
how do i make a chest gui that can only be opened wih an item i have made

hi, i am trying to make a chest that i only can open with an item i have made

Active 1 year ago
Joined Oct 2020
Points:
1630

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
when Block Right Clicked if…
Thu, 09/16/2021 - 22:27

when Block Right Clicked if Event Target Entity has Item in Main Hand = THE_ITEM

  do Open GUI: YOUR_GUI

I recommend searching a little bit before opening a forum

Active 2 years ago
Joined Sep 2021
Points:
616

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 42
ok got it i just couldnt…
Fri, 09/17/2021 - 01:56

ok got it i just couldnt find it