Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for l=1,20 do
- for i=1,4 do
- for j=1,12 do
- turtle.turnLeft()
- turtle.dig()
- turtle.turnRight()
- turtle.dig()
- turtle.forward()
- end
- turtle.turnLeft()
- end
- turtle.down()
- turtle.down()
- end
Advertisement
Add Comment
Please, Sign In to add comment