fix(inferium-harvester): fuel chest should be bottom
This commit is contained in:
parent
5216041e76
commit
ad14b3f521
@ -1,7 +1,7 @@
|
||||
local turtleUtils = require('libs/turtle-utils')
|
||||
local config = require('config/harvesting')
|
||||
|
||||
local VERSION = "0.4.0"
|
||||
local VERSION = "0.4.1"
|
||||
local IDLE_TIME = 2
|
||||
local MIN_FUEL_NEEDED = (10 + config.firstCropZ + config.length) * 2
|
||||
local MIN_FREE_SLOTS_BEFORE_COMPACT = 4
|
||||
@ -91,7 +91,7 @@ end
|
||||
local function refuelProcedure()
|
||||
turtle.turnLeft()
|
||||
|
||||
local refuelOk, refuelErr = turtleUtils.refuelWithBuffer('top', 'front', MIN_FUEL_NEEDED, IDLE_TIME)
|
||||
local refuelOk, refuelErr = turtleUtils.refuelWithBuffer('bottom', 'front', MIN_FUEL_NEEDED, IDLE_TIME)
|
||||
|
||||
if not refuelOk then
|
||||
error('Cannot refuel the turtle: "' .. refuelErr .. '"')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user