Help whith procedure for GUI

Started by Ichigo21 on

Topic category: Help with MCreator software

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help whith procedure for GUI
Tue, 04/15/2025 - 21:33 (edited)

I want to make an item that, when right-clicked, opens a GUI (I’ve already achieved this part).


img (url)

In slots 01, 02, and 03, I want to insert gold, bronze, and silver coins, and have that generate a paper item (an item I already have) in slot 00 but with a custom name.
For example: I insert one gold and two silver coins, and that gives the paper item with the name "120 euros", in such a way that gold is worth 100, silver 10, and bronze 1.

 

 

Edited by Ichigo21 on Tue, 04/15/2025 - 21:33
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's quite hard for me to…
Tue, 04/15/2025 - 21:34

It's quite hard for me to make the procedures, I'm pretty new to block-based programming.