From 0e75b127dcd7c40aa10d12c8c8c2ed5a84d7af62 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 17:14:32 -0400 Subject: [PATCH] Fixed Incorrect Leather Armor names to match in game names --- PCK-Studio/Resources/tileData.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PCK-Studio/Resources/tileData.json b/PCK-Studio/Resources/tileData.json index 0e9a5069..c6b32951 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -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" },