diff options
Diffstat (limited to 'glooptest')
-rw-r--r-- | glooptest/LICENSE.txt | 5 | ||||
-rw-r--r-- | glooptest/README.txt | 21 | ||||
-rw-r--r-- | glooptest/description.txt | 1 | ||||
-rw-r--r-- | glooptest/mod.conf | 1 |
4 files changed, 28 insertions, 0 deletions
diff --git a/glooptest/LICENSE.txt b/glooptest/LICENSE.txt new file mode 100644 index 0000000..8810a43 --- /dev/null +++ b/glooptest/LICENSE.txt @@ -0,0 +1,5 @@ +Released under the Creative Commons Attribution-ShareAlike 3.0 Unported License. + +Legal code available for viewing here: http://creativecommons.org/licenses/by-sa/3.0/legalcode + +Basic license overview available for viewing here: http://creativecommons.org/licenses/by-sa/3.0/ diff --git a/glooptest/README.txt b/glooptest/README.txt new file mode 100644 index 0000000..28d44c3 --- /dev/null +++ b/glooptest/README.txt @@ -0,0 +1,21 @@ +=-=-=-=-=-=-= +GloopTest :D *insert witty comment here* +=-=-=-=-=-=-= + +Adds a collection of things into minetest. As it stands, this adds three different modules. + +More (or possibly (most likely) less) imformation can be found here: http://minetest.net/forum/viewtopic.php?id=4345 + +--==--==-- + +Ore Module: Adds a variety of ores into minetest, for use here and possibly in other mods. + +OtherGen Module: Adds generation aside from ores. + +Parts Module: Adds some bits and bobs for machinery and some minor blocks. + +Tech Module: Adds the "tech" of glooptest. + +Tools Module: Adds extra kinds of tools. + +Compat Module: Puts into place a number of aliases for cross-mod-compatibility. diff --git a/glooptest/description.txt b/glooptest/description.txt new file mode 100644 index 0000000..df4bad2 --- /dev/null +++ b/glooptest/description.txt @@ -0,0 +1 @@ +Adds a variety of ores, bits and bobs for machinery, extra kinds of tools. diff --git a/glooptest/mod.conf b/glooptest/mod.conf new file mode 100644 index 0000000..2a95d59 --- /dev/null +++ b/glooptest/mod.conf @@ -0,0 +1 @@ +name = glooptest |