summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-12 22:31:06 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-12 22:31:06 +0200
commit70dfeb1e6b3f241731063d7014207b02b074bd8e (patch)
tree6486c17c272cb72108676b9804753c979c8905c4 /src/main/java/at/hannibal2/skyhanni/config/features
parent1a824ba175cbb3b31af86892e571fed9dc9ccf1b (diff)
downloadskyhanni-70dfeb1e6b3f241731063d7014207b02b074bd8e.tar.gz
skyhanni-70dfeb1e6b3f241731063d7014207b02b074bd8e.tar.bz2
skyhanni-70dfeb1e6b3f241731063d7014207b02b074bd8e.zip
Added mayor election data and added Finnegan Farming Simulator support for crop milestone display
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java5
1 files changed, 5 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 4a2ac82a2..4ac5450ba 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -834,5 +834,10 @@ public class Garden {
public boolean fungiCutterWarn = true;
@Expose
+ @ConfigOption(name = "Always Finnegan", desc = "Forcefully set the Finnegan Farming Simulator perk to be active. This is useful if the auto major detection fails.")
+ @ConfigEditorBoolean
+ public boolean forcefullyEnabledAlwaysFinnegan = false;
+
+ @Expose
public Position cropSpeedMeterPos = new Position(278, -236, false, true);
}