Tweak spawning of all mobs
This commit is contained in:
parent
cb737d0a75
commit
e78382b08c
14 changed files with 21 additions and 21 deletions
|
@ -124,7 +124,7 @@ print(item:get_name(), minetest.get_item_group(item:get_name(), "dye"))
|
|||
end
|
||||
end,
|
||||
})
|
||||
mobs:register_spawn("mobs_mc:sheep", {"mcl_core:dirt_with_grass"}, 20, 12, 5000, 2, 31000)
|
||||
mobs:register_spawn("mobs_mc:sheep", {"mcl_core:dirt_with_grass"}, 20, 9, 5000, 2, 31000)
|
||||
|
||||
|
||||
-- compatibility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue