Advertisement
bacon_donut

Triple Mining Well Cobble Gen

Sep 19th, 2013
738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. -- Credit to PaintPauller for this code
  2.  
  3. while true do
  4.     turtle.dig()
  5.     turtle.turnRight()
  6.     turtle.dig()
  7.     turtle.turnRight()
  8.     turtle.dig()
  9.     turtle.turnRight()
  10.     turtle.turnRight()
  11.     turtle.place()
  12.     turtle.turnRight()
  13.     turtle.place()
  14.     turtle.turnRight()
  15.     turtle.place()
  16.     turtle.turnRight()
  17.     turtle.turnRight()
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement