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