diff options
author | ReyMaratov <77993433+ReyMaratov@users.noreply.github.com> | 2023-09-01 10:35:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 10:35:05 +0200 |
commit | 26a4bb2feaa63d6e534c2d53dccb4902e6921c88 (patch) | |
tree | d3e785fed3899959d1a9a730d862a9c05c2a2599 | |
parent | 0eaf035991b4c20eb67937d4514cc1ad8268c0be (diff) | |
download | SkyHanni-REPO-26a4bb2feaa63d6e534c2d53dccb4902e6921c88.tar.gz SkyHanni-REPO-26a4bb2feaa63d6e534c2d53dccb4902e6921c88.tar.bz2 SkyHanni-REPO-26a4bb2feaa63d6e534c2d53dccb4902e6921c88.zip |
added what I forgot yesterday, the coords for the safe spot (#29)
-rw-r--r-- | constants/Bingo.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/Bingo.json b/constants/Bingo.json index 707f421..2bb84f6 100644 --- a/constants/Bingo.json +++ b/constants/Bingo.json @@ -19,7 +19,8 @@ "difficulty": "Easy", "note": [ "Mine Diamonds in the Deep Caverns until you get a Rare Diamond to apply.", - "Safe spot to do this is at:", + "Safe spot to do this is between the Diamond Reserve and ", + "the Obsidian Sanctuary (-20 27 70).", "Mobs don't spawn there." ] }, |