diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-06-01 02:26:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 02:26:19 -0400 |
commit | d8167863622b082c43afc21b421f325429185aeb (patch) | |
tree | 481637be115406b7c9d1ef78dde4d4290f4bd63b /src/main/resources/assets/skyblocker/lang/en_us.json | |
parent | 66387b1fe7dbdf4a0c3e82e53e59a5c24cce6075 (diff) | |
parent | 69e794ffcd06fe14f76f368b33d5af0e4bc60b3a (diff) | |
download | Skyblocker-d8167863622b082c43afc21b421f325429185aeb.tar.gz Skyblocker-d8167863622b082c43afc21b421f325429185aeb.tar.bz2 Skyblocker-d8167863622b082c43afc21b421f325429185aeb.zip |
Merge pull request #162 from kevinthegreat1/livid-color
Livid color
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 5 |
1 files changed, 5 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 80e3e05e..922f73a9 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -160,6 +160,11 @@ "text.autoconfig.skyblocker.option.locations.dungeons.solveThreeWeirdos": "Solve Three Weirdos Puzzle", "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Solve Blaze Puzzle", "text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Solve Trivia Puzzle", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor": "Livid Color", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor": "Enable Livid Color", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor.@Tooltip": "Send the livid color in the chat 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", "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Solve Select Colored", "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveOrder": "Solve Click In Order", |