Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-07-03 17:29:19 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -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",