summaryrefslogtreecommitdiff
path: root/sapling.lua
diff options
context:
space:
mode:
authorroot <root@mirzakhani.gpcf.eu>2018-05-31 11:18:28 +0200
committerroot <root@mirzakhani.gpcf.eu>2018-05-31 11:18:28 +0200
commit36dbea5a590b5cf6b6a80dbc1625215a1ba50e47 (patch)
treee1e2987c49cf096db878a3ea1df6ea629d1a3a09 /sapling.lua
parentad50b4f6518422dd6c47a3e04d92cc487f17e486 (diff)
parentb4f734d8cbadb0bebad7ffc04bc0398bbed354c3 (diff)
Merge branch 'master' of https://github.com/tenplus1/ethereal
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