diff options
author | msg-programs <msgdoesstuff@gmail.com> | 2023-04-15 17:05:05 +0200 |
---|---|---|
committer | msg-programs <msgdoesstuff@gmail.com> | 2023-04-15 17:05:05 +0200 |
commit | 515f7fcf6f284030538ca57142a39c32e045d95e (patch) | |
tree | 23695c32a7f2c57983ff1bf9a32b75d11bb0d026 /src/main/resources/assets/skyblocker/lang/en_us.json | |
parent | 2766f4ac5150ab02e97860796fd536ced1d9dfbe (diff) | |
download | Skyblocker-515f7fcf6f284030538ca57142a39c32e045d95e.tar.gz Skyblocker-515f7fcf6f284030538ca57142a39c32e045d95e.tar.bz2 Skyblocker-515f7fcf6f284030538ca57142a39c32e045d95e.zip |
Add option to hide empty tooltips in inventories.
Hypixel's inventory menus sometimes use items with empty names.
When the game draws the tooltip for such an item, a small dark rectangle is seen.
Mixin into the function that draws tooltips and disable it when that is the case.
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 1 |
1 files changed, 1 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 8e7e4041..c0ee7809 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -95,6 +95,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 tooltips in inventory menus", "skyblocker.api.got_key": "§b[§6Skyblocker§b] §2Automatically set your API key!" } |