Full Armour Set Abilities

Started by Curunir on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Full Armour Set Abilities

I'd like to make an armour set that gives abilities based on whether or not the player has the full set equipped. Any idea on how to do that?

 

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The same way you'd make any…
Mon, 07/11/2022 - 21:35

The same way you'd make any armor enchantment ability.  The only difference would be that instead of checking if a single piece of armor has the relevant enchantment, you'd be checking for all four pieces being equiped.

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can check using the item…
Mon, 07/18/2022 - 14:52

you can check using the item in armour slot 0, item in armour slot 1 , on till 3.. cause there are 4 of them and 0. is the starting one