Started by
Curunir
on
Topic category: Help with Minecraft modding (Java Edition)
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?
Topic category: Help with Minecraft modding (Java Edition)
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?
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.