1
0
espelhamento de https://github.com/minetest-mods/technic.git sincronizado 2025-10-25 22:05:30 +02:00

various backward-compatibility aliases

Esse commit está contido em:
Zefram
2014-04-21 20:24:01 +01:00
commit 0294fc8f3a
4 arquivos alterados com 13 adições e 0 exclusões

Ver arquivo

@@ -14,6 +14,10 @@ dofile(modpath.."/crafts.lua")
-- Rubber trees, moretrees also supplies these
if not minetest.get_modpath("moretrees") then
dofile(modpath.."/rubber.lua")
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
-- mg suppport

Ver arquivo

@@ -101,4 +101,6 @@ minetest.register_craft({
})
minetest.register_alias("technic:diamond_block", "default:diamondblock")
minetest.register_alias("technic:diamond", "default:diamond")
minetest.register_alias("technic:mineral_diamond", "default:stone_with_diamond")