From 53c1440fa4a42613b140f4f099b60c3664ba0fdd Mon Sep 17 00:00:00 2001 From: Roman / Linnea Gräf Date: Fri, 31 Mar 2023 21:32:42 +0200 Subject: Add rancher boot overlay for optimal crop speeds (#25) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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 f6879a86d..2414d4c35 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -395,6 +395,15 @@ public class Garden { @ConfigAccordionId(id = 9) public boolean optimalSpeedWarning = false; + @Expose + @ConfigOption(name = "Rancher Boots", desc = "Allows you to set the optimal speed in the rancher boots overlay by clicking on the presets.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 9) + public boolean optimalSpeedSignEnabled = true; + + @Expose + public Position optimalSpeedSignPosition = new Position(200, 20, false, true); + @Expose @ConfigOption(name = "Custom Speed", desc = "Change the exact speed for every single crop.") @Accordion -- cgit