Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- turtle.dig()
- turtle.forward()
- while turtle.digUp() do
- turtle.up()
- end
- while not turtle.detectDown() do
- turtle.down()
- end
- turtle.turnRight()
- turtle.turnRight()
- turtle.forward()
- for i = 1,16 do
- turtle.select(i)
- dropDown()
- end
- turtle.turnRight()
- turtle.turnRight()
Advertisement
Add Comment
Please, Sign In to add comment