idle time increased

This commit is contained in:
Joachim Stolberg 2019-01-13 12:37:44 +01:00
parent ace17bca05
commit b2ffd948d2
2 changed files with 2 additions and 2 deletions

@ -28,7 +28,7 @@ local MAX_NUM_PER_CYC = 20 -- maximum number of items, which can be pushed per s
local NUM_FILTER_ELEM = 6
local NUM_FILTER_SLOTS = 4
local COUNTDOWN_TICKS = 6
local COUNTDOWN_TICKS = 8
local STANDBY_TICKS = 4
local CYCLE_TIME = 2

@ -21,7 +21,7 @@ local M = minetest.get_meta
local NUM_FILTER_ELEM = 6
local NUM_FILTER_SLOTS = 4
local COUNTDOWN_TICKS = 6
local COUNTDOWN_TICKS = 8
local STANDBY_TICKS = 4
local CYCLE_TIME = 2