> For the complete documentation index, see [llms.txt](https://guides.mclotus.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.mclotus.kr/helps/manual-resource-pack.md).

# 리소스팩 수동 적용법

1. 윈도우+R 키를 눌러 실행 창을 개방해줍니다.\
   ![](/files/pnFpyCXaMvcsGGMAVF1O)
2. %appdata% 를 입력하고 엔터를 눌러줍니다.\
   ![](/files/fBlCkkfNLjeR8UIhYEmq)
3. 그럼 이렇게 Roaming 폴더가 뜰텐데요, 여기서 .minecraft 폴더를 열어주세요.\
   ![](/files/yPa3OcBP1tW5OM3xVgnO)
4. .minecraft 폴더를 열었으면 resourcepacks 폴더가 있습니다! 거기에 다운로드 받은 리소스팩을 넣어주세요.
5. ESC 키를 눌러 메뉴를 연 후 설정을 열어줍니다.\
   ![](/files/2Wkk9T2z2FOvQRD7OFeq)
6. 설정 창이 열리면 리소스 팩 메뉴를 클릭해주세요.\
   ![](/files/oi9lBsaBoL5j4YtNI3j0)
7. 리소스팩 목록이 뜨면 리소스팩 아이콘에 뜨는 화살표를 클릭해 창의 오른쪽으로 이동시킨 다음 완료 버튼을 눌러줍니다.\
   ![](/files/SBaHaQBsdg0DqKgMefi7)\
   ->\
   ![](/files/OK8Kt2L9KT4Z0aEv918g)<br>

그럼 이제 예쁘고 멋진 수련낙원 리소스팩 적용에 성공하셨습니다! 축하합니다.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guides.mclotus.kr/helps/manual-resource-pack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
