diff --git a/Configuration.md b/Configuration.md index b08bf7d..300f5c3 100644 --- a/Configuration.md +++ b/Configuration.md @@ -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 ``` \ No newline at end of file