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

@ -169,7 +169,7 @@ mobs:register_mob("mobs_mc:wolf", {
step = 0.5,
blood_texture = "mobs_blood.png",
})
mobs:register_spawn("mobs_mc:wolf", {"mcl_core:dirt_with_grass","mcl_core:dirt","mcl_core:snow", "mcl_core:snowblock"}, 20, 0, 19000, 1, 31000)
mobs:register_spawn("mobs_mc:wolf", {"mcl_core:dirt_with_grass", "mcl_core:dirt", "mcl_core:coarse_dirt", "mcl_core:snow", "mcl_core:snowblock", "mcl_core:podzol"}, 20, 0, 19000, 1, 31000)
-- compatibility