From 0026fc4d7056771ec8412b88bb760e90c1f829f6 Mon Sep 17 00:00:00 2001 From: Brett O'Donnell Date: Thu, 16 Jan 2014 20:41:40 +1030 Subject: [PATCH] Update and rename README.txt to README.md --- README.md | 37 +++++++++++++++++++++++++++++++++++++ README.txt | 28 ---------------------------- 2 files changed, 37 insertions(+), 28 deletions(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..74533c4 --- /dev/null +++ b/README.md @@ -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/) diff --git a/README.txt b/README.txt deleted file mode 100644 index e9a2d8f..0000000 --- a/README.txt +++ /dev/null @@ -1,28 +0,0 @@ ----------------------------------- -No Mapgen for Minetest ----------------------------------- - -Copyright (c) 2012 cornernote, Brett O'Donnell -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 -