bonemeal: add compatibility for moretrees rubbertree sapling

master
Milan* 2017-08-08 20:52:09 +02:00
parent 1653f62ded
commit f1e46e1bb8
2 changed files with 6 additions and 1 deletions

View File

@ -186,7 +186,11 @@ local function growth(pointed_thing)
elseif node.name == "ethereal:birch_sapling" then
ethereal.grow_birch_tree(pos)
-- grow default tree
elseif node.name == "moretrees:rubber_tree_sapling" then
minetest.remove_node(pos)
minetest.spawn_tree(pos, technic.rubber_tree_model)
-- grow default tree
elseif node.name == "default:sapling"
and enough_height(pos, 7) then
default.grow_new_apple_tree(pos)

View File

@ -5,6 +5,7 @@ stairs
flowers
doors
mobs_slimes
technic?
caverealms?
bakedclay?
moreblocks?