Started by
MaxPaxTY
on
Topic category: Help with Minecraft modding (Java Edition)
I've been wondering if its possible to display a item or armor on the player if they press a button or do a certain action without the armor slots being used. if not, how can I make it so that if the player has armor and they use the button they get a new armor and when they press it again they get back their original armor. I'm not really sure if I'm explaining it well but I hope someone can help with this.
I don't know if you can display an armor without the armor slot being used, but it's totally possible to change the armor with an other. You have to create all the armor you will need.
For example the "armor 1" can replace the "armor 2", so the "armor 2" can replace the "armor 1".
The procedure will look like that :
I can help you to create this procedure with more armor, but only if you explain to me how we can know what armor have to replace other armor.