Change 'spawn_interval' default to 2 minutes (120)

This commit is contained in:
AntumDeluge
2017-05-29 02:57:56 -07:00
parent 6605ac1545
commit 2b0871207f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ sneeker.spawn_cap (Maximum spawns) int 25
sneeker.spawn_chance (Spawn chance) int 2
# Sets frequency of spawn chance.
# Default 1200 is equivalent to 20 minutes (60 * 40).
sneeker.spawn_interval (Spawn interval) int 2400
# Default 120 is equivalent to 2 minutes (60 * 2).
sneeker.spawn_interval (Spawn interval) int 120
# Sets the maximum light that a node can have for spawn to occur.
sneeker.spawn_maxlight (Max light for spawn) int 5