fix(coal-crafter): reduce NB_NEEDED_COAL threshold

This commit is contained in:
Guillaume ARM 2024-05-20 02:19:35 +02:00
parent cd0e42e34c
commit 3631dfcea1

View File

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