owenh28

turtle

Jan 12th, 2022
660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1.  
  2. if not type(turtle) then
  3.     printError("this is not a turtle")
  4.     return
  5. end
  6.  
  7. -- gonna assume mining turtle
  8. turtle.turnLeft()
  9. turtle.digUp()
  10. turtle.digDown()
  11.  
Advertisement
Add Comment
Please, Sign In to add comment