Update 'Turtle/Wheat.lua'

This commit is contained in:
manuel 2023-01-12 08:24:43 +00:00
parent 11f8062510
commit 43cdf10b5b

View File

@ -288,6 +288,7 @@ function Wheat:harvestAll(goBack)
if(line[j] == 7) then
turtle.digDown()
turtle.placeDown()
line[j] = 0
end
if(j < self.length) then
digForward()