diff options
author | Julienraptor01 <julienraptor01@gmail.com> | 2023-04-08 21:42:29 +0200 |
---|---|---|
committer | Julienraptor01 <julienraptor01@gmail.com> | 2023-04-08 21:42:45 +0200 |
commit | 71df5972db63a032efe919d6620cc98054a90e4a (patch) | |
tree | 1dd77fb53635693207425e2d6e77dee348dcca03 /src/main/java/me/xmrvizzy/skyblocker/skyblock/barn | |
parent | f34a7eb51e12ce45f4424bfd6ae583870435c35a (diff) | |
download | Skyblocker-71df5972db63a032efe919d6620cc98054a90e4a.tar.gz Skyblocker-71df5972db63a032efe919d6620cc98054a90e4a.tar.bz2 Skyblocker-71df5972db63a032efe919d6620cc98054a90e4a.zip |
fix one sentence which is wrong on the official wiki
Diffstat (limited to 'src/main/java/me/xmrvizzy/skyblocker/skyblock/barn')
-rw-r--r-- | src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java | 2 |
1 files changed, 1 insertions, 1 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 731f746e..b7718cd1 100644 --- a/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java +++ b/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java @@ -42,7 +42,7 @@ public class TreasureHunter extends ChatPatternListener { 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("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 some old stone structures in the Mushroom Gorge, give it a look", "223 54 -503"); + 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"); locations.put("There was a haystack with a crop greener than usual around it, I think there is something near there", "334 82 -389"); locations.put("There's a single piece of tall grass growing in the desert, I saw something there", "283 76 -363"); |