local default_path = minetest.get_modpath("dorwinion") dofile(default_path.."/nodes.lua") dofile(default_path.."/mapgen.lua") dofile(default_path.."/moreblocks.lua") dofile(default_path.."/stairs.lua") dofile(default_path.."/walls.lua") dofile(default_path.."/cave.lua")