From 64fab2b70a221317d06d6aadf2eaa6f9c69e0c66 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 9 Dec 2023 08:22:45 +0000 Subject: [PATCH] increase bamboo leaf decay radius to 3 --- leaves.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaves.lua b/leaves.lua index 7e620ae..3126b34 100644 --- a/leaves.lua +++ b/leaves.lua @@ -582,7 +582,7 @@ if minetest.registered_nodes["default:dirt_with_rainforest_litter"] then default.register_leafdecay({ trunks = {"ethereal:bamboo"}, leaves = {"ethereal:bamboo_leaves"}, - radius = 2 + radius = 3 }) default.register_leafdecay({