Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tArgs = {}
- tArgs[1] = os.getComputerLabel()
- ponies = true
- for i=3, 16 do
- for p=1, 64 do
- turtle.select(1)
- if not turtle.compare() then
- turtle.digDown()
- turtle.down()
- if not turtle.detect() then
- turtle.select(2)
- turtle.placeDown()
- end
- turtle.up()
- turtle.select(i)
- turtle.placeDown()
- turtle.forward()
- else
- ponies = false
- break
- end
- end
- if ponies == false then
- break
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment