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

@ -527,7 +527,7 @@ minetest.register_abm({
minetest.register_abm({
nodenames = {"default:leaves"},
interval = 20 * time_factor,
chance = 100,
chance = 200,
catch_up = false,
action = function(pos, node)
if not (pos and node) then