Adjusting armor. authored by Luis Antonio H. Larrosa's avatar Luis Antonio H. Larrosa
...@@ -139,10 +139,10 @@ CopperHelmet: ...@@ -139,10 +139,10 @@ CopperHelmet:
# vvv Texture is the inventory icon of your armor. # vvv Texture is the inventory icon of your armor.
Texture: item/armor/copper_helmet Texture: item/armor/copper_helmet
# vvv Armor references to the actual armor on the entity. # vvv Armor references to the actual armor on the entity.
# Regarding the armor texture, it is based on 2 files, which # vvv Regarding the armor texture, it is based on 2 files, which
# should be named as the follows (based on copper armor): # vvv should be named as the follows (based on copper armor):
# copper_layer_1.png # TOP PART # vvv copper_layer_1.png # TOP PART
# copper_layer_2.png # BOTTOM PART - (keep in mind, you must use layer_1 and layer_2) # vvv copper_layer_2.png # BOTTOM PART - (keep in mind, you must use layer_1 and layer_2)
Armor: Armor:
Texture: armor/copper Texture: armor/copper
``` ```
... ...
......