aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-10-01 19:12:48 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-10-01 19:12:48 +0200
commit7f68a52e3dcd71edbca363e01618a694839efa4e (patch)
treedcb326b8698073ae8cbd6b1b4d6a15e407a23208 /src/main/java/at/hannibal2/skyhanni/config
parent6294c1e84663a92964326105c4e25bc970a29394 (diff)
downloadskyhanni-7f68a52e3dcd71edbca363e01618a694839efa4e.tar.gz
skyhanni-7f68a52e3dcd71edbca363e01618a694839efa4e.tar.bz2
skyhanni-7f68a52e3dcd71edbca363e01618a694839efa4e.zip
fixed blaze slayer pillar hider
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java7
1 files changed, 1 insertions, 6 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 def86bc74..d33e70b69 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
@@ -83,16 +83,11 @@ public class Slayer {
public Position firePillarPos = new Position(10, 10, false, true);
@Expose
- @ConfigOption(name = "Pillar Sound", desc = "Custom countdown sound for the Fire Pillar timer for the Blaze Slayer.")
+ @ConfigOption(name = "Pillar Sound", desc = "Custom countdown sound for the Fire Pillar timer and hide pillar build sound for the Blaze Slayer.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 3)
public boolean firePillarSound = false;
- @Expose
- @ConfigOption(name = "Hide Pillar", desc = "Hide sound and entities when building the Fire Pillar for the Blaze Slayer.")
- @ConfigEditorBoolean
- @ConfigAccordionId(id = 3)
- public boolean firePillarBuildHider = false;
@Expose
@ConfigOption(name = "Fire Pits", desc = "Warning when the fire pit phase starts for the Blaze Slayer tier 3 and 4.")