Update 'Turtle/Wheat.lua'

This commit is contained in:
manuel 2023-01-08 20:04:18 +00:00
parent 048237aafa
commit 3deb47d62b

View File

@ -188,7 +188,10 @@ function Wheat:fillSeeds(goBack)
break
end
end
if (goBack ~= false) then
self:log("moving to goBack")
self:moveTo(goBack)
end
end
function Wheat:calculateSeeds()