Move engine code to root directory
34
README.txt
@ -1,36 +1,26 @@
|
|||||||
Mod/Modpack Creatures
|
Creatures MOB-Engine
|
||||||
=====================
|
====================
|
||||||
Copyright (c) 2015-2016 BlockMen <blockmen2015@gmail.com>
|
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.
|
This mod provides an engine, that handles the base function for MOB in Minetest.
|
||||||
Currently included: Ghosts, Zombies, Sheep, Chicken and Oerrki.
|
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
|
(c) Copyright 2015-2016 BlockMen; modified zlib-License
|
||||||
see "LICENSE.txt" for details.
|
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
|
(c) Copyright (2014-2016) BlockMen; CC-BY-SA 3.0
|
||||||
|
|
||||||
see each MOB-Module for detailed informations.
|
|
||||||
|
|
||||||
|
|
||||||
Github:
|
Github:
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
https://github.com/BlockMen/cme
|
https://github.com/BlockMen/cme/creatures
|
||||||
|
|
||||||
|
|
||||||
Forum:
|
|
||||||
~~~~~~
|
|
||||||
https://forum.minetest.net/viewtopic.php?id=8638
|
|
||||||
|
|
||||||
|
|
||||||
Changelog:
|
|
||||||
~~~~~~~~~~
|
|
||||||
see Changelog.txt
|
|
||||||
|
25
bower.json
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
@ -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.
|
|
@ -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
|
|
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 441 B |
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 686 B After Width: | Height: | Size: 686 B |
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 453 B |