Drop items when GUI not bound to any external inventory is closed. doesn't work

Started by TheBigGrain on

Topic category: Help with modding (Java Edition)

Last seen on 15:50, 31. Aug 2024
Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Drop items when GUI not bound to any external inventory is closed. doesn't work

Hi, i am making a mod with a cooking pot with a GUI with 2 input slots and 1 output slot.

for the input slots i enabled "Drop items when GUI not bound to eny external inventory is closed", i think this means it should drop the items when the GUI is closed but it doesn't.

Does anyone know why or how to fix it?

Last seen on 01:52, 10. Sep 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I´m having the same issue
Wed, 09/04/2024 - 18:27

I´m having the same issue

Last seen on 01:52, 10. Sep 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Solved it."Drop items when…
Wed, 09/04/2024 - 19:50

Solved it.
"Drop items when GUI not bound to eny external inventory is closed" only works when the GUI isn´t bound to a block or item. If you want the items to drop you should un-bound the gui from the block and then add a trigger that opens the custom gui when you right-click the custom block.