SHARE
TWEET
Dig.lua
a guest
Jan 29th, 2018
67
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- i = read()
- x=1
- for i=1, i do
- turtle.dig()
- turtle.forward()
- turtle.digUp()
- x=x+1
- if x==12 then
- turtle.select(2)
- turtle.turnLeft()
- turtle.turnLeft()
- turtle.place()
- turtle.turnLeft()
- turtle.turnLeft()
- turtle.select(1)
- x=1
- else
- end
- end
RAW Paste Data

