wood_and_saws = {} local modpath = minetest.get_modpath("wood_and_saws") dofile(modpath .. "/wood_node_api.lua") dofile(modpath .. "/stuff.lua") dofile(modpath .. "/saw.lua")