Component Based (1.21.2+)
If using COMPONENTS as your custom-armor type, you are not limited in any way, unlike TRIMS & SHADER. Unlike SHADER this method does not break with shader-mods and is not restricted to LEATHER_ARMOR items. It also has the benefit of not needing to be based on an armor-item at all, use PAPER if you want to. Every downside there has been to earlier methods is now gone, no restrictions.
How to configure your armor?
Simply set the material you want, no need to specify the texture-icon twice:
An Equippable-Component is also necessary for the armor to display correctly.
Oraxen will automatically assign it if it has not been manually specified.
You can optionally manually assign the component if you want to.
The value should be oraxen:armorname
, so in our example;
Last updated
Was this helpful?