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

@ -133,7 +133,7 @@ mobs:register_mob("mobs_mc:pig", {
end,
})
mobs:register_spawn("mobs_mc:pig", {"mcl_core:dirt_with_grass"}, 20, 12, 5000, 1, 31000)
mobs:register_spawn("mobs_mc:pig", {"mcl_core:dirt_with_grass"}, 20, 9, 5000, 1, 31000)
--api code to fix