diff options
Diffstat (limited to 'sapling.lua')
-rw-r--r-- | sapling.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sapling.lua b/sapling.lua index c5ee62f..293081b 100644 --- a/sapling.lua +++ b/sapling.lua @@ -189,7 +189,8 @@ ethereal.grow_sapling = function (pos, node) ethereal.grow_willow_tree(pos) elseif node.name == "ethereal:redwood_sapling" - and under == "bakedclay:red" then + --and under == "bakedclay:red" then + and under == "default:dirt_with_dry_grass" then ethereal.grow_redwood_tree(pos) elseif node.name == "ethereal:orange_tree_sapling" |