kd2bwzgen

log

Nov 23rd, 2015
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. turtle.dig()
  2. turtle.forward()
  3.  
  4. while turtle.compareUp() do
  5.   turtle.digUp()
  6.   turtle.up()
  7. end
  8.  
  9. while not turtle.detectDown() do
  10.   turtle.down()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment