sounds | ||
textures | ||
CHANGES.txt | ||
functions.lua | ||
init.lua | ||
LICENSE.txt | ||
mod.conf | ||
README.md | ||
screenshot.png | ||
settings.lua | ||
settingtypes.txt | ||
spawn.lua | ||
tnt_function.lua | ||
TODO.txt |
Sneeker mod for Minetest
Description:
An explosive nuisance for Minetest.
Licensing:
- Code: MIT
- Original by Rui: WTFPL
Usage:
Settings:
- sneeker.spawn_chance
- Sets possibility for spawn.
- type: int
- default: 10000
- Sets possibility for spawn.
- sneeker.spawn_interval
- Sets frequency of spawn chance.
- type: int
- default: 240 (4 minutes)
- Sets frequency of spawn chance.
- sneeker.spawn_minlight
- Sets the minimum light that a node must have for spawn to occur.
- type: int
- default: 0
- Sets the minimum light that a node must have for spawn to occur.
- sneeker.spawn_maxlight
- Sets the maximum light that a node can have for spawn to occur.
- type: int
- default: 9
- Sets the maximum light that a node can have for spawn to occur.
- sneeker.spawn_minheight
- Sets the maximum light that a node can have for spawn to occur.
- type: int
- default: -31000
- Sets the maximum light that a node can have for spawn to occur.
- sneeker.spawn_maxheight
- Sets the lowest position at which sneeker can spawn.
- type: int
- default 31000
- Sets the lowest position at which sneeker can spawn.