2017-01-21 08:25:41 +10:00

4 lines
103 B
Lua

local path = minetest.get_modpath("decoblocks")
dofile(path.."/nodes.lua")
dofile(path.."/crafts.lua")