This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/smoothchunk.json
2023-11-02 12:32:44 -05:00

10 lines
346 B
JSON

{
"chunkSaveDelay": {
"desc:": "Delay before a chunk is saved to disk, default: 300 seconds. If you enable the noSaveAll config, it is suggest to set this to 180.",
"chunkSaveDelay": 300
},
"debugLogging": {
"desc:": "Enables debug logging of how many chunks got saved in a tick. default: false",
"debugLogging": false
}
}