summaryrefslogtreecommitdiff
path: root/sapling.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-05-21 16:34:46 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-05-21 16:34:46 +0100
commit8702aff2396dbdc9af2eaf73d7e57f9c51b36b1b (patch)
treedadc8b8f115e7700ead767316785ca6331790ea8 /sapling.lua
parentd9de5c5d9081ba998edd02afed61c21cdafefaac (diff)
replace 'ethereal:green_dirt' with 'default:dirt_with_grass'
Diffstat (limited to 'sapling.lua')
-rw-r--r--sapling.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/sapling.lua b/sapling.lua
index 431ebe6..6ace2f2 100644
--- a/sapling.lua
+++ b/sapling.lua
@@ -165,7 +165,6 @@ ethereal.grow_sapling = function (pos, node)
ethereal.grow_yellow_tree(pos)
elseif node.name == "ethereal:big_tree_sapling"
- --and under == "ethereal:green_dirt" then
and under == "default:dirt_with_grass" then
ethereal.grow_big_tree(pos)
@@ -203,7 +202,6 @@ ethereal.grow_sapling = function (pos, node)
ethereal.grow_bamboo_tree(pos)
elseif node.name == "ethereal:birch_sapling"
- --and under == "ethereal:green_dirt" then
and under == "default:dirt_with_grass" then
ethereal.grow_birch_tree(pos)
end