Skip to content
Snippets Groups Projects
Commit 76471dd1 authored by paramat's avatar paramat
Browse files

Default: Add mapgen alias for air

parent 11115c7d
Branches
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
-- Aliases for map generator outputs
--
minetest.register_alias("mapgen_air", "air")
minetest.register_alias("mapgen_stone", "default:stone")
minetest.register_alias("mapgen_dirt", "default:dirt")
minetest.register_alias("mapgen_dirt_with_grass", "default:dirt_with_grass")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment