diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-23 11:04:34 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-23 11:04:34 +0100 |
commit | 2c2496199f557b3581ab7e9bae5729d100bb578f (patch) | |
tree | a532a108425a8a536d9724070d8acbe7e8cb0f62 | |
parent | 658703bebca7fda754b2377cf952dafcae980661 (diff) |
increase bamboo leaf decay radius to 2
-rw-r--r-- | leaves.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -440,7 +440,7 @@ default.register_leafdecay({ default.register_leafdecay({ trunks = {"ethereal:bamboo"}, leaves = {"ethereal:bamboo_leaves"}, - radius = 1 + radius = 2 }) end |