tombs/init.lua

7 lines
291 B
Lua
Raw Normal View History

2018-11-03 15:18:56 -07:00
tombs = {}
2018-11-03 20:44:07 -07:00
--break the file up to make it easier to maintain.
dofile(minetest.get_modpath('tombs')..'/machine.lua')
dofile(minetest.get_modpath('tombs')..'/collision_boxes.lua')
dofile(minetest.get_modpath('tombs')..'/gravestones.lua')
dofile(minetest.get_modpath('tombs')..'/formspec.lua')