1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2024-12-25 01:50:20 +01:00

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

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