Go to file
Jordan Irwin b4b71f5dc8 Cleanup
2021-05-06 21:45:12 -07:00
sounds Re-label to 'sneeker' 2021-05-06 19:31:05 -07:00
textures Re-label to 'sneeker' 2021-05-06 19:31:05 -07:00
CHANGES.txt Change to MIT license 2021-05-06 21:40:38 -07:00
functions.lua Cleanup 2021-05-06 21:45:12 -07:00
init.lua Add mode "inflate" 2021-05-06 21:40:37 -07:00
LICENSE.txt Change to MIT license 2021-05-06 21:40:38 -07:00
mod.conf Begin porting to creatures (cmer) mob engine 2021-05-06 21:40:05 -07:00
README.md Update README 2021-05-06 21:40:38 -07:00
screenshot.png Add Rui's creeper mod code: 2017-05-15 15:21:03 -07:00
settings.lua Cleanup 2021-05-06 21:40:37 -07:00
settingtypes.txt Change default settings 2021-05-06 21:35:00 -07:00
spawn.lua Cleanup 2021-05-06 21:45:12 -07:00
tnt_function.lua Cleanup 2021-05-06 21:45:12 -07:00
TODO.txt Add changelog & todo list 2021-05-06 21:40:38 -07:00

Sneeker mod for Minetest


Description:

An explosive nuisance for Minetest.

screenshot


Licensing:

  • Code: MIT
    • Original by Rui: WTFPL

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