Leafdecay: Change Aspen radius back to 3
Although the new aspen tree schematic only requires a radius of 2 the many existing aspen trees in a world require radius 3.
This commit is contained in:
parent
02921baa7a
commit
d2aae95c39
@ -2203,7 +2203,7 @@ default.register_leafdecay({
|
||||
default.register_leafdecay({
|
||||
trunks = {"default:aspen_tree"},
|
||||
leaves = {"default:aspen_leaves"},
|
||||
radius = 2,
|
||||
radius = 3,
|
||||
})
|
||||
|
||||
default.register_leafdecay({
|
||||
|
Loading…
Reference in New Issue
Block a user