From 8a1a54e7548f4c77095d60eda9b204a6dafa43cf Mon Sep 17 00:00:00 2001 From: Brett O'Donnell Date: Thu, 16 Jan 2014 20:37:58 +1030 Subject: [PATCH] Update and rename README.txt to README.md --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ README.txt | 40 ---------------------------------------- 2 files changed, 42 insertions(+), 40 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..9eba6e8 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# Towntest for Minetest + +Grow a town in minetest. + + +## Features + +- chest that allows you to choose a building, then you fill the chest with required items and an NPC will build the building more buildings can be added to the buildings folder and will be automatically added in the game +- coming one-day - more NPCs - miners, lumberjacks, crafters + + +## Resources + +- **[Documentation](http://cornernote.github.io/minetest-towntest)** +- **[GitHub Project](https://github.com/cornernote/minetest-towntest)** +- **[Minetest Forum](http://minetest.net/forum/viewtopic.php?id=3223)** + + +## Support + +- Does this README need improvement? Go ahead and [suggest a change](https://github.com/cornernote/minetest-towntest/edit/master/README.md). +- Found a bug, or need help using this project? Check the [open issues](https://github.com/cornernote/minetest-towntest/issues) or [create an issue](https://github.com/cornernote/minetest-towntest/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 + +- PilzAdam - made the initial NPC entity movement code +- VanessaE - contributed buildings +- kddekadenz - contributed buildings +- ACDC - contributed buildings +- Nanuk - contributed buildings +- irksomeduck - contributed buildings + + +## License + +[BSD-3-Clause](https://raw.github.com/cornernote/minetest-towntest/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 197edc0..0000000 --- a/README.txt +++ /dev/null @@ -1,40 +0,0 @@ ----------------------------------- -Towntest for Minetest ----------------------------------- - -Copyright (c) 2012 cornernote, Brett O'Donnell -Source Code: https://github.com/cornernote/minetest-towntest -Home Page: https://sites.google.com/site/cornernote/minetest/towntest - -Contributors: -PilzAdam - made the initial NPC entity movement code -VanessaE - contributed buildings -kddekadenz - contributed buildings -ACDC - contributed buildings -Nanuk - contributed buildings -irksomeduck - contributed buildings - - -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 ----------------------------------- - -Grow a Town in Minetest. - -Current features: - -Chest -chest that allows you to choose a building, then you fill the chest with required items and an NPC will build the building -more buildings can be added to the buildings folder and will be automatically added in the game - - -Future features: -- more NPCs - miners, lumberjacks, crafters -