From 8885ab61e6ec58a30854dfb1be00af4c6024776d Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sat, 19 Jun 2021 11:58:10 +0100 Subject: [PATCH] Fixed camelCase --- 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 670daa0..42cdb55 100644 --- a/eco-core/core-plugin/src/main/resources/ecoarmor.json +++ b/eco-core/core-plugin/src/main/resources/ecoarmor.json @@ -3,7 +3,7 @@ { "name": "default", "display": "&8&lDEFAULT", - "requires-tiers": [], + "requiresTiers": [], "crystalCraftable": false, "crystalName": "&8Default Upgrade Crystal", "crystalRecipe": [ @@ -74,7 +74,7 @@ { "name": "iron", "display": "&7&lIRON", - "requires-tiers": [ + "requiresTiers": [ "default" ], "crystalCraftable": true,