From 6c719ba83be6fee6f276d32fdeda17dc3aee89e9 Mon Sep 17 00:00:00 2001 From: Alexia Date: Mon, 26 Feb 2024 20:16:10 +0100 Subject: Add Sugar Cane to wanted crops of Royal Resident (#123) --- constants/Garden.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants/Garden.json') diff --git a/constants/Garden.json b/constants/Garden.json index 3a67ca5..c5058d4 100644 --- a/constants/Garden.json +++ b/constants/Garden.json @@ -995,7 +995,8 @@ "Royal Resident": { "rarity": "rare", "need_items": [ - "Wheat" + "Wheat", + "Sugar Cane" ], "mode": "mining_3", "position": "63:204:200", -- cgit