Update 'Turtle/Wheat.lua'

This commit is contained in:
manuel 2023-01-09 20:49:53 +00:00
parent 629c747d89
commit 003797f14e

View File

@ -265,6 +265,7 @@ function Wheat:harvestAll(goBack)
self:clearInv("seedChest")
turtle.select(1)
turtle.suckDown()
self:moveTo("firstCrop")
for i = 1, self.width do
local line = self.cropMatrix[i]
if(i % 2 == 0) then