Armor transforms at full set

Started by Warden154 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Armor transforms at full set

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 

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could in a procedure…
Thu, 10/31/2024 - 15:41

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.