Tweak spawning of all mobs

This commit is contained in:
Wuzzy 2017-02-20 03:00:03 +01:00
parent cb737d0a75
commit e78382b08c
14 changed files with 21 additions and 21 deletions

View file

@ -124,7 +124,7 @@ print(item:get_name(), minetest.get_item_group(item:get_name(), "dye"))
end
end,
})
mobs:register_spawn("mobs_mc:sheep", {"mcl_core:dirt_with_grass"}, 20, 12, 5000, 2, 31000)
mobs:register_spawn("mobs_mc:sheep", {"mcl_core:dirt_with_grass"}, 20, 9, 5000, 2, 31000)
-- compatibility