From dd9aa31e71c82b7804d62dd5a1bb1cd2de93f6ba Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:46:24 -0400 Subject: Info Screen --- src/main/resources/assets/skyblocker/lang/en_us.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/resources/assets/skyblocker') diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 84409b9f..78598266 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -11,6 +11,12 @@ "text.skyblocker.quit_config": "Changes Not Saved", "text.skyblocker.quit_config_sure": "Are you sure you want to quit editing the config? Changes will not be saved!", "text.skyblocker.quit_discard": "Quit & Discard Changes", + "text.skyblocker.config": "Open Config...", + "text.skyblocker.source": "Source", + "text.skyblocker.website": "Website", + "text.skyblocker.translate": "Translate", + "text.skyblocker.modrinth": "Modrinth", + "text.skyblocker.discord": "Discord", "text.autoconfig.skyblocker.title": "Skyblocker Settings", -- cgit