4 lines
103 B
Lua
Raw Normal View History

2017-01-18 19:47:51 +01:00
local path = minetest.get_modpath("decoblocks")
2017-01-21 08:25:41 +10:00
dofile(path.."/nodes.lua")
dofile(path.."/crafts.lua")