How to make this GUI procedure?

Started by Remisell on

Topic category: Help with modding (Java Edition)

Last seen on 09:44, 17. Jun 2021
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make this GUI procedure?

How to do this procedure?

If: there are 64 any items in the slot (id: 0, input) AND press the button (text: Generate)

then: generate this item (1 item in 1 sec) in the slot (id: 1, output)

else: do nothing

Last seen on 13:50, 6. Apr 2024
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You procedure must be like…
Thu, 06/11/2020 - 07:38

You procedure must be like this :

procedure

And then, to link it to your button, u must use the "on button clicked" event like this :

button

Last seen on 09:44, 17. Jun 2021
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Max094_Reilkeb, your…
Thu, 06/11/2020 - 08:01

Max094_Reilkeb, your pictures are not loading

Last seen on 09:44, 17. Jun 2021
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I fix error with pictures…
Thu, 06/11/2020 - 08:13

I fix error with pictures. Thank you for helping!