aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-19 20:37:56 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-19 20:37:56 +0100
commit7e3ba7ead8e046f3ead016fa5c5781546dfbf976 (patch)
tree0101d812cb7d204d1499aa617385608554382770
parentcd5bb1c8a24e61c7e3b11ef0cb6484dc81259b68 (diff)
downloadSkyHanni-7e3ba7ead8e046f3ead016fa5c5781546dfbf976.tar.gz
SkyHanni-7e3ba7ead8e046f3ead016fa5c5781546dfbf976.tar.bz2
SkyHanni-7e3ba7ead8e046f3ead016fa5c5781546dfbf976.zip
Changed default position for next jacob contest display
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
index a81622cdb..7febc074d 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -427,7 +427,7 @@ public class Garden {
@ConfigOption(name = "Jacob Contest Position", desc = "")
@ConfigEditorButton(runnableId = "nextJacobContest", buttonText = "Edit")
@ConfigAccordionId(id = 14)
- public Position nextJacobContestPos = new Position(16, -232, false, true);
+ public Position nextJacobContestPos = new Position(-113, -240, false, true);
@Expose
@ConfigOption(name = "Plot Price", desc = "Show the price of the plot in coins when inside the Configure Plots inventory.")