Skip to content

Commit

Permalink
Minimal: Add mapgen alias for air
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Dec 30, 2015
1 parent a142e4f commit 43c804a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions games/minimal/mods/default/mapgen.lua
Expand Up @@ -3,6 +3,7 @@
--


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")
Expand Down

0 comments on commit 43c804a

Please sign in to comment.