From 07ed3780d19b941ccc65dfff68aee06df1085f55 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 9 Sep 2021 10:02:06 +0100 Subject: [PATCH] Fixed chestplates being called helmets in default config --- eco-core/core-plugin/src/main/resources/ecoarmor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/ecoarmor.json b/eco-core/core-plugin/src/main/resources/ecoarmor.json index 2ac7d23..2d8d244 100644 --- a/eco-core/core-plugin/src/main/resources/ecoarmor.json +++ b/eco-core/core-plugin/src/main/resources/ecoarmor.json @@ -353,7 +353,7 @@ ], "material": "leather_chestplate", "leatherColor": "#750909", - "name": "&4Slayer Helmet", + "name": "&4Slayer Chestplate", "advancedName": "Advanced&4 Slayer Chestplate", "effectiveDurability": 1024.0, "unbreakable": false, @@ -932,7 +932,7 @@ ], "material": "leather_chestplate", "leatherColor": "#97fbfc", - "name": "&bHuntress Helmet", + "name": "&bHuntress Chestplate", "advancedName": "Advanced&b Huntress Chestplate", "effectiveDurability": 2048, "unbreakable": false,