# 엘리베이터

엘리베이터는 특정 블록을 세로로 배치하여 빠르게 위아래로 이동할 수 있는 기능입니다.

## 엘리베이터 블록

| 블록             | 설명       | 최대 간격 |
| -------------- | -------- | ----- |
| 차광유리 (틴티드 글래스) | 기본 엘리베이터 | 20블록  |
| 네더라이트 블록       | 고급 엘리베이터 | 150블록 |

> **최대 간격**이란 두 엘리베이터 블록 사이에 둘 수 있는 빈 공간의 크기입니다. 이 거리를 넘기면 다음 층으로 이동할 수 없습니다.

<figure><img src="/files/UtWIeAowF8t4ywImW00z" alt=""><figcaption></figcaption></figure>

## 설치 방법

1. 엘리베이터 블록을 **같은 X, Z 좌표**에 세로로 배치합니다.
2. 블록 종류별 **최대 간격** 안에서 층을 자유롭게 배치할 수 있습니다.

## 사용 방법

* **점프 키** — 위층으로 이동
* **Shift 키** — 아래층으로 이동

## 획득법

* 진주 줍기 순위보상, 농장 투자보상, 등 순위보상 또는 캐시상점을 통해 얻을 수 있습니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://organization-pmk.gitbook.io/docs/undefined-1/minifarm/features/elevator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
