Fix mese block alias
authorCraig Davison <craig.davison3@gmail.com>
Wed, 29 Jul 2015 19:36:58 +0000 (20:36 +0100)
committerparamat <mat.gregory@virginmedia.com>
Tue, 4 Aug 2015 00:02:01 +0000 (01:02 +0100)
It should alias the old name (mese_block) to the new/current name (mese) rather than the other way round.

mods/default/aliases.lua

index 72477513106712f0e1f1b0a7b1751c57daaca04f..203cd6168814ab1a4f0928d079f59e44974b1763 100644 (file)
@@ -69,4 +69,4 @@ minetest.register_alias("clay_brick", "default:clay_brick")
 minetest.register_alias("snow", "default:snow")
 
 -- Mese now comes in the form of blocks, ore, crystal and fragments
-minetest.register_alias("default:mese", "default:mese_block")
+minetest.register_alias("default:mese_block", "default:mese")