Started by
TheBigGrain
on
Topic category: Help with Minecraft modding (Java Edition)
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?
I´m having the same issue
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.