Skip to content
Snippets Groups Projects
Commit 4718d6ee authored by Milan's avatar Milan
Browse files

there is also a chance for two angry bees when punching a beehive

parent a607f592
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -136,6 +136,10 @@ minetest.register_node(":mobs:beehive", {
if math.random(1, 4) == 1 then
minetest.add_entity(pos, "mobs_animal:bee_angry")
end
if math.random(1, 4) == 2 then
minetest.add_entity(pos, "mobs_animal:bee_angry")
minetest.add_entity(pos, "mobs_animal:bee_angry")
end
end,
allow_metadata_inventory_put = function(pos, listname, index, stack, player)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment