Mehr Mods hinzugefügt
This commit is contained in:
parent
92a55732cf
commit
9e345a25fb
2805 changed files with 2096013 additions and 0 deletions
31
mods/livingdesert/leafdecay.lua
Normal file
31
mods/livingdesert/leafdecay.lua
Normal file
|
@ -0,0 +1,31 @@
|
|||
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingdesert:date_palm_trunk"},
|
||||
leaves = {"livingdesert:date_palm_leaves", "livingdesert:date_palm_fruits"},
|
||||
radius = 3
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingdesert:euphorbia_trunk"},
|
||||
leaves = {"livingdesert:euphorbia_leaves"},
|
||||
radius = 3
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingdesert:figcactus_trunk"},
|
||||
leaves = {"livingdesert:figcactus_flower", "livingdesert:figcactus_fruit"},
|
||||
radius = 3
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingdesert:saxaul_trunk"},
|
||||
leaves = {"livingdesert:saxaul_leaves"},
|
||||
radius = 3
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingdesert:pine_trunk"},
|
||||
leaves = {"livingdesert:pine_leaves", "livingdesert:pine_leaves2", "livingdesert:pine_leaves3"},
|
||||
radius = 3
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue