This commit is contained in:
TenPlus1 2017-06-12 08:17:26 +01:00
parent 875891802a
commit 66fa42ac2e
1 changed files with 1 additions and 1 deletions

View File

@ -111,6 +111,6 @@ if minetest.get_modpath("moretrees") then
elseif minetest.get_modpath("technic_worldgen") then
bonemeal.add_sapling({
{"moretrees:rubber_tree_sapling", technic.rubber_tree_model, "soil"}.
{"moretrees:rubber_tree_sapling", technic.rubber_tree_model, "soil"},
})
end