update submodules

This commit is contained in:
tchncs 2016-05-22 22:43:37 +02:00
parent 3c9c69e5fe
commit f1ddb91275
5 changed files with 5 additions and 4 deletions

View file

@ -2,6 +2,7 @@
-- Aliases to support loading worlds using nodes following the old naming convention
-- These can also be helpful when using chat commands, for example /giveme
minetest.register_alias("stone", "default:stone")
minetest.register_alias("stone_with_coal", "default:stone_with_coal")
minetest.register_alias("stone_with_iron", "default:stone_with_iron")