aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-09-13 01:12:04 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2023-09-13 01:12:04 -0400
commitd90edca10537179d26b18685dc17774a618ba16b (patch)
tree1224c9f0969fc50996b12eec6247de4776927071 /src/main/resources
parent99c6a8a6f1f09feee4a8fb1cae5af40ec0217c7e (diff)
downloadSkyblocker-d90edca10537179d26b18685dc17774a618ba16b.tar.gz
Skyblocker-d90edca10537179d26b18685dc17774a618ba16b.tar.bz2
Skyblocker-d90edca10537179d26b18685dc17774a618ba16b.zip
Hide Status Effect Overlay
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json1
-rw-r--r--src/main/resources/skyblocker.mixins.json1
2 files changed, 2 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 ffcb4e81..89d15766 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -307,6 +307,7 @@
"text.autoconfig.skyblocker.option.slayer.vampireSlayer.maniaUpdateFrequency.@Tooltip": "The lower the value, the more frequent the updates, which may cause lag.",
"text.autoconfig.skyblocker.option.general.hideEmptyTooltips": "Hide empty item tooltips in menus",
+ "text.autoconfig.skyblocker.option.general.hideStatusEffectOverlay": "Hide Status Effect Overlay",
"skyblocker.updaterepository.failed": "§b[§6Skyblocker§b] §cUpdating local repository failed. Remove files manually and restart game.",
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index 9d2ce7c2..43e3a8f8 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -4,6 +4,7 @@
"plugin": "me.xmrvizzy.skyblocker.compatibility.MixinPlugin",
"compatibilityLevel": "JAVA_17",
"client": [
+ "AbstractInventoryScreenMixin",
"ArmorTrimMixin",
"BatEntityMixin",
"ClientPlayerEntityMixin",