Skip to content
Snippets Groups Projects
Commit 14ee61ab authored by Craig Davison's avatar Craig Davison Committed by paramat
Browse files

Fix mese block alias

It should alias the old name (mese_block) to the new/current name (mese) rather than the other way round.
parent f7f178ce
No related branches found
No related tags found
No related merge requests found
......@@ -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")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment