# 皮革盔甲纹理有金属质感

## 皮革层不断被 ItemsAdder 覆盖

![](/files/o3ZM9WCr1ZHuYiofrpMJ)

ItemsAdder 会自动覆盖皮革层纹理以创建自定义盔甲。\
自定义盔甲是使用彩色皮革创建的，但默认的 Minecraft 皮革盔甲纹理看起来不像矿物质纹理。

在某些服务器中，您可能根本不需要此功能，并且您可能更喜欢使用原版的皮革盔甲层纹理，或者使用您自己的自定义纹理。

## 如何禁用此功能？

要禁用此功能，您只需在 ItemsAdder 的 config.yml 中设置此选项，然后再次运行 `/iazip`（如果需要，请[托管资源包](/chinese/cha-jian-shi-yong-fang-fa/resourcepack-hosting.md)）。

{% tabs %}
{% 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
```

{% 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/chinese/faq/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.
