summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-23 01:15:57 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-23 01:15:57 +0200
commit95d140ec1914eca1db840e3d87a94a02d664072f (patch)
treef40a282a48f855e7734008e98ab9ddcd8e07bc70 /src/main/java/at/hannibal2/skyhanni/config
parent91ee2303b807d6951088b377d8323bb486f716fa (diff)
downloadskyhanni-95d140ec1914eca1db840e3d87a94a02d664072f.tar.gz
skyhanni-95d140ec1914eca1db840e3d87a94a02d664072f.tar.bz2
skyhanni-95d140ec1914eca1db840e3d87a94a02d664072f.zip
Added a title notification when Burrowing Spores drops
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java6
1 files changed, 6 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 07e97edaf..b6bb30838 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -970,6 +970,12 @@ public class Garden {
@ConfigEditorBoolean
public boolean fungiCutterWarn = true;
+
+ @Expose
+ @ConfigOption(name = "Burrowing Spores", desc = "Show a notification when a Burrowing Spores spawns during farming mushrooms.")
+ @ConfigEditorBoolean
+ public boolean burrowingSporesNotification = true;
+
@Expose
@ConfigOption(name = "Always Finnegan", desc = "Forcefully set the Finnegan Farming Simulator perk to be active. This is useful if the auto mayor detection fails.")
@ConfigEditorBoolean