Adjust bee spawns and pie recipes.

This commit is contained in:
Duane 2016-08-04 06:30:18 -05:00
parent 8f4c8f7668
commit 323bf1d0ca
3 changed files with 39 additions and 21 deletions

View file

@ -364,7 +364,7 @@ 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)
mobs:register_spawn("mobs_animal:bee", {"group:flower"}, 20, 10, 300, 1, 31000, true)
local function bee_summon(self)
if not (self and self.state == 'attack') then