Move engine code to root directory

master
Jordan Irwin 2021-04-30 02:42:20 -07:00
parent de2892228d
commit f9f21bc355
18 changed files with 12 additions and 93 deletions

View File

@ -1,36 +1,26 @@
Mod/Modpack Creatures
=====================
Creatures MOB-Engine
====================
Copyright (c) 2015-2016 BlockMen <blockmen2015@gmail.com>
Version: 2.3.1
Version: 2.0.2
A Mod(pack) for Minetest that provides a MOB-Engine and adds several creatures to the game.
Currently included: Ghosts, Zombies, Sheep, Chicken and Oerrki.
This mod provides an engine, that handles the base function for MOB in Minetest.
It offers an easy way to register MOB and allows to custom handling for the needs
of each mob. This engine aims to be a solid base, that has a good balance between
performance and functionality.
See API.txt for more informations on how to use this engine for mobs.
License:
License:
~~~~~~~~
Code(if not stated differently):
Code:
(c) Copyright 2015-2016 BlockMen; modified zlib-License
see "LICENSE.txt" for details.
Media(if not stated differently):
Media(textures and other media):
(c) Copyright (2014-2016) BlockMen; CC-BY-SA 3.0
see each MOB-Module for detailed informations.
Github:
~~~~~~~
https://github.com/BlockMen/cme
Forum:
~~~~~~
https://forum.minetest.net/viewtopic.php?id=8638
Changelog:
~~~~~~~~~~
see Changelog.txt
https://github.com/BlockMen/cme/creatures

View File

@ -1,25 +0,0 @@
{
"name": "Creatures MOB-Engine",
"description": "A Mod(pack) for Minetest that provides a MOB-Engine and adds several creatures to the game.\n",
"keywords": [
"creatures",
"mobs",
"MOB",
"MOB-Engine",
"Creatures MOB-Engine",
"cme",
"zombies",
"sheep",
"ghost",
"monsters",
"hostile"
],
"homepage": "https://github.com/BlockMen/cme",
"forum": "http://forum.minetest.net/viewtopic.php?f=11&t=8638",
"screenshots": [
"https://raw.githubusercontent.com/BlockMen/cme/master/screenshot.png"
],
"authors": [
"BlockMen"
]
}

View File

@ -1,20 +0,0 @@
Copyright (c) 2015-2016 BlockMen <blockmen2015@gmail.com>
This software is provided 'as-is', without any express or implied warranty. In no
event will the authors be held liable for any damages arising from the use of
this software.
Permission is granted to anyone to use this software for any purpose, including
commercial applications, and to alter it and redistribute it freely, subject to the
following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software in a
product, an acknowledgment in the product documentation is required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

View File

@ -1,26 +0,0 @@
Creatures MOB-Engine
====================
Copyright (c) 2015-2016 BlockMen <blockmen2015@gmail.com>
Version: 2.0.2
This mod provides an engine, that handles the base function for MOB in Minetest.
It offers an easy way to register MOB and allows to custom handling for the needs
of each mob. This engine aims to be a solid base, that has a good balance between
performance and functionality.
See API.txt for more informations on how to use this engine for mobs.
License:
~~~~~~~~
Code:
(c) Copyright 2015-2016 BlockMen; modified zlib-License
see "LICENSE.txt" for details.
Media(textures and other media):
(c) Copyright (2014-2016) BlockMen; CC-BY-SA 3.0
Github:
~~~~~~~
https://github.com/BlockMen/cme/creatures

View File

View File

Before

Width:  |  Height:  |  Size: 441 B

After

Width:  |  Height:  |  Size: 441 B

View File

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 478 B

View File

Before

Width:  |  Height:  |  Size: 686 B

After

Width:  |  Height:  |  Size: 686 B

View File

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 453 B