mirror of
				https://github.com/minetest-mods/technic.git
				synced 2025-10-31 15:45:28 +01:00 
			
		
		
		
	Annule le commit précédent car correction apporté dans moretrees
This commit is contained in:
		| @@ -11,13 +11,13 @@ dofile(modpath.."/oregen.lua") | |||||||
| dofile(modpath.."/crafts.lua") | dofile(modpath.."/crafts.lua") | ||||||
|  |  | ||||||
| -- Rubber trees, moretrees also supplies these | -- Rubber trees, moretrees also supplies these | ||||||
| --if not minetest.get_modpath("moretrees") then | if not minetest.get_modpath("moretrees") then | ||||||
| 	dofile(modpath.."/rubber.lua") | 	dofile(modpath.."/rubber.lua") | ||||||
| --else | else | ||||||
| 	-- older versions of technic provided rubber trees regardless | 	-- older versions of technic provided rubber trees regardless | ||||||
| 	minetest.register_alias("technic:rubber_sapling", "moretrees:rubber_tree_sapling") | 	minetest.register_alias("technic:rubber_sapling", "moretrees:rubber_tree_sapling") | ||||||
| 	minetest.register_alias("technic:rubber_tree_empty", "moretrees:rubber_tree_trunk_empty") | 	minetest.register_alias("technic:rubber_tree_empty", "moretrees:rubber_tree_trunk_empty") | ||||||
| --end | end | ||||||
|  |  | ||||||
| -- mg suppport | -- mg suppport | ||||||
| if minetest.get_modpath("mg") then | if minetest.get_modpath("mg") then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user