projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f178c
)
Fix mese block alias
author
Craig Davison
<craig.davison3@gmail.com>
Wed, 29 Jul 2015 19:36:58 +0000
(20:36 +0100)
committer
paramat
<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
patch
|
blob
|
history
diff --git
a/mods/default/aliases.lua
b/mods/default/aliases.lua
index 72477513106712f0e1f1b0a7b1751c57daaca04f..203cd6168814ab1a4f0928d079f59e44974b1763 100644
(file)
--- a/
mods/default/aliases.lua
+++ b/
mods/default/aliases.lua
@@
-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
")