increase bamboo leaf decay radius to 2

This commit is contained in:
TenPlus1 2017-04-23 11:04:34 +01:00
parent 658703bebc
commit 2c2496199f

View File

@ -440,7 +440,7 @@ default.register_leafdecay({
default.register_leafdecay({
trunks = {"ethereal:bamboo"},
leaves = {"ethereal:bamboo_leaves"},
radius = 1
radius = 2
})
end