From 2a4fcd3bc32d9081c46fa64d18221fc9702198be Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 29 Nov 2021 10:56:36 +0000 Subject: [PATCH] Fixed farming.yml --- eco-core/core-plugin/src/main/resources/skills/farming.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/skills/farming.yml b/eco-core/core-plugin/src/main/resources/skills/farming.yml index b672014..87482ca 100644 --- a/eco-core/core-plugin/src/main/resources/skills/farming.yml +++ b/eco-core/core-plugin/src/main/resources/skills/farming.yml @@ -73,7 +73,8 @@ rewards: # Specify with type:xp xp-rewards: - "wheat:4" - - "potato:4" + - "potatoes:5" + - "beetroots:5" - "carrots:4" - "melon:4" - "pumpkin:4.5"