add bush leaves to leaves group (#31)

This commit is contained in:
Niklp 2022-10-10 18:39:58 +02:00 committed by GitHub
parent 8287ae2476
commit 6e842d9b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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(),
})