> 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/sozdanie-konstrukcii.md).

# Создание конструкции

Чтобы начать создавать мультиблочные структуры Вам понадобится **construct selection tool** в виде гаечного ключа, используемого для выделения блоков, относящихся к конструкции (выделяйте по слоям, контроллер - только в последнюю очередь, чтобы структура была правильно сформирована). Затем необходимо добавить люки входа и выхода для производства ресурсов/энергии. После выделения блоков нажмите shift+ПКМ по контроллеру, держа в руке construct selection tool, чтобы файл Вашей мультиблочной машины отправился в формате .json в папку **«machinery»**, также Minecraft оповестит Вас об успешном создании (рис.3). Желательно переименовать .json файл, чтобы не путаться и иметь в дальнейшем определённую структуру.

<figure><img src="/files/m4HccrDQCrn21R5d8AFy" alt=""><figcaption><p>Пример структуры, потребляющей жидкость, энергию и предмет, чтобы произвести более сложное создание материала</p></figcaption></figure>

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


---

# 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/sozdanie-konstrukcii.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.
