# Смена названия окна и иконки игры

Для того, чтобы **изменить название окна** необходимо найти файл <mark style="color:blue;">**client.properties**</mark> (путь к файлу: <mark style="color:blue;">**kubejs/config/client.properties**</mark>), открыть его, далее перейти к строке `"title="` и напротив написать собственное название. *Например, `"title= MoonLight"`.*

**Чтобы изменить иконку игры**, Вы должны добавить изображение по пути: <mark style="color:blue;">**kubejs/config/packicon.png**</mark>

Предпочтительны стандартные текстуры Minecraft (*<mark style="color:blue;">64x64, 128x128, 256x256</mark>*).

{% hint style="warning" %}
**Изображение должно быть сохранено как 32-битный PNG-файл.**
{% endhint %}


---

# 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/sozdanie-kontenta/kubejs/smena-nazvaniya-okna-i-ikonki-igry.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.
