Go to file
Jordan Irwin 9a4a2a95fa Rename to "cmer" 2021-05-05 11:04:48 -07:00
sounds Move engine code to root directory 2021-04-30 02:42:20 -07:00
textures Move engine code to root directory 2021-04-30 02:42:20 -07:00
API.txt Rename to "cmer" 2021-05-05 11:04:48 -07:00
LICENSE.txt Update copyright years, update changelog, push to 2.2.2 2016-02-03 14:47:43 +01:00
README.md Use markdown format for README 2021-05-05 10:39:47 -07:00
changelog.old.txt Rename "changelog.txt" to "changelog.old.txt" 2021-05-05 10:38:40 -07:00
common.lua Rename to "cmer" 2021-05-05 11:04:48 -07:00
functions.lua Rename to "cmer" 2021-05-05 11:04:48 -07:00
init.lua Rename to "cmer" 2021-05-05 11:04:48 -07:00
items.lua Move engine code to root directory 2021-04-30 02:42:20 -07:00
mod.conf Rename to "cmer" 2021-05-05 11:04:48 -07:00
register.lua Rename to "cmer" 2021-05-05 11:04:48 -07:00
screenshot.png Re-add zombies, ghosts and sheep 2015-10-09 10:47:10 +02:00

README.md

Creatures Revived

Copyright (c) 2015-2016 BlockMen blockmen2015@gmail.com

Version: 1.0

A revived version of BlockMen's Creatures MOB-Engine mod.

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:
~~~~~~~
Revived: https://github.com/AntumMT/mod-creatures
Orignal Creatures MOB-Engine: https://github.com/BlockMen/cme