diff options
author | olim <bobq4582@gmail.com> | 2024-06-20 15:18:55 +0100 |
---|---|---|
committer | olim <bobq4582@gmail.com> | 2024-07-15 12:38:00 +0100 |
commit | d03d158f8ca40572560f78285e646d4bb3b28d8e (patch) | |
tree | 5400a6661818912967c4971afb490864708b459e /src/main/resources | |
parent | 72c7a10e3e30b2502e7142d59a07b9aaecd5bedb (diff) | |
download | Skyblocker-d03d158f8ca40572560f78285e646d4bb3b28d8e.tar.gz Skyblocker-d03d158f8ca40572560f78285e646d4bb3b28d8e.tar.bz2 Skyblocker-d03d158f8ca40572560f78285e646d4bb3b28d8e.zip |
make sure the location guess is sensible
make sure its within 100 blocks of the players zone
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 1 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 964e0a44..ce799fce 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -490,7 +490,7 @@ "skyblocker.config.mining.crystalsWaypoints.wishingCompassSolver.moveFurtherMessage": "Move further away from the first use before using again", "skyblocker.config.mining.crystalsWaypoints.wishingCompassSolver.changingZoneMessage": "Changed zone. Restarting...", "skyblocker.config.mining.crystalsWaypoints.wishingCompassSolver.waitLongerMessage": "Wait a little before using another wishing compass", - "": "Could not detect last use. Restarting...", + "skyblocker.config.mining.crystalsWaypoints.wishingCompassSolver.couldNotDetectLastUseMessage": "Could not detect last use. Restarting...", "skyblocker.config.mining.dwarvenHud": "Dwarven HUD", "skyblocker.config.mining.dwarvenHud.enabledCommissions": "Enable Commissions", |