aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorBigloBot <95036804+BigloBot@users.noreply.github.com>2024-09-08 22:37:46 +0100
committerGitHub <noreply@github.com>2024-09-08 23:37:46 +0200
commitd241b8c91fc39d2719f32b820ca205a1fc4a84c0 (patch)
tree3872b2af6c613f40d88ad211809d29eb25e217cc /src/main/resources
parent04afe1aa4d5e7cd236a7c295aed7bb1bda15f2e9 (diff)
downloadSkyblocker-d241b8c91fc39d2719f32b820ca205a1fc4a84c0.tar.gz
Skyblocker-d241b8c91fc39d2719f32b820ca205a1fc4a84c0.tar.bz2
Skyblocker-d241b8c91fc39d2719f32b820ca205a1fc4a84c0.zip
[Slayers] Adds Slayer Bossbars (#940)
* [Slayers] Adds Bossbars @ * Apply suggestions from code review --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json3
-rw-r--r--src/main/resources/skyblocker.mixins.json1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 6e59ee2c..d393d9ec 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -653,6 +653,9 @@
"skyblocker.config.slayer.blazeSlayer.attunementHighlights" : "Attunement Highlights",
"skyblocker.config.slayer.blazeSlayer.attunementHighlights.@Tooltip": "If Boss Highlighting is on, applies a color matching the current attunement to the selected effect.",
+ "skyblocker.config.slayer.bossbar": "Slayer Bossbar",
+ "skyblocker.config.slayer.bossbar.@Tooltip": "Displays a bossbar for your active slayer boss",
+
"skyblocker.config.slayer.endermanSlayer": "Enderman Slayer",
"skyblocker.config.slayer.endermanSlayer.enableYangGlyphsNotification": "Enable Yang Glyphs notification",
"skyblocker.config.slayer.endermanSlayer.highlightBeacons": "Beacon Highlighting",
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index 912ce94e..57eea120 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -7,6 +7,7 @@
"AbstractInventoryScreenMixin",
"BackgroundRendererMixin",
"BatEntityMixin",
+ "BossBarHudMixin",
"ClientPlayerEntityMixin",
"ClientPlayNetworkHandlerMixin",
"ClientWorldMixin",