summaryrefslogtreecommitdiff
path: root/server/chunk.lua
Commit message (Collapse)AuthorAgeFilesLines
* change blank and ubqorange tiles from false and true to 0 and 9ubq3232023-02-131-0/+4
|
* change from random worldgen to be based on a hash of position; implement ↵ubq3232023-02-111-1/+2
| | | | serverside chunk unloading
* rework of tick interval, refactor of chunk loading/generation into ChunkS classubq3232023-02-111-0/+36