diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-03-28 17:03:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 17:03:13 -0400 |
commit | e27a78393240db57774f0d5dbce825768db245f3 (patch) | |
tree | 3d74e9aa36467aca85f39655aeec44a83bb50bb5 /src/main/resources | |
parent | 126f13afaf08c0a3c303793266da572447de4bfe (diff) | |
download | Skyblocker-e27a78393240db57774f0d5dbce825768db245f3.tar.gz Skyblocker-e27a78393240db57774f0d5dbce825768db245f3.tar.bz2 Skyblocker-e27a78393240db57774f0d5dbce825768db245f3.zip |
Add New Year Cakes Helper (#603)
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 2 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 ff0ffa11..918493fc 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -92,6 +92,8 @@ "text.autoconfig.skyblocker.option.general.itemTooltip.enableExoticTooltip.@Tooltip": "Displays the type of exotic below the item's name if an armor piece is exotic.", "text.autoconfig.skyblocker.option.general.dungeonQuality": "Dungeon Quality", "text.autoconfig.skyblocker.option.general.dungeonQuality.@Tooltip": "Displays quality and tier of dungeon drops from mobs.\n\n\nReminder:\nTier 1-3 dropped from F1-F3\nTier 4-7 dropped from F4-F7 or M1-M4\nTier 8-10 are dropped only from M5-M7", + "text.autoconfig.skyblocker.option.general.enableNewYearCakesHelper": "Enable New Year Cakes Helper", + "text.autoconfig.skyblocker.option.general.enableNewYearCakesHelper.@Tooltip": "Highlights the missing new year cakes green and the cakes you have already red.\n\nRequires you to open your cake bag at least once to work.", "text.autoconfig.skyblocker.option.general.itemInfoDisplay": "Item Info Display", "text.autoconfig.skyblocker.option.general.itemInfoDisplay.attributeShardInfo": "Attribute Shard Info", "text.autoconfig.skyblocker.option.general.itemInfoDisplay.attributeShardInfo.@Tooltip": "Displays the attribute's level as the stack count and the initials of the attribute's name.", |