From ca347113b6c5c5ac4fd0a028cab2208dc422019b Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 18 Jun 2021 08:59:51 +0100 Subject: [PATCH] Fixed invalid set config --- eco-core/core-plugin/src/main/resources/ecoarmor.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/ecoarmor.json b/eco-core/core-plugin/src/main/resources/ecoarmor.json index 2343cac..746decf 100644 --- a/eco-core/core-plugin/src/main/resources/ecoarmor.json +++ b/eco-core/core-plugin/src/main/resources/ecoarmor.json @@ -1159,7 +1159,7 @@ "enchants": [ { "id": "protection", - "level": "4" + "level": 4 }, { "id": "unbreaking", @@ -1200,7 +1200,7 @@ "enchants": [ { "id": "protection", - "level": "4" + "level": 4 }, { "id": "unbreaking", @@ -1277,7 +1277,7 @@ "enchants": [ { "id": "protection", - "level": "4" + "level": 4 }, { "id": "unbreaking", @@ -1318,7 +1318,7 @@ "enchants": [ { "id": "protection", - "level": "4" + "level": 4 }, { "id": "unbreaking",