Update mobs_mc, properly implement totem
This commit is contained in:
parent
ed5c2c2019
commit
e3cea04f12
11 changed files with 102 additions and 26 deletions
|
@ -87,9 +87,9 @@ 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, 30, 30000, 1, mobs_mc.spawn_height.water+1, mobs_mc.spawn_height.overworld_max)
|
||||
-- Spawn disabled because parrots are not very smart.
|
||||
-- TODO: Re-enable when parrots are finished
|
||||
--mobs:spawn_specific("mobs_mc:parrot", mobs_mc.spawn.jungle, {"air"}, 0, minetest.LIGHT_MAX+1, 30, 30000, 1, mobs_mc.spawn_height.water+1, mobs_mc.spawn_height.overworld_max)
|
||||
|
||||
-- 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