mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-26 00:53:44 +01:00
idle time increased
This commit is contained in:
parent
ace17bca05
commit
b2ffd948d2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user