Update mobs_mc
This commit is contained in:
parent
8c18fa522f
commit
84a277c91a
29 changed files with 52 additions and 40 deletions
|
@ -89,7 +89,7 @@ mobs:register_mob("mobs_mc:parrot", {
|
|||
|
||||
--spawn
|
||||
-- TODO: Increase spawn chance if polished
|
||||
--mobs:spawn_specific("mobs_mc:parrot", mobs_mc.spawn.jungle, {"air"}, 0, minetest.LIGHT_MAX+1, 20, 20000, 2, 15, 20)
|
||||
mobs:spawn_specific("mobs_mc:parrot", mobs_mc.spawn.jungle, {"air"}, 0, minetest.LIGHT_MAX+1, 20, 20000, 2, 15, 20)
|
||||
|
||||
-- spawn eggs
|
||||
mobs:register_egg("mobs_mc:parrot", S("Parrot"), "mobs_mc_spawn_icon_parrot.png", 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue