aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-28 15:36:37 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-28 15:36:37 +0200
commitdf3fecab65827e551e3ff0e086eeb5e8d3c19b0f (patch)
treef9b38d8f2e773c251c35958097cd84afa13b0502 /src/main/java/at/hannibal2/skyhanni/config
parent97fcd55a9addb564c50acd6be249e26f2ffe6a5e (diff)
downloadskyhanni-df3fecab65827e551e3ff0e086eeb5e8d3c19b0f.tar.gz
skyhanni-df3fecab65827e551e3ff0e086eeb5e8d3c19b0f.tar.bz2
skyhanni-df3fecab65827e551e3ff0e086eeb5e8d3c19b0f.zip
Added ender slayer beacon explode timer. Fixed ender slayer beacon don't disappear sometimes.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
index 7814b954e..445fb6cc6 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
@@ -12,7 +12,7 @@ public class SlayerConfig {
public boolean enderman = false;
@Expose
- @ConfigOption(name = "Highlight Yang Glyph", desc = "Highlight the enderman slayer Yang Glyph (beacon) in red color. Supports beacon in hand and beacon flying.")
+ @ConfigOption(name = "Highlight Yang Glyph", desc = "Highlight the enderman slayer Yang Glyph (beacon) in red color and added an timer when he explodes. Supports beacon in hand and beacon flying.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
public boolean slayerEndermanBeacon = false;