# Custom data for armour

## Custom Modal Data Support

**Yes - we do support custom modal data on newer versions of minecraft.**

Within your set config, replace your material in the fields 'helmet', 'chestplate', 'leggings' and 'boots' with your custom modal data within quotations, like below:

```yaml
helmet: "1234567"
chestplate: "1234567"
leggings: "1234567"
boots: "1234567"
# They can all be different
```

## Coloured Leather Armour

**Yes - we do support coloured leather armour!**

We will be using RGB (Red,Green,Blue) - follow the example below in the "MATERIAL:R,G,B" format

```yaml
helmet: "LEATHER:255,255,255"
chestplate: "LEATHER:255,255,255"
leggings: "LEATHER:255,255,255"
boots: "LEATHER:255,255,255"
# They can all be different
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mantic.dev/manticsets/custom-data-for-armour.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
