local path = minetest.get_modpath("sweet_nodes") dofile(path .. "/sugar.lua") -- Sugar (very important! Do not remove or else other blocks will suffer) dofile(path .. "/tart.lua") -- Pop Tart dofile(path .. "/tart_node.lua") -- Pop Tart Block