VoxeLibre/mods/ITEMS/mcl_monster_spawner
Wuzzy 71d7ed09c8 Fix possible crash in monster spawner code 2017-05-25 04:22:18 +02:00
..
textures Move monster spawner mod to ITEMS 2017-05-25 02:23:12 +02:00
README.md Move monster spawner mod to ITEMS 2017-05-25 02:23:12 +02:00
depends.txt Reduce dependency mess of monster spawner 2017-05-25 02:57:00 +02:00
init.lua Fix possible crash in monster spawner code 2017-05-25 04:22:18 +02:00
mod.conf Move monster spawner mod to ITEMS 2017-05-25 02:23:12 +02:00

README.md

This mod adds a monster spawner for MineClone 2. Monsters will appear around the monster spawner in semi-regular intervals.

This mod is originally based on the mob spawner from Mobs Redo by TenPlus1 but has been modified quite a lot to fit the needs of MineClone 2.

Players can get a monster spawner by giveme and is initially empty after placing.

Programmer notes

To set the mob spawned by a monster spawner, first place the monster spawner (e.g. with minetest.set_node), then use the function mcl_monster_spawner.setup_spawner to set its attributes. See the comment in init.lua for more info.

License (code and texture)

MIT License