Started by
FlowGD
on
Topic category: Help with Minecraft modding (Java Edition)
So I saw that some people were having output problems, and I saw that the solution was to use block events instead of GUI events. Block events don't provide an inventory, so I ditched the output slot and made the item spawn over the block. When you press a button, certain items are consumed and the item spawns on top. If I close the GUI and open it again, the input items reappear. How do I solve this?
I think you are consuming items in player inventory rather than in the block gui.
Can you post here an image of the procedure?