From 019def923d9eb186fdb63c68df661f8f05a15fb1 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 17:16:32 -0400 Subject: [PATCH] Fixed Incorrect Leather Armor Overlay 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 c6b32951..c3257ab9 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -692,7 +692,7 @@ { "potion_contents": "Potion (Overlay)" }, { "dyePowder_blue": "Lapis Lazuli" }, { "dyePowder_light_blue": "Light Blue Dye" }, - { "helmetCloth_overlay": "Leather Helmet (Overlay)" }, + { "helmetCloth_overlay": "Leather Cap (Overlay)" }, { "spectral_arrow": "Spectral Arrow" }, { "iron_horse_armor": "Iron Horse Armor" }, { "diamond_horse_armor": "Diamond Horse Armor" }, @@ -708,7 +708,7 @@ { "blazePowder": "Blaze Powder" }, { "dyePowder_purple": "Purple Dye" }, { "dyePowder_magenta": "Magenta Dye" }, - { "chestplateCloth_overlay": "Leather Chestplate (Overlay)" }, + { "chestplateCloth_overlay": "Leather Tunic (Overlay)" }, { "tipped_arrow_base": "Tipped Arrow" }, { "dragon_breath": "Dragon's Breath" }, { "name_tag": "Name Tag" }, @@ -724,7 +724,7 @@ { "magmaCream": "Magma Cream" }, { "dyePowder_cyan": "Cyan Dye" }, { "dyePowder_orange": "Orange Dye" }, - { "leggingsCloth_overlay": "Leather Leggings (Overlay)" }, + { "leggingsCloth_overlay": "Leather Pants (Overlay)" }, { "tipped_arrow_head": "Tipped Arrow (Overlay)" }, { "potion_bottle_lingering": "Lingering Potion" }, { "": "" },