Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Default/mapgen: Remove unused 'mapgen_air' alias
  • Loading branch information
paramat committed Jan 22, 2016
1 parent 250be40 commit 4b8410a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mods/default/mapgen.lua
Expand Up @@ -2,7 +2,6 @@
-- 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")
Expand Down

3 comments on commit 4b8410a

@davisonio
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't mapgen_air used in older versions? Maybe we should add it to legacy.lua to maintain backwards compatibility?

@paramat
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, i added 'mapgen_air' recently and never used it.

@davisonio
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Please sign in to comment.