diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-10-01 19:12:48 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-10-01 19:12:48 +0200 |
commit | 7f68a52e3dcd71edbca363e01618a694839efa4e (patch) | |
tree | dcb326b8698073ae8cbd6b1b4d6a15e407a23208 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 6294c1e84663a92964326105c4e25bc970a29394 (diff) | |
download | skyhanni-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.java | 7 |
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.") |