From 6fb862ecfe58b2f6cb8d346c6987d47ff38cc8a6 Mon Sep 17 00:00:00 2001 From: s809 <43530948+s809@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:38:25 +0500 Subject: [PATCH] Add GUI description for generateOnlyInHighestDetail --- .../java/com/seibel/distanthorizons/core/config/Config.java | 1 + .../main/resources/assets/distanthorizons/lang/en_us.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java index 88a27a817..890083986 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java @@ -1592,6 +1592,7 @@ public class Config .set(false) .comment("" + "Makes the server reject all generation requests for detail levels below the highest one.\n" + + "When enabled on the client, makes it only request highest detail LODs.\n" + "") .build(); 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 e8d5cfb7c..a801191bf 100644 --- a/core/src/main/resources/assets/distanthorizons/lang/en_us.json +++ b/core/src/main/resources/assets/distanthorizons/lang/en_us.json @@ -703,6 +703,11 @@ "distanthorizons.config.server.maxGenerationRequestDistance.@tooltip": "Defines the distance allowed to generate around the player.", + "distanthorizons.config.server.generateOnlyInHighestDetail": + "Generate Only in Highest Detail", + "distanthorizons.config.server.generateOnlyInHighestDetail.@tooltip": + "Makes the server reject all generation requests for detail levels below the highest one.\nWhen enabled on the client, makes it only request highest detail LODs.", + "distanthorizons.config.server.enableRealTimeUpdates": "Enable Real-time Updates", "distanthorizons.config.server.enableRealTimeUpdates.@tooltip":