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:
parent
6fe2a34fa5
commit
de4de190e5
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user