Started by
Warden154
on
Topic category: Help with Minecraft modding (Java Edition)
I have a cool idea for an armor that will drop from a mob I made, however I don’t know how to make it. I want the armor to be “dead” when it drops which I know how to do but once you put on the full set I want it to transform or “take over the Minecraft character” and turn into a different armor with curse of binding. Is there any way I can do this
You could in a procedure detect what the player is wearing through if statements and if all are true take those off and replace it with a whole nother armor set.