Files
2026-07-26 13:21:37 +01:00

20 lines
922 B
JSON

{
"maxRenderDistance": {
"desc:": "Maximum allowed render distance, requires enableChunkManager enabled. default 64",
"maxRenderDistance": 32
},
"enableChunkManager": {
"desc:": "Enables a custom chunk manager, allowing to set higher view distances than 32 and smoothing out chunk loading from the server through caching. Can be disabled for compatibility issues, default true. (false) = vanilla",
"enableChunkManager": true
},
"chunkPreview": {
"descEnable:": "Enables chunk preview feature, which enables saving and loading previously visited chunks to/from disk, default false",
"enabled": false,
"descSpeed:": "Set the speed at which chunk preview loads chunks from disk, default and minimum 1 Chunk per tick(20 per second)",
"previewChunkLoadSpeed": 1
},
"debugLogging": {
"desc:": "Enables debug logging to latest.log, default false",
"debugLogging": false
}
}