From 4c9a003a28e306d49889b673a530138461bf14cb Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 23 Nov 2021 09:55:30 +0000 Subject: [PATCH] Fixed default config --- eco-core/core-plugin/src/main/resources/reforges.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/reforges.json b/eco-core/core-plugin/src/main/resources/reforges.json index 2b9625f..7877e62 100644 --- a/eco-core/core-plugin/src/main/resources/reforges.json +++ b/eco-core/core-plugin/src/main/resources/reforges.json @@ -61,7 +61,10 @@ ], "conditions": [ { - "id": "in_air" + "id": "in_air", + "args": { + "in_air": true + } } ] }, @@ -262,7 +265,10 @@ ], "conditions": [ { - "id": "in_water" + "id": "in_water", + "args": { + "in_water": true + } } ] },