aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy
diff options
context:
space:
mode:
authorJulienraptor01 <julienraptor01@gmail.com>2023-04-10 12:52:08 +0200
committerGitHub <noreply@github.com>2023-04-10 12:52:08 +0200
commitd3ceb45bb6e27be2f8ab6d30dfa6944aad65c2ea (patch)
tree379568e7990ee0fc8ce3e7470e6b1ee4a72e4a6d /src/main/java/me/xmrvizzy
parent8abac9f8babb5ffa1c2c0d38bd54cc0788ae1b87 (diff)
downloadSkyblocker-d3ceb45bb6e27be2f8ab6d30dfa6944aad65c2ea.tar.gz
Skyblocker-d3ceb45bb6e27be2f8ab6d30dfa6944aad65c2ea.tar.bz2
Skyblocker-d3ceb45bb6e27be2f8ab6d30dfa6944aad65c2ea.zip
Update TreasureHunter.java
Diffstat (limited to 'src/main/java/me/xmrvizzy')
-rw-r--r--src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java b/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java
index e7c8ff36..41b42bad 100644
--- a/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java
+++ b/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java
@@ -40,7 +40,7 @@ public class TreasureHunter extends ChatPatternListener {
locations.put("There's a small house in the gorge, I saw some treasure near there.", "297 87 -562");
locations.put("There's this guy who says he has the best sheep in the world. I think I saw something around his hut.", "392 85 -372");
locations.put("I spotted something by an odd looking mushroom on one of the ledges in the Mushroom Gorge, you should check it out.", "305 73 -557");
- locations.put("There are some small ruins out in the desert, might want to check it out.", "320 102 -471");
+ locations.put("There are some small ruins out in the desert, might want to check them out.", "320 102 -471");
locations.put("Some dirt was kicked up by the water pool in the overgrown Mushroom Cave. Have a look over there.", "234 56 -410");
locations.put("There are some old stone structures in the Mushroom Gorge, give them a look.", "223 54 -503");
locations.put("In the Mushroom Gorge where blue meets the ceiling and floor, you will find what you are looking for.", "205 42 -527");
@@ -58,4 +58,4 @@ public class TreasureHunter extends ChatPatternListener {
locations.put("I was down near the lower oasis yesterday, I think I saw something under the bridge.", "142 69 -448");
locations.put("I was at the upper oasis today, I recall seeing something on the cobblestone stepping stones.", "188 77 -459");
}
-} \ No newline at end of file
+}