Hoolaf

turtleLib/nav

Sep 4th, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local coords = {}
  2.  
  3. function bootNav()
  4.   return tostring(turtleFacing)
  5. end
  6.  
  7. function locate()
  8.   return coords{}  
  9. end
  10.  
  11. function orient()
  12.   return turtleFacing
  13. end
Add Comment
Please, Sign In to add comment