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.
master^2
paramat 2017-03-17 05:17:57 +00:00
parent 02921baa7a
commit d2aae95c39
1 changed files with 1 additions and 1 deletions

View File

@ -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({