--MCmobs v0.4 --maikerumine --made for MC like Survival game --License for code WTFPL and otherwise stated in readmes local path = minetest.get_modpath("extra_mobs") if not minetest.get_modpath("mobs_mc_gameconfig") then mobs_mc = {} end --Monsters dofile(path .. "/herobrine.lua") dofile(path .. "/hoglin+zoglin.lua") --Animals dofile(path .. "/strider.lua") dofile(path .. "/fox.lua")