Update 'Turtle/Wheat.lua'

This commit is contained in:
manuel 2023-01-11 12:41:47 +00:00
parent d20561af3f
commit be9600e209

View File

@ -83,6 +83,8 @@ function Wheat:readConfig(path)
self.homePos = {config[1], config[2], config[3], config[4]}
self.length = config[5]
self.width = config[6]
self.x, self.y, self.z = gps.locate()
self.dir = getDir()
end
function Wheat:resolveTarget(target)