aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/lang
diff options
context:
space:
mode:
authorolim <bobq4582@gmail.com>2024-07-24 12:20:20 +0100
committerolim <bobq4582@gmail.com>2024-07-24 12:20:20 +0100
commitcd9f7062e7b66f6f8fee078cbef32aee8d07df94 (patch)
treefd7852986a289c1996a198a32693c8f31030a5ef /src/main/resources/assets/skyblocker/lang
parentd3cb3448f98c024beca3334e39eeb46fd1079e02 (diff)
downloadSkyblocker-cd9f7062e7b66f6f8fee078cbef32aee8d07df94.tar.gz
Skyblocker-cd9f7062e7b66f6f8fee078cbef32aee8d07df94.tar.bz2
Skyblocker-cd9f7062e7b66f6f8fee078cbef32aee8d07df94.zip
add error message when target location is to far away
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json1
1 files changed, 1 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 b7866dc2..760a7221 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -490,6 +490,7 @@
"skyblocker.config.mining.crystalsWaypoints.wishingCompassSolver.enableTabMessage": "Enable crystals in the /tab to allow the compass to identify discovered items",
"skyblocker.config.mining.crystalsWaypoints.wishingCompassSolver.wishingCompassUsedMessage": "Wishing compass used. Move to another location and use a second compass to triangulate the target",
"skyblocker.config.mining.crystalsWaypoints.wishingCompassSolver.somethingWentWrongMessage": "The lines did not intersect (Something went wrong) please try again.",
+ "skyblocker.config.mining.crystalsWaypoints.wishingCompassSolver.targetLocationToFar": "The target location is too far away to identify the structure, possibly due to a missing structure in the lobby.",
"skyblocker.config.mining.crystalsWaypoints.wishingCompassSolver.foundMessage": "Wishing compass solver found ",
"skyblocker.config.mining.crystalsWaypoints.wishingCompassSolver.useOutsideNucleusMessage": "Use compass outside of nucleus for better results",
"skyblocker.config.mining.crystalsWaypoints.wishingCompassSolver.moveFurtherMessage": "Move further away from the first use before using again",