mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-29 18:34:33 +00:00
Fixed Incorrect Leather Armor names to match in game names
This commit is contained in:
@@ -548,7 +548,7 @@
|
||||
{ "jungle_trapdoor": "Jungle Trapdoor" }
|
||||
],
|
||||
"items": [
|
||||
{ "helmetCloth": "Leather Helmet" },
|
||||
{ "helmetCloth": "Leather Cap" },
|
||||
{ "helmetChain": "Chain Helmet" },
|
||||
{ "helmetIron": "Iron Helmet" },
|
||||
{ "helmetDiamond": "Diamond Helmet" },
|
||||
@@ -564,7 +564,7 @@
|
||||
{ "sugar": "Sugar" },
|
||||
{ "snowball": "Snowball" },
|
||||
{ "elytra": "Elytra" },
|
||||
{ "chestplateCloth": "Leather Chestplate" },
|
||||
{ "chestplateCloth": "Leather Tunic" },
|
||||
{ "chestplateChain": "Chain Chestplate" },
|
||||
{ "chestplateIron": "Iron Chestplate" },
|
||||
{ "chestplateDiamond": "Diamond Chestplate" },
|
||||
@@ -580,7 +580,7 @@
|
||||
{ "cake": "Cake" },
|
||||
{ "slimeball": "Slimeball" },
|
||||
{ "broken_elytra": "Elytra (Broken)" },
|
||||
{ "leggingsCloth": "Leather Leggings" },
|
||||
{ "leggingsCloth": "Leather Pants" },
|
||||
{ "leggingsChain": "Chain Leggings" },
|
||||
{ "leggingsIron": "Iron Leggings" },
|
||||
{ "leggingsDiamond": "Diamond Leggings" },
|
||||
|
||||
Reference in New Issue
Block a user