Initial Sync!

This commit is contained in:
2026-07-26 13:21:37 +01:00
parent dcc2b22c5f
commit e6182d37ff
1582 changed files with 87325 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"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
}
}