added sakura leaf decay

master
TenPlus1 2019-02-21 09:56:57 +00:00
parent 1301999e80
commit 03df3ab59c
2 changed files with 7 additions and 1 deletions

View File

@ -494,4 +494,10 @@ default.register_leafdecay({
radius = 2
})
default.register_leafdecay({
trunks = {"ethereal:sakura_trunk"},
leaves = {"ethereal:sakura_leaves", "ethereal:sakura_leaves2"},
radius = 3
})
end

View File

@ -210,7 +210,7 @@ local grow_sapling = function(pos, node)
elseif node.name == "ethereal:sakura_sapling"
and under == "ethereal:bamboo_dirt" then
ethereal.grow_sakura_tree(pos)
end
end
end