From 87b13c2abb1c526b442f1e78a1ff2bb850244f33 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 2 Nov 2015 21:32:32 +0000 Subject: [PATCH] acacia sapling grows on dirt with dry grass now --- sapling.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"