From 6f9d66d4cc74ed760ef0ff43e6c3f22278dca0e6 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sat, 20 Nov 2021 11:37:04 +0000 Subject: [PATCH] Fixed config --- eco-core/core-plugin/src/main/resources/reforges.json | 4 ++-- 1 file changed, 2 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 a1dc119..2b9625f 100644 --- a/eco-core/core-plugin/src/main/resources/reforges.json +++ b/eco-core/core-plugin/src/main/resources/reforges.json @@ -316,7 +316,7 @@ }, "effects": [ { - "id": "reward", + "id": "give_money", "args": { "amount": 2, "chance": 5 @@ -394,7 +394,7 @@ }, "effects": [ { - "id": "reward", + "id": "give_money", "args": { "amount": 50 },