├── LICENSE ├── README.md ├── behaviors2override.lua ├── example_behaviors.lua ├── init.lua ├── mobkit_api.txt ├── mod.conf └── screenshot.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheTermos/mobkit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheTermos/mobkit/HEAD/README.md -------------------------------------------------------------------------------- /behaviors2override.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheTermos/mobkit/HEAD/behaviors2override.lua -------------------------------------------------------------------------------- /example_behaviors.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheTermos/mobkit/HEAD/example_behaviors.lua -------------------------------------------------------------------------------- /init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheTermos/mobkit/HEAD/init.lua -------------------------------------------------------------------------------- /mobkit_api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheTermos/mobkit/HEAD/mobkit_api.txt -------------------------------------------------------------------------------- /mod.conf: -------------------------------------------------------------------------------- 1 | name = mobkit 2 | description = Entity API 3 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheTermos/mobkit/HEAD/screenshot.png --------------------------------------------------------------------------------