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