5 lines
132 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")
2017-04-30 20:37:38 +02:00
dofile(path.."/crafts.lua")
dofile(path.."/lantern.lua")