2015-12-21 02:14:49 -08:00
|
|
|
local modpath = minetest.get_modpath("gridgen")
|
2015-12-21 01:05:46 -08:00
|
|
|
|
|
|
|
A = 8 -- Controlls size of the rooms
|
|
|
|
|
2015-12-21 02:14:49 -08:00
|
|
|
dofile(modpath .. "/gridgen.lua")
|
|
|
|
dofile(modpath .. "/spawn.lua")
|
|
|
|
dofile(modpath .. "/roomgen.lua")
|
|
|
|
dofile(modpath .. "/commands.lua")
|
2015-12-21 20:52:39 -08:00
|
|
|
dofile(modpath .. "/traps.lua")
|