Jacob Gustafson 535220164f initial changes in expertmm fork
see README
2017-02-12 00:02:53 -05:00

9 lines
307 B
Lua

local birthstones_path = minetest.get_modpath("birthstones")
dofile(birthstones_path.."/nodes.lua")
dofile(birthstones_path.."/craftitems.lua")
dofile(birthstones_path.."/crafting.lua")
dofile(birthstones_path.."/tools.lua")
dofile(birthstones_path.."/oregen.lua")
dofile(birthstones_path.."/aliases.lua")