From dd78b58403d791987d2d9d97714e9f56485a33d9 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sat, 11 May 2019 15:42:43 -0400 Subject: [PATCH] use conventions for structure of stopgap mods --- patches/mods-stopgap/animal_materials_legacy/README.txt | 6 +++--- .../mods-stopgap/animal_materials_legacy/description.txt | 2 ++ patches/mods-stopgap/animal_materials_legacy/mod.conf | 1 + patches/mods-stopgap/elk_legacy/description.txt | 4 ++-- patches/mods-stopgap/elk_legacy/init.lua | 1 + patches/mods-stopgap/glooptest_missing/README.md | 6 +++--- patches/mods-stopgap/glooptest_missing/description.txt | 1 + patches/mods-stopgap/glooptest_missing/mod.conf | 1 + patches/mods-stopgap/nftools_legacy/README.txt | 6 +++--- patches/mods-stopgap/nftools_legacy/description.txt | 2 ++ patches/mods-stopgap/nftools_legacy/mod.conf | 1 + 11 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 patches/mods-stopgap/animal_materials_legacy/description.txt create mode 100644 patches/mods-stopgap/animal_materials_legacy/mod.conf create mode 100644 patches/mods-stopgap/glooptest_missing/description.txt create mode 100644 patches/mods-stopgap/glooptest_missing/mod.conf create mode 100644 patches/mods-stopgap/nftools_legacy/description.txt create mode 100644 patches/mods-stopgap/nftools_legacy/mod.conf diff --git a/patches/mods-stopgap/animal_materials_legacy/README.txt b/patches/mods-stopgap/animal_materials_legacy/README.txt index dec0b99..017edfe 100644 --- a/patches/mods-stopgap/animal_materials_legacy/README.txt +++ b/patches/mods-stopgap/animal_materials_legacy/README.txt @@ -1,6 +1,6 @@ -Bucket_Game mod: animal_materials_legacy -========================= -This mod provides a transition from old versions of animal_materials. +animal_materials_legacy Minetest mod +==================================== +See description.txt. Authors of source code ---------------------- diff --git a/patches/mods-stopgap/animal_materials_legacy/description.txt b/patches/mods-stopgap/animal_materials_legacy/description.txt new file mode 100644 index 0000000..32f1391 --- /dev/null +++ b/patches/mods-stopgap/animal_materials_legacy/description.txt @@ -0,0 +1,2 @@ +Convert items spawned by old versions of animal_materials to the new +codermobs naming. diff --git a/patches/mods-stopgap/animal_materials_legacy/mod.conf b/patches/mods-stopgap/animal_materials_legacy/mod.conf new file mode 100644 index 0000000..102c997 --- /dev/null +++ b/patches/mods-stopgap/animal_materials_legacy/mod.conf @@ -0,0 +1 @@ +name = animal_materials_legacy diff --git a/patches/mods-stopgap/elk_legacy/description.txt b/patches/mods-stopgap/elk_legacy/description.txt index bc5e8c5..fcbd042 100644 --- a/patches/mods-stopgap/elk_legacy/description.txt +++ b/patches/mods-stopgap/elk_legacy/description.txt @@ -1,2 +1,2 @@ -This mod transitions the elk that is from old versions of ENLIVEN or -Bucket_Game. +Convert elk spawned by old versions of ENLIVEN or Bucket_Game to the new +codermobs:elk. diff --git a/patches/mods-stopgap/elk_legacy/init.lua b/patches/mods-stopgap/elk_legacy/init.lua index 22373f7..0653384 100644 --- a/patches/mods-stopgap/elk_legacy/init.lua +++ b/patches/mods-stopgap/elk_legacy/init.lua @@ -2,6 +2,7 @@ -- the original version of this file. if minetest.get_modpath("codermobs") ~= nil then mobs:alias_mob("codermobs:elk_male", "codermobs:elk") + -- mobs:alias_mob("codermobs:elk_female", "codermobs:elk") end -- minetest.register_alias("codermobs:elk_male", "codermobs:elk") diff --git a/patches/mods-stopgap/glooptest_missing/README.md b/patches/mods-stopgap/glooptest_missing/README.md index c97259d..cec6725 100644 --- a/patches/mods-stopgap/glooptest_missing/README.md +++ b/patches/mods-stopgap/glooptest_missing/README.md @@ -1,6 +1,6 @@ -Bucket_Game mod: gloopblocks_missing -==================================== -This mod provides a transition from glooptest. +Minetest mod: glooptest_missing +=============================== +See description.txt Authors of source code ---------------------- diff --git a/patches/mods-stopgap/glooptest_missing/description.txt b/patches/mods-stopgap/glooptest_missing/description.txt new file mode 100644 index 0000000..bcd4ce7 --- /dev/null +++ b/patches/mods-stopgap/glooptest_missing/description.txt @@ -0,0 +1 @@ +Convert glooptest mossy blocks to the equivalent non-mossy blocks. diff --git a/patches/mods-stopgap/glooptest_missing/mod.conf b/patches/mods-stopgap/glooptest_missing/mod.conf new file mode 100644 index 0000000..811a7c5 --- /dev/null +++ b/patches/mods-stopgap/glooptest_missing/mod.conf @@ -0,0 +1 @@ +name = glooptest_missing diff --git a/patches/mods-stopgap/nftools_legacy/README.txt b/patches/mods-stopgap/nftools_legacy/README.txt index 420d883..3d38ba8 100644 --- a/patches/mods-stopgap/nftools_legacy/README.txt +++ b/patches/mods-stopgap/nftools_legacy/README.txt @@ -1,6 +1,6 @@ -Bucket_Game mod: nftools_legacy -========================= -This mod provides a transition from old versions of nftools. +nftools_legacy Minetest mod +=========================== +See description.txt. Authors of source code ---------------------- diff --git a/patches/mods-stopgap/nftools_legacy/description.txt b/patches/mods-stopgap/nftools_legacy/description.txt new file mode 100644 index 0000000..5913f6c --- /dev/null +++ b/patches/mods-stopgap/nftools_legacy/description.txt @@ -0,0 +1,2 @@ +Convert old nftools nodes (from old versions of Bucket_Game) that +overlap birthstones to the new nodes in the updated Bucket_Game fork. diff --git a/patches/mods-stopgap/nftools_legacy/mod.conf b/patches/mods-stopgap/nftools_legacy/mod.conf new file mode 100644 index 0000000..af7cfa6 --- /dev/null +++ b/patches/mods-stopgap/nftools_legacy/mod.conf @@ -0,0 +1 @@ +name = nftools_legacy