> For the complete documentation index, see [llms.txt](https://docs.nexomc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexomc.com/configuration/custom-elytras-1.21.2+.md).

# Custom Elytras

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](broken://pages/HYHg9kLcfi9m3kscfcUq)-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; [FAQ](/general-usage/faq.md#how-do-i-reference-a-resourcepack-file-in-a-config)
{% 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>
