diff options
Diffstat (limited to 'sapling.lua')
-rw-r--r-- | sapling.lua | 2 |
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 |