summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-09-04 19:03:24 +0200
committerLorenz <lo.scherf@gmail.com>2022-09-04 19:03:24 +0200
commitb33102aa38f460da3f21708d9bb31f030c517cf7 (patch)
tree36deac1bd2ff2ea317b6f6e17205bf6c2192756d /src/main/java/at/hannibal2/skyhanni/config/features
parentf4e16cc1b3accc3c5ae71ffb42a0df83ed6ffc4b (diff)
downloadskyhanni-b33102aa38f460da3f21708d9bb31f030c517cf7.tar.gz
skyhanni-b33102aa38f460da3f21708d9bb31f030c517cf7.tar.bz2
skyhanni-b33102aa38f460da3f21708d9bb31f030c517cf7.zip
add highlight different ashfang blazes in their respective color
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Ashfang.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Ashfang.java b/src/main/java/at/hannibal2/skyhanni/config/features/Ashfang.java
index bf3d68f52..cbed42513 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Ashfang.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Ashfang.java
@@ -54,4 +54,9 @@ public class Ashfang {
)
@ConfigEditorColour
public String blazingSoulsColor = "0:245:85:255:85";
+
+ @Expose
+ @ConfigOption(name = "Ashfang Highlight Blazes", desc = "Highlight the different blazes in their respected color")
+ @ConfigEditorBoolean
+ public boolean highlightBlazes = false;
}