diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-04-12 10:26:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 10:26:25 -0400 |
commit | a8ab2df5f6b1e1670269700a55e71c82f31977d6 (patch) | |
tree | a22d3a912e8004d94398575b24e2f3edf08b2f90 /src/main/resources | |
parent | 8de8c711946c32f091660253f47f96c506fb33d7 (diff) | |
parent | 85c4ec27d7ac4dab9ae45029e5a81c7f2f63121e (diff) | |
download | Skyblocker-a8ab2df5f6b1e1670269700a55e71c82f31977d6.tar.gz Skyblocker-a8ab2df5f6b1e1670269700a55e71c82f31977d6.tar.bz2 Skyblocker-a8ab2df5f6b1e1670269700a55e71c82f31977d6.zip |
Merge pull request #638 from AzureAaron/default-screen
Info Screen
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 6 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index d4d6dd85..b1f3df9f 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", diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3f365b90..a18707da 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -48,7 +48,8 @@ "modmenu": { "links": { "modmenu.discord": "https://discord.com/invite/aNNJHQykck", - "modmenu.modrinth": "https://modrinth.com/mod/skyblocker-liap" + "modmenu.modrinth": "https://modrinth.com/mod/skyblocker-liap", + "text.skyblocker.translate": "https://translate.hysky.de" } } } |