2015-12-31 11:01:14 +01:00

11 lines
250 B
Lua

default = {}
local modpath = minetest.get_modpath("default")
dofile(modpath.."/player.lua")
dofile(modpath.."/craftitems.lua")
dofile(modpath.."/nodes.lua")
dofile(modpath.."/tools.lua")
dofile(modpath.."/craft.lua")
dofile(modpath.."/mapgen.lua")