Add correct descriptions

This commit is contained in:
s809
2026-01-18 22:38:01 +05:00
parent 7be65a2258
commit 2a4bfef7a6
2 changed files with 8 additions and 4 deletions
@@ -1738,10 +1738,9 @@ public class Config
public static ConfigEntry<Boolean> enableServerGeneration = new ConfigEntry.Builder<Boolean>() public static ConfigEntry<Boolean> enableServerGeneration = new ConfigEntry.Builder<Boolean>()
.set(true) .set(true)
.comment("" .comment(""
+ " Should Distant Horizons slowly generate LODs \n" + "When enabled, Distant Horizons will attempt to download missing LODs from the server.\n"
+ " outside the vanilla render distance? \n" + "\n"
+ "Depending on the generator mode, this will import existing chunks \n" + "Note: the server must have Distant Generation enabled for it to work."
+ "and/or generating missing chunks."
+ "") + "")
.build(); .build();
@@ -763,6 +763,11 @@
"distanthorizons.config.server.levelKeyPrefix.@tooltip": "distanthorizons.config.server.levelKeyPrefix.@tooltip":
"Prefix of the level keys sent to the clients.\nIf the mod is running behind a proxy, each backend should use a unique value.\nIf this value is empty, level key will be based on the server's seed hash.", "Prefix of the level keys sent to the clients.\nIf the mod is running behind a proxy, each backend should use a unique value.\nIf this value is empty, level key will be based on the server's seed hash.",
"distanthorizons.config.server.enableServerGeneration":
"Enable Server Generation",
"distanthorizons.config.server.enableServerGeneration.@tooltip":
"When enabled, Distant Horizons will attempt to download missing LODs from the server.\n\nNote: the server must have Distant Generation enabled for it to work.",
"distanthorizons.config.server.generationRequestRateLimit": "distanthorizons.config.server.generationRequestRateLimit":
"Rate Limit for Generation Requests", "Rate Limit for Generation Requests",
"distanthorizons.config.server.generationRequestRateLimit.@tooltip": "distanthorizons.config.server.generationRequestRateLimit.@tooltip":