Skip to content

Commit d8c6a4f

Browse files
committedMar 24, 2013
Add external_legacy mod with aliases for moreores' ores
1 parent d2550ab commit d8c6a4f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
 

‎mods/external_legacy/README.txt

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Minetest 0.4 mod: external_legacy
2+
=================================
3+
4+
License of source code:
5+
-----------------------
6+
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
7+
8+
This program is free software; you can redistribute it and/or modify
9+
it under the terms of the GNU Lesser General Public License as published by
10+
the Free Software Foundation; either version 2.1 of the License, or
11+
(at your option) any later version.
12+
13+
http://www.gnu.org/licenses/lgpl-2.1.html
14+
15+
License of media (textures and sounds)
16+
--------------------------------------
17+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
18+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/external_legacy/init.lua

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
-- Minetest 0.4 mod: external_legacy
2+
-- See README.txt for licensing and other information.
3+
4+
-- Aliases to support moreores' ores
5+
minetest.register_alias("moreores:mineral_gold", "default:stone_with_gold")
6+
minetest.register_alias("moreores:gold_block", "default:goldblock")
7+
minetest.register_alias("moreores:gold_lump", "default:gold_lump")
8+
minetest.register_alias("moreores:gold_ingot", "default:gold_ingot")

0 commit comments

Comments
 (0)
Please sign in to comment.