From 8bfc433ddc5e5827f74b65d65282c4b21336cadb Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 16 Oct 2015 14:05:48 +0100 Subject: [PATCH] beehive gives 1 in 5 chance of spawning new bee --- bee.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bee.lua b/bee.lua index 3b9fe60..1bd6620 100644 --- a/bee.lua +++ b/bee.lua @@ -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