Update 'Turtle/Wheat.lua'
This commit is contained in:
parent
adea90aab4
commit
88e0fa46a8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user