-- Signs mod by P.Y. Rollo -- -- License: WTFPL signs = {} signs.path = minetest.get_modpath("signs") dofile(signs.path.."/common.lua") dofile(signs.path.."/nodes.lua") dofile(signs.path.."/crafts.lua")