double rusting limit

master
Juraj Vajda 2018-01-28 22:41:01 -05:00
parent 66bcb65929
commit 908257d807
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ spawners_mobs = {}
spawners_mobs.mob_tables = {}
local max_obj_per_mapblock = tonumber(minetest.settings:get("max_objects_per_block"))
local enable_particles = minetest.settings:get_bool("enable_particles")
local tick_max = 20
local tick_short_max = 20
local tick_max = 40
local tick_short_max = 40
-- check if mods exists and build tables
for k, mob_mod in ipairs(ENABLED_MODS) do