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":