Set spawn cap at 25

This commit is contained in:
AntumDeluge 2017-05-28 23:59:59 -07:00 committed by Jordan Irwin
parent 43bfded8b2
commit af4f5219f1
2 changed files with 2 additions and 2 deletions

@ -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