diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-21 20:08:26 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-21 20:08:26 +0100 |
commit | 415c54df96ba46744a524715f10ff26962929903 (patch) | |
tree | 6def645d1ca21ae355487d4007b20108f8ab41cd /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 8dcd991f418b8027b9e42b3afb87f28fbbe9c19a (diff) | |
download | skyhanni-415c54df96ba46744a524715f10ff26962929903.tar.gz skyhanni-415c54df96ba46744a524715f10ff26962929903.tar.bz2 skyhanni-415c54df96ba46744a524715f10ff26962929903.zip |
Added wrong fungi cutter mode warning
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 5 |
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 27a131eda..75f934584 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -438,4 +438,9 @@ public class Garden { @ConfigOption(name = "Desk in Menu", desc = "Show a Desk button in the SkyBlock Menu. Opens the /desk command on click.") @ConfigEditorBoolean public boolean deskInSkyBlockMenu = true; + + @Expose + @ConfigOption(name = "Fungi Cutter Warning", desc = "Warn when breaking mushroom with the wrong Fungi Cutter mode.") + @ConfigEditorBoolean + public boolean fungiCutterWarn = true; } |