Update 'Turtle/Wheat.lua'

This commit is contained in:
manuel 2023-01-08 17:39:01 +00:00
parent adea90aab4
commit 88e0fa46a8

View File

@ -113,8 +113,10 @@ function Wheat:createMatrix()
local line = {}
for j = 1, self.length do
line[j] = self:getStatusDown()
if(j < self.length) then
digForward()
end
end
if(i % 2 == 0) then
self.cropMatrix[i] = self:reverseArray(line)
else