From 0656ba7b00452fbbf2fc3da6a80d79b2e962ecdb Mon Sep 17 00:00:00 2001 From: Brett O'Donnell Date: Sun, 23 Sep 2012 00:46:09 +0930 Subject: [PATCH] move files to modpack for easier install --- README.txt | 49 ++++++++++++++++++++++++++++ modpack.txt | 0 depends.txt => no_mapgen/depends.txt | 0 init.lua => no_mapgen/init.lua | 0 4 files changed, 49 insertions(+) create mode 100644 README.txt create mode 100644 modpack.txt rename depends.txt => no_mapgen/depends.txt (100%) rename init.lua => no_mapgen/init.lua (100%) diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..17a0eb5 --- /dev/null +++ b/README.txt @@ -0,0 +1,49 @@ +---------------------------------- +No Mapgen for Minetest +---------------------------------- + + +Copyright (c) 2012 cornernote, Brett O'Donnell + +Source Code: https://github.com/cornernote/minetest-no_mapgen +License: GPLv3 + + + +---------------------------------- +Description +---------------------------------- + + +Disable all map generation by creation aliases to air for all mapgen_ names + + + +---------------------------------- +License +---------------------------------- + +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. + + + +---------------------------------- +Credits +---------------------------------- + +Thank you to the minetest community who has shared their code and knowledge with me. + +Special thanks in this mod to: +mauvebic - idea came from his nullspace modpack \ No newline at end of file diff --git a/modpack.txt b/modpack.txt new file mode 100644 index 0000000..e69de29 diff --git a/depends.txt b/no_mapgen/depends.txt similarity index 100% rename from depends.txt rename to no_mapgen/depends.txt diff --git a/init.lua b/no_mapgen/init.lua similarity index 100% rename from init.lua rename to no_mapgen/init.lua