added sakura leaf decay
This commit is contained in:
parent
1301999e80
commit
03df3ab59c
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user