summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-02 21:32:32 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-02 21:32:32 +0000
commit87b13c2abb1c526b442f1e78a1ff2bb850244f33 (patch)
tree599e279ac18fd243e95ef3922d18954ffc070fc0
parent905e8d7e1e7aab573798a50fd31ca838f3667560 (diff)
acacia sapling grows on dirt with dry grass now
-rw-r--r--sapling.lua2
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"