Skip to content

Commit

Permalink
Leafdecay: Change Aspen radius back to 3
Browse files Browse the repository at this point in the history
Although the new aspen tree schematic only requires a radius of 2 the
many existing aspen trees in a world require radius 3.
  • Loading branch information
paramat committed Mar 17, 2017
1 parent 02921ba commit d2aae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/nodes.lua
Expand Up @@ -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({
Expand Down

0 comments on commit d2aae95

Please sign in to comment.