Update configuration files: Adjust max render distance in c2me.toml, modify worker thread range in flywheel-client.toml, change early window dimensions in fml.toml, and update sodium options and shader hash in respective JSON files. Add new mention keyword in chat.json.

This commit is contained in:
Leonid Pershin
2026-05-07 22:17:02 +03:00
parent 5357988b73
commit 21220bbdf1
1095 changed files with 104045 additions and 183 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ globalExecutorParallelism = "default"
[clientSideConfig.modifyMaxVDConfig]
# (Default: true) Whether to modify maximum view distance
enabled = "default"
# (Default: 65) Max render distance allowed in game options
# (Default: 87) Max render distance allowed in game options
maxViewDistance = "default"
# (Default: true) Enable client-side support for extended render distance protocol (c2me:ext_render_distance_v1)
# This allows requesting render distances higher than 127 chunks from the server