fix(inferium-harvester): display of the harvest state
This commit is contained in:
parent
0a9294310a
commit
a29f8ac5cb
@ -3,7 +3,7 @@ local utils = require('libs/utils')
|
|||||||
local turtleUtils = require('libs/turtle-utils')
|
local turtleUtils = require('libs/turtle-utils')
|
||||||
local config = require('config/harvesting')
|
local config = require('config/harvesting')
|
||||||
|
|
||||||
local VERSION = "2.5.0"
|
local VERSION = "2.5.1"
|
||||||
local INFERIUM_SERVER = 'inferium.com'
|
local INFERIUM_SERVER = 'inferium.com'
|
||||||
local IDLE_TIME = 2
|
local IDLE_TIME = 2
|
||||||
local WAIT_ITEM_IDLE_TIME = 5
|
local WAIT_ITEM_IDLE_TIME = 5
|
||||||
@ -244,7 +244,7 @@ local function harvestProcedure()
|
|||||||
forward()
|
forward()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
term.write('\n')
|
print()
|
||||||
|
|
||||||
print('> ' .. tostring(nbHarvested) .. ' harvested crops')
|
print('> ' .. tostring(nbHarvested) .. ' harvested crops')
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user