aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-30 18:18:51 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-30 18:18:51 +0200
commitcaf9a771f270db8213730fa3097185eed1d427d4 (patch)
tree552f40e9ef0dc2ceced4b7ae103a949fa38e655e /src/main/java/at/hannibal2/skyhanni/config
parent9be7649e6f094c24b6c93f54ac8ba179bb2d3709 (diff)
downloadSkyHanni-caf9a771f270db8213730fa3097185eed1d427d4.tar.gz
SkyHanni-caf9a771f270db8213730fa3097185eed1d427d4.tar.bz2
SkyHanni-caf9a771f270db8213730fa3097185eed1d427d4.zip
added BlazeSlayerClearView
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
index 4c31648a3..544493750 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
@@ -101,6 +101,12 @@ public class Slayer {
public boolean blazePhaseDisplay = false;
@Expose
+ @ConfigOption(name = "Clear View", desc = "Hide particles and fireballs near blaze slayer bosses and demons.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 1)
+ public boolean blazeClearView = false;
+
+ @Expose
@ConfigOption(name = "Miniboss Highlight", desc = "Highlight slayer miniboss in blue color")
@ConfigEditorBoolean
public boolean slayerMinibossHighlight = false;