VS plugin mod for Basic Armour
Révision | 532f7e8fd1ef0bb73730c244360680c9df8bbb2d (tree) |
---|---|
l'heure | 2019-05-19 04:55:34 |
Auteur | ![]() |
Commiter | melchior |
CORRECT text resource names for armour items
@@ -1,10 +1,10 @@ | ||
1 | 1 | { |
2 | - "item-armourmod:clothes-head-potmetal": "Metal Pot Helm", | |
3 | - "item-armourmod:clothes-upperbodyover-vest-studdedleather": "Studded Leather Vest", | |
4 | - "item-armourmod:clothes-upperbodyover-vest-scale": "Scale Mail Vest", | |
5 | - "item-armourmod:clothes-upperbodyover-vest-platechest": "Plate Armour Vest", | |
6 | - "item-armourmod:clothes-upperbodyover-vest-leather": "Leather Vest", | |
7 | - "item-armourmod:clothes-upperbodyover-vest-lamellar": "Lamellar Armour Vest", | |
8 | - "item-armourmod:clothes-upperbodyover-vest-coatofplates": "Coat'o'Plates Armour Vest", | |
9 | - "item-armourmod:clothes-upperbodyover-vest-chain": "Chainmail", | |
2 | + "armourmod:item-clothes-head-potmetal": "Metal Pot Helmet", | |
3 | + "armourmod:item-clothes-upperbodyover-vest-studdedleather": "Studded Leather Vest", | |
4 | + "armourmod:item-clothes-upperbodyover-vest-scale": "Scale Mail Vest", | |
5 | + "armourmod:item-clothes-upperbodyover-vest-platechest": "Plate Armour Vest", | |
6 | + "armourmod:item-clothes-upperbodyover-vest-leather": "Leather Vest", | |
7 | + "armourmod:item-clothes-upperbodyover-vest-lamellar": "Lamellar Armour Vest", | |
8 | + "armourmod:item-clothes-upperbodyover-vest-coatofplates": "Coat-o-Plates Armour Vest", | |
9 | + "armourmod:item-clothes-upperbodyover-vest-chain": "Chainmail Vest", | |
10 | 10 | } |
\ No newline at end of file |