Tweak spawning of all mobs
This commit is contained in:
parent
cb737d0a75
commit
e78382b08c
14 changed files with 21 additions and 21 deletions
|
@ -59,7 +59,7 @@ mobs:register_mob("mobs_mc:enderman", {
|
|||
replace_offset = -1,
|
||||
|
||||
})
|
||||
mobs:register_spawn("mobs_mc:enderman", { "mcl_core:sand", "mcl_core:redsand"}, 5, -1, 5000, 4, 31000)
|
||||
mobs:register_spawn("mobs_mc:enderman", { "group:solid"}, 7, -1, 5000, 4, 31000)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue