local modpath = minetest.get_modpath("main") dofile(modpath.."/nodes.lua") --dofile(modpath.."/craftitems.lua") dofile(modpath.."/mapgen.lua") dofile(modpath.."/tools.lua")