Started by
Mat_Master
on
Topic category: Help with Minecraft modding (Java Edition)
Hello!
I would really like to have a currency system in my mod. An example is that when you have 10 bronze coins you can change them with a keybind or a rightclick into 1 silver coin. Is it possible to make a system like that?
Thanks for the help!
You can make a keybind by going to new element, pressing k or selecting keybind, and then making a procedure in blocky from there. Hope that helped!
Thanks!
I thought of that to, but the problem was the procedure and how to make it that as example 10 bronze will become 1 silver. Do you know how to do that?
I really appreciate your help! :)
Make the procedure check the amount of bronze coins in the players main hand when the key is pressed, then remove those coins if there is 10 bronze coins there, and place a silver coin in its place.