aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-28 16:20:47 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-28 16:20:47 +0200
commit0be64e693d9790a1aa877197ebf50cd307c8a5d3 (patch)
treedde1da9c3bb86bb92522ffdb69c9e65a22875d89 /src/main/java/at
parent91aed4f2a0fabea739d0c65f68440c6f44380a39 (diff)
downloadskyhanni-0be64e693d9790a1aa877197ebf50cd307c8a5d3.tar.gz
skyhanni-0be64e693d9790a1aa877197ebf50cd307c8a5d3.tar.bz2
skyhanni-0be64e693d9790a1aa877197ebf50cd307c8a5d3.zip
typos in the config
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java10
1 files changed, 5 insertions, 5 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 445fb6cc6..af8e65647 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
@@ -12,31 +12,31 @@ public class SlayerConfig {
public boolean enderman = false;
@Expose
- @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.")
+ @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;
@Expose
- @ConfigOption(name = "Beacon Warning", desc = "Displays a warning mid-screen then the enderman Slayer throws a Yang Glyph (beacon).")
+ @ConfigOption(name = "Beacon Warning", desc = "Displays a warning mid-screen then the Enderman Slayer throws a Yang Glyph (beacon).")
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
public boolean slayerEndermanBeaconWaring = false;
@Expose
- @ConfigOption(name = "Highlight Nukekebi Skulls", desc = "Highlights the enderman Slayer Nukekebi Skulls.")
+ @ConfigOption(name = "Highlight Nukekebi Skulls", desc = "Highlights the Enderman Slayer Nukekebi Skulls.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
public boolean endermanHighlightNukekebi = false;
@Expose
- @ConfigOption(name = "Phase Display", desc = "Show the current phase of the enderman slayer in damage indcator.")
+ @ConfigOption(name = "Phase Display", desc = "Show the current phase of the Enderman Slayer in damage indcator.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
public boolean endermanPhaseDisplay = false;
@Expose
- @ConfigOption(name = "Hide Particles", desc = "Hide particles around enderman slayer bosses and mini bosses.")
+ @ConfigOption(name = "Hide Particles", desc = "Hide particles around Enderman Slayer bosses and mini bosses.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
public boolean endermanHideParticles = false;