Skip to content
Snippets Groups Projects
Commit 95eb3aa5 authored by Milan's avatar Milan
Browse files

allow sheep and bee to spawn higher

parent 0349bd5a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -200,7 +200,7 @@ mobs:spawn({
min_light = 10,
chance = 15000,
min_height = 0,
max_height = 310,
max_height = 2000,
day_toggle = true,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment