diff --git a/technic_worldgen/init.lua b/technic_worldgen/init.lua index 379983f..2f36920 100644 --- a/technic_worldgen/init.lua +++ b/technic_worldgen/init.lua @@ -11,13 +11,13 @@ dofile(modpath.."/oregen.lua") dofile(modpath.."/crafts.lua") -- Rubber trees, moretrees also supplies these ---if not minetest.get_modpath("moretrees") then +if not minetest.get_modpath("moretrees") then dofile(modpath.."/rubber.lua") ---else +else -- older versions of technic provided rubber trees regardless minetest.register_alias("technic:rubber_sapling", "moretrees:rubber_tree_sapling") minetest.register_alias("technic:rubber_tree_empty", "moretrees:rubber_tree_trunk_empty") ---end +end -- mg suppport if minetest.get_modpath("mg") then