diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-13 16:26:23 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-13 16:26:23 +0100 |
commit | a32e4f54eb6da926365199d4165d61354cccce83 (patch) | |
tree | 63f356aba8626eeb3fca48f19df480799f308859 /src | |
parent | 3968c4372b9b33c79224acf6a78d4d8138566ec8 (diff) | |
download | skyhanni-a32e4f54eb6da926365199d4165d61354cccce83.tar.gz skyhanni-a32e4f54eb6da926365199d4165d61354cccce83.tar.bz2 skyhanni-a32e4f54eb6da926365199d4165d61354cccce83.zip |
Changed default position
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 2 |
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.") |