diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-02 21:32:32 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-02 21:32:32 +0000 |
commit | 87b13c2abb1c526b442f1e78a1ff2bb850244f33 (patch) | |
tree | 599e279ac18fd243e95ef3922d18954ffc070fc0 | |
parent | 905e8d7e1e7aab573798a50fd31ca838f3667560 (diff) |
acacia sapling grows on dirt with dry grass now
-rw-r--r-- | sapling.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapling.lua b/sapling.lua index 105bb2d..ee4ca13 100644 --- a/sapling.lua +++ b/sapling.lua @@ -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" |