summaryrefslogtreecommitdiff
path: root/mods.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mods.lua')
-rw-r--r--mods.lua2
1 files changed, 1 insertions, 1 deletions
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