Go to file
Jordan Irwin 335da2dc50 Fix some things 2021-08-19 15:42:39 -07:00
.ldoc LDoc: don't include "register" directory in docs 2021-08-19 14:46:06 -07:00
register Fix some things 2021-08-19 15:42:39 -07:00
.gitattributes Add configuration & scripts for generating HTML docs with LDoc 2021-08-14 04:10:40 -07:00
LICENSE.txt Initial commit: create initialization for mobb.register method 2021-08-13 15:56:32 -07:00
README.md Add settings to README usage 2021-08-14 04:11:18 -07:00
TODO.txt Finish mobs_redo registration support 2021-08-19 14:43:55 -07:00
api.lua Fix some things 2021-08-19 15:42:39 -07:00
changelog.txt Finish mobs_redo registration support 2021-08-19 14:43:55 -07:00
init.lua Set mobb.register method to output error message if... 2021-08-14 03:05:45 -07:00
mod.conf Initial commit: create initialization for mobb.register method 2021-08-13 15:56:32 -07:00
set_version.py Add configuration & scripts for generating HTML docs with LDoc 2021-08-14 04:10:40 -07:00
settings.lua Fix some docstrings 2021-08-14 04:15:55 -07:00
settingtypes.txt Initial commit: create initialization for mobb.register method 2021-08-13 15:56:32 -07:00

README.md

Mob Bridge

Description

Mob registration compatible with mobkit & mobs_redo.

WARNING: this mod is in early development & not currently functional

Usage

Methods:

mobb.register(def)
- Registers a new mob with enabled library.
- parameters:
  - def: entity definition

Settings:

mobb.order_preference
- Preferred order of supported mob libraries.
- type:    enum
- options: mobkit.mobs,mobs.mobkit
- default: mobkit.mobs

Licensing