forked from Mirrorlandia_minetest/mod-sneeker
Set spawn cap at 25
This commit is contained in:
parent
43bfded8b2
commit
af4f5219f1
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
|
|
||||||
sneeker.debug = minetest.settings:get_bool("sneeker.debug", false)
|
sneeker.debug = minetest.settings:get_bool("sneeker.debug", false)
|
||||||
sneeker.spawn_cap = tonumber(minetest.settings:get("sneeker.spawn_cap")) or 50
|
sneeker.spawn_cap = tonumber(minetest.settings:get("sneeker.spawn_cap")) or 25
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
sneeker.debug (Log debug output) bool false
|
sneeker.debug (Log debug output) bool false
|
||||||
|
|
||||||
# Sets maximum number of spawns that can exist in world.
|
# Sets maximum number of spawns that can exist in world.
|
||||||
sneeker.spawn_cap (Maximum spawns) int 50
|
sneeker.spawn_cap (Maximum spawns) int 25
|
||||||
|
|
||||||
# Sets possibility for spawn.
|
# Sets possibility for spawn.
|
||||||
sneeker.spawn_chance (Spawn chance) int 18000
|
sneeker.spawn_chance (Spawn chance) int 18000
|
||||||
|
Loading…
Reference in New Issue
Block a user