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

@ -125,7 +125,7 @@ mobs:register_mob("mobs_mc:cow", {
end,
})
mobs:register_spawn("mobs_mc:cow", {"mcl_core:dirt_with_grass"}, 20, 8, 7000, 1, 31000)
mobs:register_spawn("mobs_mc:cow", {"group:solid"}, 20, 9, 7000, 1, 31000)
-- compatibility