Skip to content

Commit

Permalink
Add plums as leaf into leafdecay. Now the plums are falling. Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Oct 17, 2024
1 parent f1ff35b commit e432d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/lord/Blocks/lord_trees/src/tree/leaves/decay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ default.register_leafdecay({
-- Pines / Сосна
default.register_leafdecay({
trunks = {"lord_trees:plum_tree"},
leaves = {"lord_trees:plum_leaf"},
leaves = {"lord_trees:plum_leaf", "lord_trees:plum"},
radius = 2,
})

0 comments on commit e432d23

Please sign in to comment.