beehives no longer suffocate bees

This commit is contained in:
TenPlus1 2020-05-09 20:28:11 +01:00
rodzic 914c37a0ae
commit 59d5dbab85
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -65,6 +65,7 @@ mobs:register_mob("mobs_animal:cow", {
{"group:grass", "air", 0},
{"default:dirt_with_grass", "default:dirt", -1}
},
-- stay_near = {{"farming:straw", "group:grass"}, 10},
fear_height = 2,
on_rightclick = function(self, clicker)