forked from mtcontrib/plantlife_modpack
include both kinds of leaves in nature blossoms' leafdecay reg
This commit is contained in:
parent
6fe2a34fa5
commit
de4de190e5
|
@ -25,7 +25,7 @@ minetest.register_node(":"..nature.blossom_node, {
|
||||||
|
|
||||||
default.register_leafdecay({
|
default.register_leafdecay({
|
||||||
trunks = { nature.blossom_trunk },
|
trunks = { nature.blossom_trunk },
|
||||||
leaves = { nature.blossom_node },
|
leaves = { nature.blossom_node, nature.blossom_leaves },
|
||||||
radius = nature.blossom_decay,
|
radius = nature.blossom_decay,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user