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

# Конфигурация

Файл конфигурации можно найти в папке modularmachinery.

Рассмотрим все составляющие файла конфигруации: **Energy** - отображение энергии.. Если у Вас в модпаке только FE/RF энергия, то пишите в значении Display\_Energy\_Type=FE. EnergyHatch (это размеры люка энергии). **Limit** - предел передачи энергии (зависит от напряжения). **Tier** определяет уровень напряжения (IC 2; gtvoltage – отвечает за тот же параметр, но в комплектации с модом GregTech; **Gt amperage** - настройка силы тока (только GregTech); **Fluidhatch** - параметр резервуаров жидкости.

```
general {
    # Defines the _default_ color for machine casings as items or blocks. (Hex color without alpha) Has to be defined both server and clientside! [default: FF4900]
    S:general-casing-color=FF4900
}
```

Важная строчка, на которую стоит обратить внимание! Она отвечает за назначение цвета люкам, контроллеру и блокам конструкции. Вместо <mark style="color:red;">**FF4900**</mark> нужно написать номер цвета, который Вы желаете установить.

<figure><img src="/files/a4jxPXOIzCEL2PKFE58s" 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/konfiguraciya.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.
