diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-12 12:05:53 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-12 12:05:53 +0000 |
commit | 85256ab9b65ab131569d7a5c92eea6f406f99004 (patch) | |
tree | 0bc04fde9010510aec31988853b5262c87700133 /sapling.lua | |
parent | 4add54dbd24c820ad2da6b658044186b2818da3e (diff) |
mesa biome has dry dirt top, replaced green_dirt with dirt_with_grass
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" |