diff options
-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" |