aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json6
-rw-r--r--src/main/resources/fabric.mod.json3
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 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",
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"
}
}
}