Advertisement
ihatetn931

Turtle cobble mining

Jun 5th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. while turtle.detect do
  2.     turtle.turnRight()
  3.     turtle.dig()
  4.     turtle.suck()
  5.     turtle.dropUp()
  6.  
  7.     turtle.turnRight()
  8.     turtle.dig()
  9.     turtle.suck()
  10.     turtle.dropUp()
  11.  
  12.     turtle.turnRight()
  13.     turtle.dig()
  14.     turtle.suck()
  15.     turtle.dropUp()
  16.  
  17.     turtle.turnRight()
  18.     turtle.dig()
  19.     turtle.suck()
  20.     turtle.dropUp()
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement