Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 936 Bytes

leather-armor-texture-overwritten.md

File metadata and controls

24 lines (16 loc) · 936 Bytes

Leather armor texture overwritten

Leather layers keep getting overwritten by ItemsAdder

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?

{% hint style="warning" %} This requires ItemsAdder 2.5.2+ {% endhint %}

To disable this you just have to set this option in config.yml of ItemsAdder and run /iazip again (then host the pack if needed).

{% code title="config.yml" %}

disable-overwrite-leather-armor-layers-textures: true

{% endcode %}