Skip to content

Commit 14ee61a

Browse files
davisonioparamat
authored andcommittedAug 4, 2015
Fix mese block alias
It should alias the old name (mese_block) to the new/current name (mese) rather than the other way round.
1 parent f7f178c commit 14ee61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mods/default/aliases.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ minetest.register_alias("clay_brick", "default:clay_brick")
6969
minetest.register_alias("snow", "default:snow")
7070

7171
-- Mese now comes in the form of blocks, ore, crystal and fragments
72-
minetest.register_alias("default:mese", "default:mese_block")
72+
minetest.register_alias("default:mese_block", "default:mese")

0 commit comments

Comments
 (0)
Please sign in to comment.