Advertisement
Guest User

antiblock

a guest
Nov 25th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. for i = 1,3 do
  2.     turtle.down()
  3.         for a = 1,3 do
  4.             for b = 1,2 do
  5.                 turtle.digDown()
  6.                 turtle.forward()
  7.             end
  8.             turtle.digDown()
  9.             turtle.back()
  10.             turtle.back()
  11.             turtle.turnRight()
  12.             turtle.forward()
  13.             turtle.turnLeft()
  14.         end
  15.     turtle.turnLeft()
  16.     turtle.forward()
  17.     turtle.forward()
  18.     turtle.forward()
  19.     turtle.turnRight()
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement