From 1cd146263bb2e606195a25b13cf127c86df9c748 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Wed, 9 Aug 2017 22:11:24 -0700 Subject: [PATCH] Rename 'animals_passive' modpack to 'animals_harmless' --- README.md | 6 +++--- .../LICENSE.txt | 0 .../{animals_passive => animals_harmless}/README.md | 0 .../mob_sheep/LICENSE.txt | 0 .../mob_sheep/README.txt | 0 .../mob_sheep/depends.txt | 0 .../mob_sheep/init.lua | 0 .../mob_sheep/models/creatures_sheep.b3d | Bin .../mob_sheep/sounds/creatures_shears.ogg | Bin .../mob_sheep/sounds/creatures_sheep.1.ogg | Bin .../mob_sheep/sounds/creatures_sheep.2.ogg | Bin .../mob_sheep/sounds/creatures_sheep.3.ogg | Bin .../mob_sheep/textures/creatures_egg_sheep.png | Bin .../mob_sheep/textures/creatures_shears.png | Bin .../mob_sheep/textures/creatures_sheep.png | Bin .../mob_sheep/textures/creatures_sheep_black.png | Bin .../mob_sheep/textures/creatures_sheep_brown.png | Bin .../mob_sheep/textures/creatures_sheep_grey.png | Bin .../mob_sheep/textures/creatures_sheep_shaved.png | Bin .../mob_sheep/textures/creatures_sheep_white.png | Bin .../modpack.txt | 0 21 files changed, 3 insertions(+), 3 deletions(-) rename mods/modpacks/{animals_passive => animals_harmless}/LICENSE.txt (100%) rename mods/modpacks/{animals_passive => animals_harmless}/README.md (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/LICENSE.txt (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/README.txt (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/depends.txt (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/init.lua (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/models/creatures_sheep.b3d (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/sounds/creatures_shears.ogg (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/sounds/creatures_sheep.1.ogg (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/sounds/creatures_sheep.2.ogg (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/sounds/creatures_sheep.3.ogg (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/textures/creatures_egg_sheep.png (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/textures/creatures_shears.png (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/textures/creatures_sheep.png (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/textures/creatures_sheep_black.png (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/textures/creatures_sheep_brown.png (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/textures/creatures_sheep_grey.png (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/textures/creatures_sheep_shaved.png (100%) rename mods/modpacks/{animals_passive => animals_harmless}/mob_sheep/textures/creatures_sheep_white.png (100%) rename mods/modpacks/{animals_passive => animals_harmless}/modpack.txt (100%) diff --git a/README.md b/README.md index ab73f0a7..3d2e4abf 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m * [animals_aggressive][] -- version: [2c913bb Git][ver.animals_aggressive] *2017-07-24* * mob_shark ([CC BY-SA][lic.ccbysa3.0]) -- forked from [Animals Modpack][animals] -* [animals_passive][] -- version: [f979583][ver.animals_passive] *2017-08-07* +* [animals_harmless][] -- version: [f979583][ver.animals_harmless] *2017-08-07* * mob_sheep ([Zlib][lic.zlib]) -- forked from [mob-engine][] * castle ([MIT][lic.castle]) * [castle_farming][] -- version: [a190dcf Git][ver.castle_farming] *2017-04-21* @@ -196,7 +196,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m [ambience_ultralite]: https://forum.minetest.net/viewtopic.php?p=151166#p151166 [animals]: https://forum.minetest.net/viewtopic.php?t=629 [animals_aggressive]: https://github.com/AntumMT/mp-animals_aggressive -[animals_passive]: https://github.com/AntumMT/mp-animals_passive +[animals_harmless]: https://github.com/AntumMT/mp-animals_harmless [antum]: https://github.com/AntumMT/mp-antum [areas]: https://forum.minetest.net/viewtopic.php?t=7239 [awards]: https://forum.minetest.net/viewtopic.php?t=4870 @@ -412,7 +412,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m [ver.animalmaterials]: https://github.com/sapier/animalmaterials/tree/aa4697c [ver.animals]: https://github.com/sapier/animals_modpack/tree/b9d0172 [ver.animals_aggressive]: https://github.com/AntumMT/mp-animals_aggressive/tree/2c913bb -[ver.animals_passive]: https://github.com/AntumMT/mp-animals_passive/tree/f979583 +[ver.animals_harmless]: https://github.com/AntumMT/mp-animals_harmless/tree/f979583 [ver.antum]: https://github.com/AntumMT/mp-antum/tree/2c731af [ver.areas]: https://github.com/ShadowNinja/areas/tree/289d0e6 [ver.awards]: https://github.com/minetest-mods/awards/tree/096fe16 diff --git a/mods/modpacks/animals_passive/LICENSE.txt b/mods/modpacks/animals_harmless/LICENSE.txt similarity index 100% rename from mods/modpacks/animals_passive/LICENSE.txt rename to mods/modpacks/animals_harmless/LICENSE.txt diff --git a/mods/modpacks/animals_passive/README.md b/mods/modpacks/animals_harmless/README.md similarity index 100% rename from mods/modpacks/animals_passive/README.md rename to mods/modpacks/animals_harmless/README.md diff --git a/mods/modpacks/animals_passive/mob_sheep/LICENSE.txt b/mods/modpacks/animals_harmless/mob_sheep/LICENSE.txt similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/LICENSE.txt rename to mods/modpacks/animals_harmless/mob_sheep/LICENSE.txt diff --git a/mods/modpacks/animals_passive/mob_sheep/README.txt b/mods/modpacks/animals_harmless/mob_sheep/README.txt similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/README.txt rename to mods/modpacks/animals_harmless/mob_sheep/README.txt diff --git a/mods/modpacks/animals_passive/mob_sheep/depends.txt b/mods/modpacks/animals_harmless/mob_sheep/depends.txt similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/depends.txt rename to mods/modpacks/animals_harmless/mob_sheep/depends.txt diff --git a/mods/modpacks/animals_passive/mob_sheep/init.lua b/mods/modpacks/animals_harmless/mob_sheep/init.lua similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/init.lua rename to mods/modpacks/animals_harmless/mob_sheep/init.lua diff --git a/mods/modpacks/animals_passive/mob_sheep/models/creatures_sheep.b3d b/mods/modpacks/animals_harmless/mob_sheep/models/creatures_sheep.b3d similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/models/creatures_sheep.b3d rename to mods/modpacks/animals_harmless/mob_sheep/models/creatures_sheep.b3d diff --git a/mods/modpacks/animals_passive/mob_sheep/sounds/creatures_shears.ogg b/mods/modpacks/animals_harmless/mob_sheep/sounds/creatures_shears.ogg similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/sounds/creatures_shears.ogg rename to mods/modpacks/animals_harmless/mob_sheep/sounds/creatures_shears.ogg diff --git a/mods/modpacks/animals_passive/mob_sheep/sounds/creatures_sheep.1.ogg b/mods/modpacks/animals_harmless/mob_sheep/sounds/creatures_sheep.1.ogg similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/sounds/creatures_sheep.1.ogg rename to mods/modpacks/animals_harmless/mob_sheep/sounds/creatures_sheep.1.ogg diff --git a/mods/modpacks/animals_passive/mob_sheep/sounds/creatures_sheep.2.ogg b/mods/modpacks/animals_harmless/mob_sheep/sounds/creatures_sheep.2.ogg similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/sounds/creatures_sheep.2.ogg rename to mods/modpacks/animals_harmless/mob_sheep/sounds/creatures_sheep.2.ogg diff --git a/mods/modpacks/animals_passive/mob_sheep/sounds/creatures_sheep.3.ogg b/mods/modpacks/animals_harmless/mob_sheep/sounds/creatures_sheep.3.ogg similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/sounds/creatures_sheep.3.ogg rename to mods/modpacks/animals_harmless/mob_sheep/sounds/creatures_sheep.3.ogg diff --git a/mods/modpacks/animals_passive/mob_sheep/textures/creatures_egg_sheep.png b/mods/modpacks/animals_harmless/mob_sheep/textures/creatures_egg_sheep.png similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/textures/creatures_egg_sheep.png rename to mods/modpacks/animals_harmless/mob_sheep/textures/creatures_egg_sheep.png diff --git a/mods/modpacks/animals_passive/mob_sheep/textures/creatures_shears.png b/mods/modpacks/animals_harmless/mob_sheep/textures/creatures_shears.png similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/textures/creatures_shears.png rename to mods/modpacks/animals_harmless/mob_sheep/textures/creatures_shears.png diff --git a/mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep.png b/mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep.png similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep.png rename to mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep.png diff --git a/mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep_black.png b/mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep_black.png similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep_black.png rename to mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep_black.png diff --git a/mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep_brown.png b/mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep_brown.png similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep_brown.png rename to mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep_brown.png diff --git a/mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep_grey.png b/mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep_grey.png similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep_grey.png rename to mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep_grey.png diff --git a/mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep_shaved.png b/mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep_shaved.png similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep_shaved.png rename to mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep_shaved.png diff --git a/mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep_white.png b/mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep_white.png similarity index 100% rename from mods/modpacks/animals_passive/mob_sheep/textures/creatures_sheep_white.png rename to mods/modpacks/animals_harmless/mob_sheep/textures/creatures_sheep_white.png diff --git a/mods/modpacks/animals_passive/modpack.txt b/mods/modpacks/animals_harmless/modpack.txt similarity index 100% rename from mods/modpacks/animals_passive/modpack.txt rename to mods/modpacks/animals_harmless/modpack.txt