diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-06 16:46:24 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-06 16:46:24 -0400 |
commit | dd9aa31e71c82b7804d62dd5a1bb1cd2de93f6ba (patch) | |
tree | 3ad4f37ce9f6bd1089427550592c97961c89c3c3 /src/main/resources/assets | |
parent | b3623837bda701610868552005a25a5e5c148b8f (diff) | |
download | Skyblocker-dd9aa31e71c82b7804d62dd5a1bb1cd2de93f6ba.tar.gz Skyblocker-dd9aa31e71c82b7804d62dd5a1bb1cd2de93f6ba.tar.bz2 Skyblocker-dd9aa31e71c82b7804d62dd5a1bb1cd2de93f6ba.zip |
Info Screen
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 6 |
1 files changed, 6 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 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", |