# MultiBlock Stages

## Пример скрипта

{% code overflow="wrap" %}

```java
import mods.multiblockstages.IEMultiBlockStages; 
IEMultiBlockStages.addStage("BlastFurnace", "IE:BlastFurnace"); 
```

{% endcode %}

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

```java
IEMultiBlockStages.addStage("CokeOven", "IE:CokeOven", "YOU CAN'T DO THAT");
```

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

В первом примере написано, что при попытке активации структуры игрок не сможет её активировать.&#x20;

Во втором примере видно, что при попытке активации структуры игроку будет на показывать на экране надпись **"YOU CAN'T DO THAT"**.

Чтобы получить список всех мультиблоков <mark style="color:blue;">**Immersive Engineering**</mark>, нужно прописать в чате Minecraft команду: `/ct ieMultiBlocks`


---

# 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/game-stages/multiblock-stages.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.
