Go to file
Jordan Irwin 3860749d31 Generate HTML docs with LDoc 2021-05-05 14:22:43 -07:00
docs Generate HTML docs with LDoc 2021-05-05 14:22:43 -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
CHANGES.txt Add changelog 2021-05-05 11:05:08 -07:00
LICENSE.txt Update copyright years, update changelog, push to 2.2.2 2016-02-03 14:47:43 +01:00
README.md Update version info in README & mod.conf 2021-05-05 11:08:40 -07:00
changelog.old.txt Rename "changelog.txt" to "changelog.old.txt" 2021-05-05 10:38:40 -07:00
common.lua Add LuaDoc 2021-05-05 14:21:47 -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 Update version info in README & mod.conf 2021-05-05 11:08:40 -07:00
register.lua Add LuaDoc 2021-05-05 14:21:47 -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.1

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