diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-01-11 04:25:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 15:25:32 -0500 |
commit | ffab9576c0f7534195f276b677bd5bdeac5e8a3a (patch) | |
tree | d562a9a817ae874e7b607523cd2ba6345af63aa3 /src/main/resources | |
parent | 52e4ce7fe81bb2af8af102b0270c0eac12a34f48 (diff) | |
download | Skyblocker-ffab9576c0f7534195f276b677bd5bdeac5e8a3a.tar.gz Skyblocker-ffab9576c0f7534195f276b677bd5bdeac5e8a3a.tar.bz2 Skyblocker-ffab9576c0f7534195f276b677bd5bdeac5e8a3a.zip |
Add livid color title (#482)
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 421d74bd..d6f09de9 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -235,6 +235,8 @@ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColorGlow.@Tooltip": "Applies the glowing effect to the correct Livid in F5/M5.", "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColorText": "Enable Livid Color Text", "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColorText.@Tooltip": "Send the livid color in the chat during the Livid boss fight.", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColorTitle": "Enable Livid Color Title", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColorTitle.@Tooltip": "Display the livid color in the title during the Livid boss fight.", "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText": "Livid Color Text", "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText.@Tooltip": "Text which will be sent in the chat during the Livid boss fight. The string \"[color]\" will be replaced with the livid color.", "text.autoconfig.skyblocker.option.locations.dungeons.terminals": "Terminal Solvers", |