This commit is contained in:
Shiroyasha 2025-09-14 20:52:18 +03:00
commit d8d0e9d536
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
2567 changed files with 167778 additions and 0 deletions

10
config/smoothchunk.json Normal file
View file

@ -0,0 +1,10 @@
{
"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
}
}