I tried multiple different terms but nothing seems to be working
I got this as the base item tier/tag
ItemEvents.armorTierRegistry(event => {
event.add('dragonite_tier', tier => {
tier.toughness = 6;
tier.knockbackResistance = 0.2;
});
});
But when I try adding
tier.armorProtection it just says it's an invalid term.
I also tried modifying induvidual armor pieces using,
.armor
But it says that's also not a valid term.
What should I be using?
Toughness and knockbac is working