diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-05-21 16:34:46 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-05-21 16:34:46 +0100 |
commit | 8702aff2396dbdc9af2eaf73d7e57f9c51b36b1b (patch) | |
tree | dadc8b8f115e7700ead767316785ca6331790ea8 /sapling.lua | |
parent | d9de5c5d9081ba998edd02afed61c21cdafefaac (diff) |
replace 'ethereal:green_dirt' with 'default:dirt_with_grass'
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 |