Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function DigandMove()
- turtle.dig()
- os.sleep( 1 )
- while turtle.detect() do
- turtle.dig()
- os.sleep( 1 )
- end
- turtle.forward()
- end
- for t=0,30000 do
- DigandMove()
- turtle.turnRight()
- turtle.digDown()
- for i=1,3 do
- DigandMove()
- turtle.digDown()
- if i < 3 then
- turtle.digUp()
- os.sleep( 1 )
- while turtle.detectUp() do
- turtle.digUp()
- os.sleep( 1 )
- end
- end
- end
- turtle.turnLeft()
- DigandMove()
- turtle.turnLeft()
- turtle.digDown()
- for i=1,3 do
- DigandMove()
- turtle.digDown()
- if i<3 then
- turtle.digUp()
- os.sleep( 1 )
- while turtle.detectUp() do
- turtle.digUp()
- os.sleep( 1 )
- end
- end
- end
- turtle.turnLeft()
- for x=0,t do
- turtle.forward()
- turtle.forward()
- end
- for i=1,9 do
- turtle.drop()
- end
- turtle.turnLeft()
- turtle.turnLeft()
- for x=0,t do
- turtle.forward()
- turtle.forward()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment