1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2024-11-05 09:50:27 +01:00

include both kinds of leaves in nature blossoms' leafdecay reg

This commit is contained in:
Vanessa Ezekowitz 2017-08-12 19:59:19 -04:00
parent 6fe2a34fa5
commit de4de190e5

View File

@ -25,7 +25,7 @@ minetest.register_node(":"..nature.blossom_node, {
default.register_leafdecay({
trunks = { nature.blossom_trunk },
leaves = { nature.blossom_node },
leaves = { nature.blossom_node, nature.blossom_leaves },
radius = nature.blossom_decay,
})