forked from mtcontrib/mobs_animal
set is_ground_content for honey block, chicken egg and beehive (thx SwissAlpS)
This commit is contained in:
@ -252,7 +252,7 @@ minetest.register_node(":mobs:egg", {
|
||||
wield_image = "mobs_chicken_egg.png",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
is_ground_content = true,
|
||||
is_ground_content = false,
|
||||
sunlight_propagates = true,
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
|
Reference in New Issue
Block a user