fix moretree's rubber sapling when technic_worldgen used

This commit is contained in:
TenPlus1 2017-06-12 08:13:32 +01:00
parent 153ef883cc
commit 875891802a
2 changed files with 7 additions and 0 deletions

View File

@ -3,3 +3,4 @@ intllib?
farming?
ethereal?
moretrees?
technic_worldgen?

View File

@ -107,4 +107,10 @@ if minetest.get_modpath("moretrees") then
{"moretrees:rubber_tree_sapling", moretrees.spawn_rubber_tree_object, "soil"},
{"moretrees:fir_sapling", fir_grow, "soil"},
})
elseif minetest.get_modpath("technic_worldgen") then
bonemeal.add_sapling({
{"moretrees:rubber_tree_sapling", technic.rubber_tree_model, "soil"}.
})
end