From df20f2dd76d68a5490f800813e74b7977e59d01a Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:59:51 -0400 Subject: Reimplement /reparty ontop of the Mod API --- src/main/resources/assets/skyblocker/lang/en_us.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json') 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", -- cgit