Browse Source

use conventions for structure of stopgap mods

master
poikilos 5 years ago
committed by Jacob Gustafson
parent
commit
dd78b58403
  1. 6
      patches/mods-stopgap/animal_materials_legacy/README.txt
  2. 2
      patches/mods-stopgap/animal_materials_legacy/description.txt
  3. 1
      patches/mods-stopgap/animal_materials_legacy/mod.conf
  4. 4
      patches/mods-stopgap/elk_legacy/description.txt
  5. 1
      patches/mods-stopgap/elk_legacy/init.lua
  6. 6
      patches/mods-stopgap/glooptest_missing/README.md
  7. 1
      patches/mods-stopgap/glooptest_missing/description.txt
  8. 1
      patches/mods-stopgap/glooptest_missing/mod.conf
  9. 6
      patches/mods-stopgap/nftools_legacy/README.txt
  10. 2
      patches/mods-stopgap/nftools_legacy/description.txt
  11. 1
      patches/mods-stopgap/nftools_legacy/mod.conf

6
patches/mods-stopgap/animal_materials_legacy/README.txt

@ -1,6 +1,6 @@
Bucket_Game mod: animal_materials_legacy animal_materials_legacy Minetest mod
========================= ====================================
This mod provides a transition from old versions of animal_materials. See description.txt.
Authors of source code Authors of source code
---------------------- ----------------------

2
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.

1
patches/mods-stopgap/animal_materials_legacy/mod.conf

@ -0,0 +1 @@
name = animal_materials_legacy

4
patches/mods-stopgap/elk_legacy/description.txt

@ -1,2 +1,2 @@
This mod transitions the elk that is from old versions of ENLIVEN or Convert elk spawned by old versions of ENLIVEN or Bucket_Game to the new
Bucket_Game. codermobs:elk.

1
patches/mods-stopgap/elk_legacy/init.lua

@ -2,6 +2,7 @@
-- the original version of this file. -- the original version of this file.
if minetest.get_modpath("codermobs") ~= nil then if minetest.get_modpath("codermobs") ~= nil then
mobs:alias_mob("codermobs:elk_male", "codermobs:elk") mobs:alias_mob("codermobs:elk_male", "codermobs:elk")
-- mobs:alias_mob("codermobs:elk_female", "codermobs:elk")
end end
-- minetest.register_alias("codermobs:elk_male", "codermobs:elk") -- minetest.register_alias("codermobs:elk_male", "codermobs:elk")

6
patches/mods-stopgap/glooptest_missing/README.md

@ -1,6 +1,6 @@
Bucket_Game mod: gloopblocks_missing Minetest mod: glooptest_missing
==================================== ===============================
This mod provides a transition from glooptest. See description.txt
Authors of source code Authors of source code
---------------------- ----------------------

1
patches/mods-stopgap/glooptest_missing/description.txt

@ -0,0 +1 @@
Convert glooptest mossy blocks to the equivalent non-mossy blocks.

1
patches/mods-stopgap/glooptest_missing/mod.conf

@ -0,0 +1 @@
name = glooptest_missing

6
patches/mods-stopgap/nftools_legacy/README.txt

@ -1,6 +1,6 @@
Bucket_Game mod: nftools_legacy nftools_legacy Minetest mod
========================= ===========================
This mod provides a transition from old versions of nftools. See description.txt.
Authors of source code Authors of source code
---------------------- ----------------------

2
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.

1
patches/mods-stopgap/nftools_legacy/mod.conf

@ -0,0 +1 @@
name = nftools_legacy
Loading…
Cancel
Save