Update and rename README.txt to README.md

This commit is contained in:
Brett O'Donnell 2014-01-16 20:41:40 +10:30
parent 83f7cccc68
commit 0026fc4d70
2 changed files with 37 additions and 28 deletions

37
README.md Normal file
View File

@ -0,0 +1,37 @@
# No Mapgen for Minetest
Generate a world with only air.
## Features
- Disables all mapgen, creating a void world.
- Creates aliases to replace all mapgen aliases with air (you will need something like worldedit to place the 1st block).
## Resources
- **[Documentation](http://cornernote.github.io/minetest-no_mapgen)**
- **[GitHub Project](https://github.com/cornernote/minetest-no_mapgen)**
- **[Minetest Forum](http://minetest.net/forum/viewtopic.php?id=3204)**
## Support
- Does this README need improvement? Go ahead and [suggest a change](https://github.com/cornernote/minetest-no_mapgen/edit/master/README.md).
- Found a bug, or need help using this project? Check the [open issues](https://github.com/cornernote/minetest-no_mapgen/issues) or [create an issue](https://github.com/cornernote/minetest-no_mapgen/issues/new).
## About
This module is open source, so it's distributed freely. If you find it useful then I ask not for your wealth, but simply to spare your time to consider the world we share by watching [Earthlings](http://earthlings.com/), a multi-award winning film available to watch online for free. A must-see for anyone who wishes to make the world a better place.
## Credits
- mauvebic - idea and code came from his nullspace modpack
## License
[BSD-3-Clause](https://raw.github.com/cornernote/minetest-no_mapgen/master/LICENSE), Copyright © 2013-2014 [Brett O'Donnell](http://cornernote.github.io/)

View File

@ -1,28 +0,0 @@
----------------------------------
No Mapgen for Minetest
----------------------------------
Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>
Source Code: https://github.com/cornernote/minetest-no_mapgen
Home Page: https://sites.google.com/site/cornernote/minetest/no-mapgen
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
----------------------------------
Description
----------------------------------
Disable all map generation by creation aliases to air for all mapgen_ names
----------------------------------
Credits
----------------------------------
mauvebic - idea and code came from his nullspace modpack