forked from minetest-mods/technic
Corrige spawn des rubber trees
Le problème était que si moretrees était détecté, alors technic laissait la main à moretrees pour la génération des rubber tree. Mais cette génération ne fonctionne pas avec les mapgen v7, valleys, carpathian. Résolue en forçant la génération des rubber tree par technic.
This commit is contained in:
parent
88f42539bb
commit
12b65e857b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user