From 71df5972db63a032efe919d6620cc98054a90e4a Mon Sep 17 00:00:00 2001 From: Julienraptor01 Date: Sat, 8 Apr 2023 21:42:29 +0200 Subject: fix one sentence which is wrong on the official wiki --- src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/me') 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"); -- cgit