diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-20 00:22:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 00:22:24 -0400 |
commit | 3c5707db06e5dd2938062eee1cceb3e8824225a9 (patch) | |
tree | 9ca1bf01eff5bfb833f6e9f7cfd42402a2798207 /src/main/resources/assets | |
parent | 89039bbfbc4d186e97c1fee6eb809d75b4e4bd3a (diff) | |
download | Skyblocker-3c5707db06e5dd2938062eee1cceb3e8824225a9.tar.gz Skyblocker-3c5707db06e5dd2938062eee1cceb3e8824225a9.tar.bz2 Skyblocker-3c5707db06e5dd2938062eee1cceb3e8824225a9.zip |
Starred Mob Boxes (#647)
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 0fb10e10..d1a5966c 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -303,7 +303,9 @@ "text.autoconfig.skyblocker.option.locations.dungeons.playerSecretsTracker": "Player Secrets Tracker", "text.autoconfig.skyblocker.option.locations.dungeons.playerSecretsTracker.@Tooltip": "Tracks the amount of secrets people in your dungeon run are doing.", "text.autoconfig.skyblocker.option.locations.dungeons.starredMobGlow": "Starred Mob Glow", - "text.autoconfig.skyblocker.option.locations.dungeons.starredMobGlow.@Tooltip": "Applies the glowing effect to starred mobs that are visible.", + "text.autoconfig.skyblocker.option.locations.dungeons.starredMobGlow.@Tooltip": "Applies the glowing effect to starred mobs that are visible.\n\nWARNING: This feature is experimental and you may encounter issues with it.", + "text.autoconfig.skyblocker.option.locations.dungeons.starredMobBoundingBoxes": "Starred Mob Bounding Boxes", + "text.autoconfig.skyblocker.option.locations.dungeons.starredMobBoundingBoxes.@Tooltip": "Draws the bounding boxes of starred mobs.", "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.blazeSolver.@Tooltip": "Boxes the correct blaze in green, also draws a line to and boxes the next blaze to kill in white.", |