aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-13 16:26:23 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-13 16:26:23 +0100
commit63d902a81d20bd11beee1c15fe9e10f912772b39 (patch)
tree63f356aba8626eeb3fca48f19df480799f308859
parentc5f6b5724b5898f682f648ea04eeb82c0d8fba32 (diff)
downloadSkyHanni-63d902a81d20bd11beee1c15fe9e10f912772b39.tar.gz
SkyHanni-63d902a81d20bd11beee1c15fe9e10f912772b39.tar.bz2
SkyHanni-63d902a81d20bd11beee1c15fe9e10f912772b39.zip
Changed default position
-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.")