From: paramat Date: Fri, 17 Mar 2017 05:17:57 +0000 (+0000) Subject: Leafdecay: Change Aspen radius back to 3 X-Git-Tag: 0.4.16~50 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d2aae95c3915575f819a89d37f02bb63a5d0f72d;p=oweals%2Fminetest_game.git 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. --- diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index c20a3a88..e410172f 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -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({