From cceaa38e7c1783d0446a50dbb09e42b8287e38d1 Mon Sep 17 00:00:00 2001 From: UpFault <76474308+UpFault@users.noreply.github.com> Date: Thu, 18 Jul 2024 03:07:33 -0500 Subject: EssenceShopPrice feature (#737) Added EssenceShopPrice Feature, moved concatenate methods from ChocolateFactorySolver to Utils as they most likely will be used many times Co-authored-by: Rime <81419447+Emirlol@users.noreply.github.com> Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> --- src/main/resources/assets/skyblocker/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json') diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index b7096424..875b45dd 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -263,6 +263,7 @@ "skyblocker.config.general.itemTooltip.enableMuseumInfo.@Tooltip": "If this item is donatable to the museum, then the item's category in the museum is displayed. It also displays a marker indicating whether you've donated that item to your museum or not (freebies not yet supported).\n\nMake sure to enable your Museum API for accurate information!", "skyblocker.config.general.itemTooltip.enableNPCPrice": "Enable NPC Price", "skyblocker.config.general.itemTooltip.enableObtainedDate": "Enable Obtained Date", + "skyblocker.config.general.itemTooltip.showEssenceCost": "Show Essence Cost", "skyblocker.config.general.quiverWarning": "Quiver Warning", "skyblocker.config.general.quiverWarning.enableQuiverWarning": "Enable Quiver Warning", -- cgit