Leafdecay: Change Aspen radius back to 3
authorparamat <mat.gregory@virginmedia.com>
Fri, 17 Mar 2017 05:17:57 +0000 (05:17 +0000)
committerparamat <mat.gregory@virginmedia.com>
Fri, 17 Mar 2017 05:52:06 +0000 (05:52 +0000)
Although the new aspen tree schematic only requires a radius of 2 the
many existing aspen trees in a world require radius 3.

mods/default/nodes.lua

index c20a3a887061e2cc48ea9bf73e69d3fa0e4d2ffc..e410172f00729e2c403d83161bdb641963556bee 100644 (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({