Procedure help for custom gui

Started by TheSnekDen on

Topic category: Help with modding (Java Edition)

Last seen on 22:07, 18. Sep 2021
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure help for custom gui

I have a custom GUI made for my mod and I don't know how to work out the procedures. The GUI layout is simple: an input slot, a button, and an output slot.

How can I do the procedures so that I can put an item in slot 0, press the button, the item is taken away, and after some time a different item appears in slot 1?

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://youtu.be/bakTMAZO7O0…
Sat, 09/18/2021 - 21:14

https://youtu.be/bakTMAZO7O0

just customize the procedures/gui for you, like don't add another Input slot and make the procedure fit in the button, now if that doesn't work, you could try using Number NBT Tags and a Blockstate that is given when clicked on button, and that it resets when Timer goes off from the NBT Tags, I am sure there are other ways for this, but it is all I found on google/what I could think of right now

Last seen on 08:00, 11. Jul 2023
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sherach up how to make a…
Sun, 09/19/2021 - 12:57

sherach up how to make a crafting table in mcreator

Last seen on 08:00, 11. Jul 2023
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
then watch it and he shows…
Sun, 09/19/2021 - 12:58

then watch it and he shows you how to do it that you put a thing in click craft a thing comes out

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@MrJellyfish but it has to…
Sun, 09/19/2021 - 15:53

@MrJellyfish but it has to take time