yl_creatures = {} local path = minetest.get_modpath("yl_creatures") --get yl_creatures special behavior functions dofile(path .. "/api.lua") dofile(path .. "/mobs/dirt_man.lua") --CONVERTED 2 MOBKIT dofile(path .. "/mobs/sand_man.lua")