Set 'spawn_maxlight' to 5 for lower spawn rate

This commit is contained in:
AntumDeluge 2017-05-31 11:53:06 -07:00
parent 258d366b26
commit 555110bb82
2 changed files with 2 additions and 2 deletions

@ -7,4 +7,4 @@ sneeker.debug = minetest.setting_getbool('sneeker.debug') or false
sneeker.spawn_cap = minetest.setting_get('sneeker.spawn_cap') or 25 sneeker.spawn_cap = minetest.setting_get('sneeker.spawn_cap') or 25
-- Maximum light of node for spawn -- Maximum light of node for spawn
sneeker.spawn_maxlight = minetest.setting_get('sneeker.spawn_maxlight') or 7 sneeker.spawn_maxlight = minetest.setting_get('sneeker.spawn_maxlight') or 5

@ -12,4 +12,4 @@ sneeker.spawn_chance (Spawn chance) int 2
sneeker.spawn_interval (Spawn interval) int 120 sneeker.spawn_interval (Spawn interval) int 120
# Sets the maximum light that a node can have for spawn to occur. # Sets the maximum light that a node can have for spawn to occur.
sneeker.spawn_maxlight (Max light for spawn) int 7 sneeker.spawn_maxlight (Max light for spawn) int 5