diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-12 08:17:26 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-12 08:17:26 +0100 |
commit | 66fa42ac2eff6ca68e788cec3afc506b894e5548 (patch) | |
tree | 42b457e8dd8622160c57176250f5533e6f785e3b | |
parent | 875891802a62495a0ca1686d5a0bc99003826a82 (diff) |
fix typo
-rw-r--r-- | mods.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |