From aaf2792c3c539cd4f0b3e047742df023910ae601 Mon Sep 17 00:00:00 2001 From: viciscat <51047087+viciscat@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:10:23 +0200 Subject: empty string get it? cuz the commit is to add info that you can put an empty string to hide the tooltip HAHAHAHA --- src/main/resources/assets/skyblocker/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 5c6bbf6a..645abe6e 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -577,7 +577,7 @@ "skyblocker.config.quickNav.button.item.itemName": "Item", "skyblocker.config.quickNav.button.render": "Render", "skyblocker.config.quickNav.button.tooltip": "Tooltip", - "skyblocker.config.quickNav.button.tooltip.@Tooltip": "Tooltip shown when hovering your mouse over the button.\n\nYou can use text json format.", + "skyblocker.config.quickNav.button.tooltip.@Tooltip": "Tooltip shown when hovering your mouse over the button.\n\nYou can use text json format.\nPutting nothing will make the tooltip not render.", "skyblocker.config.quickNav.button.uiTitle": "UI Title", "skyblocker.config.quickNav.enableQuickNav": "Enable Quick Navigation", -- cgit