From 937e84822e298e3edbee4bb24775eb04f2770c4a Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Wed, 18 Jan 2023 01:01:27 +1100 Subject: Add tooltip resizing (#543) add tooltip resizing --- src/main/resources/mixins.notenoughupdates.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources/mixins.notenoughupdates.json') diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index d080d7f5..dbce787c 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -23,6 +23,7 @@ "MixinGuiIngame", "MixinGuiInventory", "MixinGuiScreen", + "MixinGuiUtils", "MixinInventoryBasic", "MixinInventoryEffectRenderer", "MixinInventoryPlayer", -- cgit