From 75c3b99d14176998789ea0152a02f91c67400d73 Mon Sep 17 00:00:00 2001 From: Julienraptor01 Date: Sat, 15 Apr 2023 17:35:18 +0200 Subject: change coord slightly change coord cause better --- src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit