beehive gives 1 in 5 chance of spawning new bee
This commit is contained in:
parent
bdd50ccba8
commit
8bfc433ddc
2
bee.lua
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user