minetest-birthstones/init.lua

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")