mod-sneeker/README.md

52 lines
1.1 KiB
Markdown
Raw Normal View History

2021-05-07 01:42:17 +02:00
## Sneeker mod for Minetest
2017-05-28 02:36:45 +02:00
2021-05-07 01:42:17 +02:00
---
### Description:
2021-05-07 01:42:17 +02:00
An explosive nuisance for [Minetest](http://minetest.net/).
2017-05-28 02:36:45 +02:00
2021-05-07 01:42:17 +02:00
![screenshot](screenshot.png)
2021-05-07 01:42:17 +02:00
---
### Licensing:
2017-05-28 02:36:45 +02:00
2021-05-07 01:42:17 +02:00
- **Code:** [MIT](LICENSE.txt)
2021-05-07 01:32:01 +02:00
- Original by Rui: WTFPL
2017-05-28 02:36:45 +02:00
2021-05-07 01:42:17 +02:00
---
### Usage:
Settings:
- ***sneeker.spawn_chance***
- Sets possibility for spawn.
- type: int
- default: 10000
- ***sneeker.spawn_interval***
- Sets frequency of spawn chance.
- type: int
- default: 240 (4 minutes)
- ***sneeker.spawn_minlight***
- Sets the minimum light that a node must have for spawn to occur.
- type: int
- default: 0
- ***sneeker.spawn_maxlight***
- Sets the maximum light that a node can have for spawn to occur.
- type: int
- default: 9
- ***sneeker.spawn_minheight***
- Sets the maximum light that a node can have for spawn to occur.
- type: int
- default: -31000
- ***sneeker.spawn_maxheight***
- Sets the lowest position at which sneeker can spawn.
- type: int
- default 31000
---
### Links:
- [Original forum thread](https://forum.minetest.net/viewtopic.php?t=11891)
- [Git repo](https://github.com/AntumMT/mod-sneeker)
- [Changelog](CHANGES.txt)
- [TODO](TODO.txt)