Problem with Slot GUI, but with Input slots.

Started by FlowGD on

Topic category: Help with modding (Java Edition)

Last seen on 00:05, 3. May 2021
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Problem with Slot GUI, but with Input slots.

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?

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you are consuming…
Wed, 05/23/2018 - 05:43

I think you are consuming items in player inventory rather than in the block gui.

Can you post here an image of the procedure?