From 85256ab9b65ab131569d7a5c92eea6f406f99004 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 12 Jan 2017 12:05:53 +0000 Subject: mesa biome has dry dirt top, replaced green_dirt with dirt_with_grass --- sapling.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sapling.lua') 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" -- cgit v1.2.3