aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorYasin <LifeIsAParadox@users.noreply.github.com>2023-05-02 21:25:07 +0200
committerGitHub <noreply@github.com>2023-05-02 21:25:07 +0200
commit02663034154813fb43865d0f4f0cd5fc4a260487 (patch)
tree6f68f297666e562ec391b1559b6f6d0424030159 /src/main/resources
parent872196f52ca49b81fa84d7a9665522c0f36ff03f (diff)
parent8d0b1a040d97f66cb295c7b1022729498d22f6b8 (diff)
downloadSkyblocker-02663034154813fb43865d0f4f0cd5fc4a260487.tar.gz
Skyblocker-02663034154813fb43865d0f4f0cd5fc4a260487.tar.bz2
Skyblocker-02663034154813fb43865d0f4f0cd5fc4a260487.zip
Merge pull request #135 from msg-programs/tooltopfix
Add option to hide empty tooltips in inventories.
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/de_de.json2
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json1
-rw-r--r--src/main/resources/skyblocker.mixins.json3
3 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/de_de.json b/src/main/resources/assets/skyblocker/lang/de_de.json
index 090cd4d3..56f0fb14 100644
--- a/src/main/resources/assets/skyblocker/lang/de_de.json
+++ b/src/main/resources/assets/skyblocker/lang/de_de.json
@@ -5,6 +5,8 @@
"text.autoconfig.skyblocker.category.general": "Allgemein",
"text.autoconfig.skyblocker.option.general.bars": "Gesundheits-, Mana-, Verteidigungs- und XP-Balken",
"text.autoconfig.skyblocker.option.general.bars.enableBars": "Balken aktivieren",
+ "text.autoconfig.skyblocker.option.general.hideEmptyTooltips": "Leere Item-Tooltips in Menüs verstecken",
+
"text.autoconfig.skyblocker.category.locations": "Standorte",
"text.autoconfig.skyblocker.option.locations.dungeons": "Dungeons",
"text.autoconfig.skyblocker.option.locations.dungeons.enableMap": "Karte aktivieren",
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 7aa720f2..0ff95ccc 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -193,6 +193,7 @@
"skyblocker.update.update_message_end" : " §ato find out about latest features.",
"skyblocker.update.hover_text": "Open Modrinth",
"text.autoconfig.skyblocker.option.general.enableUpdateNotification": "Update Notification",
+ "text.autoconfig.skyblocker.option.general.hideEmptyTooltips": "Hide empty item tooltips in menus",
"skyblocker.api.got_key": "§b[§6Skyblocker§b] §2Automatically set your API key!"
}
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index fc37cfb0..4a6be779 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -16,7 +16,8 @@
"HandledScreenMixin",
"InventoryScreenMixin",
"RecipeBookWidgetAccessor",
- "HandledScreenAccessor"
+ "HandledScreenAccessor",
+ "ScreenMixin"
],
"injectors": {
"defaultRequire": 1