Go to file
Jordan Irwin aa6c19dd82 Change spawn nodes...
- Remove: default:dirt_with_grass, default:stone
- Add: default:dirt_with_dry_grass, defaut:dry_dirt, default:dtry_dirt_with_dry_grass, default:desert_sand
2021-05-08 15:06:51 -07:00
sounds Relable to "sneeker" 2021-05-08 11:18:50 -07:00
textures Relable to "sneeker" 2021-05-08 11:18:50 -07:00
init.lua Use settings to determine spawn chance, frequency, level, & light requirements 2021-05-08 15:06:48 -07:00
LICENSE.txt Change license to MIT 2021-05-08 11:10:20 -07:00
mod.conf Spawn on node nether:rack of nether mod available 2021-05-08 11:53:32 -07:00
README.md Use settings to determine spawn chance, frequency, level, & light requirements 2021-05-08 15:06:48 -07:00
screenshot.png Add Rui's creeper mod code: 2017-05-15 15:21:03 -07:00
settings.lua Use settings to determine spawn chance, frequency, level, & light requirements 2021-05-08 15:06:48 -07:00
settingtypes.txt Use settings to determine spawn chance, frequency, level, & light requirements 2021-05-08 15:06:48 -07:00
spawn.lua Change spawn nodes... 2021-05-08 15:06:51 -07:00
tnt_function.lua Copy license text from tnt mod for tnt_function.lua module 2021-05-08 11:51:20 -07:00

Sneeker mod for Minetest


Description:

An explosive nuisance for Minetest.

screenshot


Licensing:

  • Code: MIT
    • Original by Rui: WTFPL
  • tnt_function code: MIT

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