aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authormsg-programs <msgdoesstuff@gmail.com>2023-10-14 11:19:32 +0200
committermsg-programs <msgdoesstuff@gmail.com>2023-10-14 11:19:32 +0200
commit05aedd82de412e8373d1f241e9dad927924a6780 (patch)
tree4b77a9e19a28a84ed6c61cd390bda165400d3930 /src/main/resources/assets
parent48197bd0dff5816c53d1d7929246914efe2836da (diff)
downloadSkyblocker-05aedd82de412e8373d1f241e9dad927924a6780.tar.gz
Skyblocker-05aedd82de412e8373d1f241e9dad927924a6780.tar.bz2
Skyblocker-05aedd82de412e8373d1f241e9dad927924a6780.zip
Add config option to turn the thing on/off
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/skyblocker/lang/de_de.json2
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/de_de.json b/src/main/resources/assets/skyblocker/lang/de_de.json
index ccc958d0..dd8de99e 100644
--- a/src/main/resources/assets/skyblocker/lang/de_de.json
+++ b/src/main/resources/assets/skyblocker/lang/de_de.json
@@ -15,6 +15,8 @@
"text.autoconfig.skyblocker.option.locations.dungeons.enableMap": "Karte aktivieren",
"text.autoconfig.skyblocker.option.locations.dungeons.solveThreeWeirdos": "Drei Verrückte Rätsel lösen",
"text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Blaze Rätsel lösen",
+ "text.autoconfig.skyblocker.option.locations.dungeons.creepersolver": "Creeper Beams lösen",
+ "text.autoconfig.skyblocker.option.locations.dungeons.creepersolver.@Tooltip": "Zeigt an, welche Strahlen die besten sind und welche Ziele man dafür treffen muss.",
"text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Rätsel lösen",
"text.autoconfig.skyblocker.option.locations.dungeons.terminals": "Terminal Löser",
"text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Wähle die richtige Farbe",
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index f889595e..69f79359 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.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.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.creepersolver": "Solve Creeper Beams Puzzle",
+ "text.autoconfig.skyblocker.option.locations.dungeons.creepersolver.@Tooltip": "Highlights the best beams to make and the targets to hit.",
"text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Solve Trivia Puzzle",
"text.autoconfig.skyblocker.option.locations.dungeons.solveTicTacToe": "Solve Tic Tac Toe Puzzle",
"text.autoconfig.skyblocker.option.locations.dungeons.solveTicTacToe.@Tooltip": "Puts a red box around the next best move for you to make!",