Added configurable render-triggers.
This commit is contained in:
parent
1f05bc99e2
commit
dd38b4b972
3 changed files with 98 additions and 37 deletions
|
|
@ -3,6 +3,15 @@
|
|||
# How often a tile gets rendered (in seconds).
|
||||
renderinterval: 1
|
||||
|
||||
render-triggers:
|
||||
# - playermove
|
||||
# - playerjoin
|
||||
- blockplaced
|
||||
- blockbroken
|
||||
# - blockbreak
|
||||
# - chunkgenerated
|
||||
# - chunkloaded
|
||||
|
||||
# The path where the tile-files are placed.
|
||||
tilespath: web/tiles
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue