Tweak spawning of all mobs
This commit is contained in:
parent
cb737d0a75
commit
e78382b08c
14 changed files with 21 additions and 21 deletions
|
@ -83,7 +83,7 @@ mobs:register_mob("mobs_mc:zombie", {
|
|||
view_range = 16,
|
||||
attack_type = "dogfight",
|
||||
})
|
||||
mobs:register_spawn("mobs_mc:zombie", {"group:crumbly", "group:cracky", "group:choppy", "group:snappy"}, 7, -1, 5000, 4, 31000)
|
||||
mobs:register_spawn("mobs_mc:zombie", {"group:solid"}, 7, -1, 5000, 4, 31000)
|
||||
|
||||
|
||||
-- compatibility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue