increase bamboo leaf decay radius to 3

This commit is contained in:
tenplus1 2023-12-09 08:22:45 +00:00
parent b3654162ba
commit 64fab2b70a

View File

@ -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({