chore: remove energySaving mode
This commit is contained in:
parent
8f14f48914
commit
f483c41c88
@ -17,6 +17,5 @@ local DEFAULT_REMOTE_PLAN = {
|
||||
return {
|
||||
length = 8,
|
||||
firstCropZ = 2,
|
||||
energySaving = false,
|
||||
defaultRemotePlan = DEFAULT_REMOTE_PLAN
|
||||
}
|
||||
|
||||
@ -221,10 +221,6 @@ local function harvestProcedure()
|
||||
turtle.turnLeft()
|
||||
|
||||
for i=1, config.length, 1 do
|
||||
if config.energySaving then
|
||||
harvestDown()
|
||||
end
|
||||
|
||||
if i ~= config.length then
|
||||
forward()
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user