bonemeal: (wip) add illuna_ethereal trees
This commit is contained in:
parent
30419df183
commit
e81c6f4be7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user