fix(coal-crafter): reduce NB_NEEDED_COAL threshold
This commit is contained in:
parent
cd0e42e34c
commit
3631dfcea1
@ -1,6 +1,6 @@
|
||||
local turtleUtils = require('libs/turtle-utils')
|
||||
|
||||
local NB_NEEDED_COAL = 256
|
||||
local NB_NEEDED_COAL = 64 * 2
|
||||
local WAIT_INVENTORY_TIME = 3
|
||||
local IDLE_TIME = 30
|
||||
local IDLE_TIME_ENOUGH_COAL = 120
|
||||
|
||||
Loading…
Reference in New Issue
Block a user