diff --git a/README.md b/README.md index 2f675004..1c04003d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ The game includes the mods from the default [minetest_game](https://github.com/m * [quartz][] ([MIT](mods/materials/quartz/LICENSE.txt)) * [unifieddyes][] ([GPL](mods/materials/unifieddyes/LICENSE)) * mobs/ - * [creatures (Creatures MOB-Engine)][cme] ([zlib/CC-BY-SA](doc/modpacks/cme/README.txt)) * [kpgmobs][] ([MIT](mods/mobs/kpgmobs/README.txt)) * [mobs_redo][] ([MIT](mods/mobs/mobs_redo/license.txt)) * mobs_aggressive/ @@ -142,9 +141,10 @@ The game includes the mods from the default [minetest_game](https://github.com/m * mob_shark ([CC BY-SA][lic.amp_shark]) * mob_slime ([CC0 / CC BY / CC BY-SA / CC0][lic.amp_slime]) * mob_warthog ([CC BY / CC BY-SA][lic.amp_warthog]) -* [creatures_mob_engine][cme] +* [Creatures MOB-Engine][cme] ([zlib/CC-BY-SA][lic.cme]) * mp_cme/ * chicken + * creatures * sheep * [homedecor_modpack][homedecor] ([LGPL / WTFPL / CC BY-SA / CC0][lic.homedecor]) -- version: [02a4d14 Git][ver.homedecor] * mp_homedecor_modpack/ @@ -299,6 +299,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m [lic.areas]: mods/protection/areas/LICENSE.txt [lic.awards]: mods/awards/LICENSE.txt [lic.character_creator]: mods/player_visuals/character_creator/LICENSE.md +[lic.cme]: mods/mp_cme/LICENSE.txt [lic.creeper]: mods/mobs_aggressive/creeper/LICENSE.md [lic.homedecor]: mods/homedecor_modpack/LICENSE [lic.ilights]: mods/lighting/ilights/init.lua diff --git a/mods/mobs/creatures/common.lua b/mods/mp_cme/creatures/common.lua similarity index 100% rename from mods/mobs/creatures/common.lua rename to mods/mp_cme/creatures/common.lua diff --git a/mods/mobs/creatures/depends.txt b/mods/mp_cme/creatures/depends.txt similarity index 100% rename from mods/mobs/creatures/depends.txt rename to mods/mp_cme/creatures/depends.txt diff --git a/mods/mobs/creatures/description.txt b/mods/mp_cme/creatures/description.txt similarity index 100% rename from mods/mobs/creatures/description.txt rename to mods/mp_cme/creatures/description.txt diff --git a/mods/mobs/creatures/functions.lua b/mods/mp_cme/creatures/functions.lua similarity index 100% rename from mods/mobs/creatures/functions.lua rename to mods/mp_cme/creatures/functions.lua diff --git a/mods/mobs/creatures/init.lua b/mods/mp_cme/creatures/init.lua similarity index 100% rename from mods/mobs/creatures/init.lua rename to mods/mp_cme/creatures/init.lua diff --git a/mods/mobs/creatures/items.lua b/mods/mp_cme/creatures/items.lua similarity index 100% rename from mods/mobs/creatures/items.lua rename to mods/mp_cme/creatures/items.lua diff --git a/mods/mobs/creatures/register.lua b/mods/mp_cme/creatures/register.lua similarity index 100% rename from mods/mobs/creatures/register.lua rename to mods/mp_cme/creatures/register.lua diff --git a/mods/mobs/creatures/screenshot.png b/mods/mp_cme/creatures/screenshot.png similarity index 100% rename from mods/mobs/creatures/screenshot.png rename to mods/mp_cme/creatures/screenshot.png diff --git a/mods/mobs/creatures/sounds/creatures_splash.1.ogg b/mods/mp_cme/creatures/sounds/creatures_splash.1.ogg similarity index 100% rename from mods/mobs/creatures/sounds/creatures_splash.1.ogg rename to mods/mp_cme/creatures/sounds/creatures_splash.1.ogg diff --git a/mods/mobs/creatures/sounds/creatures_splash.2.ogg b/mods/mp_cme/creatures/sounds/creatures_splash.2.ogg similarity index 100% rename from mods/mobs/creatures/sounds/creatures_splash.2.ogg rename to mods/mp_cme/creatures/sounds/creatures_splash.2.ogg diff --git a/mods/mobs/creatures/textures/creatures_flesh.png b/mods/mp_cme/creatures/textures/creatures_flesh.png similarity index 100% rename from mods/mobs/creatures/textures/creatures_flesh.png rename to mods/mp_cme/creatures/textures/creatures_flesh.png diff --git a/mods/mobs/creatures/textures/creatures_meat.png b/mods/mp_cme/creatures/textures/creatures_meat.png similarity index 100% rename from mods/mobs/creatures/textures/creatures_meat.png rename to mods/mp_cme/creatures/textures/creatures_meat.png diff --git a/mods/mobs/creatures/textures/creatures_spawn_egg.png b/mods/mp_cme/creatures/textures/creatures_spawn_egg.png similarity index 100% rename from mods/mobs/creatures/textures/creatures_spawn_egg.png rename to mods/mp_cme/creatures/textures/creatures_spawn_egg.png diff --git a/mods/mobs/creatures/textures/creatures_spawner.png b/mods/mp_cme/creatures/textures/creatures_spawner.png similarity index 100% rename from mods/mobs/creatures/textures/creatures_spawner.png rename to mods/mp_cme/creatures/textures/creatures_spawner.png