diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-07-08 22:59:51 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-07-10 03:02:16 -0400 |
commit | df20f2dd76d68a5490f800813e74b7977e59d01a (patch) | |
tree | 5ade1fc900a6eb704a46bec8fef701329b13a2dc /src/main/resources/assets/skyblocker/lang/en_us.json | |
parent | 42703f02c9736a1565a0aa00007b04db9bc0baa7 (diff) | |
download | Skyblocker-df20f2dd76d68a5490f800813e74b7977e59d01a.tar.gz Skyblocker-df20f2dd76d68a5490f800813e74b7977e59d01a.tar.bz2 Skyblocker-df20f2dd76d68a5490f800813e74b7977e59d01a.zip |
Reimplement /reparty ontop of the Mod API
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 3 |
1 files changed, 3 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 ce7b7d46..6ea6cd70 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -656,6 +656,9 @@ "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", |