File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
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/
Original file line number Diff line number Diff line change
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" )
You can’t perform that action at this time.
0 commit comments