2017-05-27 19:20:00 -07:00
|
|
|
# Logs debug output.
|
2017-05-28 18:32:29 -07:00
|
|
|
sneeker.debug (Log debug output) bool false
|
2017-05-27 19:20:00 -07:00
|
|
|
|
2017-05-27 19:14:35 -07:00
|
|
|
# Sets maximum number of spawns that can exist in world.
|
2017-06-01 15:26:45 -07:00
|
|
|
sneeker.spawn_cap (Maximum spawns) int 10
|
2017-05-27 19:14:35 -07:00
|
|
|
|
2017-05-27 19:13:47 -07:00
|
|
|
# Sets possibility for spawn.
|
2017-06-01 11:58:41 -07:00
|
|
|
sneeker.spawn_chance (Spawn chance) int 1000
|
2017-05-27 19:13:47 -07:00
|
|
|
|
2017-06-01 11:58:41 -07:00
|
|
|
# Sets frequency of spawn chance. Default 240 is equivalent to 4 minutes (60 * 4).
|
|
|
|
sneeker.spawn_interval (Spawn interval) int 240
|
2017-05-29 01:00:39 -07:00
|
|
|
|
|
|
|
# Sets the maximum light that a node can have for spawn to occur.
|
2017-05-31 11:53:06 -07:00
|
|
|
sneeker.spawn_maxlight (Max light for spawn) int 5
|