make moss buildable_to

and make sunflower attached_node like other plants
This commit is contained in:
Vanessa Dannenberg
2021-06-29 13:44:00 -04:00
parent bfd08f01c8
commit 52b2d18523
2 changed files with 3 additions and 1 deletions

View File

@ -243,7 +243,7 @@ minetest.register_node(":flowers:sunflower", {
walkable = false,
buildable_to = true,
is_ground_content = true,
groups = { dig_immediate=3, flora=1, flammable=3 },
groups = { dig_immediate=3, flora=1, flammable=3, attached_node=1 },
sounds = default.node_sound_leaves_defaults(),
selection_box = box,
collision_box = box,