Revert "Tweak mob spawn rates"

This reverts commit 522866193d.
This commit is contained in:
Wuzzy 2017-07-06 03:47:51 +02:00
parent 522866193d
commit 63be6a03e4
17 changed files with 33 additions and 33 deletions

View file

@ -199,7 +199,7 @@ mobs:register_mob("mobs_mc:sheep", {
if mobs:capture_mob(self, clicker, 0, 5, 70, false, nil) then return end
end,
})
mobs:register_spawn("mobs_mc:sheep", mobs_mc.spawn.grassland, minetest.LIGHT_MAX+1, 0, 5000, 3, 31000)
mobs:register_spawn("mobs_mc:sheep", mobs_mc.spawn.grassland, minetest.LIGHT_MAX+1, 0, 15000, 3, 31000)
-- compatibility
mobs:alias_mob("mobs_animal:sheep", "mobs_mc:sheep")