Updated Chunk processor (markdown)

Jesse Boyd 2015-08-15 15:00:14 +10:00
parent 2d6320699b
commit 02f860e2ab

@ -29,6 +29,9 @@ chunk-processor:
max-entities: 512
// The maximum number of blockstates allowed per chunk
max-blockstates: 4096
// If you also want to disable all physics
// (formerly there was a physics limiter, however that lead to confusion when important things like redstone were limited, so now it's just a blanket disable option)
disable-physics: false
```
For more information about blockstates see: