Tweak spawning of all mobs
This commit is contained in:
parent
cb737d0a75
commit
e78382b08c
14 changed files with 21 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue