Update 'mods/ethereal/leaves.lua'

This commit is contained in:
thunderdog1138 2020-05-17 23:38:31 +00:00
parent 473ce7221e
commit 261e6a0aa4
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@ local S = ethereal.intllib
-- leaf decay
default.register_leafdecay({
trunks = {"default:jogan_tree"},
trunks = {"default:jogan_trunk"},
leaves = {"default:jogan_fruit", "default:jogan_leaves"},
radius = 3
})
default.register_leafdecay({
trunks = {"default:pine_tree"},
trunks = {"default:pine_trunk"},
leaves = {"default:pine_needles"},
radius = 3
})