aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5933ed959..048703b7d 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -351,7 +351,7 @@ public class Garden {
@ConfigOption(name = "Dicer Counter Position", desc = "")
@ConfigEditorButton(runnableId = "dicerCounter", buttonText = "Edit")
@ConfigAccordionId(id = 12)
- public Position dicerCounterPos = new Position(-375, -215, false, true);
+ public Position dicerCounterPos = new Position(16, -232, false, true);
@Expose
@ConfigOption(name = "Plot Price", desc = "Show the price of the plot in coins when inside the Configure Plots inventory.")