Make parrots spawn in jungles

This commit is contained in:
Wuzzy 2020-12-05 17:55:48 +01:00
parent 389135f87f
commit eee892d78e
2 changed files with 2 additions and 5 deletions

View File

@ -85,10 +85,8 @@ mobs:register_mob("mobs_mc:parrot", {
})
-- 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)
-- Parrots spawn rarely in jungles. TODO: Also check for jungle *biome*
mobs:spawn_specific("mobs_mc:parrot", {"mcl_core:jungletree", "mcl_core:jungleleaves"}, {"air"}, 0, minetest.LIGHT_MAX+1, 7, 30000, 1, mobs_mc.spawn_height.water+7, mobs_mc.spawn_height.overworld_max)
-- spawn eggs
mobs:register_egg("mobs_mc:parrot", S("Parrot"), "mobs_mc_spawn_icon_parrot.png", 0)

View File

@ -11,7 +11,6 @@ local wip_items = {
"mcl_minecarts:furnace_minecart",
"mobs_mc:enderdragon",
"mobs_mc:wither",
"mobs_mc:parrot",
"mobs_mc:witch",
"screwdriver:screwdriver",
"mcl_paintings:painting",