You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,12 @@ public class Slayer {
48
48
publicbooleanfirePitsWarning = false;
49
49
50
50
@Expose
51
-
@ConfigOption(name = "Slayer Miniboss Highlight", desc = "Highlight slayer miniboss in blue color")
51
+
@ConfigOption(name = "Miniboss Highlight", desc = "Highlight slayer miniboss in blue color")
52
52
@ConfigEditorBoolean
53
53
publicbooleanslayerMinibossHighlight = false;
54
54
55
55
@Expose
56
-
@ConfigOption(name = "Slayer Enderman Beacon", desc = "Highlight the enderman slayer Yang Glyph (Beacon) in red color (supports beacon in hand and beacon flying)")
56
+
@ConfigOption(name = "Enderman Beacon", desc = "Highlight the enderman slayer Yang Glyph (Beacon) in red color (supports beacon in hand and beacon flying)")
0 commit comments