# Замена иконки окна

Для замены иконок нам понадобится включить параметр отображения пользовательской иконки в панели управления FM, а также подготовить само изображение, которое в будущем мы хотим видеть в виде иконки окна.

Для пользовательской иконки у Вас должно быть два файла с разными размерами Вашего изображения: <mark style="color:blue;">**16x16**</mark>**&#x20;пикселя и&#x20;**<mark style="color:blue;">**32x32**</mark>**&#x20;пикселя**. Формат файлов обязательно должен быть `.png`, а названия <mark style="color:blue;">**"icon16x16.png"**</mark> и <mark style="color:blue;">**"icon32x32.png"**</mark> соответственно.

После того как Вы всё подготовили, переходим в корневую папку Minecraft (`.minecraft`), затем идём по пути: `config/fancymenu/minecraftwindow/icons`. Сюда помещаем две иконки, после чего можем запускать игру для проверки результата.

<div><figure><img src="/files/yFINE2LGuKbKXid7beW5" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5qIXRaHtp5jswtXcI1Bn" alt=""><figcaption></figcaption></figure></div>


---

# 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://wiki.aegis-mine.ru/modifications/glavnoe-menyu/fancymenu/sozdanie-menyu/zamena-ikonki-okna.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.
