forked from Mirrorlandia_minetest/mod-sneeker
Set 'spawn_maxlight' to 5 for lower spawn rate
This commit is contained in:
parent
258d366b26
commit
555110bb82
@ -7,4 +7,4 @@ sneeker.debug = minetest.setting_getbool('sneeker.debug') or false
|
||||
sneeker.spawn_cap = minetest.setting_get('sneeker.spawn_cap') or 25
|
||||
|
||||
-- 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
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user