2018-01-07 16:58:44 +01:00
|
|
|
This mod adds a mob spawner for MineClone 2.
|
|
|
|
Monsters will appear around the mob spawner in semi-regular intervals.
|
2017-05-25 02:11:19 +02:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2018-01-07 16:58:44 +01:00
|
|
|
Players can get a mob spawner by `giveme` and is initially empty after
|
2017-05-25 02:15:24 +02:00
|
|
|
placing.
|
|
|
|
|
|
|
|
## Programmer notes
|
2018-01-07 16:58:44 +01:00
|
|
|
To set the mob spawned by a mob spawner, first place the mob spawner
|
2017-05-25 02:15:24 +02:00
|
|
|
(e.g. with `minetest.set_node`), then use the function
|
2017-05-25 06:09:03 +02:00
|
|
|
`mcl_mobspawners.setup_spawner` to set its attributes. See the comment
|
2017-05-25 02:15:24 +02:00
|
|
|
in `init.lua` for more info.
|
|
|
|
|
2017-05-25 02:11:19 +02:00
|
|
|
## License (code and texture)
|
|
|
|
MIT License
|