summaryrefslogtreecommitdiff
path: root/common/map.lua
blob: fe4b9e074552407d5fcd1d025a0c3a57d2fddc60 (plain)
1
2
3
4
5
6
-- a Map is a 2d array of chunks
-- it handles loading and unloading of chunks
-- the specifics of which are then implemented separately for client and server
-- it will probably also do things relating to entities and multiblock things