Sir_Popsilots

Lumberjack

Jun 19th, 2021 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. while turtle.detectUp() do
  2.     turtle.dig()
  3.     turtle.forward()
  4.     turtle.turnRight()
  5.     turtle.dig()
  6.     turtle.forward()
  7.     turtle.turnRight()
  8.     turtle.dig()
  9.     turtle.forward()
  10.     turtle.turnRight()
  11.     turtle.forward()
  12.     turtle.turnRight()
  13.     turtle.digUp()
  14.     turtle.up()
  15. end
Add Comment
Please, Sign In to add comment