Started by
Ichigo21
on
Topic category: Help with MCreator software
I want to make an item that, when right-clicked, opens a GUI (I’ve already achieved this part).
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
It's quite hard for me to make the procedures, I'm pretty new to block-based programming.