Update mobs_mc and update gameconfig

This updates and fixes mob spawn height for new realms.
Also: Small zombie pigman size fixed.
This commit is contained in:
Wuzzy 2017-08-16 22:08:17 +02:00
parent 6e93424f03
commit 895fc7d757
32 changed files with 113 additions and 75 deletions

View file

@ -202,7 +202,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, 15000, 3, 31000)
mobs:spawn_specific("mobs_mc:sheep", mobs_mc.spawn.grassland, {"air"}, 0, minetest.LIGHT_MAX+1, 30, 15000, 3, mobs_mc.spawn_height.overworld_min, mobs_mc.spawn_height.overworld_max)
-- compatibility
mobs:alias_mob("mobs_animal:sheep", "mobs_mc:sheep")