Updated Configuration (markdown)

Jesse Boyd 2016-05-01 11:20:10 +10:00
parent 8572947164
commit 98a9c30501

@ -126,4 +126,11 @@ lighting:
async: true
# If all lighting should be fixed in a chunk that is edited
fix-all: true
# Generic tick limiter (not necessarily WorldEdit related, but still useful)
tick-limiter:
# Max physics per tick
physics: 1337
# Max item spawns per tick
items: 1337
```