From 9373bdfcdee6f9202bbda328585734b90c14fc45 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 12 Apr 2023 02:07:39 +0200 Subject: Changed default position for Optimal Speed Rancher Overlay --- src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni') 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 fcacb9ddb..45189cec8 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -410,7 +410,7 @@ public class Garden { public boolean optimalSpeedSignEnabled = true; @Expose - public Position optimalSpeedSignPosition = new Position(200, 20, false, true); + public Position optimalSpeedSignPosition = new Position(-450, 119, false, true); @Expose @ConfigOption(name = "Custom Speed", desc = "Change the exact speed for every single crop.") -- cgit