4 lines
106 B
Lua
Raw Normal View History

2017-01-28 20:41:40 +01:00
local path = minetest.get_modpath("compactblocks")
dofile(path.."/nodes.lua")
dofile(path.."/crafts.lua")