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 | bdf0b90fb6d6b5656fe90348d57cbc7b8519e4e2 (patch) | |
| tree | dcb326b8698073ae8cbd6b1b4d6a15e407a23208 /src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java | |
| parent | 3b3dc387cb98312ba45e1f58423cde76039c2804 (diff) | |
| download | SkyHanni-bdf0b90fb6d6b5656fe90348d57cbc7b8519e4e2.tar.gz SkyHanni-bdf0b90fb6d6b5656fe90348d57cbc7b8519e4e2.tar.bz2 SkyHanni-bdf0b90fb6d6b5656fe90348d57cbc7b8519e4e2.zip | |
fixed blaze slayer pillar hider
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java')
| -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.") |
