diff options
| author | Roman / Linnea Gräf <nea@nea.moe> | 2023-03-31 21:32:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-31 21:32:42 +0200 |
| commit | 53c1440fa4a42613b140f4f099b60c3664ba0fdd (patch) | |
| tree | 0341c3b48d533fdc3f2efa9e172cd4f6c37eeb14 /src/main/java/at/hannibal2/skyhanni/config | |
| parent | e6bcc8f902e410c348ff720ab73de14e5cf04280 (diff) | |
| download | skyhanni-53c1440fa4a42613b140f4f099b60c3664ba0fdd.tar.gz skyhanni-53c1440fa4a42613b140f4f099b60c3664ba0fdd.tar.bz2 skyhanni-53c1440fa4a42613b140f4f099b60c3664ba0fdd.zip | |
Add rancher boot overlay for optimal crop speeds (#25)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 9 |
1 files changed, 9 insertions, 0 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 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 @@ -396,6 +396,15 @@ public class Garden { 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 @ConfigAccordionId(id = 9) |
