diff options
author | Alexia <me@alexia.lol> | 2024-02-26 20:16:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 20:16:10 +0100 |
commit | 6c719ba83be6fee6f276d32fdeda17dc3aee89e9 (patch) | |
tree | 187f25b9fd0853c0e82e5cce30d80648918c416a /constants | |
parent | 7147ca9eff5c9f31b1960f0f78d08c5ae20265d1 (diff) | |
download | SkyHanni-REPO-6c719ba83be6fee6f276d32fdeda17dc3aee89e9.tar.gz SkyHanni-REPO-6c719ba83be6fee6f276d32fdeda17dc3aee89e9.tar.bz2 SkyHanni-REPO-6c719ba83be6fee6f276d32fdeda17dc3aee89e9.zip |
Add Sugar Cane to wanted crops of Royal Resident (#123)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/Garden.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |