From c65e8c068c314663556797e3a034d129fa7ab53f Mon Sep 17 00:00:00 2001 From: coolGi Date: Sun, 5 Mar 2023 11:57:56 +1030 Subject: [PATCH 1/2] Notification in the config if there is going to be an update on close --- core/src/main/resources/assets/lod/lang/en_us.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/main/resources/assets/lod/lang/en_us.json b/core/src/main/resources/assets/lod/lang/en_us.json index 66c5098c3..d79060aee 100644 --- a/core/src/main/resources/assets/lod/lang/en_us.json +++ b/core/src/main/resources/assets/lod/lang/en_us.json @@ -38,6 +38,8 @@ "Always silent update", "lod.updater.silent.@tooltip": "Every time an update is available, it would update\n(§6WARNING§r: It wont prompt the user on an update, tough it would keep the mod up to date)", + "lod.updater.waitingForClose": + "Distant Horizons will finish update once game restarts", From 31586204401ac0895455c8e664e5e7f82fb5c5bd Mon Sep 17 00:00:00 2001 From: coolGi Date: Sun, 5 Mar 2023 12:13:32 +1030 Subject: [PATCH 2/2] Quick fix up to distantGeneratorMode lang --- core/src/main/resources/assets/lod/lang/en_us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/assets/lod/lang/en_us.json b/core/src/main/resources/assets/lod/lang/en_us.json index d79060aee..fc0ca25f1 100644 --- a/core/src/main/resources/assets/lod/lang/en_us.json +++ b/core/src/main/resources/assets/lod/lang/en_us.json @@ -225,9 +225,9 @@ "Enable Distant Generation", "lod.config.client.worldGenerator.enableDistantGeneration.@tooltip": "§6True:§r in single player fake chunks will be generated outside the vanilla render distance.\nNote: this can use a large amount of CPU.\n\n§6False:§r fake chunks will only generate within the vanilla render distance.", - "lod.config.client.worldGenerator.distanceGenerationMode": + "lod.config.client.worldGenerator.distantGeneratorMode": "Distance generation mode", - "lod.config.client.worldGenerator.distanceGenerationMode.@tooltip": + "lod.config.client.worldGenerator.distantGeneratorMode.@tooltip": "How complicated the generation should be when generating fake chunks outside the vanilla render distance.\n\n§6§6Fastest:§r Biome only\n§6Best Quality:§r Features (suggested)\n§6Best compatibility:§r Full (Very slow, don't use unless the fake chunks generate incorrectly.)", "lod.config.client.worldGenerator.lightGenerationMode": "Light Generation Mode",