Started by
RohirimPro
on
Topic category: Help with MCreator software
I need help to make items like jewelry, for example, a gauntlets. I created a GUI "RPGui", in this GUI you can place that jewelry. But I do not know how to make the gauntlet add armor like a helmet or boots when it is placed in the predefined box for that item. I try to make it with procedure but i can't it.
And the question is ¿how can I make the gauntlets add armor to the character when it is placed in the GUI?
I don't speak english, sorry for that xP
I'll help you.
First thought is it an item or a block?
If its a block do
if get item in slot [the slot] == (youritem)
set in slot[the output slot] (the item)
You may also want to make a button that combines it but, its up to you.