diff --git a/mods.lua b/mods.lua index e09ecac..4accbe6 100644 --- a/mods.lua +++ b/mods.lua @@ -110,7 +110,7 @@ if minetest.get_modpath("moretrees") then elseif minetest.get_modpath("technic_worldgen") then - bonemeal.add_sapling({ + bonemeal:add_sapling({ {"moretrees:rubber_tree_sapling", technic.rubber_tree_model, "soil"}, }) end