make moss buildable_to

and make sunflower attached_node like other plants
此提交包含在:
Vanessa Dannenberg
2021-06-29 13:44:00 -04:00
父節點 bfd08f01c8
當前提交 52b2d18523
共有 2 個檔案被更改,包括 3 行新增1 行删除

查看文件

@@ -95,6 +95,7 @@ for r = 0, 3 do
sunlight_propagates = true,
walkable = false,
node_box = cbox,
buildable_to = true,
groups = {snappy = 3, flammable = 3, attached_node=1, not_in_creative_inventory = r},
sounds = default.node_sound_leaves_defaults(),
drop = "trunks:moss_plain_0",
@@ -114,6 +115,7 @@ for r = 0, 3 do
sunlight_propagates = true,
walkable = false,
node_box = cbox,
buildable_to = true,
groups = {snappy = 3, flammable = 3, attached_node=1, not_in_creative_inventory = r},
sounds = default.node_sound_leaves_defaults(),
drop = "trunks:moss_with_fungus_0",