Add GUI description for generateOnlyInHighestDetail

This commit is contained in:
s809
2025-02-01 19:38:25 +05:00
parent 1f8013c1cf
commit 6fb862ecfe
2 changed files with 6 additions and 0 deletions
@@ -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();
@@ -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":