make sure bunches drop with leaves

master
tenplus1 2020-08-11 12:46:29 +01:00
parent 95ed74aa58
commit 1c7844b726
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ default.register_leafdecay({
default.register_leafdecay({
trunks = {"ethereal:banana_trunk"},
leaves = {"ethereal:bananaleaves", "ethereal:banana"},
leaves = {"ethereal:bananaleaves", "ethereal:banana", "ethereal:banana_bunch"},
radius = 3
})