7 lines
240 B
Lua
7 lines
240 B
Lua
|
|
function building_lib.get_building_timer(mapblock_pos)
|
|
print(dump(mapblock_pos))
|
|
--TODO: get group data with `DataStorage:get_group_data(pos)`
|
|
end
|
|
|
|
-- TODO: iterate over active areas and operate on `DataStorage:get_group_data(pos)` |