Add files via upload
This commit is contained in:
parent
b31ff13cb1
commit
5a82c337f9
1
LICENSE
1
LICENSE
@ -22,4 +22,5 @@ SOFTWARE.
|
||||
|
||||
|
||||
Textures and Models by Liil/Wilhelmine/ under (MIT) License (c) 2022
|
||||
Thanks to ShadMOrdre (https://github.com/ShadMOrdre) for fixing the schematics/leaf decay.
|
||||
|
||||
|
@ -20,13 +20,13 @@ default.register_leafdecay({
|
||||
default.register_leafdecay({
|
||||
trunks = {"naturalbiomes:bamboo_trunk"},
|
||||
leaves = {"naturalbiomes:bamboo_leaves"},
|
||||
radius = 6
|
||||
radius = 4
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"naturalbiomes:banana_trunk"},
|
||||
leaves = {"naturalbiomes:banana_leaves", "naturalbiomes:banana", "naturalbiomes:banana_bunch"},
|
||||
radius = 6
|
||||
radius = 4
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
@ -38,7 +38,7 @@ default.register_leafdecay({
|
||||
default.register_leafdecay({
|
||||
trunks = {"naturalbiomes:pine_trunk"},
|
||||
leaves = {"naturalbiomes:pine_leaves"},
|
||||
radius = 6
|
||||
radius = 8
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
@ -74,12 +74,12 @@ default.register_leafdecay({
|
||||
default.register_leafdecay({
|
||||
trunks = {"naturalbiomes:acacia_trunk"},
|
||||
leaves = {"naturalbiomes:acacia_leaves"},
|
||||
radius = 6
|
||||
radius = 7
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
trunks = {"naturalbiomes:heath_willow_trunk"},
|
||||
leaves = {"naturalbiomes:heath_willow_leaves"},
|
||||
leaves = {"naturalbiomes:heath_willow_leaves2"},
|
||||
radius = 6
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user