bonemeal: (wip) add illuna_ethereal trees

This commit is contained in:
Milan* 2017-08-15 22:49:40 +02:00
parent 30419df183
commit e81c6f4be7

View File

@ -185,6 +185,15 @@ local function growth(pointed_thing)
elseif node.name == "ethereal:birch_sapling" then
ethereal.grow_birch_tree(pos)
elseif node.name == "illuna_ethereal:fierytree_sapling" then
illuna_ethereal.grow_fiery_tree(pos)
elseif node.name == "illuna_ethereal:iska_birch1" then
illuna_ethereal.grow_birch1_tree(pos)
elseif node.name == "illuna_ethereal:iska_birch2" then
illuna_ethereal.grow_birch2_tree(pos)
elseif node.name == "moretrees:rubber_tree_sapling" then
minetest.remove_node(pos)