Add files via upload

This commit is contained in:
Skandarella 2022-11-28 14:01:28 +01:00 committed by GitHub
parent b31ff13cb1
commit 5a82c337f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -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.

View File

@ -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
})