acacia sapling grows on dirt with dry grass now

master
TenPlus1 2015-11-02 21:32:32 +00:00
parent 905e8d7e1e
commit 87b13c2abb
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ ethereal.grow_sapling = function (pos, node)
ethereal.add_tree(pos, 1, 1, ethereal.orangetree)
elseif node.name == "ethereal:acacia_sapling"
and under == "default:desert_sand" then
and under == "default:dirt_with_dry_grass" then
ethereal.add_tree(pos, 5, 5, path .. "acaciatree.mts")
elseif node.name == "ethereal:bamboo_sprout"