Advertisement
TheBulb

TurtleMine

Oct 21st, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local home = vector.new(46, 58, 248)
  2. local position = vectore.new(gps.locate(5))
  3. local diamondLevel = vector.new(46, 7, 248)
  4.  
  5. while position ~= diamondLevel do
  6. if turtle.detectDown() then
  7. turtle.digDown()
  8. else
  9. turtle.down()
  10. local position = vectore.new(gps.locate(5))
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement