diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-07-11 16:42:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 16:42:27 -0400 |
commit | 66b1e05d468ea7a959e560b029eb1da908bc6caf (patch) | |
tree | 583fd298170441ac8941096d28a21ef947ab3110 /src/main/resources/assets | |
parent | 4233a55c009d2a751832d42f67f6dad1987abb18 (diff) | |
parent | f2f50f2a956cada6c619f8efd46fc0ed9a830a16 (diff) | |
download | Skyblocker-66b1e05d468ea7a959e560b029eb1da908bc6caf.tar.gz Skyblocker-66b1e05d468ea7a959e560b029eb1da908bc6caf.tar.bz2 Skyblocker-66b1e05d468ea7a959e560b029eb1da908bc6caf.zip |
Merge pull request #829 from SkyblockerMod/locraw-remover-9000
Locraw remover 9000
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 5 |
1 files changed, 5 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 bf154048..6ea6cd70 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -654,6 +654,11 @@ "skyblocker.config.uiAndVisuals.waypoints.waypointType.@Tooltip": "Waypoint: Displays a highlight and a beacon beam.\n\nOutlined Waypoint: Displays both a waypoint and an outline.\n\nHighlight: Only displays a highlight.\n\nOutlined Highlight: Displays both a highlight and an outline.\n\nOutline: Only displays an outline.", "skyblocker.config.uiAndVisuals.waypoints.waypointType.generalNote": "\n\n\nThis option does not apply to all waypoints. Some waypoints such as secret waypoints have their own waypoint type option.", + "skyblocker.utils.locationUpdateError": "Failed to update your location! Some features of the mod may not work properly :(", + + "skyblocker.reparty.notInPartyOrNotLeader": "You must be in a party and be the leader of it in order to reparty!", + "skyblocker.reparty.error": "Failed to reparty, try again in a moment!", + "skyblocker.itemTooltip.noData": "\u00a7cNo Data", "skyblocker.itemTooltip.nullMessage": "\u00a7cItem price information on tooltip will renew in max 60 seconds. If not, check latest.log", |