diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-09 15:59:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 15:59:01 -0400 |
commit | fa978596931a020cca07ac5d19ed39807d0704e4 (patch) | |
tree | f0794f140cd47cd9d5756f0e97830ac7d29e6670 /src/main/resources/assets/skyblocker/lang/en_us.json | |
parent | b5775f7f9a8cc9c12cc5fa3ce136cdf37361a567 (diff) | |
parent | b945f1580a0c3b141f53153d04a52a788580289c (diff) | |
download | Skyblocker-fa978596931a020cca07ac5d19ed39807d0704e4.tar.gz Skyblocker-fa978596931a020cca07ac5d19ed39807d0704e4.tar.bz2 Skyblocker-fa978596931a020cca07ac5d19ed39807d0704e4.zip |
Merge pull request #642 from olim88/share-waypoints
add ability to share crystal waypoint locations
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 1 |
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 c3b8c92e..aee38317 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -344,6 +344,7 @@ "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsWaypoints.enabled.@Tooltip": "Show a waypoint (waypoint selected in general/waypoints) at important areas in the crystal hollows e.g. Jungle Temple and Fairy Grotto. ", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsWaypoints.findInChat": "Find Waypoints In Chat", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsWaypoints.findInChat.@Tooltip": "When in crystal hollows read the chat to see if coordinates are sent and extract these to show as waypoint or on the map", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsWaypoints.shareFail": "Can only share waypoints you have found.", "text.autoconfig.skyblocker.option.locations.rift": "The Rift", "text.autoconfig.skyblocker.option.locations.rift.mirrorverseWaypoints": "Enable Mirrorverse Waypoints", |