Advertisement
thekumpelHD

Tur

Jun 10th, 2014
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. while turtle.detect() do
  2.   turtle.forward()
  3.   turtle.dig()
  4.   turtle.forward()
  5.   turtle.digUp()
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement