1
0
mirror of https://github.com/luanti-org/minetest_game.git synced 2025-10-07 06:15:18 +02:00
Files
minetest_game/mods/external_legacy/init.lua

9 lines
410 B
Lua

-- 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")