From 8702aff2396dbdc9af2eaf73d7e57f9c51b36b1b Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 21 May 2018 16:34:46 +0100 Subject: replace 'ethereal:green_dirt' with 'default:dirt_with_grass' --- sapling.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'sapling.lua') 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 -- cgit v1.2.3