aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json1
-rw-r--r--src/main/resources/fabric.mod.json3
-rw-r--r--src/main/resources/skyblocker.mixins.json1
3 files changed, 4 insertions, 1 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/fabric.mod.json b/src/main/resources/fabric.mod.json
index cf7e639c..963f3684 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -46,7 +46,8 @@
"custom": {
"modmenu": {
"links": {
- "modmenu.discord": "https://discord.com/invite/aNNJHQykck"
+ "modmenu.discord": "https://discord.com/invite/aNNJHQykck",
+ "modmenu.modrinth": "https://modrinth.com/mod/skyblocker-liap"
}
}
}
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",