# Armor leather texture looks like metal

## Leather layers keep getting overwritten by ItemsAdder

![](https://708574821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M28TcKgSDvuFN510qye-887967055%2Fuploads%2Fgit-blob-5f66b80249f1ad103500b498e6f2f1adf05bcf9a%2Fimage.png?alt=media)

ItemsAdder automatically overwrites leather layers textures in order to create custom armors.\
Custom armors are created using colored leather, but the default Minecraft leather armor texture doesn't look like a texture made of minerals.

In some servers you might not need this feature at all and you could prefer to have the vanilla leather armor layers texture instead, or use your own custom one.

## How to disable this?

To disable this you just have to set this option in config.yml of ItemsAdder and run `/iazip` again (then [host the pack](https://itemsadder.devs.beer/plugin-usage/plugin-configuration/resourcepack-hosting) if needed).

{% tabs %}
{% tab title="ItemsAdder 4.0.10+" %}

```yaml
custom_armors_shaders_legacy:
  vanilla:
    overwrite_leather_layers: false
```

{% endtab %}

{% tab title="ItemsAdder 4.0.9+" %}
{% code title="config.yml" %}

```yaml
overwrite_leather_armor_layers_textures: false
```

{% endcode %}
{% endtab %}

{% tab title="Previous ItemsAdder versions" %}
{% code title="config.yml" %}

```yaml
disable-overwrite-leather-armor-layers-textures: true # Set it to true not FALSE!
```

{% endcode %}
{% endtab %}
{% endtabs %}


---

# 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://itemsadder.devs.beer/faq/armors-issues/leather-armor-texture-overwritten.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.
