diff --git a/bee.lua b/bee.lua index 02af4bc..c642a20 100644 --- a/bee.lua +++ b/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) diff --git a/cow.lua b/cow.lua index dfd6fe8..b8ff87f 100644 --- a/cow.lua +++ b/cow.lua @@ -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)