diff options
author | MTOnline69 <97001154+MTOnline69@users.noreply.github.com> | 2024-09-17 08:40:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 09:40:31 +0200 |
commit | a1a903e3a3d223d2654ad941070a552c57fb6642 (patch) | |
tree | 85d884bb024b358b6f53cba6da24c6123f58befd /src/main/java/at/hannibal2/skyhanni/config | |
parent | 5cba1329e720553854e79557815cdf9319768850 (diff) | |
download | skyhanni-a1a903e3a3d223d2654ad941070a552c57fb6642.tar.gz skyhanni-a1a903e3a3d223d2654ad941070a552c57fb6642.tar.bz2 skyhanni-a1a903e3a3d223d2654ad941070a552c57fb6642.zip |
Removed Feature: Wild Strawberry Dye notification (#2520)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java index b39f5f01c..8aa9aa6a1 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java @@ -159,12 +159,6 @@ public class GardenConfig { public boolean burrowingSporesNotification = true; @Expose - @ConfigOption(name = "Wild Strawberry", desc = "Show a notification when a Wild Strawberry Dye drops while farming.") - @ConfigEditorBoolean - @FeatureToggle - public boolean wildStrawberryDyeNotification = true; - - @Expose @ConfigOption( name = "FF for Contest", desc = "Show the minimum needed Farming Fortune for reaching each medal in Jacob's Farming Contest inventory." |