This commit is contained in:
Shiroyasha 2025-09-14 21:22:24 +03:00
commit a956daf8e2
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
2351 changed files with 163047 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
}
}