From 70dfeb1e6b3f241731063d7014207b02b074bd8e Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 12 Apr 2023 22:31:06 +0200 Subject: Added mayor election data and added Finnegan Farming Simulator support for crop milestone display --- src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') 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 @@ -833,6 +833,11 @@ public class Garden { @ConfigEditorBoolean 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); } -- cgit