diff options
author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2024-02-15 21:13:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 15:13:54 -0500 |
commit | f11f20654b740f82ca1949c93dd8143babb635d7 (patch) | |
tree | 708e794b142acd4309485dcec3dd970fe74f0834 /src/main/resources/assets/skyblocker | |
parent | 9c106069c2775cafc43da402348d7f35d3a2d67b (diff) | |
download | Skyblocker-f11f20654b740f82ca1949c93dd8143babb635d7.tar.gz Skyblocker-f11f20654b740f82ca1949c93dd8143babb635d7.tar.bz2 Skyblocker-f11f20654b740f82ca1949c93dd8143babb635d7.zip |
Boulder Solver (#540)
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 3 |
1 files changed, 3 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 4eb3573b..6c6f22a9 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -267,6 +267,8 @@ "text.autoconfig.skyblocker.option.locations.dungeons.solveTicTacToe.@Tooltip": "Puts a red box around the next best move for you to make!", "text.autoconfig.skyblocker.option.locations.dungeons.solveWaterboard": "Solve Waterboard Puzzle", "text.autoconfig.skyblocker.option.locations.dungeons.solveWaterboard.@Tooltip": "Click the levers with green boxes to solve the puzzle.", + "text.autoconfig.skyblocker.option.locations.dungeons.solveBoulder": "Solve Boulder Puzzle", + "text.autoconfig.skyblocker.option.locations.dungeons.solveBoulder.@Tooltip": "Draws a line to the chest and highlight button", "text.autoconfig.skyblocker.option.locations.dungeons.mimicMessage": "Mimic Message", "text.autoconfig.skyblocker.option.locations.dungeons.mimicMessage.sendMimicMessage": "Enable Mimic Message", "text.autoconfig.skyblocker.option.locations.dungeons.mimicMessage.sendMimicMessage.@Tooltip": "Sends a message in chat upon killing a mimic for other players' score calculation mods.", @@ -403,6 +405,7 @@ "skyblocker.dungeons.secrets.customWaypointRemoved": "§rRemoved custom waypoint at X: %d, Y: %d, Z: %d for room %s secret #%d of category %s with name '%s'.", "skyblocker.dungeons.secrets.customWaypointNotFound": "§cNo custom waypoint found at X: %d, Y: %d, Z: %d for room %s.", "skyblocker.dungeons.dungeonScore.scoreText": "Score: %s", + "skyblocker.dungeons.puzzle.boulder.noSolution": "No solution found!", "skyblocker.dungeons.secretsTracker.feedback": "%s§f found %s§f secrets. %s", "skyblocker.dungeons.secretsTracker.failFeedback": "§cUnable to calculate the amount of secrets everybody did this run!", |