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/skyblocker.mixins.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/skyblocker.mixins.json')
-rw-r--r-- | src/main/resources/skyblocker.mixins.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 |