diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-10-08 18:55:05 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-10-08 18:55:05 +0200 |
| commit | 075621619ab3b1b29f5f1d0f2eb3fdbd50fab9a7 (patch) | |
| tree | 8c54348500dd8a27dcec5118ef7b1ecc22fbf674 /src/main/java/at/hannibal2/skyhanni/config | |
| parent | be73b8573a54c0b3fecd62af3b1e2d7fda4a068a (diff) | |
| download | SkyHanni-075621619ab3b1b29f5f1d0f2eb3fdbd50fab9a7.tar.gz SkyHanni-075621619ab3b1b29f5f1d0f2eb3fdbd50fab9a7.tar.bz2 SkyHanni-075621619ab3b1b29f5f1d0f2eb3fdbd50fab9a7.zip | |
bigger blaze slayer warning text, hide event exp message, fixed wrong blaze slayer dagger display
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/Features.java | 5 | ||||
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java | 7 |
2 files changed, 0 insertions, 12 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Features.java b/src/main/java/at/hannibal2/skyhanni/config/Features.java index 605606d8a..4674e6cf1 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/Features.java +++ b/src/main/java/at/hannibal2/skyhanni/config/Features.java @@ -63,11 +63,6 @@ public class Features extends Config { return; } - if (runnableId.equals("firePillar")) { - editOverlay(activeConfigCategory, 200, 16, slayer.firePillarPos); - return; - } - if (runnableId.equals("ashfangResetCooldown")) { editOverlay(activeConfigCategory, 200, 16, ashfang.nextResetCooldownPos); return; 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 7038014b2..1aeaf5f33 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java @@ -1,6 +1,5 @@ package at.hannibal2.skyhanni.config.features; -import at.hannibal2.skyhanni.config.core.config.Position; import at.hannibal2.skyhanni.config.core.config.annotations.*; import com.google.gson.annotations.Expose; @@ -77,12 +76,6 @@ public class Slayer { public boolean firePillarDisplay = false; @Expose - @ConfigOption(name = "Pillar Display Position", desc = "") - @ConfigEditorButton(runnableId = "firePillar", buttonText = "Edit") - @ConfigAccordionId(id = 3) - public Position firePillarPos = new Position(10, 10, false, true); - - @Expose @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) |
