Adjust tree and meteor odds.
This commit is contained in:
parent
8e7e1f2d46
commit
212511b754
3 changed files with 4 additions and 2 deletions
2
mobs.lua
2
mobs.lua
|
@ -370,6 +370,8 @@ mobs:register_mob("fun_caves:star", {
|
|||
mobs:spawn_specific("fun_caves:star", {'default:stone', 'fun_caves:asteroid_water'}, {'fun_caves:vacuum'}, -1, 20, nil, 300, 2, 11168, 15168, nil)
|
||||
|
||||
if minetest.registered_entities["mobs:bee"] then
|
||||
mobs:register_spawn("mobs_animal:bee", {"group:flower"}, 20, 10, 4000, 1, 31000, true)
|
||||
|
||||
local function bee_summon(self)
|
||||
if not (self and self.state == 'attack') then
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue