# Custom Elytras (1.21.2+)

This is a sub-feature of using COMPONENT based CustomArmor, letting you make custom textured elytras.\
The pattern for adding it is exactly the same as explained in [CustomArmor](https://docs.nexomc.com/configuration/custom-armors/components)-section, with some slight differences. The Equippable-Component model-property is suffixed with \_elytra, and the itemid follows the scheme `armorname_elytra`

Here is a config example:

```yaml
forest_elytra:
  itemname: "Forest Elytra"
  material: ELYTRA
  Pack:
    texture: nexo:item/nexo_armor/forest_elytra_icon
  Components:
    equippable:
      slot: CHEST
      asset_id: nexo:forest_elytra
```

{% hint style="info" %}
If you are unsure how to reference a TextureFile in a NexoItem config; [#how-do-i-reference-a-resourcepack-file-in-a-config](https://docs.nexomc.com/general-usage/faq#how-do-i-reference-a-resourcepack-file-in-a-config "mention")
{% endhint %}

<figure><img src="https://548966760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTAoAxayP9PrBtX9UQ5wa%2Fuploads%2Fgit-blob-ec7032bc21cfb2d46ab8af8b44e442bd36495476%2Fimage.png?alt=media" alt=""><figcaption><p>Forest Elytra included with Nexo</p></figcaption></figure>
