> For the complete documentation index, see [llms.txt](https://wiki.aegis-mine.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.aegis-mine.ru/modifications/sozdanie-kontenta/modular-machinery/nastroika-faila.md).

# Настройка файла

За созданием структуры в игре следует её детальная настройка в файлах. При открытии .json файла перед Вами будет скрипт. Первым делом удалите все NBT-тэги, и, для того, чтобы Ваша конструкция имела поддержку всех люков входа и выхода, нужно в нижней строке elements, в id блока входа или выхода удалить @0, произведите это действие со всеми видами люков.

Перейдём к регистрации нашего механизма.

Сперва напишите следующее: `"registryname": "test",` `"localizedname": "тест",` `"color" : "a5bfc3",`

В **«registryname»** мы пишем наименование машины, которое будет использоваться в крафтах, а в **«localizedname»** имя, которое будет отображаться в игре. Параметр **«color»** отвечает за назначение цвета люков и контроллера. После чего перезаходим в игру и видим появившийся **machine blueprint**. Он показывает, как нужно строить механизм.

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

<div align="left"><figure><img src="/files/O6FMsTiQdb0WsSatJpvt" alt=""><figcaption></figcaption></figure></div>

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


---

# 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:

```
GET https://wiki.aegis-mine.ru/modifications/sozdanie-kontenta/modular-machinery/nastroika-faila.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.
