From 4e3ebc4af86c7f316b2f034ade0881fe5932f9ba Mon Sep 17 00:00:00 2001 From: tastybento Date: Fri, 31 Aug 2018 10:53:59 +0900 Subject: [PATCH] Fixed item names in challenges.yml https://github.com/BentoBoxWorld/addon-challenges/issues/9 --- src/main/resources/challenges.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/challenges.yml b/src/main/resources/challenges.yml index 1d8fc28..c291758 100644 --- a/src/main/resources/challenges.yml +++ b/src/main/resources/challenges.yml @@ -327,7 +327,7 @@ challenges: icon: WHEAT level: 'Competent' type: inventory - requiredItems: 'WHEAT:64 SUGAR:64 MELON:64 CARROTS:64 POTATOES:64 PUMPKIN:64' + requiredItems: 'WHEAT:64 SUGAR:64 MELON:64 CARROT:64 POTATO:64 PUMPKIN:64' takeItems: true itemReward: 'REDSTONE:16 COCOA_BEANS:1 PIG_SPAWN_EGG:1 COW_SPAWN_EGG:1 CHICKEN_SPAWN_EGG:1' rewardText: '16 redstone dust, 1 cocoa bean, 1 spawn egg (chicken,cow,pig)'