From 0c72135d4d2bd7eeef9536072622fc402a380da1 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 24 Jun 2017 15:01:48 +0100 Subject: [PATCH] . to : --- mods.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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