mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-12-22 17:00:26 +01:00
beehives no longer suffocate bees
This commit is contained in:
parent
914c37a0ae
commit
59d5dbab85
2
bee.lua
2
bee.lua
@ -79,7 +79,7 @@ minetest.register_node(":mobs:beehive", {
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
walkable = true,
|
||||
groups = {oddly_breakable_by_hand = 3, flammable = 1},
|
||||
groups = {oddly_breakable_by_hand = 3, flammable = 1, disable_suffocation = 1},
|
||||
sounds = default.node_sound_defaults(),
|
||||
|
||||
on_construct = function(pos)
|
||||
|
Loading…
Reference in New Issue
Block a user