increase bamboo leaf decay radius to 3
This commit is contained in:
parent
b3654162ba
commit
64fab2b70a
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user