From 39938949b04ea1c58f016143956b58687ec74b1d Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 31 Aug 2015 17:40:29 +0100 Subject: Changed Bamboo biome, added bamboo tree, bush, tidied code --- sapling.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sapling.lua') diff --git a/sapling.lua b/sapling.lua index 644a141..a51bd46 100644 --- a/sapling.lua +++ b/sapling.lua @@ -115,6 +115,10 @@ ethereal.grow_sapling = function (pos, node) elseif node.name == "ethereal:acacia_sapling" and under == "default:desert_sand" then ethereal.add_tree(pos, 5, 5, path .. "acaciatree.mts") + + elseif node.name == "ethereal:bamboo_sprout" + and under == "ethereal:bamboo_dirt" then + ethereal.add_tree(pos, 1, 1, ethereal.bambootree) end end -- cgit v1.2.3