Go to file
Jordan Irwin e5f998fad0 Update HTML documentation generated by LDoc 2017-08-11 11:36:03 -07:00
docs Update HTML documentation generated by LDoc 2017-08-11 11:36:03 -07:00
engine Update to more recent version of 'mobs_redo' engine 2017-08-11 09:32:03 -07:00
locale Make 'mobs_redo' base 2017-06-22 22:47:46 -07:00
sounds Make 'mobs_redo' base 2017-06-22 22:47:46 -07:00
textures Use transparent blood texture if 'mobs_enable_blood' is 'false' 2017-06-22 22:59:39 -07:00
LICENSE.txt Shorten license header within code 2017-05-31 13:46:21 -07:00
README.md Update README.md 2017-08-10 18:10:42 -07:00
api.lua Update 'mobs_redo' docstrings 2017-08-11 11:32:29 -07:00
depends.txt Use function 'core.get_mod_metadata' if available: 2017-08-09 09:28:22 -07:00
init.lua Add setting for 'enable_blood' 2017-08-11 09:39:22 -07:00
mod.conf mod.conf: Change name to 'unimobiles' 2017-06-22 22:45:16 -07:00
settings.lua Add setting for 'enable_blood' 2017-08-11 09:39:22 -07:00

README.md

Unified Mobiles Engine (unimobiles) mod for Minetest

Description:

An attempt at unifying different mobiles (mobs) engines for Minetest.

Not sure if this will turn into anything, but will all the different mob engines for minetest, would be nice to have one that is universal. Hopefully, in the future, this project will merge the best features from the most popular engines.

NOTE: This project is still a work-in-progress.

Possible mobs/mob engines to use:

Licensing:

New code under MIT license (see LICENSE.txt).

  • Animals Modpack
    • CC BY-SA 3.0
    • CC BY 3.0 (mob_slime sounds)
    • CC0 (sounds)
    • GFDL 1.2 or later | CC-BY-SA 3.0 or later (animal_cow & animal_sheep sounds)
    • WTFPL (animal_cow textures)
  • Entity AI
    • AGPL 3.0
    • CC BY-ND 4.0
    • CC BY-SA 3.0 (sounds)
    • LGPL (stone_giant? see: README)
  • Goblins
    • CC BY-SA 3.0
    • CC BY 3.0
    • CC0
  • KPGMobs
    • MIT
  • M.I.L.A.
    • LGPL 3.0
  • MC Mobs
    • WTFPL
    • Freesound
    • CC0
    • CC BY 3.0
    • GPL 3.0
  • Mob Engine
    • modified zlib (code)
    • CC BY-SA 3.0 (media)
  • Mob Framework
    • CC BY-SA 3.0
  • Mobs Redo
    • MIT
  • Nodebox Mob API
    • LGPL 2.1 (code)
    • WTFPL (textures & sounds)
    • CC BY-SA (sounds)
  • Not So Simple Mobs
    • LGPL (code)
    • CC BY-SA 4.0 (models, textures, & sounds)
  • Open AI
    • CC0

Documentation:

API Documentation