Update ResourcePack Generator authored by Luis Antonio H. Larrosa's avatar Luis Antonio H. Larrosa
...@@ -133,7 +133,7 @@ CopperHelmet: ...@@ -133,7 +133,7 @@ CopperHelmet:
Model: 10 Model: 10
# ^^^ The CustomModelData ID for the Material to use. # ^^^ The CustomModelData ID for the Material to use.
# In this case, the model generated will be # In this case, the model generated will be
# CHAINMAIL_HELMETwith a CustomModelData ID of 10. # CHAINMAIL_HELMET with a CustomModelData ID of 10.
Display: "<green>Copper Helmet" Display: "<green>Copper Helmet"
Generation: Generation:
# vvv Texture is the inventory icon of your armor. # vvv Texture is the inventory icon of your armor.
...@@ -148,7 +148,8 @@ CopperHelmet: ...@@ -148,7 +148,8 @@ CopperHelmet:
``` ```
config-generation.yml used for this example: config-generation.yml used for this example:
```
```yml
CustomArmor: CustomArmor:
Trims: Trims:
Enabled: true Enabled: true
... ...
......