Add external_legacy mod with aliases for moreores' ores

This commit is contained in:
PilzAdam 2013-03-24 22:33:53 +01:00
parent d2550ab761
commit d8c6a4f2ea
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,8 @@
-- Minetest 0.4 mod: external_legacy
-- See README.txt for licensing and other information.
-- Aliases to support moreores' ores
minetest.register_alias("moreores:mineral_gold", "default:stone_with_gold")
minetest.register_alias("moreores:gold_block", "default:goldblock")
minetest.register_alias("moreores:gold_lump", "default:gold_lump")
minetest.register_alias("moreores:gold_ingot", "default:gold_ingot")