diff --git a/core/src/main/resources/assets/distanthorizons/lang/en_us.json b/core/src/main/resources/assets/distanthorizons/lang/en_us.json index 0a3a84fda..deaab2f5d 100644 --- a/core/src/main/resources/assets/distanthorizons/lang/en_us.json +++ b/core/src/main/resources/assets/distanthorizons/lang/en_us.json @@ -462,6 +462,10 @@ "Enable Silent Updates", "distanthorizons.config.client.advanced.autoUpdater.enableSilentUpdates.@tooltip": "Automatically updates the mod when an update is available", + "distanthorizons.config.client.advanced.autoUpdater.updateBranch": + "Update Branch", + "distanthorizons.config.client.advanced.autoUpdater.updateBranch.@tooltip": + "Where to download the latest update from.\n\nStable: Stable builds from Modrinth\nNightly: Nightly builds from Gitlab", @@ -824,6 +828,10 @@ "distanthorizons.config.enum.ELodShading.OLD_LIGHTING": "Old Lighting", "distanthorizons.config.enum.ELodShading.NONE": - "None" - + "None", + + "distanthorizons.config.enum.EUpdateBranch.STABLE": + "Stable", + "distanthorizons.config.enum.EUpdateBranch.NIGHTLY": + "Nightly" }