allow sheep and bee to spawn higher

master
Milan 2019-01-18 12:10:01 +01:00
parent 0349bd5a57
commit 95eb3aa515
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ mobs:register_mob("mobs_animal:bee_angry", {
end,
})
mobs:register_spawn("mobs_animal:bee", {"group:flower"}, 20, 10, 9000, 2, 310, true)
mobs:register_spawn("mobs_animal:bee", {"group:flower"}, 20, 10, 9000, 2, 2000, true)
mobs:register_egg("mobs_animal:bee", S("Bee"), "mobs_bee_inv.png", 0)
mobs:register_egg("mobs_animal:bee_angry", S("Angry Bee"), "mobs_bee_inv.png", 0)

View File

@ -200,7 +200,7 @@ mobs:spawn({
min_light = 10,
chance = 15000,
min_height = 0,
max_height = 310,
max_height = 2000,
day_toggle = true,
})