Mehr Mods hinzugefügt
This commit is contained in:
parent
92a55732cf
commit
9e345a25fb
2805 changed files with 2096013 additions and 0 deletions
60
mods/livingfloatlands/leafdecay.lua
Normal file
60
mods/livingfloatlands/leafdecay.lua
Normal file
|
@ -0,0 +1,60 @@
|
|||
default.register_leafdecay({
|
||||
trunks = {"livingfloatlands:giantforest_paleoredwood_trunk"},
|
||||
leaves = {"livingfloatlands:giantforest_paleoredwood_leaves"},
|
||||
radius = 6
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingfloatlands:coldsteppe_pine_trunk"},
|
||||
leaves = {"livingfloatlands:coldsteppe_pine_leaves", "livingfloatlands:coldsteppe_pine_pinecone"},
|
||||
radius = 5
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingfloatlands:coldsteppe_pine2_trunk"},
|
||||
leaves = {"livingfloatlands:coldsteppe_pine2_leaves", "livingfloatlands:coldsteppe_pine2_pinecone"},
|
||||
radius = 6
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingfloatlands:coldsteppe_pine3_trunk"},
|
||||
leaves = {"livingfloatlands:coldsteppe_pine3_leaves", "livingfloatlands:coldsteppe_pine3_pinecone"},
|
||||
radius = 5
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingfloatlands:giantforest_paleooak_trunk"},
|
||||
leaves = {"livingfloatlands:giantforest_paleooak_leaves", "livingfloatlands:giantforest_oaknut"},
|
||||
radius = 6
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingfloatlands:paleodesert_joshua_trunk"},
|
||||
leaves = {"livingfloatlands:paleodesert_joshua_leaves"},
|
||||
radius = 3
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingfloatlands:paleodesert_paleopine_trunk"},
|
||||
leaves = {"livingfloatlands:paleodesert_paleopine_leaves"},
|
||||
radius = 6
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingfloatlands:paleojungle_clubmoss_trunk"},
|
||||
leaves = {"livingfloatlands:paleojungle_clubmoss_leaves", "livingfloatlands:paleojungle_clubmoss_fruit"},
|
||||
radius = 6
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingfloatlands:paleojungle_conifere_trunk"},
|
||||
leaves = {"livingfloatlands:paleojungle_conifere_leaves"},
|
||||
radius = 8
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"livingfloatlands:paleojungle_paleopalm_trunk"},
|
||||
leaves = {"livingfloatlands:paleojungle_paleopalm_leaves"},
|
||||
radius = 3
|
||||
})
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue