Started by
phoenix_wb
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make it so that if a full armour set is on, I can trigger a procedure and say, give the player a option effect, but I don't know how to detect if something is in an armour slot.
Heya Mcreator 2020.2 Beta Actually has this feature where it detects if there is an item in an armor slot, you can also use some If statements along with this in a single procedure to check if you have all items in their slot, then add what ever effect!
2020.1 has this procedure block too.
Where exactly is this procedure block?
I found it
can anyone tell me which armour slot corresponds to which number?
Boots = 0, Leggings = 1, Chestplate = 2 and Helmet = 3