beehive gives 1 in 5 chance of spawning new bee

This commit is contained in:
TenPlus1 2015-10-16 14:05:48 +01:00
parent bdd50ccba8
commit 8bfc433ddc

View File

@ -61,7 +61,7 @@ minetest.register_node("mobs:beehive", {
paramtype = "light",
sunlight_propagates = true,
walkable = true,
groups = {oddly_breakable_by_hand = 2},
groups = {oddly_breakable_by_hand = 3},
sounds = default.node_sound_defaults(),
after_place_node = function(pos, placer, itemstack)
if placer:is_player() then