aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulienraptor01 <julienraptor01@gmail.com>2023-04-15 17:35:18 +0200
committerJulienraptor01 <julienraptor01@gmail.com>2023-04-15 17:35:31 +0200
commit75c3b99d14176998789ea0152a02f91c67400d73 (patch)
tree4a5e04ef4e14320f51cccafa58f8938d02b7dc88
parent00c7bd2c0fb2243d1e9a4dd52fde124890ab990f (diff)
downloadSkyblocker-75c3b99d14176998789ea0152a02f91c67400d73.tar.gz
Skyblocker-75c3b99d14176998789ea0152a02f91c67400d73.tar.bz2
Skyblocker-75c3b99d14176998789ea0152a02f91c67400d73.zip
change coord
slightly change coord cause better
-rw-r--r--src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java2
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 c32847eb..895354c2 100644
--- a/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java
+++ b/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java
@@ -34,7 +34,7 @@ public class TreasureHunter extends ChatPatternListener {
static {
locations = new HashMap<>();
- locations.put("There's a treasure chest somewhere in a small cave in the gorge.", "256 70 -490");
+ locations.put("There's a treasure chest somewhere in a small cave in the gorge.", "258 70 -492");
locations.put("I was in the desert earlier, and I saw something near a red sand rock.", "357 82 -319");
locations.put("There's this guy who collects animals to experiment on, I think I saw something near his house.", "259 184 -564");
locations.put("There's a small house in the gorge, I saw some treasure near there.", "297 87 -562");