diff --git a/bushes/init.lua b/bushes/init.lua index 4c57f85..715afb1 100644 --- a/bushes/init.lua +++ b/bushes/init.lua @@ -133,7 +133,8 @@ for i in pairs(BushLeafNode) do groups = { -- MM: Should we add leafdecay? snappy=3, flammable=2, - attached_node=1 + attached_node=1, + leaves=1 }, sounds = default.node_sound_leaves_defaults(), })