Component Based (1.21.2+)
Last updated
Last updated
If using COMPONENT as your custom-armor type, you are not limited in any way, unlike with TRIMS 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.
Make sure that the itemID of your NexoItem follows the pattern armorname_armortype
.
For the rest of the above set it would be ruby_chestplate
, ruby_leggings
and ruby_boots
.
Make sure your armor-layer files follow the format of armorname_armor_layer_1/2.png. In the example below, we would need a ruby_armor_layer_1.png & ruby_armor_layer_2.png
An Equippable-Component is also necessary for the armor to display correctly.
Nexo 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 nexo:armorname
, so in our example;