Skip to content

Commit d2aae95

Browse files
committedMar 17, 2017
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.
1 parent 02921ba commit d2aae95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mods/default/nodes.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2203,7 +2203,7 @@ default.register_leafdecay({
22032203
default.register_leafdecay({
22042204
trunks = {"default:aspen_tree"},
22052205
leaves = {"default:aspen_leaves"},
2206-
radius = 2,
2206+
radius = 3,
22072207
})
22082208

22092209
default.register_leafdecay({

0 commit comments

Comments
 (0)
Please sign in to comment.