diff options
| author | Lorenz <ESs95s3P5z8Pheb> | 2022-07-09 00:37:17 +0200 |
|---|---|---|
| committer | Lorenz <ESs95s3P5z8Pheb> | 2022-07-09 00:37:17 +0200 |
| commit | 5f592670446d0dfc5458a962e893cf1b19e1bfa7 (patch) | |
| tree | becfa9afb79190031c159f5d5d302d9599e451d6 /src/main/java/at/lorenz/mod/config | |
| parent | 38b53ed9d8aabaf80fe92aa4acecc9e77c14f2c0 (diff) | |
| download | SkyHanni-5f592670446d0dfc5458a962e893cf1b19e1bfa7.tar.gz SkyHanni-5f592670446d0dfc5458a962e893cf1b19e1bfa7.tar.bz2 SkyHanni-5f592670446d0dfc5458a962e893cf1b19e1bfa7.zip | |
adding a button on pause menu
Diffstat (limited to 'src/main/java/at/lorenz/mod/config')
| -rw-r--r-- | src/main/java/at/lorenz/mod/config/Features.java | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/java/at/lorenz/mod/config/Features.java b/src/main/java/at/lorenz/mod/config/Features.java index 43843df40..327aa2bcb 100644 --- a/src/main/java/at/lorenz/mod/config/Features.java +++ b/src/main/java/at/lorenz/mod/config/Features.java @@ -68,7 +68,6 @@ public class Features { @ConfigEditorAccordion(id = 1) public boolean filterTypes = false; - @Expose @ConfigOption(name = "HyPixel Hub", desc = "Block messages outside SkyBlock in the HyPixel lobby: player joins, loot boxes, prototype lobby messages, radiating generosity and HyPixel tournaments.") @ConfigEditorBoolean @@ -186,6 +185,11 @@ public class Features { @ConfigOption(name = "Exp Bottles", desc = "Hides all the experience bottles lying on the ground.") @ConfigEditorBoolean public boolean hideExpBottles = false; + + @Expose + @ConfigOption(name = "Config Button", desc = "Adds a button to the pause menu to configure the Lorenz mod.") + @ConfigEditorBoolean + public boolean configButtonOnPause = true; } public static class Test { |
